/* index-section-1 */
.section1-media {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000; }

.section1-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.section1-media--image {
  min-height: 164px; }

.section1-media--video {
  aspect-ratio: 9 / 16;
  min-height: 0; }

.section1-media--video video,
.section1-media--video .section1-media-fallback,
.section1-media--video .video-yt-responsive {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.section1-media--video video {
  z-index: 2;
  object-fit: cover;
  display: block;
  background: transparent;
  opacity: 0;
  transition: opacity .2s ease; }

.section1-media--video .section1-media-fallback {
  z-index: 1; }

.section1-media--video.is-video-ready video {
  opacity: 1; }

.video-loading-spinner {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  pointer-events: none; }

.video-loading-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: video-spin 0.8s linear infinite; }

@keyframes video-spin {
  to {
    transform: rotate(360deg); } }

@media (min-width: 768px) {
  .section1-media--image {
    min-height: 254px; }
  .section1-media--video {
    aspect-ratio: 16 / 9; } }

@media (min-width: 1024px) {
  .section1-media--image {
    min-height: 344px; } }

@media (min-width: 1536px) {
  .section1-media--image {
    min-height: 627px; } }

@media (max-width: 767px) {
  .index-section-1-promo {
    background: #f3f3f3;
    padding: 16px 0 18px; }
  .index-section-1-promo .container {
    max-width: none;
    padding: 0 24px; }
  .index-section-1-promo__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 122px;
    align-items: start;
    column-gap: 14px; }
  .index-section-1-promo__copy {
    gap: 6px;
    max-width: none;
    min-width: 0; }
  .index-section-1-promo__title {
    margin: 0;
    color: #333;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0; }
  .index-section-1-promo__desc {
    display: -webkit-box;
    margin: 0;
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .index-section-1-promo__date {
    margin: 0;
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0; }
  .index-section-1-promo__side {
    width: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px; }
  .index-section-1-promo__product {
    width: 106px;
    min-height: 0;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible; }
  .index-section-1-promo__product img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .index-section-1-promo__button {
    color: #191919;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap; }
  .index-section-1-promo__button svg {
    width: 16px;
    height: 16px; } }

/* index-section-1 */
.video-yt-responsive {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: block; }

.section1-media--video .video-yt-responsive {
  padding-bottom: 0; }

.video-yt-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

iframe .ytmVideoInfoHost {
  display: none !important; }

/* index-section-2 */
.index-section-2-slider {
  overflow: hidden;
  position: relative; }

.index-section-2-slider .slick-list {
  margin: 0 -4.5px; }

.index-section-2-slider .slick-track {
  display: flex; }

.index-section-2-slider .slick-slide {
  height: auto; }

.index-section-2-slide {
  padding: 0 4.5px; }

.index-section-2-card {
  width: 100%; }

.index-section-2-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex !important;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #191919;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: color .25s ease, background-color .25s ease, opacity .25s ease; }

.index-section-2-arrow:hover {
  background: #191919;
  color: #ffffff; }

.index-section-2-arrow.slick-disabled {
  opacity: .25;
  pointer-events: none; }

.index-section-2-arrow.prev {
  left: 18px; }

.index-section-2-arrow.next {
  right: 18px; }

.index-section-2-arrow.prev svg {
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .index-section-2-slider .slick-list {
    margin: 0 -20px; }
  .index-section-2-slide {
    padding: 0 20px; } }

@media (max-width: 767px) {
  .index-section-2-slider {
    padding: 0 9px 20px;
    overflow: hidden; }
  .index-section-2-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px; }
  .index-section-2-slider .slick-list {
    margin: 0 -4.5px;
    overflow: hidden; }
  .index-section-2-slider .slick-track {
    display: flex; }
  .index-section-2-slider .slick-slide {
    height: auto; }
  .index-section-2-slider.slick-initialized .slick-slide > div {
    display: flex; }
  .index-section-2-slider.slick-initialized .slick-slide > div + div {
    margin-top: 9px; }
  .index-section-2-slide {
    padding: 0 4.5px;
    min-width: 0;
    vertical-align: top; }
  .index-section-2-slider:not(.slick-initialized) .index-section-2-slide {
    padding: 0; }
  .index-section-2-card {
    aspect-ratio: 3 / 4; }
  .index-section-2-title-wrap {
    bottom: 14px;
    padding: 0 8px; }
  .index-section-2-title-shell {
    width: 100%;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: none !important; }
  .index-section-2-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35); }
  .index-section-2-arrow {
    width: 34px;
    height: 34px;
    opacity: 1;
    background: transparent;
    box-shadow: none; }
  .index-section-2-arrow.prev {
    left: 14px; }
  .index-section-2-arrow.next {
    right: 14px; } }

