/** Shopify CDN: Minification failed

Line 142:18 Unexpected "{"
Line 142:27 Expected ":"
Line 148:20 Unexpected "{"
Line 148:29 Expected ":"
Line 152:20 Unexpected "{"
Line 152:29 Expected ":"
Line 175:21 Unexpected "{"
Line 175:30 Expected ":"
Line 178:21 Unexpected "{"
Line 178:30 Expected ":"
... and 62 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bundle-image-with-text (INDEX:14, SCOPED:FALSE) */
.bundle-image-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 0;
    border-radius: 16px;
    transition: all 0.3s ease;
  }

  .bundle-image-content__image {
    text-align: center;
  }

  .bundle-image-content__image img {
    max-width: 100%;
    border-radius: 16px;
  }
.flex-row-reverse{flex-direction: row-reverse;}
  .bundle-image-content__content {
    padding: 20px;
  }
  .common-title-big .bundle-image-content__heading {
	font-size: 38px;
  line-height: 1.2;
    margin-bottom: 0px;
}

  .bundle-image-content__subtext {
    font-size: 16px;
    color: #1F1F23;
    margin: 20px 0;
  }

  .bundle-image-content__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .bundle-image-content__icon-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
  }

  .bundle-image-content__icon-item img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  .bundle-image-content > div {
  	width: 50%;
  }
  .bundle-image-with-text-section.partner-img-with-text{padding-bottom: 50px;}
  .bundle-image-content .covred-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    position: relative;
}
.bundle-image-content  .covred-note:before,.bundle-image-content .covred-note:after {
    content: "";
    flex: 1;
    height: 1.5px;
    background: #1F1F23;
}

.bundle-image-content .covred-note h5{
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: initial;
    text-align: center;
    text-transform: uppercase;
    color: #1F1F23;
    margin: 0;
}
@media (max-width: 1200px) {
   .common-title-big .bundle-image-content__heading {
	font-size: 36px;
}
}
  @media (max-width: 768px) {
    .bundle-image-content {
      flex-direction: column;
    }
    .bundle-image-content.mobile-image-second {
      flex-direction: column-reverse;
    }
     .bundle-image-content__subtext {
    font-size: 14px;
    color: #1F1F23;
  }
  .common-title-big .bundle-image-content__heading {
	font-size: 32px;
      margin: 15px 0;
}
.bundle-image-content__icon-item{font-size: 14px;}
.bundle-image-content > div {
	width: 100%;
}
.bundle-image-with-text-section .container {
	padding: 0;
}
.bundle-image-content__content {padding: 0 15px;}
.bundle-image-content{row-gap: 16px; padding: 36px 0 0;}
.partner-img-with-text .bundle-image-content .bundle-image-content__image {
    padding: 0 15px;
}
.bundle-image-with-text-section.partner-img-with-text{padding-bottom: 0;}
  }
/* END_SECTION:bundle-image-with-text */

/* START_SECTION:collection-listing-slider (INDEX:25, SCOPED:FALSE) */
#shopify-section-{{ section.id }} .collection-testimonial-section {
    position: relative;
    padding-top: 64px;
    overflow: hidden;
    padding-bottom: 64px;
  }
  #shopify-section-{{ section.id }} .collection-testimonial-section h2 {
  	margin-bottom: 48px;
  	letter-spacing: 0;
  }
  #shopify-section-{{ section.id }} .collection-testimonial-section h5 {
  	font-size: 20px;
  	font-weight: 600;
  	margin-top: 24px;
  	margin-bottom: 16px;
  	line-height: 1.1;
  }
  a.button.button--valentine {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    text-transform: uppercase;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    max-width: 200px;
    margin: 0 auto;
    gap: 8px;
    border: 2px solid #EB8D8D;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
   #shopify-section-{{ section.id }}  .collection-info {
    margin-bottom: 24px;
  }
   #shopify-section-{{ section.id }}  .button--valentine svg {
    width: 12px;
    height: 12px;
  }
   #shopify-section-{{ section.id }}  .collection-testimonial-section .owl-nav {
    max-width: 480px;
    margin: 48px auto 0;
    color: #fff;
  }
  #shopify-section-{{ section.id }}  .collection-testimonial-section .owl-carousel .owl-prev, 
  #shopify-section-{{ section.id }}  .collection-testimonial-section .owl-carousel .owl-next {
    border-color: #fff !important;
  }

  #shopify-section-{{ section.id }} .collection-testimonial-section .owl-dots {
	margin: 0 auto;
	color: #fff;
	position: relative;
	top: -30px;
	width: fit-content;
}

  .collection-testimonial-section .owl-dots .owl-dot.active {
    background: #fff;
  }

  .collection-testimonial-section .owl-dots .owl-dot {
    border-color: #fff !important;
  }

  #shopify-section-{{ section.id }} .collection-testimonial-section .owl-nav .owl-prev,
  .collection-testimonial-section .owl-dots .owl-dot  {
    border-color: #fff !important;
  }

  .collection-testimonial-section .owl-nav img {
    max-width: 7px;
    height: 12px;
  }

  .collection-info p {
	color: rgba(var(--color-foreground));
}

