	.breadcrumbs > span:after { content: ' / ' }
	.breadcrumbs > span:last-child:after { content: '' }
	.breadcrumbs a:hover { color: var(--color-text); }
	
	.product form > div { width: 100%; }
	.product-preview__slide { /*aspect-ratio: 1.3;*/ display: flex; justify-content: center;  }
	.product-preview__slide i { display: block; height: 100%; position: relative; width: 100%;  }
	/*.product-preview__slide i::before { content: ''; display: block; height: 100%; width: 100%; position: absolute; z-index: 2; background: linear-gradient(to right, #948371 0%, #94837100 10%, #94837100 90%, #948371 100%);  }*/
	.product-preview__slide img { position: relative; }
	
	.product-preview__name { margin-bottom: 1rem; }
	.product-preview__size { margin-bottom: 1.2rem; }
	
	.header__buttons a { position: relative; }
	.header__buttons a span { position: absolute; top: -0.1rem; right: -0.3rem; background: #D41D1D; color: white; font-size: 0.5rem; padding: 0.1rem; border-radius: 50%; display: flex; z-index: 2; aspect-ratio: 1/1; width: 0.7rem; line-height: 0.5rem; align-items: center; justify-content: center;  }
	
	.product-preview > form { position: absolute; top:0; right:0; z-index: 2; }
	
	.catalog__title { margin-bottom: 1.5rem; }

	.text p { margin-bottom: 1rem; }
	.text li { list-style: disc; margin-left: 1rem; }
	
	.catalog__products .product-preview.hidden { display: none; }
	.catalog__products .product-preview.hidden + .adv-card { display: none; }
	.catalog-sheets-status { grid-column: 1 / -1; color: var(--color-secondary); padding: 2rem 0; }
	
	#page15 section.text { display: none; }
	
	@media (width < 600px) {
		.product-preview__panel {         flex-direction: row; }	
		.product-preview__cart { width: 5.75rem; }
		.product-preview__cart span { display: none; }
		.product-preview__cart svg { display: block; }
	}
.cs-empty {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(28, 28, 28, 0.12);
  background: #f5f1ec;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.45;
}

.cs-cart {
  margin-top: 28px;
}

.cs-cart-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cs-cart-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(28, 28, 28, 0.12);
  background: #fff;
}

.cs-cart-image {
  width: 96px;
  aspect-ratio: 1;
  background: #e9e8e4;
  overflow: hidden;
}

.cs-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-cart-name {
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.35;
}

.cs-cart-meta {
  margin-top: 6px;
  color: #777;
  font-size: 14px;
}

.cs-cart-price {
  margin-top: 8px;
  color: #b27935;
  font-weight: 600;
}

.cs-cart-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cs-cart-controls button,
.cs-cart-controls input {
  height: 42px;
  border: 1px solid rgba(28, 28, 28, 0.18);
  background: #fff;
  color: #1c1c1c;
}

.cs-qty {
  width: 42px;
  font-size: 20px;
}

.cs-cart-qty {
  width: 64px;
  text-align: center;
}

.cs-remove {
  padding: 0 14px;
}

.cs-cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(28, 28, 28, 0.12);
}

.cs-cart-total {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
}

.cs-filter-reset {
  margin-left: 10px;
}

.product-preview.is-favorite .product-preview__wishlist {
  background: #b27935;
}

.catalog-product-details {
  width: max-content;
  margin: -0.35rem 0 1rem;
  padding: 0;
  background: transparent;
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.catalog-product-details:hover {
  color: var(--color-text);
}

.catalog-product-modal .modal_content {
  width: min(58rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 1rem;
  background: #f7f5f1;
  color: var(--color-text);
}

.catalog-product-modal__layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 2rem;
}

.catalog-product-modal__image {
  min-height: 24rem;
  border-radius: 0.75rem;
  background: #e9e8e4;
  overflow: hidden;
}

.catalog-product-modal__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-product-modal__category {
  margin-bottom: 0.7rem;
  color: var(--color-primary);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-product-modal h3 {
  margin: 0 2.5rem 1rem 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.18;
}

.catalog-product-modal p {
  max-width: 34rem;
  color: #666;
  font-size: 0.86rem;
  line-height: 1.55;
}

.catalog-product-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.35rem 0;
}

.catalog-product-modal__meta span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 2rem;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 600;
}

.catalog-product-modal__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.catalog-product-modal__spec {
  min-height: 4.15rem;
  padding: 0.75rem;
  border: 1px solid rgba(28, 28, 28, 0.1);
  border-radius: 0.65rem;
  background: #fff;
}

.catalog-product-modal__spec span {
  display: block;
  margin-bottom: 0.35rem;
  color: #858585;
  font-size: 0.66rem;
}

