.slide {
  position: relative;
}

.slide__caption {
  bottom: 0;
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
 
 .slick-dots li button:before {
   position: absolute;
   top: 0;
   left: 0;
   content: "\f111";
   width: 20px;
   height: 20px;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 30px;
   line-height: 20px;
   text-align: center;
   color: #fefefe;
   opacity: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-transition: opacity .2s;
   transition: opacity .2s
}

.textFeat {
     background: black;
    color: white;
    margin-top: 1px;
    padding-top: 25px;
    text-align: center;
    padding-bottom:35px;
    margin-bottom: 25px;
}

.title {
     font-size: 20px;
    line-height: 1.5em;
    margin: 0 auto 15px;
    clear: both;
    font-weight: normal;
    padding-top: 4px;
}

.imgFeat div {
 width: 288px;
 margin-bottom: 10px;
}

.homeCont {
 max-width: 1200px;
 margin: 0 auto;
}

.imgFeat {
 margin-left: 25px;
}

.main {
 padding: 0px;
}

.container-fluid {
 padding:0px;
}
.homeFull{
 margin-top: 25px;
 margin-bottom:50px;
}
.newArrivals{
 padding:5px 0px;
}
.newArrivalSection {
 padding:10px 10px 20px 10px;
}
.newArrivals h2 p {
  text-align:center;
}
.newArrivalSection img{
 width:100%;
}
.newArrivalSection a{
 cursor:pointer;
 text-decoration:none;
 color:#000;
}
.newArrivalSection a:hover{
 color:#387d82;
 cursor:pointer;
 text-decoration:none;
}
.img-responsive {
 width:100%;
 margin-bottom:10px;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    [dir="rtl"] & {
        float: right;
    }
    img {
        display: block;
    }
    &.slick-loading img {
        display: none;
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */


.slick-dots
{
    position: absolute;
    bottom: 28px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: white !important; /* ITC changed from "black" on 7-31-2025 */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white !important; /* ITC changed from "black" on 7-31-2025 */
}
.home-feature-links {
    margin: 10px 0 40px 0;
  }

  .home-feature-card {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .home-feature-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .home-feature-button {
    position: absolute;
    left: 5.5%;
    bottom: 9%;
    display: inline-block;
    padding: 10px 28px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .home-feature-card:hover .home-feature-button,
  .home-feature-card:focus .home-feature-button {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }

  @media (max-width: 767px) {
    .home-feature-links {
      margin: 0 0 25px 0;
    }

    .home-feature-card {
      margin-bottom: 15px;
    }

    .home-feature-button {
      left: 5%;
      bottom: 8%;
      padding: 9px 22px;
      font-size: 11px;
    }
  }

.shop-by-links {
  margin: 10px 0 40px 0;
}

.shop-by-card {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.shop-by-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* Reuses .home-feature-button styles already defined on the site —
   button visual styling stays 100% consistent across both sections.
   Hover state for this section: */
.shop-by-card:hover .home-feature-button,
.shop-by-card:focus .home-feature-button {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .shop-by-links {
    margin: 0 0 25px 0;
  }

  .shop-by-card {
    margin-bottom: 15px;
  }
}

/* New Perplexity Slideshow banner */
.slider-home .slide-item {
  position: relative;
  overflow: hidden;
}

.slider-home .slide-item img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-home .slide-overlay {
  position: absolute;
  left: clamp(40px, 6vw, 72px);
  bottom: clamp(40px, 6vw, 72px);
  z-index: 3;
  max-width: 560px;
  color: #ffffff;
}

.slider-home .slide-style {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.slider-home .slide-title {
  margin: 0 0 22px;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.08;
  font-weight: 400;
  color: #ffffff;
}

.slider-home .slide-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slider-home .slide-btn {
  display: inline-block;
  padding: 13px 24px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: transparent;
  transition: all 0.2s ease;
}

.slider-home .slide-btn:hover,
.slider-home .slide-btn:focus {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}

.slider-home .slide-item.has-dark-overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.50) 0%,
    rgba(0, 0, 0, 0.28) 30%,
    rgba(0, 0, 0, 0.00) 60%
  );
}

.slider-home .slide-overlay > * {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .slider-home .slide-overlay {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: none;
  }

  .slider-home .slide-style {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .slider-home .slide-title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.12;
  }

  .slider-home .slide-btn {
    padding: 12px 18px;
    font-size: 10px;
    border-radius: 6px;
  }
}
