/** Shopify CDN: Minification failed

Line 486:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
#shopify-section-template--15984653140133__73ad2a26-cce9-4969-a1c3-53c9b2561a12 .t4s-banner-item,
#shopify-section-template--15984653140133__ccb8413e-86fd-42ab-acae-6730846218b2 .t4s-banner-item, #shopify-section-template--15984653140133__ccb8413e-86fd-42ab-acae-6730846218b3 .t4s-banner-item {border-radius: 8px;}
.t4s-flicky-slider .flickityt4s-page-dots .dot:not(.is-selected) {background-color : #D9D9D9; opacity:1;}
.t4s-header__design2 .t4s-search-header__form, .t4s-header__design2 .t4s-search-header__form .t4s-search-header__submit {border-radius: 8px; display: flex; align-items: center;} .t4s-header__design2 .t4s-search-header__submit-icon{display: flex;} .t4s-search-header__input {height: 44px;}
#t4s-nav-categories > li > a {font-weight: 500;
font-size: 14px;
line-height: 22px;padding: 12px 20px; color: #000;}  #t4s-nav-categories > li >a > i {color: #8C8C8C;}
.t4s-header__design2 .t4s-section-header__bot .t4s-h-cat >h5 {padding: 0 18px;}  .t4s-search-header__type select {font-weight: 500; font-size: 14px; line-height: 22px; padding: 12px 20px;}

/* ===== PREMIUM MODERN YOU MAY ALSO LIKE SECTION ===== */
#shopify-section-template--19451746844921__product-recommendations {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f5f7fa 100%);
  padding: 100px 0 !important;
  position: relative;
  overflow: hidden;
}

/* Decorative background elements */
#shopify-section-template--19451746844921__product-recommendations::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 94, 175, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#shopify-section-template--19451746844921__product-recommendations::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(236, 1, 1, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-container-fluid {
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Section Header Styling */
#shopify-section-template--19451746844921__product-recommendations .t4s-section-header {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-section-header::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #0d5eaf 0%, #2453d3 100%);
  margin: 20px auto 0;
  border-radius: 2px;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-section-header h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #000;
  background: linear-gradient(135deg, #000 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-section-header h2 i {
  margin-right: 15px;
  color: #0d5eaf;
  font-size: 44px;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-section-header p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 0.3px;
}

/* Product Item Card Styling */
#shopify-section-template--19451746844921__product-recommendations .t4s-product-item {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #fff;
  border: 1.5px solid #f0f0f0;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0d5eaf 0%, #2453d3 50%, #0d5eaf 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item:hover {
  box-shadow: 0 20px 48px rgba(13, 94, 175, 0.15);
  transform: translateY(-8px);
  border-color: #e0e8f5;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item:hover::before {
  opacity: 1;
}

/* Product Image Container */
#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.02) 100%);
  pointer-events: none;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__image img {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item:hover .t4s-product-item__image img {
  transform: scale(1.08) rotate(1deg);
}

/* Badge Styling */
#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #ec0101 0%, #ff3333 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(236, 1, 1, 0.3);
  z-index: 3;
}

/* Product Content */
#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__content {
  padding: 24px;
  background: #fff;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #1a1a1a;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item:hover .t4s-product-item__title {
  color: #0d5eaf;
}

/* Price Styling */
#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__price .price {
  font-size: 18px;
  font-weight: 700;
  color: #ec0101;
  letter-spacing: -0.5px;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__price .price-compare {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
}

/* Rating Stars */
#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #666;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__rating .stars {
  color: #ffc107;
  letter-spacing: 2px;
}

/* Add to Cart Button */
#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__button {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #222 0%, #333 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #102555 0%, #1a3a7a 100%);
  transition: left 0.4s ease;
  z-index: -1;
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(16, 37, 85, 0.3);
}

#shopify-section-template--19451746844921__product-recommendations .t4s-product-item__button:hover::before {
  left: 0;
}

/* Carousel Navigation Buttons */
#shopify-section-template--19451746844921__product-recommendations .flickity-prev-next-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e8e8e8;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#shopify-section-template--19451746844921__product-recommendations .flickity-prev-next-button:hover {
  background: linear-gradient(135deg, #0d5eaf 0%, #2453d3 100%);
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(13, 94, 175, 0.3);
}