.catalog-product-modal__spec strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .cs-cart-item {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .cs-cart-image {
    width: 76px;
  }

  .cs-cart-controls {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .cs-cart-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-product-modal__layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1rem;
  }

  .catalog-product-modal__image {
    min-height: 16rem;
  }

  .catalog-product-modal h3 {
    margin-right: 2rem;
    font-size: 1.16rem;
  }

  .catalog-product-modal__specs {
    grid-template-columns: 1fr;
  }
}

/* Brand mark: keep the supplied sun logo round and legible in compact UI. */
.header__logo {
  gap: 0.55rem;
}

.header__logo-icon {
  width: 38px;
  height: 38px;
  max-width: none;
  flex: 0 0 38px;
  object-fit: cover;
  clip-path: circle(50%);
  background: #050505;
}

.header__logo-text img {
  width: auto;
  height: 16px;
}

.preloader__logo {
  width: 5rem;
  height: 5rem;
}

.preloader__logo img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  clip-path: circle(50%);
  background: #050505;
}

.preloader__logo-color {
  display: none;
}

.preloader__logo-gold {
  max-width: 100%;
  overflow: visible;
  animation: brand-loader-pulse 1.15s ease-in-out infinite;
}

.preloader.loaded .preloader__logo-gold {
  animation: none;
}

@keyframes brand-loader-pulse {
  0%, 100% {
    opacity: 0.56;
    transform: scale(0.9) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(12deg);
  }
}

@media (max-width: 767px) {
  .header__logo-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .header__logo-text img {
    height: 13px;
  }
}

/* Professional lighting */
.professional {
  padding: 8rem 0;
  background: #f9f8f5;
}

.professional__head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}

.professional__title {
  max-width: 980px;
  margin-bottom: 0;
}

.professional__intro {
  max-width: 560px;
  color: #696969;
  font-size: 0.9rem;
  line-height: 1.55;
}

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

.professional__item {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  border-radius: 1.4rem;
  background: #1c1c1c;
  isolation: isolate;
}

.professional__item::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84));
}

.professional__item img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--cubic-bezier);
}

.professional__item-content {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.5rem;
  color: #fff;
}

.professional__item-content span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.professional__item-content h3 {
  max-width: 15rem;
  font-family: Unbounded, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
}

.professional__item--wide {
  grid-column: span 2;
}

.professional__cta {
  display: block;
  width: max-content;
  margin-top: 2rem;
}

/* Store cards */
.contacts__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 13rem;
  gap: 2rem;
  align-items: end;
}

.contacts__locations {
  min-width: 0;
}

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

.contacts__address {
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.contacts__address-city {
  margin-bottom: 1.25rem;
  color: var(--color-primary);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contacts__address strong {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.25;
}

.contacts__address > span:not(.contacts__address-city):not(.contacts__address-link),
.contacts__address small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.45;
}

.contacts__address small {
  display: block;
  margin-top: 0.45rem;
}

.contacts__address-link {
  margin-top: auto;
  padding-top: 1.2rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
}

.contacts__schedule {
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--color-primary);
}

.contacts__schedule .contacts__detail-label {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.65);
}

.contacts__schedule strong {
  font-family: Unbounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.contacts__schedule span {
  margin-top: 0.45rem;
  font-size: 0.72rem;
  line-height: 1.35;
}

@media (hover: hover) {
  .professional__item:hover img {
    transform: scale(1.06);
  }

  .contacts__address:hover {
    transform: translateY(-4px);
    border-color: rgba(177, 137, 98, 0.8);
    background: rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 1199px) {
  .professional__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contacts__details {
    grid-template-columns: 1fr;
  }

  .contacts__schedule {
    min-height: 9rem;
  }
}

@media (max-width: 980px) {
  .professional {
    padding: 6rem 0;
  }

  .professional__head {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .contacts__address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .professional {
    padding: 4.5rem 0;
  }

  .professional__grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .professional__head {
    grid-template-columns: minmax(0, 1fr);
  }

  .professional__title {
    font-size: 1.7rem;
    overflow-wrap: anywhere;
  }

  .professional__item,
  .professional__item--wide {
    grid-column: auto;
    min-height: 17rem;
    border-radius: 0.8rem;
  }

  .professional__item-content {
    padding: 1.2rem;
  }

  .professional__item-content h3 {
    font-size: 1.05rem;
  }

  .professional__cta {
    width: 100%;
    text-align: center;
  }

  .contacts__details {
    gap: 1rem;
  }

  .contacts__address-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .contacts__address {
    min-height: 10.5rem;
  }

  .contacts__schedule {
    min-height: 8rem;
  }
}
