/** Shopify CDN: Minification failed

Line 631:19 Expected identifier but found whitespace
Line 631:21 Unexpected "{"
Line 631:30 Expected ":"

**/
/* Collection Slider Styles */
.collection-slider-section {
  padding: 60px 0;
  background: #ffffff;
}
.header--middle-left{
  grid-template-columns: 1fr auto 1fr;
}
.tax-note{
  display: none!important;
}
.cart__ctas{
  margin-top: 15px;
}
/* Apply Baloo 2 font to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Baloo 2', sans-serif !important;
  color: #000000;
  margin-top: 0px;
  text-transform: capitalize;
}
.list-menu__item{
      font-family: 'Baloo 2', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    text-transform:capitalize;
}
a{
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Baloo 2', sans-serif !important;
}
.header__menu-item:hover{
   color: #000000!important;

}
h2{
  font-weight: 600;
  font-size: 36px;
    line-height: 1;

}
.template-search__header h1{
  font-weight: 600;
  font-size: 36px;
    line-height: 1;
}
h4{
  font-size: 22px;
  font-weight: 500;
    line-height: 1;


}
h1{
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
p{
  color: #000000;
}
li{
  color: #000000;
}
h3{
  font-size: 30px;
  font-weight:500;
    line-height: 1;

}
.promo-banner-content h3{
  margin-bottom: 10px;
  color: #ffffff;
}
.promo-banner-content p{
  margin: 0px;
  margin-bottom: 10px;
  color: #ffffff;
}
.promo-banners-section {
  padding: 0px 0px 60px;
}
.promo-banners-wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.promo-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  height: 350px;
  display: flex;
  align-items: flex-end;
  padding: 25px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0));
}


.promo-banner-content {
  position: relative;
  width: 100%;
  transition: all 0.4s ease; /* Smooth swipe down */
  opacity: 0;
}

/* On hover or focus, slide down */
.promo-banner:hover .promo-banner-content,
.promo-banner:focus-within .promo-banner-content {
  top: 0;      /* Move down into view */
  opacity: 1;
  z-index: 999999999;
}


.promo-banner-btn {
  background: #cef0ff;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  transition: 0.3s;
}
.promo-banner-btn:hover {
  opacity: 0.8;
}
/* .collection-slider-wrapper .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
} */

.collection-slider-heading {
  text-align: center;
  /* font-size: 32px;
  font-weight: 700;
  color: #333; */
  margin-bottom: 50px;
  text-transform: capitalize;
}

/* Swiper Container */
.collectionSwiper {
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* Collection Card */
.collection-card {
  text-align: center;
  transition: transform 0.3s ease;
}

/* .collection-card:hover {
  transform: translateY(-5px);
} */

.collection-link {
  text-decoration: none;
  display: block;
}

/* Collection Image Wrapper */
.collection-image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #fff;
  border: 3px dashed #e0e0e0;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}

/* Image style */
.collection-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.35s ease;
  transform-origin: center center;
  display: block;
}

/* ✅ Only zoom when hovering on image wrapper */
.collection-image-wrapper:hover .collection-image {
  transform: scale(1.08);
  clip-path: circle(48% at 50% 50%);
}

/* Placeholder */
.collection-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 50%;
}

.collection-placeholder svg {
  width: 50%;
  height: 50%;
  opacity: 0.3;
}

/* Collection Title */
.collection-title {
  /* font-size: 18px;
  font-weight: 600; */
  /* color: #333; */
  margin: 0;
  transition: color 0.3s ease;
}

/* Swiper Pagination Dots */
.collectionSwiper .swiper-pagination {
  bottom: 0px;
}

.collectionSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.collectionSwiper .swiper-pagination-bullet-active {
  background: #cef0ff;
  width: 30px;
  border-radius: 6px;
}