.index-section-2-title-shell {
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease; }

.index-section-2-card:hover .index-section-2-title-shell {
  background-color: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
  transform: translateY(-2px); }

.index-section-2-title {
  margin: 0 !important;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.index-section-2-card:hover .index-section-2-title {
  font-weight: 700 !important;
  transform: scale(1.12); }

/* index-section-3 */
.index-section-3 {
  padding: 40px 0; }

.index-section-3-inner {
  width: 100%;
  padding: 0; }

.index-section-3-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 6px 70px 32px !important; }

.index-section-3-heading {
  margin: 0;
  text-align: left;
  line-height: 1.15;
  white-space: normal;
  font-size: 28px;
  color: #4b4b4b;
  text-transform: uppercase; }

.index-section-3-heading span {
  font-size: inherit; }

.index-section-3-button {
  flex: 0 0 auto;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline; }

.index-section-3-slider {
  position: relative;
  margin: 0 -2px;
  overflow: visible; }

.index-section-3-slider-wrap {
  overflow: visible;
  padding: 0 20px; }

.index-section-3-slider .slick-list {
  overflow: hidden; }

.index-section-3-slider .slick-track {
  display: flex; }

.index-section-3-slider .slick-slide {
  height: auto; }

.index-section-3-slide {
  padding: 0 2px; }

.index-section-3-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none; }

.index-section-3-image {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  aspect-ratio: 157 / 216; }

.index-section-3-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease; }

.index-section-3-card:hover .index-section-3-image img {
  transform: scale(1.035); }

.index-section-3-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex !important;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #191919;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity .25s ease, color .25s ease, background-color .25s ease; }

