.hero-wrap {
  width: 100%;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.hero-wrap .swiper {
  width: 100%;
  height: 600px;
}
.hero-wrap .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hero-wrap .swiper-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.hero-wrap .media {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-wrap .media img,
.hero-wrap .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-wrap .media.overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
  pointer-events: none;
}
.hero-wrap .slider-content {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  color: #fff;
  max-width: 560px;
}
.hero-wrap .content-subheading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.9;
}
.hero-wrap .content-title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-family: 'Arial Black', Arial, sans-serif;
}
.hero-wrap .btn-primary {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px 32px;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  cursor: pointer;
  transition: all 0.2s;
}
.hero-wrap .btn-primary:hover {
  background: #e00;
  color: #fff;
}
.hero-wrap .swiper-button-next,
.hero-wrap .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: rgba(0,0,0,0.3) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  transition: background 0.2s;
}
.hero-wrap .swiper-button-next:hover,
.hero-wrap .swiper-button-prev:hover {
  background: rgba(0,0,0,0.6) !important;
}
.hero-wrap .swiper-button-next::after,
.hero-wrap .swiper-button-prev::after {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 700;
}
.hero-wrap .swiper-scrollbar {
  background: rgba(255,255,255,0.2) !important;
  height: 3px !important;
  bottom: 0 !important;
  border-radius: 0 !important;
}
.hero-wrap .swiper-scrollbar-drag {
  background: #fff !important;
  border-radius: 0 !important;
}
@media (max-width: 749px) {
  .hero-wrap .swiper { height: 444px; }
  .hero-wrap .slider-content { bottom: 28px; left: 20px; right: 20px; }
  .hero-wrap .content-title { font-size: 28px; }
  .hero-wrap .swiper-button-next,
  .hero-wrap .swiper-button-prev { display: none !important; }
}

/* --- Category Swiper --- */
.cat-slider-section {
  width: 100%;
  padding: 20px 0;
  font-family: Arial, sans-serif;
  background: #fff;
  position: relative;
}
.cat-slider-section .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
.cat-slider-section .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.cat-slider-section .swiper-slide {
  width: 11rem !important;
  margin-right: 16px;
  flex-shrink: 0;
}
.cat-slider-section .cat-card {
  height: 100%;
}
.cat-slider-section .cat-card a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s, border-color 0.2s;
  height: 100%;
}
.cat-slider-section .cat-card a:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border-color: #ccc;
}
.cat-slider-section .cat-img-wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.cat-slider-section .cat-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  padding: 4px;
}
.cat-slider-section .cat-card a:hover .cat-img {
  transform: scale(1.05);
}
.cat-slider-section .cat-info {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cat-slider-section .cat-title {
  font-size: 13px;
  font-weight: 600;
  flex: 1;
  line-height: 1.3;
  color: #111;
}
.cat-slider-section .cat-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}
.cat-slider-section .cat-card a:hover .cat-btn {
  background: #111;
  border-color: #111;
}
.cat-slider-section .cat-card a:hover .cat-btn svg path {
  stroke: #fff;
}
.cat-slider-section .swiper-controls {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  pointer-events: none;
  justify-content: space-between;
  padding: 0 0px;
  z-index: 10;
}
@media (min-width: 768px) {
  .cat-slider-section .swiper-controls { display: flex; }
}
.cat-slider-section .swiper-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: box-shadow 0.2s, opacity 0.2s;
}
.cat-slider-section .swiper-btn:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.cat-slider-section .swiper-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.cat-slider-section .swiper-btn svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .cat-slider-section .swiper-slide { width: 7.5rem !important; margin-right: 10px; }
}