/* Navigation Arrows (Optional) */
.collectionSwiper .swiper-button-next,
.collectionSwiper .swiper-button-prev {
  color: #333;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.collectionSwiper .swiper-button-next:after,
.collectionSwiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.collectionSwiper .swiper-button-next:hover,
.collectionSwiper .swiper-button-prev:hover {
  background: #333;
  color: #fff;
}
.header.page-width{
  padding: 10px 30px!important;;
}
.page-width {
  padding: 0px 30px !important;
  margin: 0px;
  max-width: 1140px;
  margin: 0 auto;
}
.utility-bar .page-width{
  padding: 5px!important;
}



/* Product Slider Styles - Add to custom.css */

.product-slider-section {
  padding: 0px 0px 60px;
  background: #fff;
}



/* Headings */
.product-slider-heading {
  text-align: center;
  margin-bottom: 10px;
}

.product-slider-subheading {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
  margin-top: 0px;
}

/* Swiper Container */
.productSwiper {
  padding-bottom: 60px;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.productSwiper.swiper-initialized {
  opacity: 1;
}

/* Product Card - Simple design like image */
.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px dotted #d0d0d0;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Product Image Wrapper - Simple, no effects */
.product-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Add to Cart Button on Hover */
/* .product-quick-add {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
} */
/* 
.product-card:hover .product-quick-add {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.product-add-form {
  margin: 0;
}

.btn-quick-add {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-quick-add:hover {
  background: #000;
  color: #fff;
  transform: scale(1.1);
}

.btn-quick-add svg {
  width: 15px;
  height: 15px;
} */

/* Ensure product-card is relative for absolute positioning */
.product-card {
  position: relative;
}

/* Hide Add to Cart button by default */
.product-card .product-quick-add {
    position: absolute;
    top: 59%;
    right: 70px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

/* Show on hover */
.product-card:hover .product-quick-add {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

/* Circular button styling */
.product-card .product-quick-add button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;          /* smaller button */
  height: 35px;         /* height = width for perfect circle */
  border-radius: 50%;   /* perfect circle */
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.product-card .product-quick-add button:hover {
  background-color: #cef0ff;
  color: #000;
  transform: scale(1.1);
}

/* SVG icon size inside button */
.product-card .product-quick-add svg {
  width: 18px;
  height: 18px;
}


/* Product card ko relative position dena zaroori hai */
.product-card {
  position: relative;
}

/* Product info section ko bhi position adjust karen */
.product-info {
  position: relative;
  z-index: 1;
}



.product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.product-placeholder svg {
  width: 50%;
  height: 50%;
  opacity: 0.2;
}

/* Badges */
.product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  text-transform: uppercase;
}

.sale-badge {
  background: #ff4444;
  color: #fff;
}

.sold-out-badge {
  background: #999;
  color: #fff;
}

/* Product Info */
.product-info {
  padding: 0 5px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product Price */
.product-card .product-price {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-card .price-regular {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.product-card .price-compare{
    font-size: 12px;
    text-decoration: line-through;
    opacity: 0.8;
}
/* View All Button */
.view-all-btn-wrapper {
  text-align: center;
  margin-top: 30px;
}

.btn-view-all {
  display: inline-block;
  padding: 12px 35px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-view-all:hover {
  background: #333;
}

/* Swiper Pagination Dots */
.productSwiper .swiper-pagination {
  bottom: 20px;
}

.productSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.productSwiper .swiper-pagination-bullet-active {
  background: #cef0ff;
  width: 28px;
  border-radius: 5px;
}

/* Navigation Arrows */
.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
  color: #000;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.productSwiper .swiper-button-next:after,
.productSwiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
}

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-button-prev:hover {
  background: #f5f5f5;
}

.product-swipe-section {
  position: relative;
  background-color: {{ section.settings.section_bg_color }};
  padding: 60px 0;
  overflow: hidden;
  isolation: isolate;
}

.product-swipe-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}

.product-swipe-section .cloud-decoration {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  pointer-events: none;
}

.product-swipe-section .cloud-decoration::before,
.product-swipe-section .cloud-decoration::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 100%;
}

.product-swipe-section .cloud-decoration::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,50 Q50,20 100,50 T200,50 T300,50 T400,50 T500,50 T600,50 T700,50 T800,50 L800,100 L0,100 Z' fill='white' opacity='0.5'/%3E%3C/svg%3E");
  animation: cloudMove 25s linear infinite;
}

.product-swipe-section .cloud-decoration::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1000' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 Q80,30 160,60 T320,60 T480,60 T640,60 T800,60 T960,60 T1120,60 L1120,100 L0,100 Z' fill='white' opacity='0.8'/%3E%3C/svg%3E");
  animation: cloudMove 35s linear infinite reverse;
}

@keyframes cloudMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-400px); }
}