.index-section-3-arrow:hover {
  background: #191919;
  color: #fff; }

.index-section-3-arrow.slick-disabled {
  opacity: .25;
  pointer-events: none; }

.index-section-3-arrow.prev {
  left: -20px; }

.index-section-3-arrow.next {
  right: -20px; }

.index-section-3-arrow.prev svg {
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .index-section-3-heading-row {
    padding: 6px 70px 32px !important; }
  .index-section-3-heading {
    font-size: 28px; } }

@media (min-width: 1024px) {
  .index-section-3-arrow.prev {
    left: -20px; }
  .index-section-3-arrow.next {
    right: -20px; } }

@media (max-width: 767px) {
  .index-section-3 {
    padding: 0 0 20px;
    background: #fff;
    overflow: hidden; }
  .index-section-3-heading-row {
    padding: 12px 12px 28px !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    text-align: center; }
  .index-section-3-heading,
  .index-section-3-heading span {
    font-size: var(--index-section-3-mobile-heading-size, 32px);
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap; }
  .index-section-3-button {
    display: inline-flex;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap; }
  .index-section-3-slider-wrap {
    padding: 0; }
  .index-section-3-slider .slick-list {
    overflow: hidden;
    margin: 0; }
  .index-section-3-slide {
    padding: 0 2px; }
  .index-section-3 .mulgati-product-card__media {
    aspect-ratio: 197 / 298;
    background: #f1f1f1; }
  .index-section-3 .mulgati-product-card__slide {
    padding: 22% 12%; }
  .index-section-3 .mulgati-product-card__info {
    padding: 15px 14px 0; }
  .index-section-3 .mulgati-product-card__title {
    min-height: 38px;
    font-size: 15px;
    line-height: 1.18;
    color: #4b4b4b; }
  .index-section-3 .mulgati-product-card__price {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.15;
    color: #1f1f1f; }
  .index-section-3-arrow {
    display: flex !important;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #191919;
    box-shadow: none; }
  .index-section-3-arrow.prev {
    left: 8px; }
  .index-section-3-arrow.next {
    right: 8px; }
  .index-section-3-arrow svg {
    width: 18px;
    height: 18px; } }

/* index-section-4 */
.index-section-4-content {
  padding-top: 20px; }

@media (max-width: 767px) {
  .index-section-4 {
    padding-top: 16px !important;
    padding-bottom: 24px !important; }
  .index-section-4-content {
    padding-top: 12px; } }

.index-section-4-cta {
  margin-top: 16px;
  color: #B00020;
  font-weight: 800;
  transition: color .2s ease; }

.index-section-4-cta svg {
  transition: transform .2s ease; }

.index-section-4-cta:hover {
  color: #7A0016; }

.index-section-4-cta:hover svg {
  transform: translateX(4px); }

/* index-section-6 */
[data-index-section-6] .index-section-6-container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  [data-index-section-6] {
    padding: 0 !important;
    background: #fff; }
  [data-index-section-6] .index-section-6-container {
    max-width: none;
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  [data-index-section-6] .index-section-6-media {
    min-height: 390px;
    align-items: flex-start; }
  [data-index-section-6] .index-section-6-image {
    width: 112%;
    max-width: none;
    margin-top: -8px; }
  [data-index-section-6] .index-section-6-content {
    padding: 34px 25px 0; }
  [data-index-section-6] .index-section-6-copy {
    margin-left: 0 !important;
    padding: 0 !important; }
  [data-index-section-6] .index-section-6-eyebrow {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0; }
  [data-index-section-6] .index-section-6-title {
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: 0; }
  [data-index-section-6] .index-section-6-desc {
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 0; }
  [data-index-section-6] .index-section-6-button {
    margin: 16px 0 0 !important;
    padding: 0 !important;
    font-size: 18px; } }

.index-section-6-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  background-color: #191919 !important;
  color: #ffffff !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  padding: 0 !important;
  margin-top: 20px !important;
  transform: scale(1) !important;
  will-change: transform; }

@media (min-width: 768px) {
  .index-section-6-button {
    margin-top: 20px !important; } }

.index-section-6-button:hover {
  transform: scale(1.15) !important;
  background-color: #000000 !important;
  color: #ffffff !important; }

.index-section-6-button svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important; }

.index-section-6-button svg path {
  stroke: #ffffff !important; }

/* index-section-7 */
[data-index-section-7] {
  background: var(--hero-bg) no-repeat 0 0/100% 100%; }

[data-index-section-7] .diagonal-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #ffffff;
  clip-path: polygon(0 0, 52% 0, 30% 100%, 0 100%); }

@media (min-width: 1350px) {
  [data-index-section-7] .diagonal-bg {
    clip-path: polygon(calc((100% - 1304px)/2) 0, 52% 0, 30% 100%, calc((100% - 1304px)/2) 100%); } }

[data-index-section-7] .index-section-7-hotspot .index-section-7-plus {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  border: 2px solid #4b4b4b;
  border-radius: 6px;
  background: #fff; }

[data-index-section-7] .index-section-7-hotspot .index-section-7-plus:before,
[data-index-section-7] .index-section-7-hotspot .index-section-7-plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #4b4b4b;
  transform: translate(-50%, -50%); }

[data-index-section-7] .index-section-7-hotspot .index-section-7-plus:after {
  width: 2px;
  height: 12px; }

[data-index-section-7] .index-section-7-hotspot.is-active .index-section-7-plus {
  border-color: #191919;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #191919; }

[data-index-section-7] .index-section-7-feature-grid {
  gap: 35px; }

[data-index-section-7] #derby-hero-img {
  transform: translateZ(0) scale(0.85);
  transform-origin: center top; }

@media (max-width: 767px) {
  [data-index-section-7] {
    --hero-h: auto;
    padding: 16px 0 0;
    overflow: hidden;
    background: var(--hero-bg) no-repeat 0 0/100% 100%; }
  [data-index-section-7] .diagonal-bg {
    display: none; }
  [data-index-section-7] .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  [data-index-section-7] h2 {
    margin: 0 auto;
    padding: 0 18px;
    font-size: 26px;
    line-height: 1.12;
    text-align: center; }
  [data-index-section-7] #derby-hero-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    transform: none;
    display: block;
    padding: 0 18px 24px; }
  [data-index-section-7] [data-index-section-7-hotspot] {
    width: 30px;
    height: 30px; }
  [data-index-section-7] .index-section-7-hotspot .index-section-7-plus {
    width: 24px;
    height: 24px;
    border-radius: 5px; }
  [data-index-section-7] .lg\:col-span-5 {
    margin: 0 !important;
    padding: 0 18px 20px !important; }
  [data-index-section-7] .lg\:col-span-5 .grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr); }
  [data-index-section-7] [data-index-section-7-title] {
    font-size: 24px;
    line-height: 1.1; }
  [data-index-section-7] [data-index-section-7-desc] {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.32; }
  [data-index-section-7] [data-index-section-7-image] {
    width: 100% !important;
    max-width: 360px !important;
    margin: 12px auto 0 !important;
    transform: none !important;
    display: block;
    object-fit: contain; } }

/* index-section-8 */
@media (max-width: 767px) {
  [data-index-section-8] {
    padding-top: 16px;
    padding-bottom: 24px; } }

/* index-section-9 */
@media (max-width: 767px) {
  [data-index-section-9] {
    padding-top: 16px !important;
    padding-bottom: 24px !important; } }

[data-index-section-9] .index-section-9-slider {
  margin: 0 -10px; }

[data-index-section-9] .index-section-9-slider .slick-track {
  display: flex; }

[data-index-section-9] .index-section-9-slider .slick-slide {
  height: auto;
  padding: 0 10px; }

[data-index-section-9] .index-section-9-slider .slick-slide > div,
[data-index-section-9] .index-section-9-card {
  height: 100%; }

[data-index-section-9] .index-section-9-panel {
  display: none; }

[data-index-section-9] .index-section-9-panel.is-active {
  display: block; }

[data-index-section-9] .index-section-9-dots {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center; }

[data-index-section-9] .index-section-9-dots .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none; }

[data-index-section-9] .index-section-9-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

[data-index-section-9] .index-section-9-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d8d8d8;
  font-size: 0;
  line-height: 0;
  transition: width .25s ease, background .25s ease; }

