* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: StockmannSans, sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.4;
}

@font-face {
  font-family: "Flaticon";
  src: url("../font/flaticon/flaticon.eot");
  src:
    url("../font/flaticon/flaticon.eot?#iefix") format("embedded-opentype"),
    url("../font/flaticon/flaticon.woff2") format("woff2"),
    url("../font/flaticon/flaticon.woff") format("woff"),
    url("../font/flaticon/flaticon.ttf") format("truetype"),
    url("../font/flaticon/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Keep icon fonts intact */
.fa,
.fas,
.far,
.fab,
[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
  font-weight: normal !important;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
}

.location svg {
  color: #999;
}

.location strong {
  color: #333;
  font-weight: 500;
}

.top-nav {
  display: flex;
  gap: 20px;
}

.top-nav a {
  color: #333;
  transition: color 0.2s;
}

.top-nav a:hover {
  color: #000;
}

.top-nav a.sale {
  color: #d32f2f;
}

.top-bar-right {
  display: flex;
  gap: 25px;
}

.top-bar-right a {
  color: #333;
  font-weight: 400;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 25px;
}

.menu-btn {
  color: #333;
}

.logo {
  font-size: 29px;
  font-weight: 700;
  width: 216px;
  letter-spacing: 2px;
  color: #000;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  display: flex;
  gap: 30px;
}

.main-nav a {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: #000;
}

.main-nav a.world-shopping {
  color: #7c9a5e;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-box {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 8px 12px;
}

.search-box input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 17px;
  outline: none;
  color: #333;
}

.search-box input::placeholder {
  color: #999;
}

.search-box button {
  color: #666;
  padding: 0 5px;
}

.search-box button:hover {
  color: #333;
}

.header-icons {
  display: flex;
  gap: 15px;
}

.icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: color 0.2s;
}

.icon-btn:hover {
  color: #000;
}

.header-counter {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
}

.main-content {
  display: flex;
  padding: 30px 40px;
  gap: 5px;
  max-height: 570px;
}

.hero-section {
  flex: 1.8;
  position: relative;
}

.slider-container {
  position: relative;
  background: #d8d4cf;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  display: none;
  width: 100%;
  height: 100%;
}

.slide.active {
  display: block;
}

.slide-content {
  display: flex;
  height: 100%;
  position: relative;
}

.slide-text {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.additional-text {
  font-size: 21px;
  font-weight: 300;
  color: #333;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.discount {
  font-size: 143px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.discount-desc {
  font-size: 19px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.brand-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.brand-btn {
  padding: 12px 25px;
  border: 1px solid #333;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  background: transparent;
  transition: all 0.3s;
}

.brand-btn:hover {
  background: #333;
  color: #fff;
}

.disclaimer {
  font-size: 15px;
  color: #666;
}

.slide-image {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.online-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}

.online-badge svg {
  margin-bottom: 5px;
}

.online-badge span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.online-badge .online {
  color: #d32f2f;
}

.slider-controls {
  position: absolute;
  bottom: 25px;
  left: 40px;
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #333;
}

.dot:hover {
  background: #666;
}

.slider-arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}

.arrow-btn {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  transition: all 0.3s;
}

.arrow-btn:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.category-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
}

.category-card {
  position: relative;
  overflow: hidden;
  display: block;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.category-label .heart {
  color: #ff6b6b;
}

.chat-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.chat-btn:hover {
  background: #333;
  color: #fff;
}

.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.catalog-overlay.active {
  opacity: 1;
  visibility: visible;
}

.catalog-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  max-height: 100vh;
  overflow-y: auto;
}

.catalog-overlay.active .catalog-menu {
  transform: translateY(0);
}

.catalog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid #e5e5e5;
}

.catalog-header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.close-catalog-btn {
  color: #333;
  padding: 5px;
  transition: color 0.2s;
}

.close-catalog-btn:hover {
  color: #000;
}

.catalog-title {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
}

.catalog-tabs {
  display: flex;
  gap: 35px;
}

.catalog-tab {
  font-size: 18px;
  color: #666;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

.catalog-tab:hover {
  color: #333;
}

.catalog-tab.active {
  color: #000;
  border-bottom-color: #000;
}

.catalog-search {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 8px 15px;
  width: 250px;
}

.catalog-search input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 17px;
  outline: none;
  color: #333;
}

.catalog-search input::placeholder {
  color: #999;
}

.catalog-search-btn {
  color: #333;
  padding: 0;
}

.catalog-content {
  display: flex;
  padding: 30px 40px;
  gap: 50px;
  min-height: 500px;
}

.catalog-sidebar {
  width: 220px;
  flex-shrink: 0;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}

.sidebar-header {
  font-size: 17px;
  color: #d32f2f;
  margin-bottom: 20px;
  font-weight: 400;
}

.sidebar-menu {
  list-style: none;
}

.sidebar-item {
  margin-bottom: 5px;
}

.sidebar-item a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 17px;
  color: #333;
  transition: color 0.2s;
}

.sidebar-item a:hover {
  color: #000;
}

.sidebar-item .bullet {
  margin-right: 10px;
  font-size: 13px;
  color: #333;
  display: none;
}

.sidebar-item.active .bullet {
  display: inline;
}

.sidebar-item a svg {
  margin-left: auto;
  color: #999;
}

.sidebar-item.no-arrow a svg {
  display: none;
}

.sidebar-item.sale a {
  color: #d32f2f;
}

.sidebar-item.sale a svg {
  color: #d32f2f;
}

.catalog-subcategories {
  display: flex;
  gap: 60px;
  flex: 1;
}

.subcategory-column {
  min-width: 200px;
}

.subcategory-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #d32f2f;
  margin-bottom: 20px;
  font-weight: 400;
}

.subcategory-header svg {
  color: #d32f2f;
}

.subcategory-list {
  list-style: none;
}

.subcategory-list.no-header {
  margin-top: 40px;
}

.subcategory-list li {
  margin-bottom: 12px;
}

.subcategory-list li a {
  font-size: 17px;
  color: #333;
  transition: color 0.2s;
}

.subcategory-list li a:hover {
  color: #000;
}

.catalog-brands {
  min-width: 180px;
}

.brands-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #d32f2f;
  margin-bottom: 20px;
  font-weight: 400;
}

.brands-header svg {
  color: #d32f2f;
}

.brands-list {
  list-style: none;
}

.brands-list li {
  margin-bottom: 12px;
}

.brands-list li a {
  font-size: 17px;
  color: #333;
  transition: color 0.2s;
}

.brands-list li a:hover {
  color: #000;
}

body.catalog-open {
  overflow: hidden;
}

.banner-section {
  width: 100%;
  padding: 0 40px;
}

.banner-slider-container {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-slide.active {
  display: block;
}

.banner-content {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

.banner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  z-index: 2;
}

.banner-text-line {
  font-weight: 700;

  letter-spacing: 2px;
  line-height: 1.1;
}

.banner-text-green {
  color: #90c695;
  font-size: 51px;
}

.banner-text-large {
  font-size: 59px;
}

.banner-text-white {
  color: #ffffff;
  font-size: 75px;
}

.banner-text-xlarge {
  font-size: 83px;
}

.banner-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.banner-logo {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 3;
}

.tom-tailor-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  font-weight: 700;
  color: #333;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;

  line-height: 1;
}

.logo-partner {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;

  margin-top: 4px;
}

.banner-label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  z-index: 3;
}

.banner-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

.banner-dot.active {
  background: #ffffff;
  width: 30px;
  border-radius: 5px;
}

