/** Shopify CDN: Minification failed

Line 313:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-breadcrumb (INDEX:21) */
.custom-breadcrumb {
  padding: 12px 0;
  font-size: 14px;
}

.custom-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.custom-breadcrumb a {
  text-decoration: none;
}

.custom-breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb__separator {
  opacity: .6;
}
.page-width {
    margin: 0px !important;
}
/* END_SECTION:custom-breadcrumb */

/* START_SECTION:management (INDEX:66) */
.management-section {
  text-align: center;
  padding: 0px 20px;
  /* max-width: 600px; */
  margin: 0 auto;
  font-family: "Figtree", sans-serif !important;
}

.management-section h2 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: #8b47ac;
    font-family: "Figtree", sans-serif !important;
}

.management-image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.management-image-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 460px;
  background-color: #2d54ff;
  border-radius: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}

.management-image-wrapper img {
  position: relative;
  width: 360px;
  height: 510px;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}

.management-message {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
  /* margin-bottom: 40px; */
  color: #000;
  margin: 0px 50px;
}

.management-signoff {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.management-signoff strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.journey-text p {
    color: black;
}

/* Mobile */
@media(max-width:480px){

  .management-message{
    margin: 0px;
    font-size:14px;
  }

  management-section {
    font-size: 16px;
  }


/* new */
.management-section {
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
  font-family: "Figtree", sans-serif !important;
  overflow-x: hidden;
}

.management-image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  max-width: 100%;
}

.management-image-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 420px;
  background-color: #2d54ff;
  border-radius: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
  max-width: 90vw;
}

.management-image-wrapper img {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}

.management-message {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
  color: #000;
  margin: 0 20px;
}

/* Mobile */
@media (max-width: 480px) {

  .management-image-bg {
    width: 260px;
    height: 340px;
  }

  .management-image-wrapper img {
    max-width: 260px;
  }

  .management-message {
    margin: 0;
    font-size: 14px;
  }

}
}
/* END_SECTION:management */

/* START_SECTION:new-faq-home (INDEX:72) */
/* OUTER SECTION (only background here) */
.new-faq-home {
  background: url('/cdn/shop/files/Untitled_design_5_cb5cc75f-42e8-4f76-9c3a-caac5b21e152.png?v=1782401885') no-repeat center center;
  background-size: cover;
  padding: 60px 20px;
  position: relative;
}

/* Overlay */
.new-faq-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.75);
  z-index: 0;
}

/* INNER CONTAINER (inside image) */
.new-faq-inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
}

/* OUTSIDE HEADING (NOT inside background) */
.new-faq-heading {
  text-align: center;
  padding: 10px;
}

.new-faq-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #824f9e;
}

.new-faq-heading p {
  color: #666;
  font-size: 15px;
  margin: 0px;
}

/* FAQ BOX */
.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border: none;
  background: #fff;
  text-align: left;
}

/* ICON */
.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #784393;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  padding: 0 18px 16px;
}

/* FOOTER */
.faq-footer {
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
  .new-faq-heading h2 {
    font-size: 26px;
  }

  .new-faq-home {
    padding: 60px 20px 10px 20px;
  }
}
/* END_SECTION:new-faq-home */

/* START_SECTION:wear-category (INDEX:93) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

.layered-slider {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
  user-select: none;
}

.layered-track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* BASE SLIDE */
.layered-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(.4,0,.2,1), opacity 0.6s ease;
}

.layered-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 6px;
}

/* DEPTH POSITIONS */
.layered-slide.center {
  z-index: 4;
  transform: translate(-50%, -50%) scale(1.05);
}

.layered-slide.left {
  z-index: 3;
  transform: translate(-125%, -46%) scale(0.92);
}

.layered-slide.right {
  z-index: 3;
  transform: translate(25%, -46%) scale(0.92);
}

.layered-slide.far-left {
  z-index: 2;
  transform: translate(-190%, -42%) scale(0.82);
  opacity: 0.5;
}

.layered-slide.far-right {
  z-index: 2;
  transform: translate(90%, -42%) scale(0.82);
  opacity: 0.5;
}

/* LABEL – EXACT LUXURY STYLE */
.layered-label {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 10px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
}

/* NAV */
.layered-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.55);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.layered-nav.prev { left: 30px; }
.layered-nav.next { right: 30px; }

@media (max-width: 768px) {
  .layered-slider { height: 520px; }
  .layered-slide img { height: 380px; }
  .layered-slide.far-left,
  .layered-slide.far-right { display: none; }
}
/* END_SECTION:wear-category */