[data-index-section-9] .index-section-9-dots button:before {
  display: none; }

[data-index-section-9] .index-section-9-dots .slick-active button {
  width: 28px;
  background: #191919; }

@media (max-width: 767px) {
  [data-index-section-9] {
    padding: 0 0 66px;
    background: #fff;
    overflow: hidden; }
  [data-index-section-9] .container {
    max-width: none;
    padding-left: 36px;
    padding-right: 36px; }
  [data-index-section-9] .index-section-9-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 18px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px 36px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }
  [data-index-section-9] .index-section-9-tabs::-webkit-scrollbar {
    display: none; }
  [data-index-section-9] [data-store-tab] {
    flex: 0 0 auto;
    height: 52px;
    padding: 0 2px; }
  [data-index-section-9] [data-store-tab] span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    white-space: nowrap; }
  [data-index-section-9] [data-store-tab].border-black span {
    font-weight: 700; }
  [data-index-section-9] .index-section-9-slider {
    margin: 0;
    overflow: visible; }
  [data-index-section-9] .index-section-9-slider .slick-list {
    overflow: visible; }
  [data-index-section-9] .index-section-9-slider .slick-slide {
    padding: 0 10px 0 0; }
  [data-index-section-9] .index-section-9-card {
    background: #f3f3f3; }
  [data-index-section-9] .index-section-9-card > div {
    gap: 18px;
    padding-bottom: 40px; }
  [data-index-section-9] .index-section-9-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  [data-index-section-9] .index-section-9-card h4 {
    font-size: 16px;
    line-height: 1.2; }
  [data-index-section-9] .index-section-9-card h4,
  [data-index-section-9] .index-section-9-card p,
  [data-index-section-9] .index-section-9-card a {
    letter-spacing: 0; }
  [data-index-section-9] .index-section-9-card p {
    font-size: 15px;
    line-height: 1.25; }
  [data-index-section-9] .index-section-9-title {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto; }
  [data-index-section-9] .index-section-9-meta {
    gap: 9px;
    padding-left: 24px;
    padding-right: 24px; }
  [data-index-section-9] .index-section-9-address {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto; }
  [data-index-section-9] .index-section-9-time,
  [data-index-section-9] .index-section-9-phone {
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center; }
  [data-index-section-9] .index-section-9-time p,
  [data-index-section-9] .index-section-9-phone p {
    white-space: normal;
    text-align: center; }
  [data-index-section-9] .index-section-9-card a {
    font-size: 16px;
    line-height: 1.2; }
  [data-index-section-9] .index-section-9-card svg {
    flex: 0 0 auto; }
  [data-index-section-9] .index-section-9-dots {
    margin-top: 30px; } }