@media (max-width: 767px) {
  .collection-testimonial-section .container-fluid, .collection-testimonial-section .container {
    padding: 0;
  }
  .collection-testimonial-section .owl-nav {
	padding: 0 15px;
}
 #shopify-section-{{ section.id }} .collection-testimonial-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
/* END_SECTION:collection-listing-slider */

/* START_SECTION:home-banner-section (INDEX:52, SCOPED:FALSE) */
#shopify-section-{{ section.id }} .hero.home-banner-area.valentine-theme {
	background: linear-gradient(180deg, #FFF7FB 0%, #FFE8F6 100%), #F9E9D8;
	background: linear-gradient(180deg, color(display-p3 0.996 0.969 0.984) 0%, color(display-p3 0.996 0.914 0.961) 100%), color(display-p3 0.965 0.918 0.855);
	flex: none;
}
  #shopify-section-{{ section.id }} .hero-tag-box {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto 16px;
	max-width: 235px;
}
  #shopify-section-{{ section.id }} .hero-tag-box__icon {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	overflow: hidden;
	flex: 0 0 40px;
	background: rgba(255,255,255,.15);
	display: flex;
	align-items: center;
	justify-content: center;
}
  .hero-tag-box__text {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
#shopify-section-{{ section.id }} .valentine-theme .hero-tag-box__icon img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

#shopify-section-{{ section.id }} .valentine-theme .button--modern{
  border-radius:999px;
  padding-left:22px;
  padding-right:22px;
}

/* Optional: avoid picture/img overflow issues */
#shopify-section-{{ section.id }} .valentine-theme .hero__image{
  max-width:100%;
  height:auto;
  display:block;
}

#shopify-section-{{ section.id }} .valentine-theme .container.hero__container {
  max-width: 1520px !important;
  margin: 0 auto;
}

#shopify-section-{{ section.id }} .valentine-theme .img-col img {
  max-width: 700px;
}

#shopify-section-{{ section.id }} .valentine-theme .banner-content {
	margin-top: 0;
}

#shopify-section-{{ section.id }} .customer-rated-area {
	max-width: 400px;
	display: flex;
	justify-content: center;
}

#shopify-section-{{ section.id }} .valentine-theme .customer-rated-area .rated-row {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

#shopify-section-{{ section.id }} .valentine-theme .banner-content .shop-btn a.button {
	border: 2px solid #FA878A;
	max-width: 400px;
	text-transform: uppercase;
	line-height: 1 !important;
  transition: ease 0.5s;
}

#shopify-section-{{ section.id }} .valentine-theme .banner-content .shop-btn a.button:after,
#shopify-section-{{ section.id }} .valentine-theme .banner-content .shop-btn a.button:before {
  display: none;
}

#shopify-section-{{ section.id }} .valentine-theme .banner-content .shop-btn a.button:hover {
	background: #641723 !important;
	border: 2px solid #641723;
}

#shopify-section-{{ section.id }} .valentine-theme .customer-rated-area .rated-row .rated-text h5 {
	font-size: 14px;
	letter-spacing: 0;
}

#shopify-section-{{ section.id }} .valentine-theme.home-banner-area .content-col {
	padding-left: 30px;
}

@media (max-width: 990px) {
  #shopify-section-{{ section.id }} .valentine-theme .col-revers {
    display: flex;
    flex-direction: column;
  }
  #shopify-section-{{ section.id }} .valentine-theme .banner-content {
    text-align: center;
  }
  #shopify-section-{{ section.id }} .valentine-theme .customer-rated-area {
    margin: 0 auto;
  }
  #shopify-section-{{ section.id }} .valentine-theme.home-banner-area .img-col {
    justify-content: center;
  }
  #shopify-section-{{ section.id }} .valentine-theme.home-banner-area .banner-content {
    max-width: 650px;
    margin: 0 auto;
  }
}

@media and (min-width: 991px) and (max-width: 1520px) {
  #shopify-section-{{ section.id }} .hero__container .row.hero__row {
    padding: 0 40px;
  }
}

@media (min-width: 991px) {
  #shopify-section-{{ section.id }} .hero--img-right.home-banner-area .img-col {
    justify-content: end;
  }
  #shopify-section-{{ section.id }} .hero-tag-box {
    display: none;
  }
}
/* END_SECTION:home-banner-section */