.banner-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1400px) {
  .main-content {
    flex-direction: column;
  }

  .category-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }

  .slider-container {
    height: 450px;
  }

  .features-grid {
    gap: 30px;
  }

  .feature-title {
    font-size: 19px;
  }

  .feature-description {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .top-bar {
    padding: 8px 20px;
  }

  .header {
    padding: 15px 20px;
  }

  .main-content {
    padding: 20px;
  }

  .top-nav {
    display: none;
  }

  .discount {
    font-size: 103px;
  }

  .footer_right .social a:not(:hover) path {
    fill: #fff;
  }

  .productSwiper .swiper-button-next {
    right: -10px;
  }

  .productSwiper .swiper-button-prev {
    left: -10px;
  }

  .store-section {
    padding: 0 20px;
  }

  .store-image-container {
    height: 500px;
  }

  .store-overlay {
    padding: 30px 20px;
  }

  .store-info-box-wrapper {
    max-width: 100%;
  }

  .store-info-box {
    max-width: 100%;
    padding: 25px;
  }

  .store-info-title {
    font-size: 27px;
  }

  .store-info-description {
    font-size: 17px;
  }

  .features-section {
    padding: 50px 30px;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }

  .seo-section {
    padding: 50px 30px;
  }

  .seo-content-grid {
    gap: 40px;
  }

  .seo-main-title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .seo-heading {
    font-size: 21px;
  }

  .seo-text {
    font-size: 17px;
  }

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

  .office-map-card {
    grid-column: 1 / -1;
    min-height: 250px;
  }

  .offices-title {
    font-size: 29px;
  }

  .rx-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .rx-footer__links,
  .rx-footer__contact-card,
  .rx-footer__social-card {
    grid-column: 1 / -1;
  }

  img.alignnone,
  .wp-caption.alignnone {
    max-width: 450px !important;
    height: auto !important;
  }

  img.alignnone,
  [class*="wp-image-"] {
    max-width: 450px !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .top-bar-right {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .search-box {
    width: 150px;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .slide-content {
    flex-direction: column;
  }

  .slide-text {
    padding: 30px 20px;
  }

  .discount {
    font-size: 83px;
  }

  .brand-buttons {
    flex-direction: column;
  }

  .banner-section {
    padding: 0 20px;
  }

  .banner-slider-container {
    height: 350px;
  }

  .banner-content {
    padding: 0 30px;
  }

  .banner-text-green {
    font-size: 35px;
  }

  .banner-text-large {
    font-size: 43px;
  }

  .banner-text-white {
    font-size: 51px;
  }

  .banner-text-xlarge {
    font-size: 59px;
  }

  .logo-main {
    font-size: 27px;
  }

  .logo-icon {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .banner-logo {
    top: 20px;
    right: 20px;
  }

  .product-slider-section {
    padding: 20px;
  }

  .product-slider-section .container {
    border-radius: 15px 15px 0 0;
  }

  .productSwiper {
    padding-bottom: 40px;
  }

  .productSwiper .swiper-button-next,
  .productSwiper .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .productSwiper .swiper-button-next:after,
  .productSwiper .swiper-button-prev:after {
    font-size: 17px;
  }

  .productSwiper .swiper-button-next {
    right: 5px;
  }

  .productSwiper .swiper-button-prev {
    left: 5px;
  }

  .store-image-container {
    height: 400px;
    border-radius: 0;
  }

  .store-section {
    padding: 0;
    margin-top: 20px;
  }

  .store-overlay {
    padding: 20px;
  }

  .store-info-box-wrapper {
    max-width: 100%;
  }

  .store-info-box {
    padding: 20px;
  }

  .store-info-title {
    font-size: 23px;
    margin-bottom: 12px;
  }

  .store-info-separator {
    margin-bottom: 15px;
  }

  .store-info-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .store-map-btn {
    padding: 10px 20px;
    font-size: 17px;
  }

  .features-section {
    padding: 40px 20px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .feature-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .feature-description {
    font-size: 15px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .seo-section {
    padding: 40px 20px;
  }

  .seo-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .seo-main-title {
    font-size: 23px;
    margin-bottom: 25px;
  }

  .seo-heading {
    font-size: 20px;
  }
  .seo-column {
    gap: 18px;
  }

  .offices-section {
    padding: 40px 0 50px;
  }

  .offices-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .offices-title {
    font-size: 25px;
  }

  .city-tabs {
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .city-tabs::-webkit-scrollbar {
    display: none;
  }

  .city-tab {
    font-size: 16px;
    padding: 8px 16px;
  }

  .office-grid {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .office-info-card,
  .office-extra-card {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 20px;
  }

  .office-map-card {
    min-height: 220px;
  }

  .office-phone {
    font-size: 23px;
  }

  .office-email {
    font-size: 20px;
  }

  .office-extra-phone {
    font-size: 19px;
  }

  .rx-footer {
    margin-top: 60px;
  }

  .rx-footer__subscribe-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .rx-footer__input-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .rx-footer__input-wrap button {
    width: 100%;
  }

  .rx-footer__contact-card {
    grid-template-columns: 1fr;
  }

  .rx-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hits__card {
    width: 280px;
  }

  .hits__card-img {
    height: 280px;
  }

  .hits__card-back:not(.card-back--mob) {
    display: none;
  }

  .hits__card-title {
    padding: 12px 12px 6px;
  }

  .hits__card-title a {
    font-size: 16px;
  }

  .card-packaging {
    padding: 0 12px 10px;
  }

  .hits__card-price {
    padding: 0 12px 12px;
  }

  .hits__card-price--current {
    font-size: 19px;
  }

  .hits__card-btn {
    width: 44px;
    height: 44px;
    bottom: 12px;
    right: 12px;
    border-width: 2px;
  }

  .hits__card-btn::before {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-width: 1.5px;
  }

  .hits__card-btn::after {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-width: 1px;
  }

  .hits__card-btn svg {
    width: 18px;
    height: 18px;
  }

  .stores-slider {
    height: 70vh;
  }

  .nav-btn {
    width: 44px;
  }

  .nav-btn span {
    width: 28px;
    height: 28px;
    font-size: 19px;
  }

  img.alignnone,
  .wp-caption.alignnone {
    height: auto !important;
    float: none !important;
    display: block;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 0.5rem;
  }

  img.alignnone,
  [class*="wp-image-"] {
    height: auto !important;
    float: none !important;
    display: block;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 0.5rem;
  }
}

.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code
  .kd-input_error
  input[data-v-e2a7411e]:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

@media (min-width: 768px) {
  .header-search__input:not(:-moz-placeholder-shown)
    + .header-search__clean-btn {
    display: flex;
  }

  .header-search__input:not(:-ms-input-placeholder)
    + .header-search__clean-btn {
    display: -ms-flexbox;
    display: flex;
  }

  .wm-xl\:flex {
    display: flex;
  }

  .wm-xl\:items-center {
    align-items: center;
  }

  .wm-xl\:justify-between {
    justify-content: space-between;
  }

  .wm-xl\:pb-0 {
    padding-bottom: 0;
  }

  .wm-xl\:text-left {
    text-align: left;
  }

  .wm-xl\:w-auto {
    width: auto;
  }
}

.header-new .header-search__input:focus:not(:disabled) {
  border-color: var(--color-info-dark);
}

.header-new
  .header-search__input:focus:not(:disabled)
  + .header-search__clean-btn
  + .header-search__btn {
  border-color: var(--color-info-dark);
  border-left-color: transparent;
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.kd-input input:focus:not(:disabled) {
  border-color: var(--color-primary);
}

.kd-input_error input:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.kd-phone input:focus:not(:disabled) {
  border-color: var(--color-primary);
}

.kd-phone_error input:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

@supports (display: grid) {
}

.kd-textarea__field:focus:not(:disabled) {
  border-color: var(--color-primary);
}

.kd-textarea__field_error:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.kd-textarea_error textarea:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code
  .kd-input_error
  input[data-v-81909bbc]:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code
  .kd-input_error
  input[data-v-2fb29608]:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),
.subscribe-new
  .subscribe__form
  .kd-input__field:focus:not(:disabled)
  + .subscribe-button {
  border-color: var(--color-info-dark);
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

.footer_right .social a:not(:hover) path {
  fill: #b3b9c5;
}

.product {
  height: 275px;
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 3px #e7e7e7;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 4px;
}

.product .title h3 {
  font-size: 23px;
  font-weight: 600;
  color: #fc0404;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 55px;
  bottom: 0;
  padding: 15px;
  z-index: 100;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.product .season {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  right: 12px;
}
a.hits__card-img.card-img {
  background-color: #f4f2ee;
}
.productSwiper .swiper-slide img {
  max-width: 100%;
  height: 100%;
  display: block;
}

.product .title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product .size {
  font-size: 15px;
  margin-bottom: 15px;
  color: #666;
  display: block;
}

.stokcheck {
  position: absolute;
  top: 64px;
  right: 0;
  font-size: 13px;
  background: green;
  color: #fff;
}

.classchoose {
  position: absolute;
  top: 43px;
  right: 0;
  font-size: 13px;
  background: #fc0404;
  color: #fff;
}

.stokcheck.yes {
  background: green;
}

.stokcheck span,
.classchoose span {
  padding: 10px;
}

.product_flag {
  position: absolute;
  bottom: 20px;
  left: 17px;
  display: flex;
  flex-direction: column;
}

.product_flag span {
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s all ease;
}

.product_flag:hover span {
  visibility: visible;
  opacity: 1;
}

.product_flag img {
  box-shadow: 1px 1px 10px 2px #00000057;
  width: 50px;
  height: 30px;
}

.product .price {
  font-size: 31px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}

.price.from .endirimliqiymet {
  font-size: 31px !important;
  margin-left: 10px;
  color: red;
}

.product .price span {
  font-size: 19px;
}

.rating.r5 {
  background-position-x: -76px;
}

.rcount {
  cursor: default;
}

.product .brand {
  margin-bottom: 10px;
}

.product .brand img {
  width: 100px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left;
  display: block;
}

.product .img {
  position: absolute;
  right: 0px;
  z-index: 110;
  bottom: 0px;
  width: 150px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product .img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom;
}

a.open-big-photo {
  display: block;
  width: 100%;
}

a.open-big-photo:not(.load):before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 50%;
  height: 52px;
  width: 52px;
  background-repeat: no-repeat;
  background-position: 14px 12px;
  border-radius: 100px;
  padding: 14px 12px 12px 14px;
  margin: -26px -10px 0 0;
  box-shadow: 0 0 1px #34353c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 201;
  opacity: 0;
}

.style_tab__header__menu__mg4Im:focus-visible {
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px var(--neutral_950);
  padding-left: 8px;
  padding-right: 8px;
}

.style_linkContainer__iqyMK:focus-visible .style_CardHome___Pj5u {
  outline-offset: 2px;
  outline-style: solid;
}

.style_linkContainer__iqyMK.style_bgdark__qdjZN:focus-visible
  .style_CardHome___Pj5u {
  outline-color: #fff;
}

.style_cta-primary__yh1uX:focus-visible {
  outline-offset: 2px;
  outline-style: solid;
}

.style_cta-primary__yh1uX.style_cta__bglight__Q8lDX:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgdark__kBdyF:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgyellow__eOAHA:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgelect__FWupx:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgevent__sb_AU:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-secondary__sy1V1:focus-visible {
  outline-offset: 2px;
  outline-style: solid;
}

.style_cta-secondary__sy1V1.style_cta__bglight__Q8lDX:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF:focus-visible {
  outline: 2px solid #fcfcfc;
  outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgyellow__eOAHA:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-ghost__Kak_O:focus-visible {
  outline-offset: 2px;
  outline-style: solid;
}

.style_cta-ghost__Kak_O.style_cta__bglight__Q8lDX:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgdark__kBdyF:focus-visible {
  outline: 2px solid #fcfcfc;
  outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgyellow__eOAHA:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta__bgimg__rY0vQ:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fcfcfc;
}

@media (max-width: 999px) {
  .product_flag span {
    visibility: visible;
    opacity: 1;
  }

  .pnd-cmp-article.pnd-cmp-article--full-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pnd-cmp-page-content--lg-width {
    width: 100%;
  }

  .pnd-ui-ux-staff .pnd-ui-ux-staff-content {
    max-width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .pnd-ui-tool-inner-nav .inner-menu {
    margin-top: 1rem;
  }

  .pnd-ui-tool-inner-nav .inner-menu li {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom-width: 1px;
    background-color: #fff;
  }
  .pnd-ui-tool-inner-nav .inner-menu li:first-child {
    border-top-width: 1px;
  }

  .pnd-cmp-img-full-height {
    background: none !important;
  }

  .wp-caption-text {
    text-align: center;
  }

  img.alignnone,
  .wp-caption.alignnone {
    max-width: 400px !important;
    height: auto !important;
  }

  .wp-caption.alignnone {
    width: 100%;
  }

  img.alignnone,
  [class*="wp-image-"] {
    max-width: 400px !important;
    height: auto !important;
  }

  .wp-caption {
    height: auto !important;
    float: none !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 0.5rem;
  }
}

.product-slider-section {
  padding: 0px;
  background: #fff;
  margin-top: 80px;
  width: 100%;
  display: block;
  visibility: visible;
  position: relative;
}

.product-slider-section h1 {
  margin-left: 47px;
  font-weight: 400 !important;
  font-size: 23px;
  font-weight: lighter;
  text-transform: uppercase;
}

.product-slider-section .container {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}
.product-slider-section .container {
  padding: 0 10px !important;
}
.product-slider-section .container .productSwiper {
  overflow: visible;
}

.productSwiper {
  width: 100%;
  padding-bottom: 50px;
}

.productSwiper .swiper-slide {
  height: 370px;
  display: flex;
  width: auto;
}

.productSwiper .swiper-slide .product {
  width: 100%;
  height: 275px;
  min-width: 0;
}

.productSwiper .swiper-pagination {
  bottom: 0;
}

.productSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
}

.productSwiper .swiper-pagination-bullet-active {
  background: #333;
}

.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
  color: #333;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.productSwiper .swiper-button-next:after,
.productSwiper .swiper-button-prev:after {
  font-size: 21px;
  font-weight: 700;
}

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-button-prev:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.productSwiper .swiper-button-next {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.productSwiper .swiper-button-prev {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.productSwiper .swiper-button-next.swiper-button-disabled,
.productSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.swiper-button-container {
  position: absolute;
}

.store-section {
  width: 100%;
  margin-top: 80px;
  padding: 0 40px;
}

.store-image-container {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.store-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.store-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.store-info-box-wrapper {
  position: relative;
  padding: 1px;
  width: 369px;
  background: #1a1a1a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.store-info-box {
  max-width: 500px;
  background: #1a1a1a;
  padding: 30px;
  margin: 20px;
  border: 1px solid #545253;
}

.store-info-title {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.store-info-separator {
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 0 auto 20px auto;
}

.store-info-description {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 25px 0;
  text-align: left;
}

.store-map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;

  letter-spacing: 0.5px;
}

.store-map-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.store-map-btn svg {
  color: #fff;
  stroke: #fff;
}

.store-map-btn span {
  color: #fff;
}

.features-section {
  width: 100%;
  padding: 60px 40px;
  background: #fff;
}

.features-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: start;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #000;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
  stroke: #000;
  fill: none;
}

.feature-title {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
  line-height: 1.4;

  text-align: center;
}

.feature-description {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.seo-section {
  width: 100%;
  padding: 60px 40px 0;
  background: #fff;
}

.seo-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.seo-main-title {
  font-size: 20px;
  font-weight: 700;
  color: #868c8a;
  margin: 0 0 40px 0;
  line-height: 1.5;

  text-align: left;
}

.seo-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.seo-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.seo-heading {
  font-size: 18px;
  font-weight: 700;
  color: #868c8a;
  margin: 0;
  line-height: 1.4;
}

.seo-text {
  font-size: 15px;
  line-height: 1.7;
  color: #868c8a;
  margin: 0;

  font-weight: 400;
}

.seo-link {
  color: #5073a2;
  text-decoration: underline;
  text-decoration-color: #5073a2;
  transition: color 0.2s;
}

.seo-link:hover {
  color: #000;
  text-decoration-color: #000;
}

.offices-section {
  padding: 70px 0 90px;
}

.offices-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

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

.offices-title {
  font-weight: 700;
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #111111;
  margin: 0;
}

.contacts-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 26px;

  font-weight: 400;
  font-size: 17px;
  color: #1a1a1a;
  text-decoration: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  white-space: nowrap;
}

.contacts-link:hover {
  border-color: #1a1a1a;
  background: #f5f5f5;
}

.contacts-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.city-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.city-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 26px;
  border: 1px solid #ececec;
  border-radius: 26px;
  background: #fff;

  font-weight: 400;
  font-size: 19px;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.city-tab:hover {
  border-color: #d6d6d6;
  background: #fafafa;
}

.city-tab.active {
  background: #ff3333;
  color: #fff;
  border-color: #ff3333;
  box-shadow: 0 8px 16px rgba(229, 46, 46, 0.35);
}

.city-tab-link {
  color: #1a1a1a;
}

.city-tab-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.office-content {
  position: relative;
  margin-top: 4px;
}

.office-data {
  display: none;
}

.office-data.active {
  display: block;
}

.office-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 40px;
  min-height: 340px;
}

.office-info-card {
  padding: 32px 36px;
  border-radius: 24px;
  display: flex;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  background: #ffffff;
  flex-direction: column;
  gap: 0;
}

.office-city-name {
  font-weight: 700;
  font-size: 25px;
  color: #111111;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.office-address {
  font-weight: 400;
  font-size: 18px;
  color: #6f6f6f;
  line-height: 1.6;
  margin: 0 0 24px 0;
  max-width: 280px;
}

.office-phone {
  font-weight: 700;
  font-size: 29px;
  color: #ff3333;
  text-decoration: none;
  margin-bottom: 16px;
  display: inline-block;
  line-height: 1.3;
  transition: opacity 0.2s;
}

.office-phone:hover {
  opacity: 0.8;
}

.office-schedule {
  font-weight: 400;
  font-size: 16px;
  color: #a0a0a0;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.office-email {
  font-weight: 700;
  font-size: 25px;
  color: #ff3333;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-top: auto;
}

.office-email:hover {
  opacity: 0.8;
}

.office-extra-card {
  padding: 32px 36px;
  display: flex;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  background: #ffffff;
  flex-direction: column;
  gap: 0;
}

.office-extra-block {
  margin-bottom: 20px;
}

.office-extra-label {
  font-weight: 400;
  font-size: 17px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.office-extra-phone {
  font-weight: 700;
  font-size: 21px;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  transition: color 0.2s;
}

.office-extra-phone:hover {
  color: #e52e2e;
}

.office-extra-card .office-schedule {
  margin-top: auto;
  margin-bottom: 0;
}

.office-map-card {
  min-height: 300px;
  background: #f0f0f0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.office-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.rx-footer {
  background: #1f2a35;
  color: #e7edf5;
  margin-top: 80px;
  position: relative;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}

.rx-footer__subscribe {
  padding: 0 24px;
}

.rx-footer__subscribe-card {
  max-width: 1400px;
  margin: 30px auto 30px auto;
  width: 100%;
  background: #e31d1a;
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 160px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: -110px;
}

.rx-footer__subscribe-card::before,
.rx-footer__subscribe-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.rx-footer__subscribe-card::before {
  width: 220px;
  height: 220px;
  right: 120px;
  top: -60px;
}

.rx-footer__subscribe-card::after {
  width: 140px;
  height: 140px;
  right: 20px;
  bottom: -40px;
  background: rgba(255, 255, 255, 0.08);
}

.rx-footer__subscribe-text {
  position: relative;
  z-index: 1;
}

.rx-footer__subscribe-text h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2px;
  color: #fff;
}

.rx-footer__subscribe-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.rx-footer__subscribe-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.rx-footer__input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.rx-footer__input-wrap input {
  flex: 1;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 12px;
  color: #fff;
  font-size: 18px;
}

.rx-footer__input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.rx-footer__input-wrap-button {
  background: #fff;
  color: #e31d1a;
  font-weight: 700;
  padding: 0px 22px;
  font-size: 16px;
  border-radius: 8px;
  white-space: nowrap;
}

.rx-footer__consent {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.rx-footer__main {
  padding: 65px 0 32px;
}

.rx-footer__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 9px 0 8px;
}

.rx-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(198px, 0fr) minmax(218px, 0fr) minmax(320px, 1.5fr)
    minmax(200px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.rx-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px 60px;
  grid-column: span 2;
  align-items: start;
}

.rx-footer__list {
  list-style: none;
  display: grid;
  gap: 12px;
  grid-auto-rows: min-content;
}

.rx-footer__link {
  color: #e7edf5;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rx-footer__link:hover {
  color: #fff;
}

.rx-footer__link--hot {
  font-weight: 600;
}

.rx-footer__flame {
  width: 16px;
  height: 16px;
  fill: #ff6b4a;
}

.rx-footer__contact-card,
.rx-footer__social-card {
  background: #111b26;
  border-radius: 18px;
  padding: 24px;
}

.rx-footer__contact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.rx-footer__contact-label {
  display: block;
  font-size: 15px;
  color: #9fb1c4;
  margin-bottom: 6px;
}

.rx-footer__contact-value {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
}

.rx-footer__social-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rx-footer__social-title {
  color: #c7d2df;
  font-size: 17px;
}

.rx-footer__social-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rx-footer__social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #e31d1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.pnd-ui-tool-inner-nav > ul > li.current-menu-item > button {
  background-color: #000;
  color: #fff;
}
.rx-footer__social-link:hover {
  transform: translateY(-2px);
}

.rx-footer__social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.rx-footer__social-text {
  font-weight: 700;
  font-size: 16px;
}

.rx-footer__cookie {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 15px;
  color: #9fb1c4;
  line-height: 1.6;
}

.rx-footer__bottom {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  font-size: 16px;
  color: #9fb1c4;
}

.rx-footer__bottom-link {
  color: #9fb1c4;
}

.rx-footer__bottom-link:hover {
  color: #fff;
}

.hits__card {
  margin-right: 0px !important;
  position: relative;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 12px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  flex-shrink: 0;
}

.hits__card[data-href] {
  cursor: pointer;
}

.hits__card-img {
  position: relative;
  width: 100%;
  height: 10.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  border: 0.1rem solid #f4f6f8;
  background: #fff;
  z-index: 1;
  padding: 11px 8px;
}

.hits__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hits__card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  pointer-events: none;
}

.hits__card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(-4px 2px 10px rgba(0, 0, 0, 0.067));
}

.hits__card-discont {
  position: absolute;
  top: 17px;
  left: 18px;
  background: #e43141;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  z-index: 2;
  letter-spacing: 0.5px;
}

.hits__card-title {
  padding: 16px 16px 8px;
  flex-grow: 1;
  z-index: 1;
  position: relative;
}

.hits__card-title a {
  color: #3b3c40;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-packaging {
  padding: 0 16px 21px;
  display: flex;
  gap: 8px;
  z-index: 1;
  position: relative;
}

.card-packaging__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  gap: 0.6rem;
  justify-content: start;
  color: #9293b0;
  font-size: 0.9875rem;
  font-weight: 500;
  line-height: 1.4;
}

.card-packaging__item:not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  color: #808080;
}

.hits__card-price {
  padding: 0 16px 3px;
  z-index: 1;
  position: relative;
}

.hits__card-price--current {
  color: #e43141;
  font-size: 1.5875rem;
  font-weight: 500;
  line-height: normal;
}

.hits__card-price--old {
  color: #9a9a9a;
  font-size: 1.1375rem;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1.2;
}

.hits__card-actions {
  padding: 0 16px 12px;
  z-index: 1;
  position: relative;
}

.hits__card-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid #111;
  border-radius: 18px;
  color: #111;
  font-size: 1.0375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.hits__card-detail-btn:hover {
  background: #111;
  color: #fff;
}

.hits__card-wishlist-form {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
}

.hits__card-wishlist-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dadada;
  border-radius: 50%;
  background: #fff;
  color: #222;
  cursor: pointer;
  transition: 0.2s ease;
}
#wishlist table img{max-width:150px;}
.hits__card-wishlist-btn:hover {
  border-color: #111;
  color: #111;
  transform: translateY(-1px);
}

.hits__card-btn {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e43141;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: none;
  text-decoration: none;
}

.hits__card-btn svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}

.stores-slider {
  position: relative;
  margin: 0 11px;
  height: 89vh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background-color: #f5f5f5;
}

.stores-slider-window {
  flex: 1;
  overflow: hidden;
}

.stores-slider-track {
  display: flex;
  height: 100%;
  gap: 0;
  transition: transform 0.65s ease;
  will-change: transform;
}

.stores-slider-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-btn {
  position: absolute;
  z-index: 5;
  width: 56px;
  border: none;
  cursor: pointer;
  top: 50%;
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  border-radius: 0;
  height: 4rem;
  width: 2rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 21px;
  line-height: 1;
}

.nav-btn:hover span {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.nav-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.prev-btn {
  justify-content: flex-end;
  left: 0;
}

.next-btn {
  justify-content: flex-start;
  right: 0;
}

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

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.justify-center {
  justify-content: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.h-4 {
  height: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.fill-current {
  fill: currentColor;
}

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

.text-lg {
  font-size: 1.3125rem;
}

.align-middle {
  vertical-align: middle;
}

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}
.pnd-text-and-icon {
  display: flex;
  align-items: center;
}

[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-linkedin-square:before {
  content: "";
}

@media (min-width: 999px) {
  .pnd-cmp-section-row {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .pnd-cmp-heading {
    padding-bottom: 4rem;
  }

  .pnd-cmp-article {
    text-align: justify;
    width: 66.666667%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pnd-cmp-article p {
    font-size: 1.3125rem;
    line-height: 1.5;
  }

  .pnd-cmp-article iframe {
    height: 500px;
  }

  .pnd-cmp-page-content--lg-width {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 70%;
  }

  .pnd-page-box {
    margin-bottom: 4rem;
    min-height: 60vh;
  }

  .pnd-page-box-text-wrp-content {
    text-align: justify;
    width: 66.666667%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pnd-page-box-text-wrp-content p {
    font-size: 1.3125rem;
    line-height: 1.5;
  }

  .pnd-page-box-text-wrp-content {
    padding: 3rem !important;
  }

  .pnd-page-box-text-wrp-content .pnd-cmp-heading {
    padding-bottom: 1rem !important;
    text-align: left !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .wm-m-desk\:w-1\/4 {
    width: 25%;
  }

  .pnd-ui-card {
    margin-bottom: 1rem !important;
  }

  .pnd-ui-tool-inner-nav {
    margin-top: -2.5rem;
    padding-bottom: 3rem;
  }

  .pnd-ui-tool-inner-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pnd-ui-tool-inner-nav > ul > li {
    margin-right: 1rem;
  }

  .pnd-ui-tool-inner-nav > ul > li:last-child {
    margin-right: 0;
  }

  .pnd-ui-tool-inner-nav > ul > li > a {
    cursor: pointer;
    display: block;
    line-height: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition-property:
      background-color, border-color, color, fill, stroke, opacity, box-shadow,
      transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.25rem;
    background-color: transparent;
    color: #000;
    border-width: 1px;
    border-color: #000;
  }

  .pnd-ui-tool-inner-nav > ul > li > a:hover {
    background-color: #000;
    color: #fff;
  }

  .pnd-ui-tool-inner-nav .inner-menu {
    clear: none;
    max-height: none;
  }

  .pnd-ui-tool-inner-nav .inner-menu-icon {
    display: none;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .wm-m-desk\:w-1\/3 {
    width: 33.333333%;
  }

  .pnd-cmp-article ul {
    font-size: 1.3125rem;
    line-height: 1.5;
  }

  .pnd-cmp-img-full-height {
    height: calc(100vh - 69px);
    overflow: hidden;
  }

  .pnd-cmp-img-full-height img {
    display: none;
  }

  .pnd-ui-card--list {
    display: flex !important;
    flex-direction: row !important;
    min-height: 200px;
    max-height: 200px;
  }

  .pnd-ui-card--list .pnd-ui-card-image,
  .pnd-ui-card--list .pnd-ui-card-image-slideshow {
    width: 33.333333% !important;
    height: auto !important;
    border-radius: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .pnd-ui-card--list .pnd-ui-card-text {
    width: 66.666667% !important;
    border-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:text-left {
    text-align: left;
  }
}

.pnd-main-footer .pnd-ui-social-newsletter-form input[type="text"]:not(:focus) {
  background-color: #eaeaea;
  border: 0 !important;
}

.pnd-cmp-section-row {
  display: block;
  position: relative;
}

@media (min-width: 320px) {
  .pnd-cmp-section-row {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .pnd-cmp-section-row--pt-none {
    padding-top: 0 !important;
  }

  .pnd-cmp-heading {
    padding-bottom: 2rem;
  }

  .pnd-page-box {
    margin-bottom: 2rem;
  }

  .pnd-page-box:last-child {
    margin-bottom: 0;
  }

  .pnd-page-box-text-wrp-content {
    padding: 1rem !important;
  }

  .pnd-page-box-text-wrp-content .pnd-cmp-heading {
    padding-bottom: 1rem !important;
    text-align: center !important;
  }

  .pnd-ui-tool-inner-nav {
    margin-top: -1rem;
    padding-bottom: 2rem;
  }

  .sm\:w-full {
    width: 100%;
  }
}

.pnd-cmp-heading {
  display: block;
}

.pnd-cmp-heading .pnd-title {
  font-weight: 900;
  font-size: 2.4375rem;
  color: #000;
}

@media (min-width: 640px) {
  .pnd-cmp-heading .pnd-title {
    font-size: 3.1875rem;
  }

  .pnd-cmp-heading .pnd-sub-title {
    font-size: 2.0625rem;
  }

  .wm-l\:flex {
    display: flex;
  }

  .wm-l\:flex-wrap {
    flex-wrap: wrap;
  }

  .wm-l\:justify-center {
    justify-content: center;
  }

  .wm-l\:w-2\/4 {
    width: 50%;
  }

  .pnd-ui-card---data-event .pnd-ui-card-text {
    padding-bottom: 80px;
  }
}

.pnd-cmp-heading .pnd-sub-title {
  font-weight: 400;

  padding-top: 0.5rem;
  font-size: 1.6875rem;
  color: #000;
}

.pnd-cmp-article {
  line-height: 1.375;
  font-size: 1.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pnd-cmp-article.pnd-cmp-article--full-width {
  width: 100% !important;
}

@media (min-width: 1400px) {
  .pnd-cmp-article {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pnd-page-box-text-wrp-content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wm-xx-desk\:w-1\/4 {
    width: 25%;
  }
}

.pnd-cmp-article p {
  font-size: 1.3125rem;
  line-height: 1.375;
  margin-bottom: 1rem;
}

.pnd-cmp-article iframe {
  width: 100% !important;
  max-width: 650px;
  height: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.pnd-cmp-page-content {
  line-height: 1;
  font-size: 1.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pnd-page-box {
  background-color: transparent;
}

.pnd-page-box-image {
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.pnd-page-box-image:before {
  content: "";
  font-family: Flaticon;
  font-style: normal;
  width: 40px;
  height: 22px;
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: absolute;
  display: block;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 2.4375rem;
}

.pnd-page-box-image img {
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pnd-page-box-text-wrp-content {
  padding: 2.5rem;
  line-height: 1.375;
  font-size: 1.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100% !important;
}

.pnd-page-box-text-wrp-content h2,
.pnd-page-box-text-wrp-content h3 {
  line-height: 1.25;
  text-align: left;
  color: #000;
  display: block;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.pnd-page-box-text-wrp-content h2 {
  font-size: 2.0625rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pnd-page-box-text-wrp-content h2:first-child {
  margin-top: 0;
}

.pnd-page-box-text-wrp-content h3 {
  font-size: 1.6875rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pnd-page-box-text-wrp-content p {
  font-size: 1.3125rem;
  line-height: 1.375;
  margin-bottom: 1rem;
}

.pnd-page-box-text-wrp-content a:not(.pnd-btn),
.pnd-page-box-text-wrp-content a:not(.pnd-btn-label),
.pnd-page-box-text-wrp-content a:not(.dlm-nf-download-link) {
  color: #000;
  text-decoration: underline;
}

.pnd-page-box-text-wrp-content a:not(.pnd-btn):hover,
.pnd-page-box-text-wrp-content a:not(.pnd-btn-label):hover,
.pnd-page-box-text-wrp-content a:not(.dlm-nf-download-link):hover {
  text-decoration: none;
}

.pnd-page-box-text-wrp-content .pnd-cmp-heading .pnd-title {
  text-align: left !important;
}

.pnd-page-box-text-wrp-content .pnd-title {
  margin-bottom: 0 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

.pnd-page-box-text-wrp-content .pnd-sub-title {
  margin-bottom: 0 !important;
  text-align: left !important;
  margin-top: -0.25rem !important;
}

.pnd-ui-ux-staff {
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.pnd-ui-ux-staff img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
  display: block;
  height: 10rem;
  width: 10rem;
}

.pnd-ui-ux-staff .pnd-title {
  font-size: 1.4375rem;
}

.pnd-ui-ux-staff-text {
  line-height: 1.25;
  font-size: 1.0625rem;
}

.pnd-ui-tool-find input[type="text"]:not(:focus) {
  background-color: #eaeaea;
  border: 1px solid transparent;
}

#cookiesdirective input[type="submit"]--ct1.pnd-btn-accordion:hover:before {
  border-color: #000 transparent transparent transparent;
}

#cookiesdirective input[type="submit"]--ct1.pnd-btn-accordion:hover:after {
  border-color: transparent transparent #000 transparent;
}

#cookiesdirective input[type="submit"]--ct2.pnd-btn-accordion:hover:before {
  border-color: #000 transparent transparent transparent;
}

#cookiesdirective input[type="submit"]--ct2.pnd-btn-accordion:hover:after {
  border-color: transparent transparent #000 transparent;
}

.flex-wrap {
  flex-wrap: wrap;
}

.leading-none {
  line-height: 1;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.relative {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.pnd-main-text-ct {
  color: #000;
}

.pnd-main-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pnd-main-container label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #2d3748;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pnd-cmp-item-grid .pnd-ui-card {
  border-width: 1px;
  border-color: #eaeaea;
}

.pnd-cmp-item-grid .pnd-ui-card .pnd-ui-card-text {
  border-width: 0;
}

.pnd-ui-card {
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  border-width: 1px;
  border-color: #eaeaea;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.pnd-ui-card-image {
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  position: relative;
  height: 16rem;
  display: block;
  overflow: hidden;
}

.pnd-ui-card-image:before {
  content: "";
  font-family: Flaticon;
  font-style: normal;
  width: 40px;
  height: 22px;
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: absolute;
  display: block;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 2.4375rem;
}

.pnd-ui-card-image img {
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pnd-ui-card-image:hover {
  background-color: #000;
}

.pnd-ui-card-image:hover:before {
  opacity: 1;
}

.pnd-ui-card-image:hover img {
  opacity: 0.25;
}

.pnd-ui-card-text {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1;
  border-radius: 0;
}

.pnd-ui-card-text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pnd-ui-card-text .pnd-title {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.pnd-ui-card-text .pnd-title a {
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pnd-ui-card-text .pnd-title a:hover {
  color: #000;
}

.pnd-ui-tool-inner-nav {
  font-size: 1.3125rem;
  font-weight: 400;
}

@media print {
  .pnd-ui-tool-inner-nav {
    display: none;
  }

  .pnd-no-print {
    display: none !important;
  }

  .pnd-ui-tool-breadcrumbs {
    display: none;
  }
}

.pnd-ui-tool-inner-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.pnd-ui-tool-inner-nav .inner-menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.pnd-ui-tool-inner-nav .inner-menu-icon {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  width: 60px;
  height: 60px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  border-radius: 0.25rem;
}

.pnd-ui-tool-inner-nav .inner-menu-icon .navicon {
  background: #000;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 30px;
}

.pnd-ui-tool-inner-nav .inner-menu-icon .navicon:before,
.pnd-ui-tool-inner-nav .inner-menu-icon .navicon:after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.pnd-ui-tool-inner-nav .inner-menu-icon .navicon:before {
  top: 7px;
}

.pnd-ui-tool-inner-nav .inner-menu-icon .navicon:after {
  top: -7px;
}
.menu-btn {
  display: none !important;
}
.pnd-ui-tool-inner-nav .inner-menu-btn {
  display: none;
}

.pnd-ui-tool-inner-nav .inner-menu-btn:checked ~ .inner-menu {
  max-height: 100vh;
  margin-bottom: 1rem;
}

.pnd-ui-tool-inner-nav .inner-menu-btn:checked ~ .inner-menu-icon .navicon {
  background: transparent;
}

.pnd-ui-tool-inner-nav
  .inner-menu-btn:checked
  ~ .inner-menu-icon
  .navicon:before {
  transform: rotate(-45deg);
}

.pnd-ui-tool-inner-nav
  .inner-menu-btn:checked
  ~ .inner-menu-icon
  .navicon:after {
  transform: rotate(45deg);
}

.pnd-ui-tool-inner-nav
  .inner-menu-btn:checked
  ~ .inner-menu-icon:not(.steps)
  .navicon:before,
.pnd-ui-tool-inner-nav
  .inner-menu-btn:checked
  ~ .inner-menu-icon:not(.steps)
  .navicon:after {
  top: 0;
}

.pnd-main-container ::-moz-placeholder {
  color: #fff !important;
}

.pnd-main-container :-ms-input-placeholder {
  color: #fff !important;
}

.pnd-mbc {
  border-color: #eaeaea;
}

.pnd-global-area-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px !important;
  font-size: 0 !important;
}

.pnd-hide {
  display: none !important;
}

.pnd-cmp-article h1,
.pnd-cmp-article h2,
.pnd-cmp-article h3 {
  line-height: 1.25;

  text-align: left;
  color: #000;
  display: block;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.pnd-cmp-article h1 {
  font-size: 2.4375rem;
}

.pnd-cmp-article h2 {
  font-size: 2.0625rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pnd-cmp-article h3 {
  font-size: 1.6875rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pnd-cmp-article a:not(.pnd-btn),
.pnd-cmp-article a:not(.pnd-btn-label),
.pnd-cmp-article a:not(.dlm-nf-download-link) {
  color: #000;
  text-decoration: underline;
}

.pnd-cmp-article a:not(.pnd-btn):hover,
.pnd-cmp-article a:not(.pnd-btn-label):hover,
.pnd-cmp-article a:not(.dlm-nf-download-link):hover {
  text-decoration: none;
}

.pnd-cmp-article .pnd-cmp-heading .pnd-title {
  text-align: left !important;
}

.pnd-cmp-article ul {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  margin: 1rem;
  font-size: 1.3125rem;
  line-height: 1.375;
  list-style-type: disc;
}

.pnd-cmp-img-full-height img {
  display: block;
}

.pnd-ui-card .pnd-ui-card-image-slideshow {
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  position: relative;
  height: 16rem;
  background-color: #000;
  display: block;
  overflow: hidden;
}

.pnd-ui-card .pnd-ui-card-image-slideshow:before {
  content: "";
  font-family: Flaticon;
  font-style: normal;
  width: 40px;
  height: 22px;
  transition-property:
    background-color, border-color, color, fill, stroke, opacity, box-shadow,
    transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: absolute;
  display: block;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 2.4375rem;
}

.pnd-ui-card .pnd-ui-card-image-slideshow img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-animation: slideshow 12s linear 0s infinite;
  animation: slideshow 12s linear 0s infinite;
}

.pnd-ui-card .pnd-ui-card-image-slideshow img:nth-child(2) {
  z-index: 2;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.pnd-ui-card .pnd-ui-card-image-slideshow img:nth-child(3) {
  z-index: 1;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@keyframes slideshow {
  25% {
    opacity: 1;
  }

  33.33% {
    opacity: 0;
  }

  91.66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pnd-ui-card .pnd-ui-card-image-slideshow:hover:before {
  opacity: 1;
}

.pnd-ui-card .pnd-ui-card-image-slideshow:hover img {
  opacity: 0.25;
  position: absolute;
}

.pnd-ui-tool-breadcrumbs ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 1rem;
}

.pnd-ui-tool-breadcrumbs ul li {
  display: inline-block;
  font-size: 1.0625rem;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right-width: 1px;
  border-color: #eaeaea;
}

.pnd-ui-tool-breadcrumbs ul li:last-child {
  border-right-width: 0;
}

.wp-caption-text {
  font-size: 1.0625rem !important;
  padding-top: 0.5rem !important;
  color: #2d3748 !important;
}

img.alignnone,
.wp-caption.alignnone {
  float: none;
  margin-bottom: 1rem;
  clear: both;
}

.wp-caption.alignnone {
  text-align: center !important;
  max-width: 100%;
}

.wp-caption.alignnone .wp-caption-text {
  text-align: center !important;
}

.wp-caption img {
  margin-bottom: 5px !important;
}

img.alignnone,
[class*="wp-image-"] {
  height: auto !important;
}

.wp-caption {
  font-style: italic;
}

.wp-caption img {
  max-width: 100% !important;
  height: auto !important;
}

.information-page .info-article {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 24px;
}

.information-page .info-article h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.information-page .info-article__body {
  color: #2a2a2a;
  font-size: 19px;
  line-height: 1.7;
}

.information-page .info-article__body h2,
.information-page .info-article__body h3 {
  margin-top: 24px;
  margin-bottom: 10px;
}

.information-page .info-article__body p {
  margin-bottom: 12px;
}

.blog-tab-btn {
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
}

#fashion-blog-tabs li.current-menu-item .blog-tab-btn {
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}

.fashion-blog-detail__card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}

.fashion-blog-detail__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 14px;
}

.fashion-blog-detail__meta {
  font-size: 17px;
  color: #666;
  margin-bottom: 14px;
}

.fashion-blog-detail__content {
  font-size: 19px;
  line-height: 1.75;
  color: #2a2a2a;
}

.fashion-blog-detail__content p {
  margin-bottom: 12px;
}

.M8SR1F {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.M8SR1F.TrUSwR {
  height: 3.25rem;
  font-size: 1.3125rem;
  line-height: 1.125rem;
}

.M8SR1F.xWPrvE {
  height: 2.75rem;
}

.M8SR1F.xWPrvE {
  font-size: 1.125rem;
  line-height: 0.9375rem;
}

.M8SR1F.lenO1j {
  display: flex;
  justify-content: center;
  width: 100%;
}

.M8SR1F._4MZgq_ {
  background-color: transparent;
}

.M8SR1F._4MZgq_.fSlxkM {
  color: var(--blue);
}

.M8SR1F.G6mIBk {
  border: 0.0625rem solid;
}

.M8SR1F.G6mIBk.ggg95p {
  color: var(--black);
  border-color: var(--black);
}

.M8SR1F.wymzL_.ggg95p {
  color: var(--white);
  background-color: var(--black);
}

.M8SR1F.oeXT06 > svg path {
  fill: currentColor;
}

.M8SR1F.oeXT06.CuJYkU {
  padding: 0 1.125rem 0 1rem;
}

.M8SR1F.oeXT06.CuJYkU > svg {
  margin-left: 0.625rem;
}

.M8SR1F.oeXT06.shCs9P {
  padding: 0 1rem 0 1.125rem;
}

.M8SR1F.oeXT06.shCs9P > svg {
  margin-right: 0.625rem;
}

.o_lmEm {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (min-width: 1024px) {
  .M8SR1F._4MZgq_.fSlxkM:hover {
    color: var(--black);
  }

  .M8SR1F.G6mIBk.ggg95p:hover {
    color: var(--blue);
    border-color: var(--blue);
  }

  .M8SR1F.wymzL_.ggg95p:hover {
    background-color: var(--gray);
  }
}

@media screen and (max-width: 1023px) {
  .M8SR1F._4MZgq_.fSlxkM:active {
    color: var(--black);
  }

  .M8SR1F.G6mIBk.ggg95p:active {
    color: var(--blue);
    border-color: var(--blue);
  }

  .M8SR1F.wymzL_.ggg95p:active {
    background-color: var(--gray);
  }
}

.DuqCCX {
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background-color: var(--bg-hover);
  user-select: none;
}

.DuqCCX img.lazyload:not([src]) {
  visibility: hidden;
}

.DuqCCX img.lazyload {
  opacity: 0;
}

.DuqCCX img.lazyloaded {
  opacity: 1;
}

.cNkWk6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  background-color: #f4f2ee;
  transition: transform 0.3s ease;
  color: var(--white);
  text-indent: -9999px;
}

.cNkWk6:-moz-loading {
  visibility: hidden;
}

.cNkWk6._4iepCY {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: none;
}

._wndIp {
  display: inline-flex;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

._wndIp > svg {
  width: 100%;
  height: 100%;
}

._7aYTcc,
._7aYTcc .aWR815 {
  position: relative;
  width: 100%;
}

._7aYTcc .aWR815 {
  background-color: var(--bg);
}

._7aYTcc input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
  height: 3rem;
  border: none;
  width: 100%;
  font-size: 1.3125rem;
  line-height: 1rem;
  color: inherit;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
}

._7aYTcc input[type="number"]:not(:disabled):not([readonly]),
._7aYTcc input[type="password"]:not(:disabled):not([readonly]),
._7aYTcc input[type="tel"]:not(:disabled):not([readonly]),
._7aYTcc input[type="text"]:not(:disabled):not([readonly]) {
  border-bottom: 0.0625rem solid var(--gray);
}

._7aYTcc input[type="text"]:focus {
  outline: none;
}

._7aYTcc input[type="number"]:focus:not(:disabled):not([readonly]) ~ .iMRkvT,
._7aYTcc input[type="password"]:focus:not(:disabled):not([readonly]) ~ .iMRkvT,
._7aYTcc input[type="tel"]:focus:not(:disabled):not([readonly]) ~ .iMRkvT,
._7aYTcc input[type="text"]:focus:not(:disabled):not([readonly]) ~ .iMRkvT {
  transform: scale(1);
}

._7aYTcc .iMRkvT {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: var(--black);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.2s;
}

._7aYTcc.MR_7qh input[type="number"]:not(:disabled):not([readonly]),
._7aYTcc.MR_7qh input[type="password"]:not(:disabled):not([readonly]),
._7aYTcc.MR_7qh input[type="tel"]:not(:disabled):not([readonly]),
._7aYTcc.MR_7qh input[type="text"]:not(:disabled):not([readonly]) {
  border-bottom-color: var(--accent);
}

._7aYTcc.uH4Puc input[type="number"]:not(:disabled):not([readonly]),
._7aYTcc.uH4Puc input[type="password"]:not(:disabled):not([readonly]),
._7aYTcc.uH4Puc input[type="tel"]:not(:disabled):not([readonly]),
._7aYTcc.uH4Puc input[type="text"]:not(:disabled):not([readonly]) {
  border-bottom-color: var(--primary);
}

.U6QIxm {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.U6QIxm:disabled {
  cursor: default;
}

.U6QIxm svg {
  pointer-events: none;
}

.uUmGs5 {
  display: block;
  border: none;
  width: 100%;
  margin: 0;
  background-color: var(--gray-brighest);
}

.oPgLmS {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.VCkSPN,
.oPgLmS {
  align-items: center;
}

.VCkSPN {
  display: inline-flex;
  font-size: 1.0625rem;
  line-height: 1rem;
  color: var(--gray);
  transition: color 0.3s ease;
}

.VCkSPN + .VCkSPN:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--gray);
  margin: 0 0.5rem;
}

._1uppKT {
  display: block;
}

._1uppKT,
._1uppKT:focus,
._1uppKT:hover {
  color: inherit;
}

@media screen and (min-width: 1024px) {
  .VCkSPN:hover {
    color: var(--blue);
  }
}

@media screen and (max-width: 1023px) {
  .VCkSPN:active {
    color: var(--blue);
  }
}

.NPUFKl {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.1875rem 0.125rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 0.8125rem;
  color: var(--text-color, var(--white));
  background-color: var(--bg-color, var(--black));
  white-space: nowrap;
  opacity: 1;
  flex-shrink: 0;
  min-height: 1.5rem;
  user-select: none;
}

.NPUFKl:has(.fldhq1.YRmB1Q) {
  padding-left: 1.5rem;
}

.NPUFKl:has(.fldhq1.Kw3qbm) {
  padding-right: 1.5rem;
}

.NPUFKl:has(.k8Kn32) {
  padding-right: 0.6875rem;
}

.NPUFKl > i > svg path {
  fill: currentColor;
}

.NPUFKl .k8Kn32 {
  position: absolute;
  right: 0.4375rem;
  top: 50%;
  transform: translateY(-50%);
}

.NPUFKl .TfeSzs {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 0 0.375rem 0.125rem;
}

.NPUFKl .TfeSzs._9GASb5 {
  padding-top: 0.0625rem;
  margin-bottom: -0.0625rem;
}

.k4cnPV {
  position: absolute;
  left: var(--offset-size);
  display: flex;
  pointer-events: none;
  user-select: none;
  gap: 0.25rem;
}

.k4cnPV:empty {
  display: none;
}

.k4cnPV.XD8ttV {
  --offset-size: 0.75rem;
}

.k4cnPV.HU7840 {
  flex-direction: column;
  align-items: flex-start;
  top: var(--offset-size);
  z-index: var(--z-index-level-one);
}

._6UJTiz {
  display: flex;
  flex-wrap: wrap;
  user-select: none;
  gap: 0.25rem;
}

._6UJTiz:empty {
  display: none;
}

.sh5weF {
  border-radius: 0.5rem;
  align-self: flex-start;
  width: 100%;
}

.sh5weF.v_47_y {
  border: 0.0625rem solid var(--border);
}

.bxfxjF {
  --color: var(--black);
  color: var(--color);
  letter-spacing: -0.01em;
}

.bxfxjF.NNrjjW {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.625rem;
}

.bxfxjF.NNrjjW:after {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
}

.DVlbFk {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.6875rem 0.75rem;
  gap: 0.375rem;
  flex-wrap: wrap;
}

.HM9y_v {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  z-index: var(--z-index-level-five);
}

.HM9y_v.pLjvnh {
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .HM9y_v:hover {
    color: var(--blue);
  }
}

@media screen and (max-width: 1023px) {
  .HM9y_v:active {
    color: var(--blue);
  }
}

button.YzRliV {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 3.3125rem;
  width: 100%;
  min-width: 4.375rem;
  padding: 0.5rem 0.25rem;

  box-shadow: inset 0 0 0 0.0625rem var(--border);
  transition: box-shadow 0.2s ease;
}

button.YzRliV.gxBjI_ {
  box-shadow: inset 0 0 0 0.0625rem var(--black);
}

button.YzRliV.gxBjI_ .PNpLwm {
  color: var(--black);
  font-weight: 700;
}

.PNpLwm {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.PNpLwm {
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  padding: 0 0.75rem;
}

.PNpLwm:before {
  content: attr(aria-label);
  font-weight: 700;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  button.YzRliV:hover:not(.gxBjI_) {
    box-shadow: inset 0 0 0 0.0625rem var(--black);
  }

  button.YzRliV:hover .PNpLwm {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  button.YzRliV:active:not(.gxBjI_) {
    box-shadow: inset 0 0 0 0.0625rem var(--black);
  }

  button.YzRliV:active .PNpLwm {
    color: var(--black);
  }
}

@media speech {
  .PNpLwm:before {
    display: none;
  }
}

.d7wYg9 {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.75rem !important;
}

.j1v5iY {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .t9GlpD:hover:not(:disabled) {
    background-color: var(--bg-hover);
    background-image: url(https://stockmann.ru/frontend_resources/svg/24-chevron-hover-blue.svg);
  }
}

@media screen and (max-width: 1023px) {
  .t9GlpD:active:not(:disabled) {
    background-color: var(--bg-hover);
    background-image: url(https://stockmann.ru/frontend_resources/svg/24-chevron-hover-blue.svg);
  }
}

a,
b,
body,
div,
form,
h1,
html,
i,
img,
label,
li,
p,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

a {
  color: inherit;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}

img {
  border-style: none;
}

input:disabled {
  opacity: 1;
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container,
.container-desktop {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.img-loader:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background-color: transparent;
  border: 0.125rem solid var(--border);
}

img {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

img.lazyloaded {
  z-index: var(--z-index-level-one);
}

a {
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  color: var(--black);
}

button {
  color: var(--black);
}

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

b {
  font-weight: 700;
}

p {
  color: var(--black);
}

p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
}

.rub-price {
  white-space: nowrap;
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide {
  position: relative;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}

.splide.is-initialized {
  visibility: visible;
}

.splide__slide {
  position: relative;
  display: flex;
  backface-visibility: hidden;
  flex-shrink: 0;
  list-style-type: none !important;
  margin-right: 2px;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrows {
  display: none;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: var(--z-index-level-one);
}

.splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 50%;
  padding: 0;
  content: url(https://stockmann.ru/frontend_resources/svg/24-chevron.svg)
    url(https://stockmann.ru/frontend_resources/svg/24-chevron-hover-blue.svg)
    url(https://stockmann.ru/frontend_resources/svg/24-chevron-hover-white.svg);
  background: hsla(0, 0%, 100%, 0.6)
    url(https://stockmann.ru/frontend_resources/svg/24-chevron.svg) 50%/1.5rem
    no-repeat;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  margin-right: 1rem;
  transform: scaleX(-1);
}

.splide__pagination {
  bottom: 0.75rem;
  left: 0;
  padding: 0 0.75rem;
  position: absolute;
  right: 0;
  z-index: var(--z-index-level-one);
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: rem(-3)) {
  .splide__slide:focus-visible {
    outline: solid rem(3);
    outline-offset: rem(-3);
  }
}

@supports (outline-offset: rem(-3)) {
}

.splide__toggle:focus-visible {
  outline: solid rem(3);
  outline-offset: rem(3);
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  box-shadow:
    inset 0 0 0 0.0625rem var(--black),
    inset 0 -0.25rem 0 0 var(--black) !important;
}

@font-face {
  font-family: StockmannSans;
  src: url(/catalog/view/font/StockmannSans-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: StockmannSans;
  src: url(/catalog/view/font/StockmannSans-Regular.woff2) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: StockmannSans;
  src: url(/catalog/view/font/StockmannSans-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --visibleHeight: 100vh;
  --black: #231f20;
  --gray: #868686;
  --gray-brighest: #d8d8d8;
  --gray-light: #b9b9b9;
  --white: #fff;
  --bg: #f1f1f1;
  --bg-hover: #e6e6e6;
  --bg-light: #f8f8f8;
  --accent: #ea0022;
  --accent-hover: #d1001e;
  --sale: #d60f3c;
  --primary: #00a97c;
  --primary-hover: #0a5c3d;
  --blue: #5073a2;
  --orange: #ff7f00;
  --border: rgba(0, 0, 0, 0.08);
  --border-white: hsla(0, 0%, 100%, 0.2);
  --days-yellow-1: #ffe33a;
  --days-yellow-hover: #fcdb12;
  --pink: #cb6798;
  --market: #2b6bf5;
  --europe: #7d9e84;
  --z-index-level-one: 1;
  --z-index-level-two: 2;
  --z-index-level-three: 3;
  --z-index-level-four: 4;
  --z-index-level-five: 5;
  --z-index-level-six: 6;
  --z-index-level-seven: 7;
  --z-index-level-highest: 16;
}

@media screen and (min-width: 767.99px) {
  .container,
  .container-desktop {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .container,
  .container-desktop {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-desktop {
    max-width: 1200px;
  }

  .splide__arrows {
    display: flex;
  }

  .splide__arrow:hover {
    background-color: var(--black);
    background-image: url(https://stockmann.ru/frontend_resources/svg/24-chevron-hover-white.svg);
  }

  .splide__pagination {
    justify-content: flex-start;
    padding-right: 7rem;
  }

  .splide__track--nav > .splide__list > .splide__slide:hover {
    box-shadow: inset 0 0 0 0.0625rem var(--black);
  }
}

@media screen and (min-width: 1366px) {
  .container,
  .container-desktop {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .container-desktop {
    max-width: 1920px;
  }
}

@media screen and (max-width: 1023px) {
  .splide__arrow:active {
    background-color: var(--black);
    background-image: url(https://stockmann.ru/frontend_resources/svg/24-chevron-hover-white.svg);
  }

  .splide__track--nav > .splide__list > .splide__slide:active {
    box-shadow: inset 0 0 0 0.0625rem var(--black);
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: solid rem(3);
  }
}

.WDOfO8 {
  flex: 0 0 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border: 0.0625rem solid var(--black);
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.WDOfO8:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transform: scale(0);
  background-color: var(--black);
  transform-origin: center center;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
  transition: transform 0.3s ease;
}

.WDOfO8:checked {
  background-color: var(--white);
}

.WDOfO8:checked:before {
  transform: scale(1);
}

@media screen and (min-width: 1024px) {
  .WDOfO8:hover {
    background-color: var(--bg);
  }
}

@media screen and (max-width: 1023px) {
  .WDOfO8:active {
    background-color: var(--bg);
  }
}

.CZ_VUu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.CZ_VUu > label {
  flex: 1 1 calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
  font-size: 1.3125rem;
  line-height: 1rem;
  padding-left: 0.75rem;
}

.CZ_VUu > label[for] {
  cursor: pointer;
}

.mhEfJE {
  width: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 2rem;
  border-top: 0.0625rem solid var(--border);
  margin-bottom: 3.75rem;
  margin-top: 3rem;
}

._0p4_1p {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

._lG1zN {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.Nl1jeS + .Nl1jeS {
  margin-top: 1.5rem;
}

.UTBcy5 {
  display: flex;
  flex-direction: row;
}

.E3c25a {
  display: none;
  align-self: flex-start;
  flex-shrink: 0;
  background-color: var(--bg);
  border-radius: 50%;
  padding: 0.5rem;
  box-sizing: content-box;
}

.en15Ax {
  font-size: 1.9375rem;
  line-height: 2.0625rem;
  margin-bottom: 0.5rem;
}

.ARXg4x {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: var(--gray);
}

._2RHiJ7 {
  display: flex;
  flex-direction: column;
}

.knMhGr {
  width: 100%;
}

.HS8i81 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.ZV11r4 {
  flex-shrink: 0;
}

.ZV11r4 + .ZV11r4 {
  margin-left: 1.1875rem;
}

@media screen and (min-width: 767.99px) {
  ._0p4_1p {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1366px) {
  .mhEfJE {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  ._0p4_1p {
    border: 0.0625rem solid var(--border);
    display: flex;
    justify-content: center;
  }

  ._lG1zN {
    grid-template-columns: auto 1fr;
    max-width: 75rem;
  }

  .Nl1jeS + .Nl1jeS {
    margin-top: 0;
    position: relative;
  }

  .Nl1jeS + .Nl1jeS:before {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--border);
  }

  .Nl1jeS {
    padding-top: 1.75rem;
    padding-bottom: 2rem;
  }

  .Nl1jeS:first-child {
    padding-left: 1.75rem;
    padding-right: 2.5rem;
    max-width: 28.9375rem;
  }

  .Nl1jeS:last-child {
    padding-right: 1.75rem;
    padding-left: 2.5rem;
  }

  .E3c25a {
    display: flex;
  }

  .en15Ax {
    font-size: 2.0625rem;
    line-height: 2.25rem;
  }

  ._2RHiJ7 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .knMhGr {
    margin-right: 0.75rem;
  }

  .HS8i81 {
    padding-bottom: 0;
  }

  .zcFkQR {
    max-width: 14.4375rem;
    max-height: 3rem;
  }
}

.T_U_No {
  --chip-background: transparent;
  --chip-color: var(--black);
  --chip-border-color: var(--border);
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--chip-background);
  color: var(--chip-color);
  border-radius: 1rem;
  white-space: nowrap;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  letter-spacing: 0.01em;
}

.T_U_No.SEdN5S {
  font-size: 1.125rem;
  line-height: 0.9375rem;
  height: 1.75rem;
  padding: 0.25rem 0.625rem;
}

.T_U_No.Mh7OuE {
  --chip-background: var(--bg);
}

.T_U_No.Mhaa4z {
  font-weight: 700;
}

.T_U_No.Mhaa4z {
  --chip-background: var(--black);
  --chip-color: var(--white);
}

.rOP70s {
  position: relative;
}

._0Z9IKM {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0.75rem;
}

._0Z9IKM:nth-child(2) {
  margin-bottom: 0.25rem;
}

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

.wFFLDu:first-child {
  width: 6.875rem;
  margin-right: 0.25rem;
}

.wFFLDu:not(:first-child) {
  flex: 1;
  margin-left: 0.25rem;
}

.DG_CSu {
  height: 0.375rem;
  border-radius: 0.1875rem;
}

.DG_CSu:first-child {
  background-color: var(--black);
}

.DG_CSu:not(:first-child) {
  background-color: var(--gray-light);
}

.bnTG6y {
  font-size: 1.0625rem;
  line-height: 0.875rem;
  color: var(--gray);
}

.LaXDCu {
  min-height: 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  background-color: var(--bg-light);
  border-radius: 0.5rem;
  transition: padding 0.3s ease;
}

.BE9JZ5 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  column-gap: 0.375rem;
  padding: 0.125rem;
  margin: 0 0 0.75rem;
  background-color: var(--bg);
  border-radius: 1.125rem;
}

.nZuzTn {
  font-size: 1.0625rem;
  line-height: 0.875rem;
  margin: 0 0.5rem 0.75rem;
}

._9r4wQq {
  margin: 0 0.5rem;
}

._9r4wQq:not(._6uPEJf) {
  display: none;
}

._0IBkjK {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  color: var(--gray-light);
}

._0IBkjK path {
  fill: currentColor;
}

@media screen and (min-width: 1024px) {
  ._0IBkjK:hover {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  ._0IBkjK:active {
    color: var(--black);
  }
}

.ttnlRb {
  width: 100%;
  padding: 0.875rem 1rem;
}

.G0ehxN {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: left;
  color: var(--black);
}

.qZ6y_M {
  color: var(--gray-light);
  margin-left: auto;
  transition: transform 0.2s ease;
}

.LyvadM {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.3s ease,
    margin 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .G0ehxN:hover .qZ6y_M {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  .G0ehxN:active .qZ6y_M {
    color: var(--black);
  }
}

.F5xWin {
  position: relative;
}

.W8CRYQ {
  display: flex;
  flex-wrap: nowrap;
}

.W8CRYQ:not(:last-child) {
  margin-bottom: 0.75rem;
}

.LHp3H2 {
  font-size: 1.5625rem;
  line-height: 1.375rem;
}

.W_v58I {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.W_v58I:first-child .zx_gHa {
  background-color: var(--black);
}

.W_v58I:not(:last-child) {
  margin-right: 0.25rem;
}

.zx_gHa {
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: var(--gray-light);
  margin: 0 0 0.75rem;
}

.MVFA8Q {
  line-height: 1rem;
}

.MVFA8Q,
.dyiApv {
  font-size: 1.0625rem;
}

.dyiApv {
  line-height: 0.875rem;
  color: var(--gray);
}

.GODg3l {
  min-height: 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  background-color: var(--bg-light);
  border-radius: 0.5rem;
  transition: padding 0.3s ease;
}

.hx6_1q {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  column-gap: 0.375rem;
  padding: 0.125rem;
  margin: 0 0 0.75rem;
  background-color: var(--bg);
  border-radius: 1.125rem;
}

.BeDCU3 {
  margin: 0 0.5rem;
}

.BeDCU3:not(.mA_fRE) {
  display: none;
}

._7qzNYg {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  color: var(--gray-light);
}

._7qzNYg path {
  fill: currentColor;
}

@media screen and (min-width: 1024px) {
  ._7qzNYg:hover {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  ._7qzNYg:active {
    color: var(--black);
  }
}

.PwZdwo {
  width: 100%;
  padding: 0.875rem 1rem;
}

.j9nq40 {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: left;
  color: var(--black);
}

.T8ts_z {
  color: var(--gray-light);
  margin-left: auto;
  transition: transform 0.2s ease;
}

.DdzIL6 {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.3s ease,
    margin 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .j9nq40:hover .T8ts_z {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  .j9nq40:active .T8ts_z {
    color: var(--black);
  }
}

.q47_5J {
  width: 100%;
}

.GCCBIm + .GCCBIm {
  border-top: 0.0625rem solid var(--border-color, var(--border));
}

._9oTAoB {
  text-align: center;
}

.e7UDvd {
  padding: 0.625rem 0 0;
  color: var(--gray);
}

.qLhxUZ {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background-color: var(--bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

.NUsUal {
  display: flex;
  justify-content: center;
  padding: 0 0 1.6875rem;
}

.aoEeCf {
  margin-top: auto;
}

.tcG357 {
  --return-link: 1.5rem;
  flex: 0 0 var(--return-link);
  width: var(--return-link);
  margin: 0 0.5rem 0 0;
  color: var(--black);
}

@media screen and (min-width: 1024px) {
  .tcG357 {
    --return-link: 3rem;
    margin-right: 1.25rem;
  }

  .tcG357:hover {
    color: var(--blue);
  }
}

@media screen and (max-width: 1023px) {
  .tcG357:active {
    color: var(--blue);
  }
}

.t93Rx_ {
  text-align: center;
}

.GrLYo0 {
  padding: 0.625rem 0 0;
  color: var(--gray);
}

.sQIuu1 {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background-color: var(--bg);
  border-radius: 0.5rem;
  overflow: hidden;
}

.DJ38VQ {
  display: flex;
  justify-content: center;
}

.OAb22n {
  margin-top: auto;
  padding-top: 1.25rem;
}

.z0cIm2 {
  margin: 1.25rem 0;
}

.qNID68 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  color: var(--black);
}

.qNID68.is-open .CfiIAt {
  transform: rotate(180deg);
}

.CfiIAt {
  transition: transform 0.2s ease;
}

._1iyTzj {
  display: none;
  flex-direction: column;
  margin: 0.75rem 0 0;
}

._1iyTzj._9RB4TB {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .qNID68:hover {
    color: var(--blue);
  }

  .qNID68 {
    font-size: 1.3125rem;
    line-height: 1.375rem;
  }

  ._1iyTzj {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .qNID68:active {
    color: var(--blue);
  }
}

.LTRZIE {
  margin: 0.75rem 0 1.25rem;
  text-align: center;
}

._619_mg {
  color: var(--gray);
}

.qQk3RR {
  background-color: var(--active-link-background) !important;
  color: var(--active-link-color) !important;
}

.kjys9M {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}

.qgnnGR {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .kjys9M {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .wfmIwE {
    padding-right: 3.125rem;
  }
}

.gyyvOU {
  flex-shrink: 0;
  margin: auto 0 auto 0.625rem;
}

.iPPf_C {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
}

.__NAEZ {
  display: flex;
}

.__NAEZ + .__NAEZ {
  margin: 1rem 0 0;
}

.fGzXhh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.3125rem;
  line-height: 1.375rem;
}

._77j6qE {
  color: var(--blue);
}

@media screen and (min-width: 1024px) {
  .iPPf_C {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .fGzXhh {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }

  ._77j6qE:hover {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  ._77j6qE:active {
    color: var(--black);
  }
}

.KR40gS {
  width: 100%;
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-direction: column;
}

.iqK7Sp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.a_5Eb2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: var(--bg-color-0, var(--white));
  box-shadow: inset 0 0 0 0.1875rem var(--white);
  border: 0.0625rem solid #e0e0e0;
  border-radius: 50%;
  transition: border-color 0.2s ease;
}

.a_5Eb2._3uiVgb {
  box-shadow: inset 0 0 0 0.125rem var(--white);
  border: 0.125rem solid var(--black);
  pointer-events: none;
}

.YDIWt_ {
  display: flex;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  color: var(--gray);
}

._58rVIJ {
  color: var(--black);
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 1024px) {
  .a_5Eb2:hover:not(._3uiVgb) {
    border-color: var(--gray);
  }
}

@media screen and (max-width: 1023px) {
  .a_5Eb2:active:not(._3uiVgb) {
    border-color: var(--gray);
  }
}

.p_r3yE {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  overflow: hidden;
  height: auto;
  max-height: 19.6875rem;
  transition: max-height 0.3s ease;
}

.wqCxA7 {
  display: flex;
  align-items: center;
  margin: 0.25rem 0 0;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 2.25rem;
  color: var(--blue);
}

.h3OvGd {
  transition: transform 0.2s ease;
}

@media screen and (min-width: 1024px) {
  .wqCxA7:hover {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  .wqCxA7:active {
    color: var(--black);
  }
}

.i5b1PU {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0.5rem;
  row-gap: 1.375rem;
  max-width: 24.25rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .i5b1PU {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}

.OWlAap {
  display: flex;
  flex-direction: column;
  margin: 0.625rem 0 0;
}

._7G64SN {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.1875rem;
}

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

.UE_v2E {
  padding: 0 0.5rem 0 0;
  color: var(--gray);
}

.DqljcU {
  word-wrap: break-word;
  overflow: hidden;
}

.Au7O8p {
  margin-left: auto;
}

.Iko1rG {
  align-items: flex-start;
}

.zwLDaW {
  width: 100%;
}

.I_fShG {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.75rem 0 0;
  border: 0.0625rem solid var(--border);
  border-radius: 0.5rem;
}

@property --r {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.Y3jFkP {
  right: 1rem;
  bottom: 1rem;
  color: var(--black);
  padding: 0.375rem 0.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  z-index: var(--z-index-level-one);
  animation: faS8p0 3s linear infinite;
}

.Y3jFkP,
.Y3jFkP:after {
  position: absolute;
  border-radius: 0.25rem;
  background: var(--bg);
}

.Y3jFkP:after {
  content: "";
  display: block;
  inset: 0.0625rem;
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

@keyframes faS8p0 {
  0% {
    --r: 0deg;
  }

  to {
    --r: 360deg;
  }
}

.An_9ev {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.125rem;
  line-height: 0.9375rem;
  font-weight: 700;
  z-index: var(--z-index-level-two);
}

.dF1TXk {
  margin-right: 0.25rem;
}

@media screen and (min-width: 1024px) {
  .Y3jFkP {
    right: unset;
    left: 0.75rem;
    bottom: 0.75rem;
  }
}

.V87U__ {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0 0;
}

.kII6fy:not(:last-child) {
  margin-bottom: 1.25rem;
}

._4Y2F_v {
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  color: var(--blue);
}

@media screen and (min-width: 1024px) {
  .V87U__ {
    margin-top: 1.25rem;
  }

  ._4Y2F_v:hover {
    color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  ._4Y2F_v:active {
    color: var(--black);
  }
}

.a8EkMD {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 1024px) {
  .a8EkMD:hover {
    color: var(--black) !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1023px) {
  .a8EkMD:active {
    color: var(--black) !important;
    opacity: 1 !important;
  }
}

.aJx05l {
  position: relative;
  display: flex;
  flex-direction: column;
}

._4Eyy4q {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.c6RXUe {
  flex: 1;
  position: relative;
}

.F6eW9_ {
  height: 150vw;
  cursor: zoom-in;
}

.Sii1KJ {
  display: block;
  z-index: -1;
}

.Sii1KJ:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  background-color: var(--bg-hover);
}

@media screen and (min-width: 427.99px) {
  .F6eW9_ {
    height: calc(26.75rem * 1.5);
  }
}

@media screen and (min-width: 1024px) {
  .aJx05l {
    flex-direction: row;
  }

  ._4Eyy4q {
    display: flex;
  }

  .c6RXUe {
    margin: 0 0 0 4.25rem;
  }

  .F6eW9_ {
    height: calc((100vw - 31.5625rem) / 2 * 1.5);
  }
}

@media screen and (min-width: 1366px) {
  .F6eW9_ {
    height: calc((100vw - 35.125rem) / 2 * 1.5);
    max-height: 63.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .lLvL7O {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 4.5rem;
  }
}

.iz_ae_ {
  min-height: 18.75rem;
  margin-top: 2rem;
}

.ZGSetn,
._2wueUN {
  position: relative;
}

.ZGSetn {
  display: flex;
  flex-direction: column;
}

.AVFlCB {
  font-size: 1.4375rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0 6rem 0 0;
  transition: color 0.3s ease;
}

.v1tvep {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 5.375rem;
  user-select: none;
  border: 0.0625rem solid var(--border);
  transition: border-color 0.3s ease;
}

.uAsCHe {
  background-color: var(--white);
}

._6tGcdf {
  margin: 0.25rem 6rem 0 0;
  font-size: 0.9rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--gray);
  letter-spacing: -0.01em;
}

@media screen and (min-width: 1024px) {
  .AVFlCB:hover {
    color: var(--blue);
  }

  .AVFlCB {
    font-size: 1.9375rem;
    line-height: 2.125rem;
  }

  .v1tvep:hover {
    border-color: var(--black);
  }
}

@media screen and (max-width: 1023px) {
  .AVFlCB:active {
    color: var(--blue);
  }

  .v1tvep:active {
    border-color: var(--black);
  }
}

.kUJ0W6 {
  display: none;
  padding: 1.25rem 0;
}

.kUJ0W6 ._0Uwd7c {
  justify-content: flex-start;
}

._2_oIBr {
  position: relative;
  width: 100%;
}

.eu0oTQ {
  min-width: 0;
  margin: 0 -1.25rem;
  overflow: hidden;
}

.eu0oTQ--aside {
  margin: 0.5rem 0 0;
  overflow: visible;
}

.ezIoQJ {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 1.25rem 0 1.5rem;
  margin: 0;
}

.ezIoQJ > hr {
  position: relative;
  overflow: visible;
}

.ezIoQJ > hr:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  background-color: var(--border);
}

.Lg__7h {
  margin: 1rem 0 0;
}

.UpMGkf {
  margin-top: 0.875rem;
}

.yhb0rQ {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 767.99px) {
  .eu0oTQ {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .kUJ0W6 {
    display: flex;
    align-items: center;
  }

  .I7S3sN {
    margin-right: 0;
    margin-left: 0;
    position: sticky;
    top: 6rem;
    align-self: flex-start;
    z-index: 2;
  }

  ._2_oIBr {
    position: static;
  }

  .eu0oTQ {
    padding-left: 0;
  }

  .eu0oTQ--aside {
    padding-left: 0;
  }

  .ezIoQJ {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }

  .ezIoQJ > hr:before {
    right: 0;
    left: 0;
  }
}

@media screen and (min-width: 1366px) {
  .kUJ0W6 {
    padding: 1.875rem 0;
  }
}

#splide02 .splide__track {
  overflow: hidden;
  touch-action: pan-y;
}

#splide02-list {
  display: flex;
  will-change: transform;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

#splide02-list > .splide__slide {
  flex: 0 0 100%;
  width: 100% !important;
  aspect-ratio: 2 / 3;
}

#splide02-list > .splide__slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

#splide02-list > .splide__slide .DuqCCX {
  height: 100%;
}

#splide02-list > .splide__slide .Sii1KJ:before {
  display: none;
}

#splide02-list > .splide__slide .cNkWk6 {
  opacity: 1 !important;
  background-color: #f4f2ee;
}

#splide02 .splide__arrow {
  content: none;
  background: hsla(0, 0%, 100%, 0.78);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.18);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

#splide02 .splide__arrow i {
  font-size: 17px;
  color: #231f20;
  line-height: 1;
}

#splide02 .splide__arrow--prev {
  transform: none;
}

#splide02 .splide__arrow:not(:disabled):active {
  transform: scale(0.95);
}

#splide02 .splide__arrow:disabled {
  cursor: not-allowed;
}

#splide01 .splide__slide {
  opacity: 0.72;
  transition:
    box-shadow 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

#splide01 .splide__slide.is-active {
  opacity: 1;
}

#splide01 .splide__slide > .DuqCCX + .DuqCCX {
  display: none;
}

#splide01 .Sii1KJ {
  z-index: 0;
}

#splide02 .Sii1KJ {
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .I7S3sN {
    margin: 0;
  }

  .aJx05l {
    gap: 0.75rem;
  }

  .c6RXUe {
    order: 1;
    margin: 0;
  }

  ._4Eyy4q {
    position: relative;
    display: block;
    order: 2;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #splide01 {
    width: 100% !important;
    max-width: 100% !important;
  }

  #splide01-track {
    height: auto !important;
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #splide01-list {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.5rem;
    height: auto !important;
    transform: none !important;
  }

  #splide01 .splide__slide {
    flex: 0 0 clamp(3rem, 16vw, 4.5rem) !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    aspect-ratio: 2 / 3;
  }

  #splide01 .Sii1KJ:before {
    padding-bottom: 150%;
  }

  #splide02-list > .splide__slide {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  ._4Eyy4q {
    width: clamp(3rem, 3.8vw, 4.5rem);
  }

  #splide01 {
    width: 100% !important;
    max-width: none !important;
  }

  #splide01-track {
    height: 75% !important;
    padding: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #splide01-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem;
    height: auto !important;
    transform: none !important;
  }

  #splide01 .splide__slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    aspect-ratio: 2 / 3;
  }

  #splide02-list > .splide__slide {
    flex-basis: 50% !important;
    width: 50% !important;
  }
}

.product-review-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.25rem;
}

.product-review-panel__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 0.0625rem solid var(--border);
  border-radius: 0.5rem;
  background-color: var(--bg);
}

.product-review-panel__score-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.product-review-panel__score {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
}

.product-review-panel__stars {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  color: #ff9f1a;
  font-size: 1.0625rem;
}

.product-review-panel__count {
  font-size: 1rem;
  color: var(--gray);
}

.product-review-panel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.4375rem 0.875rem;
  border: 0.0625rem solid var(--border);
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.review-form-shell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.review-form-shell__write {
  padding: 1rem;
  border: 0.0625rem solid var(--border);
  border-radius: 0.5rem;
  background-color: var(--white);
}

.review-form-shell__title {
  margin: 0 0 0.875rem;
  font-size: 1.1875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.review-form-shell__label {
  font-size: 1.0625rem;
  line-height: 1.125rem;
  color: var(--gray);
}

.review-form-shell__input {
  border-color: var(--border);
}

.review-form-shell__note {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: var(--gray);
}

.review-rating-input {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.3125rem;
}

.review-rating-input .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.review-rating-input__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cdcdcd;
  font-size: 1.3125rem;
  cursor: pointer;
  line-height: 1;
}

.review-rating-input__item i {
  pointer-events: none;
}

.review-rating-input .form-check-input:checked ~ .review-rating-input__item,
.review-rating-input__item:hover,
.review-rating-input__item:hover ~ .review-rating-input__item {
  color: #ff9f1a;
}

.review-rating-input__hint {
  display: flex;
  justify-content: space-between;
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: var(--gray);
}

.review-rating-input.is-invalid .review-rating-input__item {
  color: #dc3545;
}

.review-form-shell__submit {
  width: 100%;
}

.review-form-shell__login {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--bg);
  font-size: 1.0625rem;
  line-height: 1.25rem;
}

.review-form-shell__login a {
  text-decoration: underline;
}

.review-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.review-card {
  padding: 0.9375rem 1rem;
  border: 0.0625rem solid var(--border);
  border-radius: 0.5rem;
  background-color: var(--bg);
}

.review-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.review-card__author {
  font-size: 1.125rem;
  font-weight: 700;
}

.review-card__date {
  font-size: 0.9375rem;
  line-height: 1rem;
  color: var(--gray);
}

.review-card__stars {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  margin: 0.5rem 0;
  color: #ff9f1a;
  font-size: 1rem;
}

.review-card__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--black);
}

.review-card__pagination {
  margin-top: 0.875rem;
}

.review-card__pagination .pagination {
  justify-content: flex-end;
  margin-bottom: 0;
}

.review-empty-state {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  border: 0.0625rem dashed var(--border);
  border-radius: 0.5rem;
  color: var(--gray);
}

.review-empty-state p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .product-review-panel__cta:hover {
    color: var(--blue);
    border-color: var(--blue);
  }
}

@media screen and (max-width: 1023px) {
  .product-review-panel__cta:active {
    color: var(--blue);
    border-color: var(--blue);
  }
}

@media screen and (max-width: 767.99px) {
  .product-review-panel__summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-review-panel__cta {
    width: 100%;
  }
}

/* cate detail */

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-width: 1px;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(149 149 149 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.form-checkbox:enabled:not(:checked):hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.form-checkbox:disabled,
.form-checkbox:disabled ~ * {
  opacity: 0.5;
}

.form-checkbox:checked {
  --tw-border-opacity: 1;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001'/%3E%3C/svg%3E")
    50% /1rem no-repeat #f9f9f9;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.form-radio:enabled:not(:checked):hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity, 1));
}

.btn {
  border-color: transparent;
  border-width: 1px;
  font-weight: 700;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn {
  line-height: 2;
  position: relative;
  white-space: nowrap;
}

.btn-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-black:hover:not(.btn-disabled):not(.btn-spinner) {
  background-color: #00000080;
}

.material-symbols-icon {
  display: inline-block;
  vertical-align: middle;
}

.material-symbols-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.colour-list > .colour-list-item {
  border-radius: 9999px;
  overflow: hidden;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity, 1));
  --tw-ring-offset-color: transparent;
}

.colour-list > .colour-list-item:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity, 1));
}

.colour-list > .colour-list-item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-y-0 {
  bottom: 0;
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-8 {
  bottom: 2rem;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.top-\[1\.5rem\] {
  top: 1.5rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.-m-1 {
  margin: -0.25rem;
}

.m-auto {
  margin: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-4 {
  margin-bottom: -1rem;
  margin-top: -1rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-\[30px\] {
  height: 30px;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-\[16rem\] {
  width: 16rem;
}

.w-\[25rem\] {
  width: 25rem;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[6rem\] {
  width: 6rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-stretch {
  justify-content: stretch;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-grey-darker {
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.ring-2 {
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring-grey {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229/var(--tw-ring-opacity, 1));
}

.transition {
  transition-duration: 0.2s;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-\[top\] {
  transition-duration: 0.2s;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-shadow {
  transition-duration: 0.2s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 0.3s;
}

@media not all and (min-width: 1024px) {
}
.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.hover\:text-grey-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.active\:bg-grey:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.active\:opacity-50:active {
  opacity: 0.5;
}
.group:hover .group-hover\:bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:ring-grey-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(149 149 149/var(--tw-ring-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:max-w-\[160px\] {
    max-width: 160px;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .xl\:top-\[1\.5rem\] {
    top: 1.5rem;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
}
select:focus {
  outline: 0;
}
@supports (bottom: max(0px)) {
}

.scrollbar-restyle[data-v-4e0f00c2]::-webkit-scrollbar {
  border-radius: 9999px;
  height: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.scrollbar-restyle[data-v-4e0f00c2]::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity, 1));
}

.breadcrumb-item[data-v-9e2804e3]:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item[data-v-9e2804e3]:before {
  content: "/";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-decoration-line: none;
}
.cms-block > :last-child {
  margin-bottom: 0;
}

.cms-block p {
  margin-bottom: 1rem;
}

.cms-block a {
  text-decoration-line: underline;
}

.cms-block a:hover {
  text-decoration-line: none;
}
/*  */

/* Faceted catalog/search pages */
.faceted-page {
  margin-top: 20px;
}
.faceted-page__head {
  margin-bottom: 16px;
}
.faceted-page__description {
  margin-top: 10px;
}
.faceted-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.faceted-sidebar {
  width: 280px;
  flex: 0 0 280px;
  border: 1px solid #eee;
  padding: 16px;
  position: sticky;
  top: 20px;
}
.faceted-sidebar__title {
  font-weight: 700;
  margin-bottom: 12px;
}
.faceted-content {
  min-width: 0;
  flex: 1;
}
.faceted-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.faceted-toolbar__controls {
  display: flex;
  gap: 8px;
}
.facet-group {
  border-top: 1px solid #eee;
}
.facet-group__toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 600;
}
.facet-group__content {
  display: none;
  padding-bottom: 12px;
}
.facet-group.is-open .facet-group__content {
  display: block;
}
.facet-group.is-open .facet-group__toggle .chev {
  transform: rotate(180deg);
}
.facet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.facet-check {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.facet-check em {
  font-style: normal;
  opacity: 0.6;
  margin-left: 6px;
}
.facet-list--chip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.facet-chip {
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
  display: inline-flex;
  cursor: pointer;
}
.facet-chip input {
  display: none;
}
.facet-chip.is-selected {
  background: #111;
  color: #fff;
}
.facet-list--colour {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.facet-colour {
  border: 1px solid #d7d7d7;
  padding: 4px 8px;
  cursor: pointer;
}
.facet-colour input {
  display: none;
}
.facet-colour.is-selected {
  background: #111;
  color: #fff;
}
.faceted-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.faceted-chip {
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px 8px;
}
.faceted-clear {
  border: 0;
  background: transparent;
  text-decoration: underline;
}
.faceted-active-filters.is-empty .faceted-chip,
.faceted-active-filters.is-empty .faceted-clear {
  display: none;
}
.faceted-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  gap: 10px;
}
.faceted-search-form {
  margin: 14px 0;
}
.faceted-search-form__checks {
  display: flex;
  gap: 18px;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .faceted-layout {
    flex-direction: column;
  }
  .faceted-sidebar {
    position: static;
    width: 100%;
    flex-basis: auto;
  }
  .faceted-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .faceted-toolbar__controls {
    width: 100%;
  }
}

/* Reuse home product card on catalog thumbs */
#product-category .product-thumb-card,
#product-search .product-thumb-card,
#product-special .product-thumb-card,
#product-manufacturer .product-thumb-card {
  width: 100%;
  margin: 0;
  padding: 0;
}

#product-category .product-thumb-card .hits__card-img,
#product-search .product-thumb-card .hits__card-img,
#product-special .product-thumb-card .hits__card-img,
#product-manufacturer .product-thumb-card .hits__card-img {
  height: 14rem;
}

@media (max-width: 991px) {
  #product-category .product-thumb-card,
  #product-search .product-thumb-card,
  #product-special .product-thumb-card,
  #product-manufacturer .product-thumb-card {
    width: 100%;
  }
}

/* Hide controls in home product sliders */
.product-slider-section .swiper-button-next,
.product-slider-section .swiper-button-prev,
.product-slider-section .swiper-pagination {
  display: none !important;
}

/* ========================================
   OPENCART CORE REDESIGN LAYER (SECONDARY PAGES)
   ======================================== */
.ocx-shell,
.ocx-modal {
  --color-primary: var(--black);
  --color-secondary: var(--gray);
  --color-background: var(--white);
  --color-surface: var(--bg-light);
  --color-text-primary: var(--black);
  --color-text-secondary: var(--gray);
  --color-border: var(--border);
  --color-success: #0f8a4b;
  --color-danger: #c83b3b;

  --font-family-base: StockmannSans, sans-serif;
  --font-size-base: 1rem;
  --font-size-sm: 0.875rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --line-height-base: 1.45;

  --spacing-xs: 0.375rem;
  --spacing-sm: 0.625rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;

  --border-radius-sm: 0.375rem;
  --border-radius-md: 0.75rem;
  --border-radius-lg: 1rem;
  --border-radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 12px 26px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 24px 44px rgba(0, 0, 0, 0.12);

  --container-max-width: 1200px;
}

.ocx-shell {
  font-family: var(--font-family-base);
  color: var(--color-text-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-xl);
}

.ocx-shell .row {
  row-gap: var(--spacing-lg);
}

.ocx-shell h1,
.ocx-shell h2,
.ocx-shell h3,
.ocx-shell h4,
.ocx-shell h5,
.ocx-shell h6 {
  color: var(--color-text-primary);
}

.ocx-breadcrumb,
.ocx-shell .breadcrumb {
  margin: 0 0 var(--spacing-lg);
  padding: var(--spacing-sm) var(--spacing-md);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-pill);
  background-color: var(--color-surface);
}

.ocx-breadcrumb .breadcrumb-item a,
.ocx-shell .breadcrumb .breadcrumb-item a {
  color: var(--color-text-secondary);
}

.ocx-breadcrumb .breadcrumb-item.active,
.ocx-shell .breadcrumb .breadcrumb-item.active {
  color: var(--color-text-primary);
}

.ocx-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

.ocx-page-title,
.ocx-shell h1 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: var(--font-weight-bold);
}

.ocx-panel {
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
  padding: var(--spacing-lg);
}

.ocx-panel + .ocx-panel {
  margin-top: var(--spacing-lg);
}

.ocx-panel > fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.ocx-legend,
.ocx-panel legend {
  float: none;
  width: 100%;
  margin-bottom: var(--spacing-md);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
}

.ocx-form .form-control,
.ocx-form .form-select,
.ocx-form .input-group-text,
.ocx-form .form-check-input {
  border-color: rgba(35, 31, 32, 0.18);
}

.ocx-form .form-control,
.ocx-form .form-select {
  border-radius: var(--border-radius-md);
  min-height: 44px;
  box-shadow: none;
}

.ocx-form .form-control:focus,
.ocx-form .form-select:focus,
.ocx-form .form-check-input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.12);
}

.ocx-form .required > label::after,
.ocx-form label.required::after {
  content: " *";
  color: var(--color-danger);
}

.ocx-form .invalid-feedback {
  font-size: var(--font-size-sm);
}

.ocx-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--spacing-xs);
}

.ocx-links a {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs);
  color: var(--color-text-primary);
  text-decoration: none;
  padding: var(--spacing-xs) 0;
}

.ocx-links a:hover {
  color: var(--color-secondary);
}

.ocx-list-section + .ocx-list-section {
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-lg);
  border-top: 1px solid var(--color-border);
}

.ocx-stat-grid {
  display: grid;
  gap: var(--spacing-md);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ocx-stat-card {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-md);
  background: var(--color-surface);
  padding: var(--spacing-md);
}

.ocx-stat-card strong {
  display: block;
  margin-bottom: var(--spacing-xs);
}

.ocx-table-wrap,
.ocx-shell .table-responsive {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-lg);
  background: var(--color-background);
  box-shadow: var(--shadow-sm);
}

.ocx-table.table,
.ocx-shell .table {
  margin-bottom: 0;
  border-color: var(--color-border);
}

.ocx-table thead th,
.ocx-shell .table thead th {
  border-bottom-width: 1px;
  border-color: var(--color-border);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ocx-table td,
.ocx-table th,
.ocx-shell .table td,
.ocx-shell .table th {
  padding: 0.875rem;
  vertical-align: middle;
}

.ocx-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.ocx-actions--between {
  justify-content: space-between;
}

.ocx-actions .btn,
.ocx-shell .btn {
  border-radius: var(--border-radius-pill);
  min-height: 42px;
  padding: 0.5rem 1.1rem;
}

.ocx-shell .btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.ocx-shell .btn-primary:hover,
.ocx-shell .btn-primary:focus {
  background: #111;
  border-color: #111;
}

.ocx-shell .btn-danger {
  background: #fff;
  color: var(--color-danger);
  border-color: rgba(200, 59, 59, 0.35);
}

.ocx-shell .btn-danger:hover,
.ocx-shell .btn-danger:focus {
  background: rgba(200, 59, 59, 0.08);
  color: #a82e2e;
  border-color: rgba(200, 59, 59, 0.6);
}

.ocx-shell .alert {
  border-radius: var(--border-radius-md);
  border-width: 1px;
  box-shadow: var(--shadow-sm);
}

.ocx-empty-state {
  text-align: center;
  border: 1px dashed var(--color-border);
  border-radius: var(--border-radius-lg);
  background: var(--color-surface);
  padding: var(--spacing-xl);
}

.ocx-empty-state p {
  margin: 0;
  color: var(--color-text-secondary);
}

.ocx-checkout-grid {
  display: grid;
  gap: var(--spacing-lg);
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}

.ocx-checkout-stack > * + * {
  margin-top: var(--spacing-lg);
}

.ocx-inline-choice {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.ocx-inline-choice .form-check {
  margin: 0;
}

.ocx-modal .modal-content {
  border-radius: var(--border-radius-lg);
  border-color: var(--color-border);
  box-shadow: var(--shadow-lg);
}

.ocx-modal .modal-header,
.ocx-modal .modal-footer {
  border-color: var(--color-border);
}

.ocx-modal .modal-body {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}

.ocx-shell #column-left .list-group,
.ocx-shell #column-right .list-group {
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 0;
}

.ocx-shell #column-left .list-group-item,
.ocx-shell #column-right .list-group-item {
  border-color: var(--color-border);
  padding: 0.75rem 1rem;
}

.ocx-shell #column-left .list-group-item:hover,
.ocx-shell #column-right .list-group-item:hover {
  background: var(--color-surface);
}

@media (max-width: 1199.98px) {
  .ocx-checkout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .ocx-stat-grid {
    grid-template-columns: 1fr;
  }

  .ocx-actions,
  .ocx-actions--between {
    justify-content: stretch;
  }

  .ocx-actions .btn {
    flex: 1 1 180px;
  }
}

@media (max-width: 767.98px) {
  .ocx-shell {
    padding-top: var(--spacing-md);
    padding-bottom: var(--spacing-lg);
  }

  .ocx-panel {
    padding: var(--spacing-md);
  }

  .ocx-breadcrumb,
  .ocx-shell .breadcrumb {
    border-radius: var(--border-radius-md);
  }

  .ocx-table td,
  .ocx-table th,
  .ocx-shell .table td,
  .ocx-shell .table th {
    padding: 0.625rem;
  }
}

/* Thumbnail size override (storefront + admin parity) */
.img-thumbnail {
  max-width: 100px !important;
}

/* ========================================
   RESPONSIVE PATCH LAYER (2026-03-31)
   Breakpoint contract:
   - XS: <= 375px
   - SM: 376px - 767px
   - MD: 768px - 1023px
   - LG: 1024px - 1365px
   - XL: >= 1366px
   ======================================== */

/* Shared foundation: overflow safety and flexible media */
html,
body {
  max-width: 100%;
}

body {
  overflow-x: clip;
}

#container,
.container,
.container-desktop,
#content,
.ocx-content,
.faceted-content,
.main-content {
  min-width: 0;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

.table-responsive,
.ocx-shell .table-responsive,
.ocx-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table,
.ocx-shell .table-responsive > .table,
.ocx-table-wrap > .table {
  min-width: 560px;
}

.ocx-shell,
.faceted-page,
#information-information,
#information-contact,
#product-product {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.search-box,
.catalog-search,
.header-right,
.rx-footer__input-wrap,
.rx-footer__subscribe-row {
  min-width: 0;
}

.rx-footer__subscribe-row {
  display: flex;
  width: 100%;
  gap: 1rem;
}

.faceted-sidebar__mobile-toggle {
  display: none;
}

.faceted-sidebar__inner {
  display: block;
}

/* Listing density lock: 4 / 3 / 2 / 1 */
@media (min-width: 992px) {
  #product-list > [class*="col-"] {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #product-list > [class*="col-"] {
    width: 33.333333%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #product-list > [class*="col-"] {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #fashion-blog-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .productSwiper .swiper-slide {margin-left:  0 !important;}
  #product-list > [class*="col-"] {
    width: 100%;
  }
}

/* Tablet + mobile patch (<=1023) */
@media (max-width: 1023px) {
  .top-bar {
    padding: 8px 16px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .top-bar-left {
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .top-nav {
    display: none;
  }

  .top-bar-right {
    gap: 12px;
    margin-left: auto;
  }

  .header {
    padding: 12px 16px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .header-left {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }

  .logo {
    width: auto;
    max-width: 68vw;
    letter-spacing: 0.04em;
    font-size: 1.5rem;
  }

  .logo img {
    width: auto;
    height: auto;
    max-height: 40px;
  }

  .main-nav {
    display: none;
  }

  .header-right {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  .search-box {
    width: 100%;
    padding: 8px 10px;
  }

  .search-box input {
    min-width: 0;
    font-size: 16px;
  }

  .header-icons {
    justify-content: flex-end;
    gap: 10px;
  }

  .icon-btn {
    width: 42px;
    height: 42px;
  }

  .catalog-overlay {
    z-index: 1100;
    background: rgba(17, 17, 17, 0.52);
  }

  .catalog-menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    max-height: none;
    transform: translateY(100%);
    overflow-y: auto;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .catalog-overlay.active .catalog-menu {
    transform: translateY(0);
  }

  .catalog-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
  }

  .catalog-header-left {
    justify-content: space-between;
  }

  .catalog-tabs {
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2px;
  }

  .catalog-tab {
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    border-bottom-width: 1px;
    font-size: 15px;
    padding: 6px 10px;
  }

  .catalog-tab.active {
    background: #111;
    color: #fff;
    border-color: #111;
  }

  .catalog-search {
    width: 100%;
  }

  .catalog-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: auto;
    padding: 16px;
  }

  .catalog-sidebar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eee;
    padding: 0 0 14px;
  }

  .sidebar-item a {
    font-size: 15px;
    padding: 8px 0;
  }

  .catalog-subcategories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .subcategory-column {
    min-width: 0;
  }

  .subcategory-header,
  .brands-header {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .subcategory-list li {
    margin-bottom: 8px;
  }

  .subcategory-list li a {
    font-size: 15px;
  }

  .catalog-brands {
    min-width: 0;
    border-top: 1px solid #eee;
    padding-top: 12px;
  }

  .main-content {
    padding: 20px 16px;
    gap: 16px;
    max-height: none;
    align-items: stretch;
  }

  .slider-container {
    height: clamp(260px, 52vw, 520px);
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 8px;
  }

  .category-card {
    min-height: 140px;
  }

  .category-label {
    bottom: 12px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .product-slider-section {
    margin-top: 32px;
  }

  .product-slider-section h1 {
    margin-left: 16px;
    font-size: 20px;
  }

  .product-slider-section .container {
    max-width: 100%;
    padding: 0 12px !important;
    border-radius: 16px 16px 0 0;
  }

  .banner-section {
    padding: 0 16px;
  }

  .banner-slider-container {
    height: clamp(220px, 48vw, 380px);
  }

  .store-section {
    padding: 0 16px;
    margin-top: 24px;
  }

  .store-image-container {
    height: clamp(280px, 70vw, 480px);
    border-radius: 16px;
    overflow: hidden;
  }

  .store-overlay {
    padding: 16px;
  }

  .store-info-box-wrapper {
    width: 100%;
    justify-content: center;
  }

  .store-info-box {
    max-width: 100%;
    margin: 0;
    padding: 18px;
  }

  .store-info-title {
    font-size: 22px;
  }

  .store-info-description {
    font-size: 15px;
  }

  .features-section {
    padding: 36px 16px;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-description {
    font-size: 15px;
  }

  .seo-section {
    padding: 36px 16px 0;
  }

  .seo-section .container {
    max-width: 100%;
    padding: 20px !important;
  }

  .seo-content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offices-section {
    padding: 42px 0 56px;
  }

  .offices-container {
    padding: 0 16px;
  }

  .offices-title {
    font-size: 28px;
  }

  .city-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .office-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .office-info-card,
  .office-extra-card {
    border-radius: 16px;
    padding: 20px;
  }

  .office-map-card {
    min-height: 220px;
    border-radius: 16px;
  }

  .rx-footer {
    margin-top: 48px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .rx-footer__subscribe {
    padding: 0 16px;
  }

  .rx-footer__subscribe-card {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 16px;
    border-radius: 14px;
    gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .rx-footer__subscribe-card::before,
  .rx-footer__subscribe-card::after {
    display: none;
  }

  .rx-footer__subscribe-text h2 {
    font-size: 24px;
  }

  .rx-footer__subscribe-row {
    flex-direction: column;
    gap: 12px;
  }

  .rx-footer__input-wrap-button {
    width: 100%;
    min-height: 42px;
  }

  .rx-footer__main {
    padding: 24px 0;
  }

  .rx-footer__container {
    padding: 0 16px;
  }

  .rx-footer__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rx-footer__links {
    grid-column: auto;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }

  .rx-footer__contact-card {
    grid-template-columns: 1fr;
  }

  .rx-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  ._2_oIBr {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  ._2_oIBr > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .aJx05l {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  ._4Eyy4q {
    width: 100%;
    order: 2;
  }

  .c6RXUe {
    width: 100%;
    order: 1;
  }

  #splide01 .splide__track {
    height: auto !important;
  }

  #splide01 .splide__list {
    display: flex !important;
  }

  #splide01 .splide__slide {
    width: 72px !important;
    height: 72px !important;
    margin-right: 8px;
  }

  .kjys9M {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .kjys9M > form,
  #cartMessaging {
    width: 100%;
  }

  .faceted-layout {
    flex-direction: column;
    gap: 16px;
  }

  .faceted-sidebar {
    width: 100%;
    flex: 0 0 auto;
    position: static;
    top: auto;
    border-radius: 12px;
  }

  .faceted-sidebar__mobile-toggle {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.875rem;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    font-weight: 600;
  }

  .faceted-sidebar__mobile-toggle .chev {
    transition: transform 0.2s ease;
  }

  .faceted-sidebar__inner {
    display: none;
    margin-top: 0.75rem;
  }

  .faceted-sidebar.is-open .faceted-sidebar__inner {
    display: block;
  }

  .faceted-sidebar.is-open .faceted-sidebar__mobile-toggle .chev {
    transform: rotate(180deg);
  }

  .faceted-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .faceted-toolbar__controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #information-contact .row > [class*="col-"] {
    margin-bottom: 1rem;
  }

  .stores-slider {
    margin: 0 8px;
    height: min(70vh, 420px);
  }

  .pnd-cmp-page-content--lg-width {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pnd-cmp-article,
  .pnd-page-box-text-wrp-content,
  .pnd-cmp-page-content--lg-width .pnd-page-box-text-wrp-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pnd-cmp-article iframe {
    width: 100% !important;
    height: min(52vw, 280px);
  }
}

@media (min-width: 992px) {
  .faceted-sidebar__mobile-toggle {
    display: none !important;
  }

  .faceted-sidebar__inner {
    display: block !important;
    margin-top: 0;
  }
}

/* MD: 768 - 1023 */
@media (min-width: 768px) and (max-width: 1023px) {
  .header-right {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .search-box {
    max-width: none;
  }

  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .rx-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .rx-footer__links,
  .rx-footer__contact-card,
  .rx-footer__social-card {
    grid-column: 1 / -1;
  }
}

/* SM: 376 - 767 */
@media (min-width: 376px) and (max-width: 767px) {
  .top-bar-right {
    display: none;
  }

  .header-counter {
    top: -4px;
    right: -6px;
  }

  .features-grid,
  .rx-footer__links {
    grid-template-columns: 1fr;
  }

  .hits__card {
    width: 100%;
    margin-left: 0;
  }
}

/* XS: <= 375 */
@media (max-width: 375px) {
  .top-bar,
  .header,
  .main-content,
  .banner-section,
  .store-section,
  .features-section,
  .seo-section,
  .offices-container,
  .rx-footer__subscribe,
  .rx-footer__container,
  .pnd-cmp-page-content--lg-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .logo {
    max-width: 60vw;
    font-size: 1.25rem;
  }

  .search-box input {
    font-size: 15px;
  }

  .catalog-header,
  .catalog-content {
    padding: 12px;
  }

  .city-tab {
    padding: 8px 12px;
    font-size: 14px;
  }

  .office-phone {
    font-size: 20px;
  }

  .rx-footer__subscribe-text h2 {
    font-size: 21px;
  }

  .rx-footer__link {
    font-size: 16px;
  }
}

/* LG: 1024 - 1365 (desktop stability with tighter gutters) */
@media (min-width: 1024px) and (max-width: 1365px) {
  .header,
  .top-bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-content,
  .banner-section,
  .features-section,
  .seo-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* XL: >= 1366 (explicitly preserve desktop behavior) */
@media (min-width: 1366px) {
  .header,
  .top-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Hotfix: restore hamburger and right-side drawer menu with categories + static pages */
.header .menu-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.catalog-overlay .catalog-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: min(420px, 100vw);
  height: 100dvh;
  max-height: none;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  overflow-y: auto;
}

.catalog-overlay.active .catalog-menu {
  transform: translateX(0) !important;
}

.catalog-overlay .catalog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px 16px;
}

.catalog-overlay .catalog-header-left {
  gap: 10px;
}

.catalog-overlay .catalog-title {
  font-size: 22px;
}

.catalog-overlay .catalog-tabs {
  display: none;
}

.catalog-overlay .catalog-search {
  width: 100%;
  grid-column: 1 / -1;
}

.catalog-overlay .catalog-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: auto;
  padding: 14px 16px 24px;
}

.catalog-overlay .catalog-sidebar,
.catalog-overlay .catalog-static {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 10px 12px;
}

.catalog-overlay .catalog-static .sidebar-header {
  color: #111;
}

.catalog-overlay .catalog-subcategories,
.catalog-overlay .catalog-brands {
  display: none;
}

.catalog-overlay .sidebar-item {
  margin: 0;
}

.catalog-overlay .sidebar-item a {
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.35;
}
