/** Shopify CDN: Minification failed

Line 3592:1 Expected "}" to go with "{"

**/
:root {
  --tr-green: #00c27c;
  --tr-green-hover: #00f59d;
  --tr-green-dark: #009e6d;
  --tr-sale: #009e6d;
  --tr-product-sale: #009e6d;
  --tr-border: #e8e8e1;
  --tr-muted: #9e9e9e;
  --tr-soft: #f9f9f9;
  --tr-page-pad: 4rem;
  --tr-page-pad-mobile: 1.7rem;
  --tr-header-height: 11.5rem;
  --tr-header-mobile-height: 6.6rem;
}

html {
  scroll-behavior: smooth;
}

body,
.text-body,
input,
textarea,
select,
button {
  font-family: var(--font-body-family), Outfit, sans-serif;
  font-weight: 300;
  letter-spacing: 0.035rem;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #000;
  font-family: var(--font-heading-family), Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.page-width {
  max-width: 150rem;
  padding-left: var(--tr-page-pad);
  padding-right: var(--tr-page-pad);
}

.button,
.shopify-challenge__button,
.customer button {
  min-height: 4.6rem;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.39rem;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  --color-button: 0, 245, 157;
}

.button::before,
.button::after {
  border-radius: 0;
}

.field__input,
.select__select,
.customer .field input,
.customer select {
  border-radius: 0;
}

.utility-bar {
  min-height: 3.7rem;
  background: #111111;
  color: #fff;
}

.utility-bar .page-width {
  max-width: 150rem;
}

.announcement-bar,
.announcement-bar__message,
.announcement-bar__link,
.utility-bar .slider-button {
  color: #fff;
}

.announcement-bar__message {
  min-height: 3.7rem;
  margin: 0;
  padding: 0.8rem 4rem;
  font-family: var(--font-body-family), Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 1.75;
  text-transform: none;
}

.tr-announcement-icon {
  display: inline-flex;
  margin-right: 0.8rem;
  vertical-align: middle;
}

.tr-announcement-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.announcement-bar .slider-button {
  min-width: 3.7rem;
  height: 3.7rem;
}

.tr-announcement-toggle {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 3.7rem;
  height: 3.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  place-items: center;
}

.tr-announcement-toggle svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
}

.header-wrapper {
  background: #fff;
}

.header-wrapper--border-bottom {
  border-color: var(--tr-border);
}

.header {
  min-height: var(--tr-header-height);
  padding-left: var(--tr-page-pad);
  padding-right: var(--tr-page-pad);
}

.header__heading-logo-wrapper,
.header__heading-logo {
  width: min(18rem, 100%);
  max-height: 4.1rem;
  object-fit: contain;
}

.header__heading-link .h2 {
  font-size: 2.5rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.tr-header-wordmark {
  font-size: 1.8rem !important;
  letter-spacing: 0.38rem !important;
}

.header__inline-menu .list-menu--inline {
  gap: 0.2rem;
}

.header__inline-menu .list-menu--inline > li > .header__menu-item,
.header__inline-menu .list-menu--inline > li > header-menu > details > .header__menu-item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.header__menu-item,
.header__active-menu-item,
.header__submenu .header__menu-item {
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  text-decoration: none;
  text-transform: none;
}

.header__menu-item--fallback,
.menu-drawer__menu-item--fallback {
  color: #000;
  cursor: default;
}

.header__menu-item:hover,
.header__active-menu-item {
  color: var(--tr-green-dark);
  text-decoration: none;
}

.header__inline-menu summary.header__menu-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.header__inline-menu summary.header__menu-item .icon-caret {
  position: static;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
}

.header__submenu {
  min-width: 19rem;
  padding: 1rem 0;
  border: 1px solid #e8e8e1;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.header__submenu .header__menu-item {
  padding: 1rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 1.3;
  text-transform: none;
}

.header__submenu .header__menu-item:hover {
  background: #f7f7f7;
  color: #009e6d;
}

.header__icon,
.header__icon--menu .icon,
.header__icon .svg-wrapper,
.header__icon .svg-wrapper svg {
  width: 4.3rem;
  height: 4.3rem;
}

.header__icon .svg-wrapper svg,
.header__icon--menu .icon {
  padding: 0.75rem;
}

/* Cart icon */
.header__icon--cart .svg-wrapper svg {
  padding: 0.4rem;
  transform: scale(1.5);
  transform-origin: center;
}

.header__search .modal-overlay::after {
  background: rgba(0, 0, 0, 0.44);
}

.search-modal__content {
  min-height: 6.6rem;
}

.search-modal__form {
  max-width: 72rem;
}

.menu-drawer {
  width: min(35rem, calc(100vw - 4rem));
  border: 0;
}

.menu-drawer__menu-item,
.menu-drawer summary.menu-drawer__menu-item {
  padding: 1.5rem 2.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.menu-drawer__account {
  min-height: 5rem;
}

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

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

.footer {
  min-height: 48.6rem;
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 3.2rem;
  background: #000;
  color: #fff;
}

.footer .page-width,
.footer__content-bottom-wrapper {
  max-width: 150rem;
}

.footer,
.footer h2,
.footer .h2,
.footer a,
.footer .link,
.footer .list-menu__item--link,
.footer .copyright__content,
.footer .field__label {
  color: #fff;
}

.footer__blocks-wrapper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.8rem;
}

.footer-block__heading,
.footer__newsletter .inline-richtext {
  margin-bottom: 2rem;
  font-family: var(--font-heading-family), Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.footer-block__details-content .list-menu__item--link,
.footer-block__details-content.rte,
.footer__copyright,
.footer__content-bottom {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
}

.footer-block__newsletter .newsletter-form__field-wrapper {
  max-width: 30rem;
}

.footer .newsletter-form__field-wrapper .field__input {
  height: 3.9rem;
  color: #fff;
}

.footer .field::after {
  box-shadow: 0 0 0 0.1rem #fff;
}

.footer__payment .list-payment {
  justify-content: flex-start;
}

.card-wrapper .card,
.card-wrapper .card__inner,
.card-wrapper .media,
.card-wrapper img,
.badge {
  border-radius: 0;
}

.card-wrapper .card__media .media {
  background: #f7f7f7;
}

.card__information {
  padding-top: 1.25rem;
}

.card__heading,
.card__heading a {
  font-family: var(--font-body-family), Outfit, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
  line-height: 1.4;
  text-transform: none;
}

.card-information > .price {
  margin-top: 0.55rem;
}

.card-information .price,
.card-information .price-item {
  font-size: 1.19rem;
  letter-spacing: 0.08rem;
}

.card-information .price--on-sale .price-item--sale {
  color: var(--tr-sale);
}

.card__badge {
  align-self: flex-start;
  justify-self: end;
  margin: 0.8rem;
}

.card__badge .badge {
  min-width: 2.6rem;
  min-height: 2.6rem;
  padding: 0.5rem 0.65rem;
  border: 0;
  background: #1f6b4f;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.product-grid {
  row-gap: 3rem;
}

.pagination-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.pagination__item {
  border-radius: 0;
}

.product__title h1 {
  font-size: clamp(2.6rem, 3vw, 4.2rem);
}

.product__info-container .price--on-sale .price-item--sale {
  color: var(--tr-product-sale);
}

.product-form__submit {
  background: var(--tr-green);
  color: #000;
}

.product-form__submit:hover:not([disabled]) {
  background: var(--tr-green-hover);
}

.product__accordion,
.accordion {
  border-color: var(--tr-border);
}

.product__accordion .summary__title,
.accordion__title {
  font-size: 1.3rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.cart-drawer .drawer__inner {
  width: min(42rem, calc(100vw - 2rem));
  border-left-color: var(--tr-border);
}

.cart-drawer .cart__checkout-button {
  background: var(--tr-green);
  color: #000;
}

.tr-eyebrow {
  margin: 0 0 1.2rem;
  color: var(--tr-green-dark);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}

.tr-text-link {
  color: #000;
  font-weight: 700;
  text-underline-offset: 0.4rem;
}

.tr-hero {
  position: relative;
  display: block;
  height: 65rem;
  overflow: hidden;
  background: #f0f0ee;
  color: #fff;
}

.tr-hero__slides,
.tr-hero__slide,
.tr-hero__media,
.tr-hero__media picture,
.tr-hero__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tr-hero__slide {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.tr-hero__slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.tr-hero__media img,
.tr-hero__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tr-hero__placeholder {
  background: #f3f0ec;
}

.tr-jewelry-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.tr-hero__slide--placeholder .tr-hero__scrim {
  display: none;
}

.tr-hero__slide--placeholder .tr-hero__placeholder {
  opacity: 0.68;
}

.tr-hero__slide--placeholder .tr-hero__heading,
.tr-hero__slide--placeholder .tr-hero__text {
  color: #000;
}

.tr-hero__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--scrim-opacity));
}

.tr-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: center;
  justify-content: flex-start;
}