#shopify-section-template--19451746844921__product-recommendations .flickity-prev-next-button svg {
  fill: #222;
  transition: fill 0.3s ease;
}

#shopify-section-template--19451746844921__product-recommendations .flickity-prev-next-button:hover svg {
  fill: #fff;
}

/* Carousel Dots */
#shopify-section-template--19451746844921__product-recommendations .flickity-page-dots {
  margin-top: 30px;
}

#shopify-section-template--19451746844921__product-recommendations .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  transition: all 0.3s ease;
  margin: 0 6px;
}

#shopify-section-template--19451746844921__product-recommendations .flickity-page-dots .dot.is-selected {
  background: linear-gradient(135deg, #0d5eaf 0%, #2453d3 100%);
  width: 28px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(13, 94, 175, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  #shopify-section-template--19451746844921__product-recommendations {
    padding: 80px 0 !important;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .t4s-section-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  #shopify-section-template--19451746844921__product-recommendations {
    padding: 60px 0 !important;
  }
  
  #shopify-section-template--19451746844921__product-recommendations::before {
    width: 300px;
    height: 300px;
    top: -30%;
    right: -20%;
  }
  
  #shopify-section-template--19451746844921__product-recommendations::after {
    width: 250px;
    height: 250px;
    bottom: -20%;
    left: -10%;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .t4s-section-header {
    margin-bottom: 40px;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .t4s-section-header h2 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .t4s-section-header h2 i {
    font-size: 32px;
    margin-right: 10px;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .t4s-product-item__image {
    height: 240px;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .t4s-product-item__content {
    padding: 18px;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .t4s-product-item__title {
    font-size: 15px;
  }
  
  #shopify-section-template--19451746844921__product-recommendations .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
#creZ .faqT{
    color: white;
}
#shopify-section-template--19451746124025__custom_liquid_BGjWwH {
    display: none !important;
}

.t4s-type__mega .t4s-sub-menu{
    background-color: #fff0;
}
[id^="ProductInfo-"] a[href$=".pdf"] + div {
  display: none !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  #shopify-section-template--15984653140133__3f5cbe46-1629-41ac-9543-83d5322a33a9 .t4s-flicky-slider.t4s-dots-bottom_left .flickityt4s-page-dots{padding: 0 13.10%;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_164750394892a055b6-0 {--item-rd: 8px 0 0 0;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_7b6b0a2f-2d61-4e26-8415-3478c867fb84 {--item-rd: 0 8px 0 0;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_7f4be6cc-fced-4b5a-b52b-be9d7a6be19f {--item-rd: 0 0 0 8px;}
#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_5548accf-34a9-4152-a9bd-9b9f50237d6c {--item-rd: 0 0 8px 0;}
.t4s-nav__ul>li> a {padding: 5px 24px;} .t4s-slideshow .flickityt4s-page-dots {bottom: 88px; } .t4s-section-header [data-header-height2] .t4s-navigation {--ts-gutter-x: 30px;}

/* Blog Article Card Styling */
.t4s-blog-item {
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.t4s-blog-item:hover {
  border-color: #0d5eaf;
  box-shadow: 0 8px 20px rgba(13, 94, 175, 0.12);
  transform: translateY(-2px);
}

.t4s-blog-item-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.t4s-blog-item-content {
  padding: 20px;
}

.t4s-blog-item-title {
  margin-bottom: 12px;
  color: #000000;
  font-weight: 500;
}

.t4s-blog-item-meta {
  font-size: 13px;
  color: #8c8c8c;
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.t4s-blog-item-excerpt {
  color: #8c8c8c;
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 14px;
}

.t4s-blog-item-footer {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .t4s-section-header [data-header-height2] .t4s-navigation {--ts-gutter-x: 15px;} #shopify-section-template--15984653140133__3f5cbe46-1629-41ac-9543-83d5322a33a9 .t4s-flicky-slider.t4s-dots-bottom_left .flickityt4s-page-dots{padding: 0 15px;  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}