.product-swipe-section .swiper-container {
  position: relative;
  cursor: pointer;
  width: 100%;
  user-select: none;
}

.product-swipe-section .swiper-wrapper {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.product-swipe-section .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0px 20px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.product-swipe-section .swiper-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 3;
}

.product-swipe-section .swiper-slide.exiting {
  z-index: 2;
  pointer-events: none;
}

/* Fade & Slide */
.product-swipe-section .transition-fade-slide .swiper-slide {
  transform: translateX(80px);
}

.product-swipe-section .transition-fade-slide .swiper-slide.active {
  transform: translateX(0);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0s;
}

.product-swipe-section .transition-fade-slide .swiper-slide.exiting {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0.8s;
}

/* Zoom & Fade */
.product-swipe-section .transition-zoom-fade .swiper-slide {
  transform: scale(0.92) translateY(20px);
}

.product-swipe-section .transition-zoom-fade .swiper-slide.active {
  transform: scale(1) translateY(0);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0s;
}

.product-swipe-section .transition-zoom-fade .swiper-slide.exiting {
  transform: scale(1.05) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0.8s;
}

/* 3D Flip */
.product-swipe-section .transition-flip-fade .swiper-slide {
  transform: perspective(1200px) rotateY(25deg);
  transform-origin: center center;
}

.product-swipe-section .transition-flip-fade .swiper-slide.active {
  transform: perspective(1200px) rotateY(0deg);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0s;
}

.product-swipe-section .transition-flip-fade .swiper-slide.exiting {
  transform: perspective(1200px) rotateY(-25deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0.8s;
}

/* Scale & Rotate */
.product-swipe-section .transition-scale-rotate .swiper-slide {
  transform: scale(0.88) rotate(8deg);
}

.product-swipe-section .transition-scale-rotate .swiper-slide.active {
  transform: scale(1) rotate(0deg);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
              visibility 0s 0s;
}

.product-swipe-section .transition-scale-rotate .swiper-slide.exiting {
  transform: scale(0.88) rotate(-8deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0.8s;
}

/* Blur & Fade */
.product-swipe-section .transition-blur-fade .swiper-slide {
  filter: blur(12px);
  transform: scale(0.95);
}

.product-swipe-section .transition-blur-fade .swiper-slide.active {
  filter: blur(0px);
  transform: scale(1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0s;
}

.product-swipe-section .transition-blur-fade .swiper-slide.exiting {
  filter: blur(12px);
  transform: scale(1.03);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s 0.8s;
}

.product-swipe-section .slide-content {
  flex: 1;
  max-width: 500px;
  position: relative;
}

.product-swipe-section .slide-content > * {
  opacity: 0;
  transform: translateY(20px);
}

.product-swipe-section .swiper-slide.active .slide-content > * {
  animation: contentFadeIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.product-swipe-section .swiper-slide.active .slide-content > *:nth-child(1) { animation-delay: 0.2s; }
.product-swipe-section .swiper-slide.active .slide-content > *:nth-child(2) { animation-delay: 0.3s; }
.product-swipe-section .swiper-slide.active .slide-content > *:nth-child(3) { animation-delay: 0.4s; }
.product-swipe-section .swiper-slide.active .slide-content > *:nth-child(4) { animation-delay: 0.5s; }
.product-swipe-section .swiper-slide.active .slide-content > *:nth-child(5) { animation-delay: 0.6s; }
.product-swipe-section .swiper-slide.active .slide-content > *:nth-child(6) { animation-delay: 0.7s; }

.product-swipe-section .swiper-slide.exiting .slide-content > * {
  animation: contentFadeOut 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes contentFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes contentFadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-15px); }
}

.product-swipe-section .slide-content p { 
  margin-bottom: 8px; 
  opacity: 0.9; 
  color: #000000;
}

.product-swipe-section .slide-content h1,
.product-swipe-section .slide-content h2,
.product-swipe-section .slide-content h3 { 
  margin: 10px 0; 
  line-height: 1.2; 
}

.product-swipe-section .cta-button {
  display: inline-block;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  z-index: 1;
}

.product-swipe-section .cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.product-swipe-section .cta-button:hover::before {
  width: 300px;
  height: 300px;
}

.product-swipe-section .cta-button:hover { 
  transform: translateY(-3px); 
}

.product-swipe-section .slide-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  position: relative;
}

.product-swipe-section .slide-image img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
}

