/** Shopify CDN: Minification failed

Line 112:15 Expected "]" to go with "["

**/
/* 
  Add here your own custom css styles
*/

@font-face {
  font-family: "Libre Franklin";
  src: url("https://cdn.shopify.com/s/files/1/0626/3586/8212/files/LibreFranklin-Medium.woff2?v=1753096753")
      format("woff2"),
    url("https://cdn.shopify.com/s/files/1/0626/3586/8212/files/LibreFranklin-Medium.woff?v=1753096753")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("https://cdn.shopify.com/s/files/1/0626/3586/8212/files/LibreFranklin-Regular.woff2?v=1753096754")
      format("woff2"),
    url("https://cdn.shopify.com/s/files/1/0626/3586/8212/files/LibreFranklin-Regular.woff?v=1753096753")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("https://cdn.shopify.com/s/files/1/0626/3586/8212/files/LibreFranklin-Bold.woff?v=1753096754")
    format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", sans-serif !important;
  font-weight: 400 !important;
}
.description.rte {
    max-width: 900px;
    margin: auto;
}
h1.title.mb-4 {
    text-align: center;
    padding: 15px 0px;
}

/* home page css */
.card-img-top.overflow-hidden .img-fluid{
    max-height: 600px;
}

.swiper-controls {
  padding: 16px 0px !important;
}
.swiper-pagination.swiper-pagination-bullets {
  padding: 10px !important;
}

ul.product-card-color-swatches.color-swatches.list-unstyled {
  display: none !important;
}
.collection-header-desktop {
  display: none !important;
}
/* product-card.product-card.text-center img {
    height: 370px !important;
} */
.cart-announcement.description.rte.px-6.py-3.mt-1.mb-5.fs-sm.text-center.bg-danger {
  display: none;
}
.recently-viewed-product-list-wrapper {
  margin-bottom: 30px;
}
.product-dropup-selector-img img {
  height: 100px !important;
  width: 100% !important;
}

/* button css  */
button.btn.btn-sm {
  padding: 5px 12px;
  border-radius: 50px;
}
button.img-btn-wishlist.btn-wishlist.btn {
  position: absolute !important;
  z-index: 1 !important;
  bottom: 10px !important;
  right: 0px !important;
}
.btn-secondary.btn-md {
  border-radius: 50px;
  padding: 10px 32px;
}

svg[Attributes Style] {
  stroke: #fff !important;
}

/* menu css */
ul.nav-desktop-menu.nav a.nav-link { font-size: 15px !important;   font-weight: 500 !important;}
ul.dropdown-menu.show { padding: 30px 25px !important; border: 0 !important;}

.nav-desktop-menu .nav-link {
  border: 0px !important;
}
/* .dropdown-menu[data-bs-popper] {
  left: auto !important;
} */
/* .dropdown-megamenu {
  width: auto !important;
  min-width: unset !important;
  padding: 20px;
} */
/* collection page css */
.breadcrumb-wrapper {
  display: none !important;
}
.collection-header-desktop {
  position: relative;
  padding: 30px 10px;
}
.collection-header-mobile.image-overlay.d-lg-none.lazy-bg-visible {
  padding: 300px 10px !important;
}
h2.title.h2.animate__animated.animate__fadeInUp {
  text-align: left;
}
.description.rte.mt-3.mb-0.fs-lg.animate__animated.animate__fadeInUp {
  text-align: left;
}
.fs-xs {
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
}
/* article page */
article#article-main- {
  padding: 20px 250px;
}
article#article-main .img-wrapper img {
  max-width: 50% !important;
}
.article-card a {
  text-decoration: none !important;
}
ul.article-card-tags.list-unstyled {
  flex-wrap: wrap;
}
/* about page css  */
/* Global Wrapper */
.about-page-wrapper {
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Container Utility */
.about-container {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
}
/* Hero Banner Base Style */
.about-hero-banner .hero-bg {
  background-size: cover;
  background-position: center;
  height: 700px;
}

/* Desktop: 768px and up */
@media (min-width: 769px) {
  .about-hero-banner .hero-bg {
    background-image: url('/cdn/shop/files/Banner_3_Desktop_1.webp?v=1754062600');
  }
}

/* Mobile: 768px and below */
@media (max-width: 768px) {
  .about-hero-banner .hero-bg {
    background-image: url('/cdn/shop/files/Wedding_Elegance_in_Red_and_Goldl.png?v=1754482350');
  }
}
/* Founder Section */
.about-founder .founder-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .about-founder .founder-grid {
    flex-direction: row;
    align-items: center;
  }
}