[data-index-section-9] .index-section-9-arrow {
  position: absolute;
  z-index: 10;
  top: 35%;
  display: flex !important;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #191919;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  opacity: 1;
  transition: color .25s ease, background-color .25s ease, opacity .25s ease; }

[data-index-section-9] .index-section-9-arrow:hover {
  background: #191919;
  color: #fff; }

[data-index-section-9] .index-section-9-arrow.slick-disabled {
  opacity: .25;
  pointer-events: none; }

[data-index-section-9] .index-section-9-arrow.prev {
  left: 20px; }

[data-index-section-9] .index-section-9-arrow.next {
  right: 20px; }

[data-index-section-9] .index-section-9-arrow.prev svg {
  transform: rotate(180deg); }

@media (max-width: 767px) {
  [data-index-section-9] .index-section-9-arrow {
    display: flex !important; } }

/* index.liquid (new-arrivals) */
[data-new-arrivals] .na-viewport {
  overflow: visible;
  padding: 0 20px; }

[data-new-arrivals] .js-new-arrivals-slider {
  margin: 0 -2px;
  overflow: visible; }

[data-new-arrivals] .js-new-arrivals-slider .slick-list {
  overflow: hidden; }

[data-new-arrivals] .js-new-arrivals-slider .slick-track {
  display: flex; }

[data-new-arrivals] .js-new-arrivals-slider .slick-slide {
  height: auto; }

[data-new-arrivals] .js-new-arrivals-slider .slick-slide > article,
[data-new-arrivals] .js-new-arrivals-slider article {
  padding: 0 2px; }

[data-new-arrivals] .na-slick-dots {
  min-height: 106px;
  margin-top: 0;
  padding-top: 29px;
  border-top: 1px solid #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: flex-start; }

[data-new-arrivals] .na-slick-dots .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none; }

[data-new-arrivals] .na-slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

[data-new-arrivals] .na-slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c9cbd0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: width .25s ease, background .25s ease; }

[data-new-arrivals] .na-slick-dots button:before {
  display: none; }

