/** Shopify CDN: Minification failed

Line 280:20 Unexpected "{"
Line 280:29 Expected ":"
Line 280:36 Unexpected "{"
Line 281:12 Expected identifier but found whitespace
Line 281:14 Unexpected "{"
Line 281:23 Expected ":"
Line 281:58 Unexpected "{"
Line 281:67 Expected ":"
Line 281:100 Expected ":"
Line 299:2 Unexpected "{"
... and 34 more hidden warnings

**/
.custom-collection-slider {
  position: relative;
  width: 100%;
  /* margin-bottom: 25px; */
}

.collection-slider-heading {
  margin-bottom: 25px;
  font-family: "open sans";
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0px;
  padding: 0px 40px;
}

/* Swiper slides */
/* .swiper-slide {
  margin: 0 10px;
  flex-shrink: 0;
  display: flex;
} */

/* .collection-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap:20px;
} */

.collection-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: #f9f9f9; */
    padding: 0;
    text-align: center;
    height: 100%;
    position: relative;
}

.custom-collection-slider.container .slider-btn svg {
  position: absolute;
  left: 28px;
}

.slider-nav .slider-btn svg{
  position: absolute;
  right: 0px;
}

/* .custom-collection-slider .swiper-slide.swiper-slide {
  display: block;
  margin: 0px !important;
} */



.home-page .collection-slider-heading {
    margin-bottom: 40px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: start;
    padding: unset;
}

.home-page .custom-collection-slider .collection-info .collection-title-one {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
}

/* .custom-collection-slider .swiper-slide.swiper-slide-active {
  display: block;
  margin: 0px !important;
} */

.collection-card-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    margin: 0 auto;
}

.collection-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(181.44deg, rgba(0, 0, 0, 0) 64.06%, rgba(0, 0, 0, 0.7) 94.92%);
}

.collection-card-image img {
    width: auto;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}

.collection-info {
    padding: 0;
    flex-grow: 1;
    position: absolute;
    /* background: linear-gradient(181.44deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.7) 94.92%); */
    bottom: 0;
    width: 100%;
    padding: 30px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.collection-title {
    margin-bottom: 6px;
    color: #000;
    font-family: 'open sans';
    font-weight: 600;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0px;
}

/* .collection-prices {
  margin-top: auto;
} */

.collection-btn {
  color: #db212a;
  display: none;
  text-align: left;
  font-family: "open sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  text-decoration: underline;
}

.collection-btn:hover {
  text-decoration: underline;
}

/* Slider arrows */
.slider-btn {
    position: absolute;
    top: 25px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: 0;
    color: #222;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    transition: background .3s ease;
    box-shadow: none;
}



.slider-btn.prev-btn {
    right: 40px;
    left: auto;
}

.slider-btn.next-btn {
  right: 0;
}
.slider-btn.swiper-button-disabled {
    color: #A1A1A1;
}

.slider-btn.disabled {
  background: #ccc;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.custom-collection-slider-wrapper .custom-collection-slider { 
  padding: unset;
}

.custom-collection-slider-wrapper .slider-btn.prev-btn { 
    position: absolute;
    right: 75px;
}

.custom-collection-slider-wrapper .slider-btn.next-btn { 
    position: absolute;
    right: 25px;
}

/* .custom-collection-slider  .slider-btn.prev-btn { 
    position: absolute;
    top: 15px;
    right: 80px;
    padding: unset;
} */

/* .custom-collection-slider .slider-btn.next-btn { 
    position: absolute;
    top: 15px;
    right: 45px;
    padding: unset;
} */


@media (max-width: 1440px) {
  .home-page .collection-slider-heading {
    font-size: clamp(20px, 2.3vw, 28px);
    line-height: 1.4;
    margin-bottom: 40px
  }
}

@media (max-width: 1440px) {
  .home-page .custom-collection-slider .collection-info .collection-title-one {
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 1.3;
  }
}

@media (max-width: 1440px) {
  .custom-collection-slider  .slider-btn.prev-btn {
    top: 0px;
  }

  .custom-collection-slider .slider-btn.next-btn {
    top: 0px;
  }
}

@media (max-width: 768px) {
  .custom-collection-slider  .slider-btn.prev-btn {
    right: 40px;
  }

  .custom-collection-slider .slider-btn.next-btn {
    right: 0px;
  }
  .collection-slider-heading{
    font-size: 2.4rem;
    margin:20px 0;
  }
}
  
#collection-slider-{{ section.id }} {
    padding: {{ section.settings.padding_top_bottom }}px {{ section.settings.padding_left_right }}px;
  }