/* --- Brand Section --- */
.brand-section {
  width: 100%;
  padding: 32px 0;
  font-family: Arial, sans-serif;
  background: #fff;
}
.brand-section .page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
.brand-section .section-subheading {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 24px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.brand-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border: 0.5px solid #e8e8e8;
  margin: -0.25px;
  transition: background 0.2s;
}
.brand-item a:hover { background: #f5f5f5; }
.brand-item a:hover img { transform: scale(1.05); }
.brand-img {
  width: 100%;
  max-width: 140px;
  height: 60px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s;
  filter: grayscale(20%);
}
@media (max-width: 900px) { .brand-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 560px) {
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-img { height: 44px; }
}

/* --- Ranges Widget (Ruroc) --- */
.ranges-widget-section {
  display: block;
  width: 100%;
  margin: 0;
  background: #fff;
}
.ranges-widget-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ranges-widget-item {
  position: relative;
  overflow: hidden;
  width: 25%;
  aspect-ratio: .75;
}
@supports not (aspect-ratio: 3/4) {
  .ranges-widget-item { position: relative; }
  .ranges-widget-item::before {
    content: '';
    display: block;
    padding-top: 133.33%;
  }
  .ranges-widget-item-link {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
  }
}
.ranges-widget-item-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.ranges-widget-item-link:hover,
.ranges-widget-item-link:focus,
.ranges-widget-item-link.touch-hover {
  opacity: .9;
  text-decoration: none;
  color: #fff;
}
.ranges-widget-item-link:hover .ranges-widget-item-image,
.ranges-widget-item-link:focus .ranges-widget-item-image,
.ranges-widget-item-link.touch-hover .ranges-widget-item-image {
  transform: scale(1.05);
}
.ranges-widget-item-link:hover .ranges-widget-item-hover,
.ranges-widget-item-link:focus .ranges-widget-item-hover,
.ranges-widget-item-link.touch-hover .ranges-widget-item-hover {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.ranges-widget-item-link:hover .ranges-widget-item-content,
.ranges-widget-item-link:focus .ranges-widget-item-content,
.ranges-widget-item-link.touch-hover .ranges-widget-item-content {
  max-height: 400px;
}
.ranges-widget-item-image-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}
.ranges-widget-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), filter .3s ease-out;
}
.ranges-widget-item-overlay {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 40%;
  z-index: 2;
  transition: background .25s ease-out;
  background: linear-gradient(to top, #000 0%, transparent 100%);
}
.ranges-widget-item-content {
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  z-index: 3;
  width: 90%;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
.ranges-widget-item-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ranges-widget-item-category {
  background-color: rgba(255,255,255,.75);
  color: #000;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  overflow: hidden;
  transition: transform 1s ease-out, box-shadow 1s ease-out;
}
.ranges-widget-item-brand {
  display: flex;
  width: auto;
  height: 20px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: transform 1s ease-out;
}
.ranges-widget-item-brand img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: filter 1s ease-out;
}
.ranges-widget-item-hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 1s ease-out, visibility 1s ease-out, height 1s ease-out;
}
.ranges-widget-item-hover-text {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 400;
  align-self: stretch;
  font-family: 'Inter', sans-serif;
}
.ranges-widget-item-hover-button {
  display: inline-flex;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  transition: opacity 1s ease-out;
  pointer-events: none;
  line-height: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ranges-widget-item-hover-button:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .ranges-widget-item { width: 50%; }
}
@media (max-width: 767px) {
  .ranges-widget-item { width: 100%; aspect-ratio: 1; }
}
@media (max-width: 479px) {
  .ranges-widget-item-content { max-height: 80px; }
  .ranges-widget-item-link:hover .ranges-widget-item-content { max-height: 300px; }
  .ranges-widget-item-category { font-size: 10px; padding: 5px 10px; line-height: 10px; }
  .ranges-widget-item-brand { height: 20px; }
  .ranges-widget-item-hover { gap: 16px; }
  .ranges-widget-item-hover-text { font-size: 14px; line-height: 16.8px; }
  .ranges-widget-item-hover-button { font-size: 10px; line-height: 8px; }
}