.tr-hero__content--top-left,
.tr-hero__content--top-center,
.tr-hero__content--top-right {
  align-items: flex-start;
}

.tr-hero__content--bottom-left,
.tr-hero__content--bottom-center,
.tr-hero__content--bottom-right {
  align-items: flex-end;
}

.tr-hero__content--top-center,
.tr-hero__content--middle-center,
.tr-hero__content--bottom-center {
  justify-content: center;
}

.tr-hero__content--top-right,
.tr-hero__content--middle-right,
.tr-hero__content--bottom-right {
  justify-content: flex-end;
}

.tr-hero__copy {
  max-width: 58rem;
}

.tr-hero__copy--center {
  text-align: center;
}

.tr-hero__copy--right {
  text-align: right;
}

.tr-hero__heading {
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 5vw, 7.2rem);
  line-height: 1.02;
}

.tr-hero__text {
  margin-top: 2rem;
  font-size: 1.7rem;
  line-height: 1.5;
}

.tr-hero__button {
  margin-top: 2.8rem;
  background: #000;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.15rem;
}

.tr-hero__controls {
  position: absolute;
  right: 4rem;
  bottom: 3rem;
  z-index: 4;
  display: flex;
  height: 4rem;
  background: #fff;
  color: #000;
  align-items: center;
}

.tr-hero__control {
  display: grid;
  width: 4rem;
  height: 4rem;
  padding: 1.3rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  place-items: center;
}

.tr-hero__control svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
  transform: rotate(90deg);
}

.tr-hero__control--next svg {
  transform: rotate(-90deg);
}

.tr-hero__status {
  min-width: 4rem;
  text-align: center;
  font-size: 1.1rem;
}

.tr-featured {
  min-height: 0;
}

.tr-featured .collection__title {
  margin-bottom: 3.5rem;
  text-align: center;
}

.tr-featured .collection__title .title {
  font-size: 2.4rem;
  text-transform: none;
  letter-spacing: 0.02rem;
}

.tr-placeholder-card__media {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f1ed;
}

.tr-placeholder-card__information {
  padding-top: 1.25rem;
}

.tr-placeholder-card__information h3,
.tr-placeholder-card__information p {
  margin: 0;
  font-family: var(--font-body-family), Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.18rem;
  line-height: 1.45;
}

.tr-placeholder-card__information h3 {
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}

.tr-placeholder-card__information p {
  margin-top: 0.55rem;
  font-size: 1.19rem;
  letter-spacing: 0.08rem;
}

.tr-featured .product-grid {
  column-gap: 2.2rem;
  row-gap: 3rem;
}

.tr-featured .card__inner,
.tr-featured .card__media,
.tr-featured .media {
  aspect-ratio: 1;
}

.tr-story {
  display: grid;
  width: min(126.4rem, 100%);
  min-height: 0;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  grid-template-columns: minmax(0, 59.2rem) minmax(0, 50.9rem);
  gap: 8.3rem;
  align-items: center;
  background: #faf8f5;
}

.tr-story--image-right .tr-story__media {
  order: 2;
}

.tr-story__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f0f0ee;
}

.tr-story__media img,
.tr-story__media svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tr-story__content h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.25;
}

.tr-story__content--center {
  text-align: center;
}

.tr-story__content--right {
  text-align: right;
}

.tr-story__content--center .tr-story__text {
  margin-left: auto;
  margin-right: auto;
}

.tr-story__content--right .tr-story__text {
  margin-left: auto;
}

.tr-story__text {
  max-width: 48rem;
  margin-top: 2rem;
  font-size: 1.6rem;
}

.tr-story__signature {
  margin: 2rem 0 0;
  font-family: var(--font-heading-family), Montserrat, sans-serif;
  font-weight: 700;
}

.tr-story__content .button {
  margin-top: 2.8rem;
  text-transform: none;
  letter-spacing: 0.12rem;
}

.tr-marquee {
  min-height: 55.2rem;
  padding: 3rem 0;
  overflow: hidden;
  background: #fff;
}

.tr-marquee__header {
  margin-bottom: 2.5rem;
}

.tr-marquee__header h2 {
  margin: 0;
  font-size: 2.8rem;
}

.tr-marquee__viewport {
  width: 100%;
  overflow: hidden;
}

.tr-marquee__track,
.tr-marquee__set {
  display: flex;
  width: max-content;
  gap: 1rem;
}

.tr-marquee__track {
  animation: tr-marquee var(--marquee-speed) linear infinite;
}

.tr-marquee__set {
  padding-right: 1rem;
}

.tr-marquee__item {
  width: 30rem;
  height: 40rem;
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
  background: #f0f0ee;
}

.tr-marquee__item img,
.tr-marquee__item svg,
.tr-marquee__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tr-marquee__item > a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Pause marquee only on desktop mouse hover */
@media (hover: hover) and (pointer: fine) {
  .tr-marquee:hover .tr-marquee__track {
    animation-play-state: paused;
  }
}

@keyframes tr-marquee {
  to { transform: translateX(-50%); }
}

.tr-services {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.tr-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}

.tr-service {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 2rem;
}