.custom-collection-slider-wrapper.home-page {
  padding-top: 60px !important;
  padding-bottom: 30px !important;
}
.custom-collection-slider-wrapper.home-page .swiper-slide{
  margin-right: 25px !important;
}
.custom-collection-slider-wrapper.home-page .swiper-slide-active{
  margin-right: 25px !important;
}
/* ===========================
   General Container Styles
=========================== */
.custom-collection-slider {
  position: relative;
  width: 100%;
  {% comment %} padding: 40px 0; {% endcomment %}
}

.product-slider-wrapper.container {
  background-color: #FFFFFF;
}

/* ===========================
   Header + Navigation
=========================== */
.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.product-slider-wrapper .slider-header h2 {
    {% comment %} margin-bottom: 20px; {% endcomment %}
    font-family: var(--font-body-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #141414;
}

/* --- Slider Nav (Prev / Next) --- */
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* space between arrows */
}

.slider-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  color: #111; /* active arrow color */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.slider-btn svg path {
  stroke: currentColor;
  transition: stroke 0.3s ease;
}

/* Hover (active only) */
.slider-btn:hover:not(.swiper-button-disabled) {
  color: #222;
  border-color: #bbb;
  transform: scale(1.05);
}

/* Disabled */
.slider-btn.swiper-button-disabled {
  color: #A1A1A1;
  border-color: #eee;
  cursor: not-allowed;
  transform: none;
  opacity: 0.7;
}

/* ===========================
   Promo Product Card
=========================== */
.promo-slide {
  width: 322px;
  flex-shrink: 0;
  max-width: none;
}

.promo-card {
  background: transparent;
  color: #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}

.promo-card::after {
  content: '';
  background: #FFEE94;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
}

.promo-card > div {
  z-index: 9;
}

.promo-image {
  {% comment %} flex-grow: 1; {% endcomment %}
  {% comment %} display: flex; {% endcomment %}
  align-items: center;
  justify-content: center;
}

.promo-image img {
  width: 100%;
  aspect-ratio: 0.8/1;
  max-height: 290px;
  object-fit: fill;
  padding: 0px 15px;
  {% comment %} object-position: center center; {% endcomment %}
}

.promo-bottom {
  padding: 15px 15px 0 15px;
}

.promo-product-title {
    margin-bottom: 5px;
    font-weight: 600;
    color: #141414;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-price {
  margin-bottom: 10px;
  font-family: Open Sans;
  color: #141414;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.promo-old-price {
  color: #727272;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
}

.promo-buy-btn {
    background: #DB212A;
    color: #fff;
    display: block;
    padding: 10px 32px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
}

.promo-buy-btn:hover {
  background: #c92f3b;
}

/* === Tighten spacing between prev and next arrows only for this section === */
#collection-slider-{{ section.id }} .slider-header .slider-nav {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  gap: 1  5px; /* desired visual gap */
}

.product-slider-wrapper.container {
    padding: 40px 32px 40px 32px;
    border-radius: 4px;
    max-width: 1520px;
  margin: 0 auto;
}

.product-slider-wrapper.container .slider-header{
     margin-bottom: 18px;
}

.product-slider-wrapper.container .product-collection-list .product-card {
    padding-right: 0;
}


#collection-slider-{{ section.id }} .slider-header .slider-nav .slider-btn.prev-btn{
  top: 0;
}
#collection-slider-{{ section.id }} .slider-header .slider-nav .slider-btn.next-btn{
  top: 0;
}

/* ===========================
   Product List & Swiper
=========================== */
#collection-slider-{{ section.id }} .product-collection-list {
  display: flex;
  gap: 25px;
  flex-wrap: nowrap;
  overflow-x: auto;
  align-items: stretch;
}

#collection-slider-{{ section.id }} .product-card {
  width: auto;
  height: auto;
}