/* --- Shop by Category --- */
.sc-wrap { background: #f5f5f3; padding: 12px 0 0; font-family: 'Helvetica Neue', Arial, sans-serif; }
.sc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sc-card { position: relative; overflow: hidden; background: #e8e8e6; cursor: pointer; text-decoration: none; display: block; }
.sc-card::before { content: ''; display: block; padding-top: 100%; }
.sc-img-wrap { position: absolute; inset: 0; overflow: hidden; }
.sc-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.sc-card:hover .sc-img-wrap img { transform: scale(1.05); }
.sc-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.2rem 1rem 1rem; background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 100%); display: flex; align-items: center; justify-content: space-between; }
.sc-label h3 { color: #fff; font-size: 16px; font-weight: 600; margin: 0; letter-spacing: 0.01em; text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.sc-arrow { width: 36px; height: 35px; flex-shrink: 0; transition: transform 0.25s ease; }
.sc-card:hover .sc-arrow { transform: translateX(4px); }
@media (max-width: 900px) { .sc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .sc-grid { grid-template-columns: 1fr; } .sc-wrap { padding: 12px 0 0; } }

/* --- New Releases (Ruroc-style) --- */
.ru-section {
  background: #fff;
  padding: 3rem 0 2.5rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  overflow: hidden;
}
.ru-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  margin: 0 0 2rem;
}
.ru-title {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ru-header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ru-filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.ru-filter-btn {
  background: transparent;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.ru-filter-btn:hover {
  border-color: #111;
  color: #111;
}
.ru-filter-btn.active {
  background: #111;
  border-color: #111;
  color: #fff;
}
.ru-card.hidden {
  display: none !important;
}
.ru-collection-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1.5px solid #111;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ru-collection-link:hover {
  background: #111;
  color: #fff;
}
.ru-slider-outer { position: relative; padding: 0 2rem; }
.ru-slider-track { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; }
.ru-slider-track::-webkit-scrollbar { display: none; }
.ru-slider-inner {
  display: flex;
  gap: 20px;
}
.ru-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  background: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.ru-img-wrap {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.ru-img-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 439/548;
  object-fit: cover;
  transition: opacity 0.35s ease;
  position: absolute;
  top: 0; left: 0;
}
.ru-img-wrap img.img-main { position: relative; opacity: 1; }
.ru-img-wrap img.img-hover { opacity: 0; }
.ru-card:hover .img-main { opacity: 0; }
.ru-card:hover .img-hover { opacity: 1; }
.ru-badge-discount {
  position: absolute;
  top: 10px; left: 10px;
  background: #3b82f6;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  z-index: 2;
  letter-spacing: 0.05em;
}
.ru-card-body { padding: 12px 12px 14px; }
.ru-series-logo { height: 18px; margin-bottom: 8px; }
.ru-series-logo img { height: 100%; width: auto; object-fit: contain; }
.ru-name {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: 0.02em;
}
.ru-price-wrap { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.ru-price { color: #111; font-size: 14px; font-weight: 600; }
.ru-old-price { color: #999; font-size: 13px; text-decoration: line-through; }
.ru-out-of-stock { color: #999; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.ru-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ru-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 1px solid #ddd;
  color: #888;
}
.ru-tag.bestseller { border-color: #3b82f6; color: #3b82f6; }
.ru-tag.free { border-color: #ddd; color: #888; }
.ru-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 1.5rem 2rem 0;
}
.ru-progress-bar {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
  position: relative;
}
.ru-progress-fill {
  height: 100%;
  background: #3b82f6;
  transition: width 0.4s ease;
  width: 25%;
}
.ru-arrow {
  width: 42px; height: 42px;
  border: 1px solid #ddd;
  background: transparent;
  color: #111;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}
.ru-arrow:hover:not(:disabled) { border-color: #3b82f6; background: rgba(59,130,246,0.08); }
.ru-arrow:disabled { opacity: 0.3; cursor: default; }
@media (max-width: 900px) {
  .ru-card { flex: 0 0 calc(50% - 10px); }
  .ru-progress-bar { max-width: 150px; }
}
@media (max-width: 540px) {
  .ru-card { flex: 0 0 80%; }
}

/* --- Footer --- */
.sh-footer {
  background: #1a1a2e;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
.sh-footer a { color: #bbb; text-decoration: none; transition: color 0.2s; }
.sh-footer a:hover { color: #fff; }
.sh-top { padding: 3rem 2rem 2rem; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.4fr; gap: 2rem; max-width: 1300px; margin: 0 auto; }
.sh-brand-logo { width: 180px; margin-bottom: 0.5rem; background: #1a1a2e; display: inline-block; }
.sh-tagline { color: #999; font-size: 12px; margin: 0.3rem 0 1rem; }
.sh-join { font-weight: 600; font-size: 13px; color: #fff; margin-bottom: 1rem; }
.sh-socials { display: flex; gap: 12px; margin-top: 0.5rem; }
.sh-socials a { width: 34px; height: 34px; border: 1px solid #555; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; transition: border-color 0.2s, background 0.2s; }
.sh-socials a:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.sh-socials svg { width: 16px; height: 16px; fill: #fff; }
.sh-socials a:nth-child(2) svg { fill: none; stroke: #fff; }
.sh-col-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin-bottom: 1rem; }
.sh-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.sh-col ul li a { font-size: 13px; color: #bbb; }
.sh-col ul li a:hover { color: #fff; }
.sh-newsletter-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin-bottom: 0.4rem; }
.sh-newsletter-sub { color: #999; font-size: 13px; margin-bottom: 1rem; }
.sh-newsletter-form { display: flex; border: 1px solid #555; border-radius: 3px; overflow: hidden; }
.sh-newsletter-form input { background: transparent; border: none; outline: none; color: #fff; font-size: 13px; padding: 10px 12px; flex: 1; }
.sh-newsletter-form input::placeholder { color: #777; }
.sh-newsletter-form button { background: transparent; border: none; border-left: 1px solid #555; padding: 0 14px; cursor: pointer; color: #fff; display: flex; align-items: center; }
.sh-newsletter-form button:hover { background: rgba(255,255,255,0.1); }
.sh-newsletter-form button svg path { stroke: #fff; }
.sh-divider { border: none; border-top: 1px solid #333; margin: 0 2rem; }
.sh-bottom { max-width: 1300px; margin: 0 auto; padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.sh-payments { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.sh-payments span { font-size: 12px; color: #999; margin-right: 6px; }
.sh-payments img { height: 22px; opacity: 0.8; }
.sh-cookie { font-size: 12px; color: #999; cursor: pointer; }
.sh-cookie:hover { color: #fff; }
.sh-copyright { max-width: 1300px; margin: 0 auto; padding: 0 2rem 1.5rem; border-top: 1px solid #333; padding-top: 1rem; display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; }
.sh-copyright small { font-size: 11px; color: #777; }
.sh-copyright small a { color: #777; }
.sh-copyright small a:hover { color: #ccc; }
.pay-card { background: #fff; border-radius: 4px; padding: 2px 5px; height: 22px; display: flex; align-items: center; }
@media (max-width: 900px) {
  .sh-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .sh-top { grid-template-columns: 1fr; }
  .sh-bottom { flex-direction: column; align-items: flex-start; }
}
details summary { cursor: pointer; list-style: none; }
details summary::-webkit-details-marker { display: none; }