.tr-service__icon {
  display: grid;
  width: 4.8rem;
  height: 4.8rem;
  place-items: center;
}

.tr-service__icon svg {
  width: 3.2rem;
  height: 3.2rem;
}

.tr-service h3 {
  margin: 0 0 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.03rem;
}

.tr-service .rte p {
  margin: 0;
}

.tr-collection-hero {
  position: relative;
  height: 65rem;
  overflow: hidden;
  background: #f0f0ee;
  color: #fff;
}

.tr-collection-hero__media,
.tr-collection-hero__media picture,
.tr-collection-hero__media img,
.tr-collection-hero__media svg,
.tr-collection-hero__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tr-collection-hero__media img,
.tr-collection-hero__media svg {
  object-fit: cover;
}

.tr-collection-hero__scrim {
  background: rgba(0, 0, 0, var(--scrim-opacity));
}

.tr-collection-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  align-items: flex-end;
}

.tr-collection-hero__content--top-left,
.tr-collection-hero__content--top-center,
.tr-collection-hero__content--top-right {
  align-items: flex-start;
}

.tr-collection-hero__content--middle-left,
.tr-collection-hero__content--middle-center,
.tr-collection-hero__content--middle-right {
  align-items: center;
}

.tr-collection-hero__content--top-center,
.tr-collection-hero__content--middle-center,
.tr-collection-hero__content--bottom-center {
  justify-content: center;
}

.tr-collection-hero__content--top-right,
.tr-collection-hero__content--middle-right,
.tr-collection-hero__content--bottom-right {
  justify-content: flex-end;
}

.tr-collection-hero__copy {
  max-width: 80rem;
}

.tr-collection-hero__copy--center {
  text-align: center;
}

.tr-collection-hero__copy--right {
  text-align: right;
}

.tr-collection-hero__eyebrow {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
}

.tr-collection-hero h1 {
  max-width: 80rem;
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 6vw, 8rem);
  line-height: 1;
}

.tr-collection-hero h1.tr-collection-hero__heading--subtle {
  font-size: clamp(2.6rem, 3vw, 4.2rem);
}

.tr-collection-hero__description {
  max-width: 56rem;
  margin-top: 2rem;
  font-size: 1.6rem;
}

.tr-collection-hero__button {
  margin-top: 2.4rem;
  background: var(--tr-green);
  color: #000;
}

.tr-countdown {
  display: block;
  background: #000;
  color: #fff;
}