#collection-slider-{{ section.id }} .swiper-slide {

  flex-shrink: 0 !important;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .slider-header {
    gap: 10px;
  }
  .slider-header h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .slider-nav {
    gap: 10px;
  }
  .promo-product-title {
    font-size: 18px;
    line-height: normal;
    -webkit-line-clamp: 3;
}
}

@media (max-width: 1440px) {
  .product-slider-wrapper .slider-header h2 {
    font-size: clamp(20px, 2.3vw, 28px);
    line-height: 1.3;
    margin-bottom: clamp(10px, 1.2vw, 16px);
  }
}



/* ===========================
   Promo Image Hover (Primary / Secondary)
=========================== */
.promo-image-link {
  position: relative;
  display: block;
}

.promo-image-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-in-out;
}

/* Hide secondary image by default */
.promo-image-link img.secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* Show secondary image on hover (only if available) */
.promo-image-link:hover img.secondary-image {
  opacity: 1;
}

/* Fade out primary image only if a secondary image exists */
.promo-image-link:has(.secondary-image):hover img.primary-image {
  opacity: 0;
}

/* Prevent fade if no secondary image is present */
.promo-image-link:not(:has(.secondary-image)):hover img.primary-image {
  opacity: 1;
}
{% comment %} promo video css {% endcomment %}
.promo-image { position: relative; display: inline-block; overflow: hidden; }
.promo-image img.primary-image,
.promo-image img.secondary-image,
.promo-image video.secondary-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 220ms ease;
}

/* stack secondary on top of primary */
.promo-image img.secondary-image,
.promo-image video.secondary-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none; /* so hover passes to link */
}

/* when hovered, show secondary */
.promo-image-link.hovering img.secondary-image,
.promo-image-link.hovering video.secondary-video {
  opacity: 1;
  pointer-events: auto;
}

/* hide the video element when not showing to avoid accidental playback */
.promo-image video.secondary-video { visibility: visible; }

/* small tweak so controls are clickable on top of the image */
.promo-image video.secondary-video {
  z-index: 2;
}

/* make pointer events enabled when visible so controls work */
.promo-image-link.hovering video.secondary-video {
  pointer-events: auto;
}
.promo-image video.primary-video {
  width: 100%;
  aspect-ratio: 0.8/1;
  max-height: 290px;
  height: auto;
  object-fit: cover;
  display: block;
  padding: 0 15px;
}
@media (max-width:767px){
 
body.template-index .ishi-slider-section {
	padding: 0 !important;
}
body.template-index .shopify-section:not(#shopify-section-footer):not(#shopify-section-header):not(.ishi-slider-section):not(#shopify-section-Ishi_megamenu):not(:has(> .ishicategoryblock)):not(:has(> .suggestion.prod_history)):not(.ishi-donate-now):not([id*="__perfect_gift"]) {
	padding: 0 !important;
}
body.template-index .custom-collection-slider {
	padding: 0 !important;
}
body.template-index .custom-collection-slider .slider-header .slider-nav {
	display: none !important;
}
.product-slider-wrapper.container {
	padding: 20px;
}
body.template-index .custom-collection-slider .product-collection-list {
	flex-wrap: wrap !important;
}
.promo-slide {
	width: 100%;
}
.promo-slide .promo-card {
	flex-direction: row;
  padding: 0;
}
.promo-slide .promo-card .promo-image {
	min-width: 50%;
}
.promo-slide .promo-card .promo-image video.primary-video {
	padding: 0;
}
.promo-slide .promo-card  .promo-bottom {
	padding: 15px;
	background: #FFEE94;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
}
#collection-slider-template--17245567615038__collection_special_product_BfBg6M{
  margin-bottom:20px;
}
#collection-slider-template--17245567615038__collection_special_product_BfBg6M .slider-header {
	justify-content: center;
}
#collection-slider-template--17245567615038__collection_special_product_BfBg6M .product-slider-wrapper.container {
	padding: 0;
	background: none;
}
@media (max-width:767px){
  #collection-slider-template--17245567615038__collection_special_product_BfBg6M .product-slider-wrapper.container {
	padding: 20px;
}
}