.product-swipe-section .swiper-slide.active .slide-image img {
  animation: imageFloat 3s ease-in-out infinite, imageFadeIn 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes imageFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-15px) rotate(2deg); }
  75% { transform: translateY(-10px) rotate(-2deg); }
}

@keyframes imageFadeIn {
  from { opacity: 0; transform: scale(0.92) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.section-template--19840930382023__main-padding{
  padding: 60px 0px!important;
}
.related-products {
   padding-bottom: 60px!important;
}
.facet-filters__sort:focus-visible{
  border: none!important;
  box-shadow: none!important;
  outline-offset: 0!important;
  border-radius: 10px!important;
  border: 1px solid #000000;
  outline: .2rem solid rgb(13 12 12 / 50%)!important;

}
.select .svg-wrapper, .customer select+.svg-wrapper{
  right: 8px;
}
.facets-vertical-form{
   align-items: center;
}
.facet-filters__field .select__select{
  padding: 10px;
}

.image-with-text__content .image-with-text__text+.button{
    background: #cef0ff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    transition: 0.3s;
    margin: 0px!important;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.image-with-text__content .image-with-text__text+.button:hover{
    opacity: 0.8;
}
.image-with-text__content .image-with-text__text+.button:before{
   display: none;
}
.image-with-text__content .image-with-text__text+.button:after{
   display: none;
}
.product-form__submit {
  background-color: #000000; 
  color: #ffffff; 
}
.product-form__submit:hover{
   opacity: 0.8;
}
.shopify-payment-button__button {
  background-color: #cef0ff!important; 
  color: #000000!important; 
}
.shopify-payment-button__button:hover {
 opacity: 0.8;
}
.button--primary {
  background-color: #cef0ff !important;
  color: #000000 !important;
}
.button--primary:hover {
   opacity: 0.8;
}
.button--secondary {
  background-color: #000000; 
  color: #ffffff; 
}

.button--secondary:hover {
  opacity: 0.8;
}
.shopify-policy__container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.cart__checkout-button{
    background-color: #cef0ff; 
  color: #000000; 
}
.cart__checkout-button:hover{
    opacity: 0.8;
}
.footer__content-top{
  padding-bottom: 30px!important;
}
.footer__content-bottom{
   padding-top: 20px!important;
   justify-content: center;

}
.footer__content-bottom-wrapper{
     justify-content: center;

}
.footer__copyright {
  margin-top: 0px!important;
}
.main-page-title{
      font-size: 40px;
    font-weight: 500;
    line-height: 1;
    padding: 2.5rem 0;
    margin: 0px!important;
}
#shopify-section-template--19840930283719__form{
  padding: 60px 0px;
}
#shopify-section-template--19840930283719__main{
  background: #cef0ff;

}
.title-wrapper--no-top-margin{
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.field__input{
  color: #000000;
}
 .customer button:hover{
  opacity: 0.8;
}

.footer-block__heading{
      font-weight: 600;
    font-size: 36px!important;
    line-height: 1;
}
.login-main h2{
  font-family: 'Baloo 2', sans-serif !important;
}
.bg-purple-primary{
  background-color: #000000!important;
}
.template-404{
  padding: 30px 0px!important;
}



/* Responsive Design */
@media (max-width: 1023px) {
  /* .collection-slider-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }
  
  .collection-title {
    font-size: 16px;
  } */
     .product-swipe-section {
    padding: 60px 0;
  }

  .product-swipe-section .swiper-slide {
    gap: 30px;
    padding: 10px 15px;
  }

  .product-swipe-section .slide-content {
    max-width: 400px;
  }

  .product-swipe-section .slide-image {
    max-width: 450px;
  }

  .product-swipe-section .slide-image img {
    max-height: 380px;
  }

  .product-swipe-section .swiper-wrapper {
    min-height: 450px;
  }
}

@media (max-width: 767px) {

  
  /* .collection-slider-heading {
    font-size: 24px;
    margin-bottom: 30px;
  } */
  
  /* .collection-title {
    font-size: 14px;
  } */
  
  .collectionSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  
  .collectionSwiper .swiper-pagination-bullet-active {
    width: 24px;
  }
  h2{
    font-size: 24px;
  }
    h4{
  font-size: 20px;
}
  .product-swipe-section .swiper-slide {
    flex-direction: column;
    gap: 20px;
    padding: 10px 10px;
  }

  .product-swipe-section .slide-content {
    max-width: 100%;
    text-align: center;
  }

  .product-swipe-section .slide-image {
    max-width: 100%;
    order: -1;
  }

  .product-swipe-section .slide-image img {
    max-height: 280px;
  }

  .product-swipe-section .swiper-wrapper {
    min-height: 557px;
  }

  .p
  roduct-swipe-section .cloud-decoration {
    height: 60px;
  }

  .product-swipe-section::after {
    height: 50px;
  }
  .menu-drawer__menu-item--active:hover {
    background-color: #cef0ff!important;
}
.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    color: #000000!important;
    background-color:  #cef0ff!important;
}
.menu-drawer__navigation{
  padding:0px!important;
}
.image-with-text__content{
  padding-left: 0px!important;
  padding-right: 0px!important;

}
.section-template--19840930382023__main-padding{
  padding: 30px 0px!important;
}
.footer__content-top {
    padding-bottom: 27px !important;
}
.footer__content-bottom{
  padding-top: 10px!important;
}
h1{
  font-size: 26px;
}
.related-products {
    padding-bottom: 30px !important;
}
.shopify-policy__container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.collection-slider-section {
    padding: 30px 0px;
    background: #ffffff;
}
.promo-banners-section {
    padding: 0px 0px 30px;
}
.section-template--19840930218183__image_with_text_B3CNwM-padding {
    padding-top: 0px;
    padding-bottom: 30px!important;
}
.product-slider-section {
    padding: 0px 0px 30px;
}
.collectionSwiper {
    padding-bottom: 30px;
}
.header.page-width {
    padding: 10px 30px !important;
}
.product-swipe-section{
      padding: 10px 0px 40px;
}
.image-with-text .image-with-text__text-item>*{
  padding-bottom: 15px!important;
}
.product-slider-subheading{
  margin-bottom: 30px;
}
.collection-slider-heading{
  margin-bottom: 30px;
}
.main-page-title{
      font-size: 26px;
    font-weight: 500;
    line-height: 1;
    padding: 2.5rem 0;
    margin: 0px!important;
}
#shopify-section-template--19840930283719__form{
  padding: 30px 0px;
}

.title-wrapper--no-top-margin{
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.product-card .product-quick-add{
  top: 55%;
}
.footer-block__heading{
  font-size: 24px!important;
}
h3 {
    font-size: 22px;
}
.template-search__header h1{
  font-size: 24px;
}
.promo-banner{
  height: 250px;
}
.product-card .product-price {
    gap: 8px;
    flex-direction: column;
    gap: 0;
}
.product-card .price-sale{
   line-height: 20px;
}
.header__heading-link{
   padding: 0px!important;
}
}