/** Shopify CDN: Minification failed

Line 121:16 Expected identifier but found whitespace
Line 121:18 Unexpected "{"
Line 121:27 Expected ":"
Line 121:78 Expected ":"
Line 122:19 Expected identifier but found whitespace
Line 122:21 Unexpected "{"
Line 122:30 Expected ":"
Line 122:84 Expected ":"
Line 349:16 Expected identifier but found whitespace
Line 349:18 Unexpected "{"
... and 6 more hidden warnings

**/
.dev_section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.dev_section-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-tabs {
  display: flex;
  align-items: center;
}

.section-tabs .tab {
    border-bottom: 1px solid;
    font-weight: 700;
    color: #777;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 12px 20px;
    font-size: 14px;
}

.section-tabs .tab.active {
  color: #007bff; /* blue */
}

.underline {
  position: relative;
  height: 1px;
  background-color: #ccc;
  width: 100%;
  margin: 0 20px;
}

.underline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100px; /* blue part length */
  background-color: #007bff;
}

.dev_secondCol{
  display:none;
  opacity:0;
}
.dev_secondCol.addSlider{
  transition:opacity .5s;
}
.dev_moreButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    background: #FFFFFF;
    color: #0A0A0A;
    width: fit-content;
    margin: 40px auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: solid 1px #0A0A0A;
    text-decoration: none;
}
.dev_proSlider {
  display: flex;
  gap: 24px;
  width: 100%;
}

ul.grid.product-grid {
    position: relative;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
}

.dev_featuredCollection .slick-track {
    display: flex !important;
  }

.dev_featuredCollection .slick-slide {
    height: auto !important;
    margin-right: 20px;
}

.dev_featuredCollection .product-card, .dev_featuredCollection .slick-slide > div{
    height: 100% !important;
  }

  .dev_featuredCollection {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  .dev_proWrap .slick-prev:before {
    content: none;
  }
  .dev_proWrap .slick-prev {
    width: 34px;
    border: 1px solid #0A0A0A;
    height: 34px;
    z-index: 9;
    left:0;
    background-color: #fff;
    top:58%;
}
 .dev_proWrap .slick-next {
    width: 34px;
    height: 34px;
    border: 1px solid #0A0A0A;
    z-index: 9;
    right:16px;
    top:58%;
    background-color: #fff;
}
.dev_proSlider svg {
    width: 16px;
}
  .dev_proWrap .slick-next:before {
    content: none;
  }
  .dev_featuredCollection .slick-dots {
    bottom: 25px!important;
  }
  .dev_featuredCollection .jdgm-widget.jdgm-widget {
    margin-top: 22px !important;
  }


/* PROMO SLIDER CSS */


.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: white;
    display: flex;
    gap: 4px;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
}
.dev_details {
    text-transform: uppercase;
}
.banner-subtitle {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.dev_details .banner-title {
    color: #fff;
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}
.text-blue {
    color: #3797f0;
}
.text-gray {
    color: #869bae;
}
.full-unstyled-link {
    text-decoration: none !important;
  }
.banner-btn {
    background: #3897F0;
    border: none;
    color: white;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
    width: 56px;
    height: 56px;
    border: 1px solid #3897F0;
}
.banner-btn svg {
    width: 24px;
    height: 24px;
}

.banner-btn:hover {
  background: #0056b3;
}
.deal-block {
    position: relative;
    height: 100%;
}
.deals-products {
  display: flex;
  gap: 24px;
  padding-bottom: 90px;
  width: 100%;
}
.deals-section {
    /* padding: 20px; */
    position: relative;
}
.product-card:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #3797f0;
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    padding: 4px 8px;
    z-index: 9;
    border-radius:0;
}

.product-img {
  width: 100%;
  height: auto;
}

.product-meta {
    font-size: 12px;
    color: #42b0f0;
    font-weight: 500;
}