.tr-countdown__inner {
  display: flex;
  min-height: 8rem;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.tr-countdown__label,
.tr-countdown__output {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.tr-countdown__output {
  color: var(--tr-green-hover);
  font-variant-numeric: tabular-nums;
}

.tr-collection-note {
  max-width: 84rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

.tr-collection-grid .facets-container,
.tr-collection-grid .facets-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tr-collection-grid .facets__form,
.tr-collection-grid .facet-filters__field {
  align-items: center;
}

.tr-collection-grid .product-grid {
  column-gap: 2.2rem;
  row-gap: 3rem;
}

.tr-collection-grid .card__inner,
.tr-collection-grid .card__media,
.tr-collection-grid .media {
  aspect-ratio: 1;
}

.tr-main-product {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.tr-main-product .product {
  gap: 2.2rem;
}

.tr-main-product .product__media-wrapper,
.tr-main-product .product__info-wrapper {
  width: calc(50% - 1.1rem);
  max-width: calc(50% - 1.1rem);
}

.tr-main-product .product__media-wrapper {
  position: sticky;
  top: calc(var(--header-height, 6.6rem) + 2rem);
  align-self: flex-start;
}

.tr-main-product .product__info-wrapper {
  padding-left: 0;
}

.tr-main-product .product__info-container {
  max-width: none;
}

.tr-main-product .product__info-container > * + * {
  margin-top: 1.8rem;
}

.tr-main-product .product__title {
  margin-bottom: 0;
}

.tr-main-product .product__title h1 {
  font-size: 3.2rem;
}

.tr-main-product .price--large,
.tr-main-product .price--large .price-item {
  font-size: 2rem;
}

.price__sale {
  align-items: center;
  gap: 1rem;
}

.tr-product-discount {
  display: inline-flex;
  min-height: 2.6rem;
  padding: 0.35rem 0.8rem;
  background: var(--tr-product-sale);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  align-items: center;
}

.tr-product-rating {
  display: flex;
  gap: 0.8rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  align-items: center;
}

.tr-product-rating__stars {
  color: var(--tr-green-dark);
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}

.tr-product-divider {
  height: 0.1rem;
  margin: 0;
  border: 0;
  background: var(--tr-border);
}

.tr-product-trust {
  display: flex;
  min-height: 3.2rem;
  gap: 1.2rem;
  align-items: center;
}

.tr-product-trust svg {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
}

.tr-product-trust p {
  margin: 0;
}

.tr-product-trust a {
  color: #000;
  text-underline-offset: 0.35rem;
}

.tr-main-product variant-selects,
.tr-main-product variant-radios,
.tr-main-product .product-form__input,
.tr-main-product .product-form__buttons {
  max-width: none;
}

.tr-main-product .product-form__input input[type='radio'] + label {
  min-height: 4rem;
  border-radius: 0;
}

.tr-main-product .product__inventory {
  margin: 1.2rem 0;
}

.tr-payment-icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.tr-payment-icons svg {
  width: 3.8rem;
  height: auto;
}

.tr-product-bundle {
  padding: 1.8rem;
  border: 0.1rem solid var(--tr-border);
  background: var(--tr-soft);
}

.tr-product-bundle h3 {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.tr-product-bundle p:last-child {
  margin-bottom: 0;
}

.tr-main-product .product__description {
  max-width: none;
  padding-top: 1rem;
}

@media screen and (min-width: 769px) {
  .tr-main-product .product--thumbnail media-gallery {
    position: relative;
    display: block;
    padding-left: 10rem;
  }

  .tr-main-product .product--thumbnail .product__media-list {
    width: 100%;
    margin: 0;
  }

  .tr-main-product .product--thumbnail .thumbnail-slider {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8rem;
  }

  .tr-main-product .product--thumbnail .thumbnail-list {
    display: flex;
    width: 8rem;
    max-height: 52rem;
    padding: 0;
    overflow-y: auto;
    flex-flow: column nowrap;
    gap: 1.2rem;
  }

  .tr-main-product .product--thumbnail .thumbnail-list__item.slider__slide {
    width: 8rem;
    max-width: 8rem;
  }
}

.tr-testimonials {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: var(--tr-soft);
}

.tr-testimonials__header {
  display: flex;
  margin-bottom: 3rem;
  align-items: flex-end;
  justify-content: space-between;
}

.tr-testimonials__header h2,
.tr-videos__header h2 {
  margin: 0;
  font-size: 2.8rem;
}

.tr-slider {
  display: block;
}

.tr-slider__viewport {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tr-slider__viewport::-webkit-scrollbar {
  display: none;
}

.tr-testimonials__viewport {
  gap: 2.2rem;
}

.tr-testimonial {
  width: calc((100% - 4.4rem) / 3);
  min-height: 28rem;
  margin: 0;
  padding: 3rem;
  border: 0.1rem solid var(--tr-border);
  background: #fff;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.tr-testimonial__stars {
  color: var(--tr-green-dark);
  letter-spacing: 0.15rem;
}

.tr-testimonial__image {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1.8rem;
  border-radius: 50%;
  object-fit: cover;
}

.tr-testimonial blockquote {
  margin: 2rem 0;
  font-family: var(--font-heading-family), Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.tr-testimonial figcaption {
  color: var(--tr-muted);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.tr-testimonial__editor-placeholder {
  color: var(--tr-muted);
}

.tr-slider-buttons {
  display: flex;
  gap: 0.8rem;
}

.tr-slider-buttons button {
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  padding: 1.3rem;
  border: 0.1rem solid var(--tr-border);
  background: #fff;
  color: #000;
  cursor: pointer;
  place-items: center;
}

.tr-slider-buttons button:last-child svg {
  transform: rotate(180deg);
}

.tr-slider-buttons svg {
  width: 1.8rem;
}

.related-products {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.related-products__heading {
  font-size: 2.8rem;
}

.tr-faq {
  display: grid;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  grid-template-columns: minmax(24rem, 0.8fr) minmax(0, 1.6fr);
  gap: 8rem;
}

.tr-faq__intro h2 {
  margin: 0 0 2rem;
  font-size: 3.6rem;
}

.tr-faq__item {
  border-top: 0.1rem solid var(--tr-border);
}

.tr-faq__item:last-child {
  border-bottom: 0.1rem solid var(--tr-border);
}

.tr-faq__item summary {
  display: flex;
  min-height: 7rem;
  padding: 1.8rem 0;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.tr-faq__item summary::-webkit-details-marker {
  display: none;
}

.tr-faq__item h3 {
  margin: 0;
  font-size: 1.4rem;
}

.tr-faq__item summary svg {
  width: 1.2rem;
  margin-left: 2rem;
  transition: transform 160ms ease;
}

.tr-faq__item[open] summary svg {
  transform: rotate(180deg);
}

.tr-faq__answer {
  max-width: 65rem;
  padding: 0 4rem 2.4rem 0;
}

.tr-videos {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.tr-videos__header {
  margin-bottom: 3rem;
}

.tr-videos__viewport {
  gap: 2.2rem;
}

.tr-video {
  width: calc((100% - 2.2rem) / 2);
  margin: 0;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.tr-video__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f0ee;
}

.tr-video__media video,
.tr-video__media iframe,
.tr-video__media img,
.tr-video__media > svg {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.tr-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #fff;
  color: #000;
  transform: translate(-50%, -50%);
  place-items: center;
}

.tr-video__play svg {
  width: 1.8rem;
}

.tr-video figcaption {
  margin-top: 1.2rem;
  font-weight: 700;
}

.tr-video figcaption .rte {
  margin-top: 0.8rem;
  font-weight: 300;
}

.tr-video figcaption .tr-text-link {
  display: inline-block;
  margin-top: 0.8rem;
}

.tr-slider-buttons--videos {
  margin-top: 2rem;
  justify-content: flex-end;
}

.tr-footer {
  min-height: 48.6rem;
  padding: 6rem 0;
  background: #000;
  color: #fff;
}

.tr-footer h2,
.tr-footer h3,
.tr-footer a,
.tr-footer .rte,
.tr-footer .field__label,
.tr-footer small {
  color: #fff;
}

.tr-footer__main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}

.tr-footer__column h2,
.tr-footer__details summary h2 {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.tr-footer__column ul,
.tr-footer__bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tr-footer__column li + li {
  margin-top: 0.9rem;
}

.tr-footer__column a,
.tr-footer__column .rte,
.tr-footer__fallback,
.tr-footer__legal {
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
}

.tr-footer__fallback span {
  color: #fff;
}

.tr-footer__column a {
  text-decoration: none;
}

.tr-footer__column a:hover,
.tr-footer__legal a:hover {
  color: var(--tr-green-hover);
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.tr-footer__details summary {
  display: flex;
  list-style: none;
  cursor: default;
  align-items: center;
  justify-content: space-between;
}

.tr-footer__details summary::-webkit-details-marker {
  display: none;
}

.tr-footer__details summary > svg {
  display: none;
  width: 1.2rem;
}

.tr-footer__details:not([open]) > .tr-footer__details-content {
  display: block;
}

.tr-footer__contact {
  max-width: 32rem;
  margin-top: 2rem;
}

.tr-footer__contact-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 0.4rem;
}

.tr-footer__newsletter .newsletter-form {
  max-width: 34rem;
  margin: 2rem 0 0;
}

.tr-footer__newsletter .field__input {
  height: 4.4rem;
  color: #fff;
}

.tr-footer__newsletter .field::after {
  border-radius: 0;
  box-shadow: 0 0 0 0.1rem #fff;
}

.tr-footer__newsletter .field__button {
  color: #fff;
}

.tr-footer__newsletter .field__button svg {
  width: 1.8rem;
}

.tr-footer__bottom {
  margin-top: 7rem;
  padding-top: 2.5rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.24);
}

.tr-footer__payments ul {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.tr-footer__payments svg {
  width: 3.8rem;
  height: auto;
}

.tr-footer__legal {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.tr-footer__legal ul {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.tr-footer__legal a {
  color: #fff;
  text-decoration: none;
}

.tr-footer__social {
  margin-top: 2rem;
}

.tr-footer__social .list-social {
  justify-content: flex-start;
}

.tr-footer__social .list-social__link {
  color: #fff;
}

@media screen and (max-width: 989px) {
  .header {
    min-height: var(--tr-header-mobile-height);
  }

  .header__heading-logo-wrapper,
  .header__heading-logo {
    width: min(14rem, 100%);
    max-height: 3.2rem;
  }

  .header__icon,
  .header__icon--menu .icon,
  .header__icon .svg-wrapper,
  .header__icon .svg-wrapper svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 989px) {
  .header:not(.drawer-menu) {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 2rem;
  }

  .header:not(.drawer-menu) header-drawer {
    display: none;
  }

  .header:not(.drawer-menu) .header__inline-menu {
    display: block;
    grid-area: navigation;
    justify-self: center;
  }

  .header:not(.drawer-menu) .header__heading,
  .header:not(.drawer-menu) .header__heading-link {
    grid-area: heading;
  }

  .header:not(.drawer-menu) .header__icons {
    grid-area: icons;
  }

  .tr-collection-grid .product-grid.grid--2-col-tablet-down .grid__item,
  .tr-featured .product-grid.grid--2-col-tablet-down .grid__item {
    width: calc(25% - 1.65rem);
    max-width: calc(25% - 1.65rem);
  }

  .related-products .product-grid.grid--2-col-tablet-down .grid__item {
    width: calc(16.6667% - 1.8334rem);
    max-width: calc(16.6667% - 1.8334rem);
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.288rem;
    line-height: 1.4;
    letter-spacing: 0.0322rem;
  }

  .page-width,
  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: var(--tr-page-pad-mobile);
    padding-right: var(--tr-page-pad-mobile);
  }

  .utility-bar {
    min-height: 4.8rem;
  }

  .announcement-bar__message {
    min-height: 4.8rem;
    padding: 0.7rem 3.8rem;
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .announcement-bar .slider-button,
  .tr-announcement-toggle {
    width: 3.8rem;
    min-width: 3.8rem;
    height: 4.8rem;
  }

  .footer {
    min-height: 0;
    padding: 0 0 2.4rem;
  }

  .footer .page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__blocks-wrapper {
    display: block;
  }

  .footer-block.grid__item,
  .footer-block--newsletter {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 1.7rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.24);
  }

  .footer-block:first-child {
    padding-top: 3rem;
  }

  .footer-block__heading,
  .footer__newsletter .inline-richtext {
    margin: 0;
    padding: 1.5rem 0;
  }

  .footer-block__details-content {
    margin-bottom: 2rem;
  }

  .footer__content-bottom {
    padding: 2.4rem 1.7rem 0;
    border: 0;
  }

  .footer__content-bottom-wrapper {
    padding: 0;
  }

  .footer__payment .list-payment {
    justify-content: center;
  }

  .card__heading,
  .card__heading a {
    font-size: 1.1rem;
    letter-spacing: 0.22rem;
  }

  .card-information .price,
  .card-information .price-item {
    font-size: 1.1rem;
  }

  .card__badge {
    margin: 0.55rem;
  }

  .card__badge .badge {
    min-width: 2.1rem;
    min-height: 2.1rem;
    padding: 0.3rem 0.45rem;
    font-size: 0.9rem;
  }

  .product-grid {
    column-gap: 1.7rem;
    row-gap: 1.5rem;
  }

  .button,
  .product-form__submit {
    min-height: 4.4rem;
  }

  .tr-hero {
    height: 30rem;
  }

  .tr-hero__content {
    padding-top: 2.4rem;
    padding-bottom: 5.8rem;
  }

  .tr-hero__copy {
    max-width: 27rem;
  }

  .tr-hero__heading {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .tr-hero__text {
    margin-top: 0.8rem;
    font-size: 1.25rem;
  }

  .tr-hero__button {
    min-height: 3.8rem;
    margin-top: 1.3rem;
    padding: 0 1.8rem;
    font-size: 1rem;
    letter-spacing: 0.12rem;
}

  .tr-hero__controls {
    right: 1.7rem;
    bottom: 1.2rem;
    height: 3.6rem;
  }

  .tr-hero__control {
    width: 3.6rem;
    height: 3.6rem;
    padding: 1.1rem;
  }

  .tr-featured {
    min-height: 0;
  }

  .tr-featured .collection__title .title {
    font-size: 2.2rem;
  }

  .tr-placeholder-card__information h3 {
    font-size: 1.1rem;
    letter-spacing: 0.22rem;
  }

  .tr-placeholder-card__information p {
    font-size: 1.1rem;
  }

  .tr-featured .slider--tablet.grid--peek .grid__item,
  .tr-featured .slider--mobile.grid--peek .grid__item,
  .tr-featured .product-grid .grid__item {
    width: 15.2rem;
    max-width: 15.2rem;
    flex: 0 0 15.2rem;
  }

  .tr-featured .product-grid {
    display: flex;
    margin-right: -1.5rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tr-featured .product-grid::-webkit-scrollbar {
    display: none;
  }

  .tr-featured .product-grid .grid__item {
    scroll-snap-align: start;
  }

  .tr-story {
    display: flex;
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    flex-direction: column;
    gap: 3rem;
  }

  .tr-story--image-right .tr-story__media {
    order: 0;
  }

  .tr-story__media {
    width: 100%;
    aspect-ratio: 1 / 1.15;
  }

  .tr-story__content h2 {
    font-size: 2.04rem;
  }

  .tr-story__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }

  .tr-marquee {
    min-height: 35rem;
    padding: 2.5rem 0;
  }

  .tr-marquee__header {
    margin-bottom: 2rem;
  }

  .tr-marquee__header h2 {
    font-size: 2.2rem;
  }

  .tr-marquee__item {
    width: 12rem;
    height: 20rem;
  }

  .tr-services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tr-services__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .tr-service {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1.5rem;
  }

  .tr-collection-hero {
    height: 42.3rem;
  }

  .tr-collection-hero__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tr-collection-hero h1 {
    font-size: 4rem;
  }

  .tr-countdown__inner {
    min-height: 7rem;
    gap: 0.8rem;
    flex-direction: column;
  }

  .tr-countdown__label,
  .tr-countdown__output {
    font-size: 1.1rem;
  }

  .tr-collection-note {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tr-collection-grid .facets-container,
  .tr-collection-grid .facets-wrapper {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .tr-collection-grid .product-grid {
    column-gap: 1.7rem;
    row-gap: 1.5rem;
  }

  .tr-collection-grid .product-grid.grid--2-col-tablet-down > .grid__item {
    width: calc((100% - 1.7rem) / 2);
    max-width: calc((100% - 1.7rem) / 2);
  }

  .tr-main-product {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .tr-main-product .product {
    display: block;
  }

  .tr-main-product .product__media-wrapper,
  .tr-main-product .product__info-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .tr-main-product .product__media-wrapper {
    position: static;
    margin-left: 0;
  }

  .tr-main-product .product__media-list {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    column-gap: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tr-main-product .product__media-list::-webkit-scrollbar {
    display: none;
  }

  .tr-main-product .product__media-list::after {
    display: none;
    content: none;
  }

  .tr-main-product .product__media-list .product__media-item {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .tr-main-product .product__media-list .product__media-item:first-of-type {
    margin-left: 0;
  }

  .tr-main-product .thumbnail-slider {
    display: none;
  }

  .tr-main-product .product__info-wrapper {
    padding: 3rem 0 0;
  }

  .tr-main-product .product__title h1 {
    font-size: 2.4rem;
  }

  .tr-testimonials,
  .related-products,
  .tr-faq,
  .tr-videos {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tr-testimonials__header {
    margin-bottom: 2rem;
  }

  .tr-testimonials__header h2,
  .related-products__heading,
  .tr-videos__header h2 {
    font-size: 2.2rem;
  }

  .tr-testimonial {
    width: 100%;
    min-height: 24rem;
    padding: 2.4rem;
  }

  .tr-slider-buttons {
    display: none;
  }

  .related-products .product-grid {
    display: flex;
    margin-right: -1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .related-products .product-grid::-webkit-scrollbar {
    display: none;
  }

  .related-products .product-grid .grid__item {
    width: 15.2rem;
    max-width: 15.2rem;
    flex: 0 0 15.2rem;
    scroll-snap-align: start;
  }

  .tr-faq {
    display: block;
  }

  .tr-faq__intro {
    margin-bottom: 3rem;
  }

  .tr-faq__intro h2 {
    font-size: 2.8rem;
  }

  .tr-faq__item summary {
    min-height: 6rem;
  }

  .tr-video {
    width: 86%;
  }

  .tr-footer {
    min-height: 0;
    padding: 0 0 2.4rem;
  }

  .tr-footer > .page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .tr-footer__main {
    display: block;
  }

  .tr-footer__column {
    padding: 0 1.7rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.24);
  }

  .tr-footer__menu {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .tr-footer__column h2,
  .tr-footer__details summary h2 {
    margin: 0;
    padding: 1.5rem 0;
  }

  .tr-footer__menu h2 {
    padding-top: 0;
  }

  .tr-footer__details summary {
    min-height: 4.5rem;
    cursor: pointer;
  }

  .tr-footer__details summary > svg {
    display: block;
  }

  .tr-footer__details[open] summary > svg {
    transform: rotate(180deg);
  }

  .tr-footer__details:not([open]) > .tr-footer__details-content {
    display: none;
  }

  .tr-footer__details-content {
    padding-bottom: 2.5rem;
  }

  .tr-footer__bottom {
    margin-top: 0;
    padding: 2.4rem 1.7rem 0;
    border: 0;
  }

  .tr-footer__payments ul {
    justify-content: center;
  }

  .tr-footer__legal {
    gap: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .tr-footer__legal ul {
    gap: 1rem 1.5rem;
    justify-content: center;
  }

  .tr-footer__social .list-social {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .tr-marquee__track {
    animation: none;
  }
}

@media screen and (max-width: 749px) {
  .tr-hero__content {
    justify-content: center;
    text-align: center;
  }

  .tr-hero__copy {
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }

  .tr-hero__heading,
  .tr-hero__text {
    text-align: center;
  }

  .tr-hero__button {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Hero button clean white border */
.tr-hero__button {
  border: 1px solid #fff !important;
}

.tr-hero__button::before,
.tr-hero__button::after {
  box-shadow: none !important;
}

/* Featured collection - 4 columns desktop */
@media screen and (min-width: 990px) {
  .tr-featured .product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 2.2rem;
    row-gap: 3rem;
  }

  .tr-featured .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Bestsellers View All button */
.tr-featured .button {
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  --color-button: 17, 17, 17;
  --color-button-text: 255, 255, 255;
}

.tr-featured .button:hover {
  background: #1f6b4f !important;
  color: #ffffff !important;
  border-color: #1f6b4f !important;
  --color-button: 31, 107, 79;
  --color-button-text: 255, 255, 255;
}

.tr-featured .button::before,
.tr-featured .button::after {
  box-shadow: none !important;
}

/* Mobile Bestsellers: 6 products, clean 2-column grid */
@media screen and (max-width: 749px) {

  .tr-featured .product-grid {
   display: grid !important;
   grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
 
   column-gap: 1.6rem !important;
   row-gap: 2.6rem !important;

   margin: 0 !important;

   padding-left: 1.5rem !important;
   padding-right: 1.5rem !important;
   box-sizing: border-box;

   overflow: visible !important;
   align-items: start !important;
}

  .tr-featured .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

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

    flex: none !important;
  }

  .tr-featured .card__inner,
  .tr-featured .card__media,
  .tr-featured .media {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
  }

  .tr-featured .card__information {
    padding-top: 1rem !important;
  }

  .tr-featured .product-grid .grid__item:nth-child(n+7) {
    display: none !important;
  }

  .tr-featured .slider-buttons,
  .tr-featured .slider-counter {
    display: none !important;
  }
}

/* Brand Story button */
.tr-story__content .button {
  background: transparent !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  text-transform: none;
  letter-spacing: 0.12rem;
  --color-button: 255, 255, 255;
  --color-button-text: 17, 17, 17;
}

.tr-story__content .button:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  --color-button: 17, 17, 17;
  --color-button-text: 255, 255, 255;
}

.tr-story__content .button::before,
.tr-story__content .button::after {
  box-shadow: none !important;
}

/* =========================================
   MOON JEWELRY LARGE FOOTER
========================================= */

.tr-footer {
  min-height: 0;
  padding: 6rem 0 3rem;
  background: #111111;
  color: #ffffff;
}

.tr-footer__main {
  display: grid;
  grid-template-columns:
    1.1fr
    0.9fr
    0.9fr
    1.15fr;
  gap: 5rem;
  align-items: start;
}

.tr-footer h2,
.tr-footer h3,
.tr-footer a,
.tr-footer .rte,
.tr-footer small,
.tr-footer label {
  color: #ffffff;
}

.tr-footer__column h2,
.tr-footer__details summary h2 {
  margin: 0 0 2rem;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.tr-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tr-footer__column li + li {
  margin-top: 1rem;
}

.tr-footer__column a,
.tr-footer__column .rte,
.tr-footer__fallback,
.tr-footer__legal {
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0;
}

.tr-footer__column a {
  text-decoration: none;
}

.tr-footer__column a:hover,
.tr-footer__legal a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.tr-footer__support-text,
.tr-footer__about-text {
  max-width: 30rem;
}

.tr-footer__support-links {
  display: flex;
  margin-top: 2rem;
  gap: 1.2rem;
  flex-direction: column;
  align-items: flex-start;
}

.tr-footer__contact-link {
  margin-top: 0;
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 0.4rem;
}

.tr-footer__details summary {
  display: flex;
  list-style: none;
  cursor: default;
  align-items: center;
  justify-content: space-between;
}

.tr-footer__details summary::-webkit-details-marker {
  display: none;
}

.tr-footer__details summary > svg {
  display: none;
  width: 1.2rem;
}

/* Desktop: always show details */
.tr-footer__details:not([open]) > .tr-footer__details-content {
  display: block;
}


/* Bottom area */

.tr-footer__bottom {
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.tr-footer__bottom-row {
  display: flex;
  gap: 4rem;
  align-items: flex-end;
  justify-content: space-between;
}


/* Country + language */

.tr-footer__localization-form {
  display: flex;
  gap: 1.2rem;
  align-items: flex-end;
}

.tr-footer__localization-field {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}

.tr-footer__localization-field label {
  font-size: 1.2rem;
}

.tr-footer__localization-field select {
  min-width: 15rem;
  height: 4.2rem;
  padding: 0 3.5rem 0 1.4rem;

  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 0;

  background: #111111;
  color: #ffffff;

  font: inherit;
  cursor: pointer;
}


/* Payments */

.tr-footer__payments ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.7rem;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-end;
}

.tr-footer__payments svg {
  width: 3.8rem;
  height: auto;
}


/* Copyright + policies */

.tr-footer__legal {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.tr-footer__legal ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 1.8rem;
  flex-wrap: wrap;
  list-style: none;
}

.tr-footer__legal a {
  color: #ffffff;
  text-decoration: none;
}


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

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

  .tr-footer {
    padding: 0 0 2.5rem;
  }


  .tr-footer__main {
    display: block;
  }

  .tr-footer__column {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .tr-footer__support {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tr-footer__support h2 {
    margin-bottom: 1.5rem;
  }

  .tr-footer__details summary {
    min-height: 5.5rem;
    cursor: pointer;
  }

  .tr-footer__details summary h2 {
    margin: 0;
    padding: 0;
  }

  .tr-footer__details summary > svg {
    display: block;
  }

  .tr-footer__details[open] summary > svg {
    transform: rotate(180deg);
  }

  .tr-footer__details:not([open]) > .tr-footer__details-content {
    display: none;
  }

  .tr-footer__details-content {
    padding-bottom: 2.5rem;
  }

  .tr-footer__bottom {
    margin-top: 0;
    padding: 2.5rem 1.7rem 0;
    border-top: 0;
  }

  .tr-footer__bottom-row {
    gap: 2.5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .tr-footer__localization-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  width: 100%;
  }

  .tr-footer__localization-field select {
    width: 100%;
    min-width: 0;
  }

  .tr-footer__payments ul {
    justify-content: center;
  }

  .tr-footer__legal {
    gap: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .tr-footer__legal ul {
    gap: 1rem 1.5rem;
    justify-content: center;
  }

  .tr-footer__social .list-social {
    justify-content: center;
  }

}

/* Mobile footer localization spacing */
.tr-footer > .tr-footer__bottom.page-width {
  padding: 2.8rem 1.7rem 2.5rem !important;
}

.tr-footer__localization-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  width: 100%;
}

.tr-footer__localization-field {
  width: 100%;
  gap: 0.8rem;
}

.tr-footer__localization-field select {
  width: 100% !important;
  min-width: 0 !important;
  height: 4.8rem;
  padding-left: 1.4rem;
  padding-right: 3.5rem;
}
/* Collection page - force 4 products per row on desktop */
@media screen and (min-width: 990px) {
  .tr-collection-grid .product-grid > .grid__item {
    width: calc(25% - 1.65rem) !important;
    max-width: calc(25% - 1.65rem) !important;
  }
}
/* ================================
   SHOP BY CATEGORY
================================ */

.tr-category {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tr-category__heading {
  margin: 0 0 3.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: none;
}

.tr-category__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.tr-category__item {
  text-align: center;
}

.tr-category__link {
  display: block;
  color: #111;
  text-decoration: none;
}

.tr-category__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background: #f4f1ed;
}

.tr-category__image img,
.tr-category__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tr-category__title {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

.tr-category__title span {
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .tr-category {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tr-category__heading {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }

  .tr-category__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.7rem;
  }

  .tr-category__title {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

/* Shop with WhatsApp button */
.moon-whatsapp-button {
  display: flex;
  width: 100%;
  min-height: 4.6rem;
  margin-top: 1.2rem;
  padding: 0 2rem;
  border: 1px solid #25D366;
  background: #25D366;
  color: #ffffff !important;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.moon-whatsapp-button svg {
  width: 2rem;
  height: 2rem;
}

.moon-whatsapp-button:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
}

/* Product page: hide duplicate Sale badge */
.tr-main-product .price__badge-sale {
  display: none !important;
}

/* Cart page: hide accelerated checkout buttons */
.template-cart .additional-checkout-buttons,
.template-cart .cart__dynamic-checkout-buttons {
  display: none !important;
}

/* Cart page - hide Shop Pay / accelerated checkout */
shopify-accelerated-checkout-cart,
.cart__footer shopify-accelerated-checkout,
.cart__footer .additional-checkout-buttons,
.cart__footer .cart__dynamic-checkout-buttons {
  display: none !important;
}

/* Compact cart subtotal area */
.cart__footer {
  padding-top: 2.5rem !important;
  padding-bottom: 3rem !important;
}

.cart__footer-wrapper:last-child .cart__footer {
  min-height: 0 !important;
}

.cart__blocks {
  max-width: 42rem;
  margin-left: auto;
}
/* Hide Product / Total headings on mobile cart */
@media screen and (max-width: 749px) {
  .cart-items thead {
    display: none !important;
  }

  .cart-items {
    margin-top: 1rem !important;
  }
}

/* Cleaner cart drawer */
.cart-drawer .cart-items thead {
  display: none !important;
}

.cart-drawer .cart-items {
  margin-top: 1rem !important;
}
/* Contact page polish */
.template-page-contact .main-page-title {
  margin-bottom: 1.5rem;
}

.template-page-contact .main-page-title + .rte {
  max-width: 70rem;
  margin-bottom: 3rem;
}

.template-page-contact .page-width--narrow {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

/* ================================
   MOON JEWELRY CONTACT PAGE
================================ */

body:has(.contact) .main-page-title {
  margin-bottom: 1.4rem;
}

body:has(.contact) .page-width--narrow {
  max-width: 120rem;
}

body:has(.contact) .main-page-title + .rte {
  max-width: 68rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}

body:has(.contact) .contact {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

body:has(.contact) .contact__fields {
  gap: 1.7rem;
}

body:has(.contact) .contact .field {
  margin-bottom: 1.7rem;
}

body:has(.contact) .contact__button {
  margin-top: 2rem;
}

body:has(.contact) .contact__button .button {
  min-width: 17rem;
  background: var(--tr-green);
  color: #000;
}

body:has(.contact) .contact__button .button:hover {
  background: var(--tr-green-hover);
}

@media screen and (max-width: 749px) {
  body:has(.contact) .main-page-title {
    font-size: 3rem;
  }

  body:has(.contact) .contact {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  body:has(.contact) .main-page-title + .rte {
    font-size: 1.4rem;
  }
}
/* FAQ mobile text spacing */
@media screen and (max-width: 749px) {
  .tr-faq__answer {
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }
}

/* Multicolumn description bold text */
.multicolumn-card__info .rte strong,
.multicolumn-card__info .rte b {
  font-weight: 700 !important;
}

/* Size Guide section spacing */
.template-page-size-guide .rich-text__wrapper {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.template-page-size-guide .rich-text {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Moon Jewelry Size Guide Table */

.moon-size-table-wrap {
  max-width: 100rem;
  margin: 0 auto;
  padding: 2rem 4rem 4rem;
}

.moon-size-table-title {
  margin: 0 0 2.5rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.moon-size-table-scroll {
  width: 100%;
  overflow-x: auto;
}

.moon-size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  text-align: center;
}

.moon-size-table th,
.moon-size-table td {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e8e8e1;
}

.moon-size-table th {
  font-weight: 700;
  color: #000;
}

.moon-size-table td {
  font-weight: 300;
}

@media screen and (max-width: 749px) {
  .moon-size-table-wrap {
    padding: 1.5rem 1.7rem 3rem;
  }

  .moon-size-table-title {
    font-size: 2rem;
  }

  .moon-size-table {
    min-width: 60rem;
    font-size: 1.3rem;
  }

  .moon-size-table th,
  .moon-size-table td {
    padding: 1.2rem 1.5rem;
  }
}

/* FIX: Footer menus must always stay open on desktop */
@media screen and (min-width: 769px) {

  .tr-footer__details {
    display: block !important;
  }

  .tr-footer__details > summary {
    pointer-events: none !important;
    cursor: default !important;
  }

  .tr-footer__details > .tr-footer__details-content {
    display: block !important;
  }

  .tr-footer__details:not([open]) > .tr-footer__details-content {
    display: block !important;
  }

  /* Moon Jewelry product feature icons */

.moon-product-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.5rem;
  max-width: 48rem;
  margin: 2rem 0 3rem;
}

.moon-product-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #000;
}

.moon-product-icon svg {
  width: 2.8rem;
  height: 2.8rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (max-width: 749px) {
  .moon-product-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 0.8rem;
    margin: 1.5rem 0 2.5rem;
  }

  .moon-product-icon {
    font-size: 1.1rem;
  }

  .moon-product-icon svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
/* Five Flower Meaning section */

.moon-meaning-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 4rem;
}

.moon-meaning-image img {
  display: block;
  width: 100%;
  height: auto;
}

.moon-meaning-content h2 {
  margin: 0 0 1.5rem;
  font-size: 2.6rem;
  font-weight: 700;
}

.moon-meaning-content p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 749px) {
  .moon-meaning-section {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 4rem 1.7rem;
  }

  .moon-meaning-content h2 {
    font-size: 2.2rem;
  }
}
/* Product accordion bold text */
.product__accordion .accordion__content strong,
.product__accordion .accordion__content b,
.accordion__content strong,
.accordion__content b {
  font-weight: 700 !important;
  color: #000;
}

/* Product benefit icons mobile fix */
@media screen and (max-width: 749px) {

  .moon-product-icons {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem 0.8rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .moon-product-icon {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
  }

  .moon-product-icon svg {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .moon-product-icon span {
    margin-top: 7px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}

/* Mobile product accordion bold headings */
@media screen and (max-width: 749px) {
  .product__accordion .accordion__content strong,
  .product__accordion .accordion__content b,
  .accordion__content strong,
  .accordion__content b {
    font-weight: 700 !important;
    color: #000 !important;
  }
}

/* Strong headings inside product accordion */
.tr-main-product .accordion__content strong,
.tr-main-product .accordion__content b,
.tr-main-product .product__accordion strong,
.tr-main-product .product__accordion b {
  font-family: var(--font-heading-family), Montserrat, sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important;
  letter-spacing: 0 !important;
}

/* =========================================
   QUALITY MULTICOLUMN CARDS
   ========================================= */

.multicolumn-list {
  max-width: 980px;
  margin: 0 auto !important;
  gap: 8px !important;
  align-items: stretch !important;
}

.multicolumn-list__item {
  padding: 0 !important;
  display: flex !important;
}

.multicolumn-card {
  width: 100% !important;
  height: 100% !important;

  padding: 16px 14px 18px !important;

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

  text-align: center !important;
}


/* IMAGE */

.multicolumn-card__image-wrapper {
  width: 82px !important;
  max-width: 82px !important;
  height: 82px !important;

  margin: 0 auto 8px !important;
  padding: 0 !important;

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

.multicolumn-card__image-wrapper .media {
  width: 82px !important;
  height: 82px !important;
  min-height: 82px !important;

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

  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
}

.multicolumn-card__image-wrapper .media img,
.multicolumn-card__image-wrapper img {
  width: 82px !important;
  height: 82px !important;

  max-width: 82px !important;
  max-height: 82px !important;

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

  display: block !important;
  position: static !important;

  margin: 0 auto !important;
}


/* TEXT */

.multicolumn-card__info {
  width: 100% !important;

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

  text-align: center !important;
}


/* TITLE */

.multicolumn-card__info h3 {
  margin: 0 0 5px !important;
  padding: 0 !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;

  min-height: 0 !important;

  text-align: center !important;
}


/* DESCRIPTION */

.multicolumn-card__info .rte {
  margin: 0 auto !important;
  padding: 0 !important;

  max-width: 175px !important;

  font-size: 10.5px !important;
  line-height: 1.4 !important;

  text-align: center !important;
}

.multicolumn-card__info .rte p {
  margin: 0 !important;
  padding: 0 !important;
}


/* MOBILE */

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

  .multicolumn-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 8px !important;
  }

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

  .multicolumn-card {
    padding: 14px 8px 16px !important;
  }

  .multicolumn-card__image-wrapper {
    width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;

    margin-bottom: 7px !important;
  }

  .multicolumn-card__image-wrapper .media {
    width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
  }

  .multicolumn-card__image-wrapper .media img,
  .multicolumn-card__image-wrapper img {
    width: 64px !important;
    height: 64px !important;

    max-width: 64px !important;
    max-height: 64px !important;
  }

  .multicolumn-card__info h3 {
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin-bottom: 5px !important;
  }

  .multicolumn-card__info .rte {
    max-width: 135px !important;
    font-size: 9.5px !important;
    line-height: 1.35 !important;
  }
}

.multicolumn .title-wrapper-with-link {
  justify-content: center !important;
  text-align: center !important;
}

.multicolumn .title {
  width: 100% !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================
   PRODUCT GALLERY - SAME SIZE FOR ALL IMAGES
   ========================================= */

/* Main media item */
.product__media-list .product__media-item {
  height: auto !important;
}

/* Shopify image container */
.product__media-list .product-media-container {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

/* Inner media box */
.product__media-list .product__media,
.product__media-list .media {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Product image */
.product__media-list .product__media img,
.product__media-list .media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;

  position: absolute !important;
  top: 0 !important;
  left: 0 !important;

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


/* DESKTOP */
@media screen and (min-width: 750px) {

  .product__media-list .product-media-container {
    aspect-ratio: 1 / 1 !important;
  }

  .product__media-list .product__media,
  .product__media-list .media {
    aspect-ratio: 1 / 1 !important;
  }
}


/* MOBILE */
@media screen and (max-width: 749px) {

  .product__media-list .product-media-container {
    aspect-ratio: 1 / 1 !important;
  }

  .product__media-list .product__media,
  .product__media-list .media {
    aspect-ratio: 1 / 1 !important;
  }
}

/* MOBILE MAIN MENU - SAME TEXT SIZE */

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

  #menu-drawer
  .menu-drawer__menu.has-submenu
  > li
  > a.menu-drawer__menu-item {
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px !important;
    line-height: 1.4 !important;
    font-family: var(--font-body-family), Outfit, sans-serif !important;
  }

  #menu-drawer .moon-main-drawer-title {
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px !important;
    line-height: 1.4 !important;
    font-family: var(--font-body-family), Outfit, sans-serif !important;
    text-transform: uppercase !important;
  }

}

/* MOON JEWELRY - FORCE LARGE MOBILE LOGO */
@media screen and (max-width: 749px) {

  .header__heading,
  .header__heading-link,
  .header__heading-logo-wrapper {
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .header__heading-logo-wrapper {
    width: 210px !important;
  }

  .header__heading-logo {
    width: 210px !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;

    transform: scale(1.5) !important;
    transform-origin: center center !important;
  }
}