/** Shopify CDN: Minification failed

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

**/
/* ===================================
   PIXIE GIRL GLOBAL FONT SYSTEM
   =================================== */

/* Global Font Variables */
:root {
    --font-heading: "TAN-GARLAND", serif;
    --font-body: "TAN - GARLAN", serif;
}

/* ===================================
   ALL HEADINGS - TAN-GARLAND
   =================================== */
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.title,
.heading,
.header-title,
.section-title,
.page-title,
.product-title,
.collection-title,
.card__heading,
.banner__heading,
.announcement-bar__message,
.footer__heading,
.menu-drawer__menu-item,
.header__menu-item {
    font-family: var(--font-heading) !important;
}

/* ===================================
   ALL BODY TEXT - Lora (Vera Humana 95 alternative)
   =================================== */
body,
p,
span:not(.badge),
a,
li,
.rte,
.subtitle,
.subtext,
.caption,
.description,
.product__description,
.banner__text,
.card__text,
.card-information__text,
.price,
.button,
input,
textarea,
select,
.field__input,
.select__select,
.announcement-bar__link {
    font-family: var(--font-body) !important;
}

/* ===================================
   PIXIE GIRL HERO SECTION STYLING
   =================================== */

/* Hero Subtitle - "Luxury Pixie Hair" */
.banner__heading.hero-subtitle {
    font-family: "Explora", cursive !important;
    font-weight: 300 !important;
    font-style: italic;
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: 0.05em !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #F4E9D9 !important;
}

/* Hero Main Heading - "For Every Woman" */
.banner__heading.hero-main {
    font-family: "TAN-GARLAND", sans-serif !important;
    font-weight: 100 !important;
    font-style: normal;
    font-size: 60px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #fff !important;
}

/* Hero Description Text */
.banner__text.hero-description {
    font-family: "TAN-GARLAND", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 60px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 40px 0;
    color: #F4E9D9 !important;
}
.banner__text.hero-subtitle{
    font-family: "TAN-GARLAND", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 40px 0;
    color: #F4E9D9 !important;
}

.banner__text.hero-description p {
    margin: 0;
    width: 100%;
}

/* Shop Now Button */
.banner__buttons .button.hero-button {
    width: 233px !important;
    height: 52px !important;
    border-radius: 77.83px !important;
    padding: 7.78px !important;
    background-color: rgba(244, 233, 217, 1) !important;
    font-family: "TAN-GARLAND", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #000 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease;
}

.banner__buttons .button.hero-button:hover {
    background-color: rgba(244, 233, 217, 0.8);
    transform: scale(1.05);
}

/* Banner Box Container */
.banner__box.hero-content {
    background: transparent;
    padding: 0;
}

/* Desktop: transparent background */
@media screen and (min-width: 750px) {
    .banner__box {
        background: transparent !important;
    }
}

/* Position banner content at the bottom with 10px spacing */
.banner__content {
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 749px) {
    .banner__heading.hero-subtitle {
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0.03em !important;
        margin: 0 0 10px 0 !important;
    }

    .banner__heading.hero-main {
        font-size: 32px !important;
        line-height: 110% !important;
        margin: 0 0 15px 0 !important;
    }

    .banner__text.hero-description {
        font-size: 24px !important;
        line-height: 110% !important;
        margin: 0 0 20px 0 !important;
    }

    .banner__text.hero-subtitle {
        font-size: 14px !important;
        line-height: 20px !important;
        margin: 0 0 20px 0 !important;
        padding: 0 20px !important;
    }

    .banner__buttons .button.hero-button {
        width: 200px !important;
        height: 48px !important;
        font-size: 14px !important;
    }

    .banner__content {
        bottom: 20px !important;
        padding: 0 15px !important;
    }

    .banner__box {
        padding: 20px 15px !important;
        background: transparent !important;
    }
}


/* Collection Card Container */
.collection-card {
    width: 100%;
    max-width: 499px;
    aspect-ratio: 499 / 773;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    opacity: 1;
    margin: 0 auto;
}

/* Collection Image */
.collection-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Zoom effect on hover */
.collection-card:hover .collection-card__image {
    transform: scale(1.1);
}