.card__information.dev_proContent {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dev_priceCol{
  margin-top:auto;
}
.dev_priceCol .price__container {
    margin-top: 3px;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
}
.price__regular {
    color: #007bff;
    font-size: 18px;
}
.product-card:hover .card.card--card {
    border-color: #007bff;
}

.card__information {
    padding: 0;
}

.price {
  color: #007bff;
  font-weight: 500;
}

/* ARROWS */
.arrows {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: flex;
  gap: 12px;
}

.arrow-btn {
  background: #ffffff;
  border: 1px solid #dddddd;
  font-size: 22px;
  border-radius: 6px;
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-btn:hover {
  background: #007bff;
  color: #ffffff;
}
.product-card {
    position: relative;
}
a.dev_proLink {
    position: relative;
    height: 100%;
    border: 1px solid #eaeff2;
    text-decoration: none;
    display: flex;
    padding: 12px 12px;
    flex-direction: column;
    gap: 8px;
    margin-right:20px;
}
.card__heading {
    font-size: 14px;
  }
a.dev_proLink:hover{
  border: 1px solid #42b0f0;
}
a.dev_proLink * {
    margin: 0;
}
.deals-section {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
.deals-products .slick-prev:before {
    content: none;
  }
.deals-products .slick-prev {
    left: unset;
    right: 57px;
    top: unset;
    bottom: 0;
    width: 46px;
    border: 1px solid #0A0A0A;
    height: 46px;
    z-index: 9;
}
 .deals-products .slick-next {
    right: 0;
    top: unset;
    bottom: 0;
    width: 46px;
    height: 46px;
    border: 1px solid #0A0A0A;
    z-index: 9;
}
.deals-products .slick-next:before {
    content: none;
}
.deals-banner.dev_mobBlock {
    position: relative;
}
.product-img {
    width: 219px;
    height: 219px;
}
.deals-section .slick-track {
    display: flex !important;
}
.deals-section .slick-slide{
    height: auto !important;
    margin-right: 20px;
}
.deals-section .product-card, .deals-section .slick-slide > div{
    height: 100% !important;
}
.deals-section .slick-dots {
    bottom: 25px!important;
}
.jdgm-preview-badge {
    font-size: 14px;
}
.jdgm-widget.jdgm-widget {
    margin-top: 10px !important;
}
  
@media screen and (min-width: 768px) {
    .dev_mobBlock{
      display:none !important;
    }
    section.deals-section.dev_twoSpan {
      grid-template-columns: minmax(40vw, 40vw) minmax(0, 1fr);
    }
    .deals-section {
      display: grid;
      grid-template-columns: minmax(28vw, 28vw) minmax(0, 1fr);
      justify-content: center;
      align-items:flex-start;
      gap: 20px;
      /* padding: 20px; */
      position: relative;
    }
    .deals-products::after {
      content: "";
      position: absolute;
      bottom: 45px;
      width: 83%;
      height: 1px;
      left: 0;
      background: #E6E6E6;
    }
}
@media screen and (min-width: 1501px) {
     section.deals-section.dev_twoSpan {
      grid-template-columns: minmax(28vw, 28vw) minmax(0, 1fr);
    }
    .deals-section {
      display: grid;
      grid-template-columns: minmax(18vw, 18vw) minmax(0, 1fr);
      justify-content: center;
      align-items:flex-start;
      gap: 20px;
      /* padding: 20px; */
      position: relative;
    }
}
@media screen and (min-width: 1846px) {
    .dev_priceCol {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      margin-top: 20px;
    }
    .dev_priceCol .price__container {
       margin-top: 0;
    }
    .dev_priceCol .price, .deals-section .jdgm-widget.jdgm-widget {
       margin-top: 0 !important;
    }
}
  
@media screen and (min-width: 1846px) {
    .dev_featuredCollection .jdgm-widget.jdgm-widget {
       margin-top: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .dev_proWrap .slick-prev {
      left: 0;
      top: unset;
      bottom: 8px;
    }
    .dev_proWrap .slick-next {
        right: 0;
        top: unset;
        bottom: 8px;
    }
    .dev_section-title {
        display: none;
    }
    .section-tabs .tab {
        padding: 0 10px 10px 0;
    }
    .dev_proSlider {
        padding-bottom: 85px;
    }
    .dev_featuredCollection .slick-list {        
        padding-bottom: 10px;
    }
    /* prevent first slide cutoff */
    .slick-track {
       margin-left: 0 !important;
    }
     .deals-banner.deal-block {
       display: none;
    }
    .deals-products .slick-prev {
      left: 0;
      right: 0;
    }
  .banner-btn {
    width: 35px;
    height: 35px;
  }
  .banner-btn svg {
      width: 20px;
      height: 20px;
  }
  .banner-subtitle {
    font-size: 12px;
  }
  .dev_details .banner-title {
    font-size: 16px;
   }
   .price__regular {
    font-size: 14px;
  }
}