[data-new-arrivals] .na-slick-dots .slick-active button {
  width: 45px;
  background: #191919; }

[data-new-arrivals] .na-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex !important;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #191919;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  opacity: 1;
  transition: color .25s ease, background-color .25s ease, opacity .25s ease; }

[data-new-arrivals] .na-arrow:hover {
  background: #191919;
  color: #fff; }

[data-new-arrivals] .na-arrow.slick-disabled {
  opacity: .25;
  pointer-events: none; }

[data-new-arrivals] .na-arrow.prev {
  left: -20px; }

[data-new-arrivals] .na-arrow.next {
  right: -20px; }

[data-new-arrivals] .na-arrow.prev svg {
  transform: rotate(180deg); }

[data-new-arrivals] .na-quick-icon {
  display: none; }

[data-new-arrivals] .na-heading {
  padding-top: 6px !important;
  padding-bottom: 32px !important; }

[data-new-arrivals] .na-heading h2,
[data-new-arrivals] .na-heading h2 span {
  font-size: 28px; }

@media (max-width: 767px) {
  [data-new-arrivals] {
    padding-top: 0;
    padding-bottom: 24px;
    background: #fff; }
  [data-new-arrivals] .na-heading {
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    padding: 12px 12px 28px !important;
    text-align: center; }
  [data-new-arrivals] .na-heading h2,
  [data-new-arrivals] .na-heading h2 span {
    font-size: var(--na-mobile-heading-size, 32px);
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap; }
  [data-new-arrivals] .na-heading a {
    font-size: 16px;
    line-height: 1.1; }
  [data-new-arrivals] .na-viewport {
    padding: 0;
    overflow: hidden; }
  [data-new-arrivals] .js-new-arrivals-slider {
    margin: 0;
    overflow: visible; }
  [data-new-arrivals] .js-new-arrivals-slider .slick-list {
    overflow: hidden; }
  [data-new-arrivals] .js-new-arrivals-slider .slick-slide > article,
  [data-new-arrivals] .js-new-arrivals-slider article {
    padding: 0 2px; }
  [data-new-arrivals] .na-box {
    aspect-ratio: 197 / 298;
    background: #f1f1f1; }
  [data-new-arrivals] .na-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22% 12%; }
  [data-new-arrivals] .na-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  [data-new-arrivals] .na-product-arrow {
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 28px;
    height: 28px;
    color: #4b4b4b; }
  [data-new-arrivals] .na-quick-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #4b4b4b; }
  [data-new-arrivals] .na-options {
    max-height: none;
    opacity: 1;
    padding-top: 15px; }
  [data-new-arrivals] .na-colors {
    gap: 9px; }
  [data-new-arrivals] .na-colors span {
    width: 22px;
    height: 22px; }
  [data-new-arrivals] .na-colors span i {
    width: 10px;
    height: 10px; }
  [data-new-arrivals] .na-sizes {
    display: none; }
  [data-new-arrivals] .na-info {
    padding: 15px 14px 0; }
  [data-new-arrivals] .na-info p:first-child {
    min-height: 38px;
    font-size: 15px;
    line-height: 1.18;
    color: #4b4b4b; }
  [data-new-arrivals] .na-info p:last-child {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.15;
    color: #1f1f1f; }
  [data-new-arrivals] .na-slick-dots {
    min-height: 0;
    margin-top: 24px;
    padding-top: 0;
    border-top: 0; }
  [data-new-arrivals] .na-slick-dots .slick-dots {
    gap: 12px; }
  [data-new-arrivals] .na-slick-dots button {
    width: 12px;
    height: 12px; }
  [data-new-arrivals] .na-slick-dots .slick-active button {
    width: 35px; }
  [data-new-arrivals] .na-arrow {
    display: flex !important;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #191919;
    box-shadow: none; }
  [data-new-arrivals] .na-arrow.prev {
    left: 8px; }
  [data-new-arrivals] .na-arrow.next {
    right: 8px; }
  [data-new-arrivals] .na-arrow svg {
    width: 18px;
    height: 18px; } }