.about-founder h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-founder p {
  font-size: 1.1rem;
  color: #555;
}
.about-content{max-width: 550px;}
.founder-image-block img {
  width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.founder-credit {
  font-size: 0.875rem;
  text-align: center;
  color: #888;
  margin-top: 0.5rem;
}

/* Vision Box */
.about-mission {
  background: #fdf3f6;
}

.about-mission h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.mission-box {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Experience Section */
.about-experience h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.about-experience p {
  max-width: 750px;
  margin: 0 auto 2rem;
  color: #555;
}

/* Image Grid */
.about-image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 2rem 1rem;
}

@media (min-width: 640px) {
  .about-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .about-image-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 2rem 4rem;
  }
}

.about-image-grid > div {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
  transition: transform 0.3s ease;
}

.about-image-grid > div:hover {
  transform: translateY(-5px);
}

.about-image-grid img {
  border-radius: 0.75rem;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.mission-quote {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.1rem;
  color: #222;
}

/* Difference */
.about-difference {
  background: #f6f6f6;
}

.about-difference h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.about-difference p {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* Promise Section */
.our-promise-section {
  padding: 4rem 1rem;
  background-color: #ffffff;
  text-align: center;
}

.promise-heading {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  margin-bottom: 3rem;
  color: #111;
}

/* Grid Layout */
.promise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .promise-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.promise-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.promise-item img {
  width: 100%;
  max-width: 350px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}
.promise-item p {
  font-size: 1rem;
  color: #333;
  font-weight: 600;
  margin-top: 0.5rem;
}
/*  */
.about-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}
.about-image-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.embroidery-1 {max-width: 550px;}
/* product page */
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none !important;
  /* background: none !important; */
  color: #fff !important;
}
.svg-icon-heart {
  stroke: #000 !important;
}
.btn.active .svg-icon-heart,
.btn-check:checked + .btn .svg-icon-heart {
  fill: #931601 !important;
  stroke: #931601 !important;
}

div#product-block-prev-next {
  display: none !important;
}
.qty-input-wrapper {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  height: 40px;
  width: fit-content;
  align-items: center;
  margin-bottom: 20px;
}

.qty-input-wrapper button {
  background: #fff;
  border: none;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.qty-input-wrapper button:not(:last-child) {
  border-right: 1px solid #ccc;
}
.qty-input-wrapper input.form-control {
  border: none;
  text-align: center;
  width: 50px;
  height: 100%;
  background: #fff;
}

.qty-input-wrapper input::-webkit-outer-spin-button,
.qty-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-buttons {
  display: flex;
  gap: 20px;
}
.btn-atc {
  flex: auto !important;
}
.product-media-gallery-zoom {
  padding: 12px !important;
  color: #fff !important;
  background: #000 !important;
  border-radius: 4px !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  color: #000 !important;
}
/* .swiper-thumbs.swiper-initialized{height: 50px !important; } */
/* .swiper-main-wrapper.img-thumbnail {
    height: 500px !important;
} */
.product-media-gallery .swiper-wrapper {
  align-items: self-start !important;
}
/* .swiper-button-next, .swiper-button-prev {top: 290px !important;} */
.swiper-button-next,
.swiper-button-prev {
  color: rgb(255 255 255) !important;
}
/* card page css */
ul.payment-icons {
  list-style: none;
  margin: 0 -0.1rem;
  display: flex;
  padding: 20px;
  gap: 14px;
  flex-wrap: wrap;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 20px !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 22px !important;
}
@media screen and (min-width: 1200px) {
  .quick-view-modal .modal-content {
    max-height: 520px !important;
  }
}
@media (min-width: 499px) {
    /* .svg-icon-arrow-left,
  .svg-icon-arrow-right {
    display: none !important;
  } */
  .about-image-grid {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}
  .offcanvas-body {
    overflow-y: auto !important;
    max-height: 100vh !important;
    display: block !important;
  }
}

/* .article-card-img-wrapper .img-fluid.img-thumbnail {
  height: 600px;
} */
@media screen and (max-width: 480px) {
  .article-card-img-wrapper .img-fluid.img-thumbnail {
    height: auto;
  }
  ul.article-card-tags.list-unstyled.d-flex.m-4 {
    display: block !important;
  }
  .fs-lg {
    font-size: 14px !important;
  }
  .qty-input-wrapper input.form-control {
    width: auto;
  }
  .qty-input-wrapper .btn {
    position: relative !important;
  }
  /* .product-buttons {flex-direction: column;}   */
  .product-block-atc button.btn.btn-atc,
  .product-block-atc .btn-buy {
    padding: 8px 16px;
  }
  .btn-sm {
    padding: 6px 8px !important;
    font-size: 12px !important;
  }
  .btn-secondary.btn-md {
    padding: 5px 32px;
    font-size: 15px;
  }

  /* .swiper-button-next, .swiper-button-prev {top: 50%; !important;}  */

  h2.title.h2.animate__animated.animate__fadeInUp {
    text-align: center;
  }
  .simple-collections-item {
    max-width: 28vw !important;
  }

  .fs-xs {
    font-size: 11px !important;
  }
  .text-truncate {
    white-space: inherit !important;
  }
  article#article-main- {
    padding: 10px 0px !important;
  }
}
