/* custom colors */
.slider__head[data-v-55f0e77b] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--md);
  gap: var(--md);
}
.slider__title[data-v-55f0e77b] {
  margin: 0;
}
.slider__heading-copy[data-v-55f0e77b] {
  min-width: 0;
}
.slider__subtitle[data-v-55f0e77b] {
  margin-top: 5px;
  color: var(--theme-color-muted);
  font-size: 13px;
  line-height: 1.35;
}/* custom colors */
.product-slider-section--accessories[data-v-96b4bbfe] .content {
  box-shadow: var(--elevation-2);
}
.product-slider-section--accessories[data-v-96b4bbfe] .slider__head {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--theme-color-separator);
}
.product-slider-section--accessories[data-v-96b4bbfe] .product-card {
  border: 1px solid transparent;
}
.product-slider-section--accessories[data-v-96b4bbfe] .product-card:hover {
  border-color: color-mix(in srgb, var(--theme-color-primary) 26%, var(--theme-color-separator));
}
@media (max-width: 479.98px) {
.product-slider-section--accessories[data-v-96b4bbfe] .content {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
}