/* Gradient Overlay */
.collection-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.18%, rgba(0, 0, 0, 0.81) 82.22%);
    pointer-events: none;
}

/* Content Wrapper */
.collection-card__content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

/* Collection Title */
.collection-card__title {
    font-family: 'TAN-GARLAND', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 0;
}

/* View Collection Button */
.collection-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 46px;
    gap: 11.2px;
    padding: 3.62px;
    border-radius: 200px;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    text-decoration: none;
}

.collection-card__button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .collection-card {
        width: 100%;
        max-width: 499px;
        height: auto;
        aspect-ratio: 499 / 773;
    }

    .collection-card__title {
        font-size: 32px;
        line-height: 32px;
    }
}


/* ===================================
   COLLECTION CAROUSEL NAVIGATION
   =================================== */

/* Slider Controls Container */
.collection-slider-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Arrow Buttons */
.collection-arrow {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background-color: #690909;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    flex-shrink: 0;
}

.collection-arrow:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.collection-arrow:active {
    transform: scale(0.95);
}

.collection-arrow svg {
    width: 24px;
    height: 24px;
}

/* Position arrows at the edge of cards - half on card, half outside on desktop */
@media screen and (min-width: 750px) {
    .collection-slider-controls {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(33.333% * 3 + 60px);
        max-width: calc(499px * 3 + 60px);
        justify-content: space-between;
        margin-top: 0;
        padding: 0;
        pointer-events: none;
        z-index: 20;
    }

    .collection-arrow {
        pointer-events: all;
        position: absolute;
    }

    .collection-arrow--prev {
        left: -35.5px;
        display: none;
    }

    .collection-arrow--next {
        right: -35.5px;
    }

    /* Show prev arrow only when not on first slide */
    .collection-arrow--prev.visible {
        display: flex;
    }
}

/* Pagination Dots Container */
.collection-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}

/* Individual Dots */
.collection-dot {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #D9D9D9;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Active Dot */
.collection-dot--active {
    background-color: #690909;
}

/* Mobile: adjust arrow sizes and controls positioning */
@media screen and (max-width: 749px) {
    .collection-slider-controls {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 499px;
        justify-content: space-between;
        margin-top: 0;
        padding: 0;
        pointer-events: none;
        z-index: 20;
    }

    .collection-arrow {
        width: 60px;
        height: 60px;
        pointer-events: all;
        position: absolute;
    }

    .collection-arrow--prev {
        left: -30px;
        display: none;
    }

    .collection-arrow--next {
        right: -30px;
    }

    /* Show prev arrow only when not on first slide */
    .collection-arrow--prev.visible {
        display: flex;
    }

    .collection-pagination {
        margin-top: 30px;
    }
}

/* Wrapper to clip carousel items while keeping arrows visible */
.collection-list-wrapper {
    overflow: hidden;
}

/* Position slider-component relative for absolute positioning of controls */
slider-component {
    position: relative;
    overflow: visible;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* ===================================
   COLLECTION CAROUSEL LAYOUT
   =================================== */

/* Carousel container - horizontal one-liner with transform */
.collection-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 30px;
    position: relative;
    transition: transform 0.5s ease;
    overflow: visible;
}

/* Individual items */
.collection-list__item {
    flex-shrink: 0;
    opacity: 1;
}

/* Desktop: Show 3 items at a time */
@media screen and (min-width: 750px) {
    .collection-list__item {
        width: calc(33.333% - 20px);
        max-width: 499px;
    }
}

/* Mobile: Show 1 item at a time */
@media screen and (max-width: 749px) {
    .collection-list__item {
        width: 100%;
        max-width: 499px;
    }
    
    .collection-list {
        gap: 20px;
    }
}


/* 1. Import Explora from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Explora&display=swap');

/* 2. Apply styles to the banner heading */
.banner__heading {
  font-family: "Explora", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -0.03em; /* -3% matches -0.03em */
  text-align: center;
  text-transform: capitalize;
}

/* Optional: Resize for mobile devices so it fits on screen */
@media screen and (max-width: 750px) {
  .banner__heading {
    font-size: 60px;
  }
}
