/** Shopify CDN: Minification failed

Line 842:18 Unexpected "{"
Line 842:27 Expected ":"

**/
/* ------------------------------------------
                GLOBAL
------------------------------------------ */

:root {
  --color-black: #303030;
  --color-white: #fff;
  --color-blue: #cfdef1;

  --border: 1px solid;
}

/* UTILITY */
.hide--section {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* ------------------------------------------
                NAVIGATION
------------------------------------------ */

header {
    z-index: 99 !important;
}

.shopify-section--announcement-bar .heading,
.h3 {
  letter-spacing: 0.05em;
}

.header__primary-nav-item {
    cursor: pointer;
}

.footer__image img.constrained-image {
  margin: auto;
}

.nav-awning {
  background: linear-gradient(
    to bottom,
    var(--color-white) 60%,
    transparent 40%
  );
  margin-bottom: -20px;
  position: relative;
  z-index: 9;
}

.nav-awning .awning-image {
  width: 100%;
}

.header__dropdown-menu:before {
    background: transparent;
}

.header__primary-nav-item:before {
    background: transparent !important;
}

.header__primary-nav-item:hover {
    color: #D04745;
}

.header__dropdown-menu {
    z-index: 99;
}

@media screen and (min-width: 1200px) {
    header-search {
      position: fixed !important;
      top: var(--header-height) !important;
      left: 0 !important;
      right: 0 !important;
      bottom: auto !important;
      transform: none !important;
      margin: 0 !important;
      width: 100% !important;
      z-index: 2 !important;
      background: #fff;
      padding: 2rem 0 !important;
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
      border-bottom: 1px solid #eee;
    }
  }

@media screen and (min-width: 700px) {
  .awning-image.mobile {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .awning-image.desktop {
    display: none;
  }
}

/* ------------------------------------------
                BUTTON
------------------------------------------ */

a.button {
    padding: unset;
    background: transparent;
    border: unset;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    padding-bottom: 0.2rem;
}

a.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(/cdn/shop/files/button-border.svg?v=1776216937);
    background-size: 100% 120%;
    width: 100%;
    height: 6px;
    transition: 0.4s ease;
    left: 0;
    opacity: 100%;
}

a.button:hover {
  color: black !important;
}

a.button:hover:before {
  opacity: 100%;
}

a.blog-post-card__read-more.link {
    background: unset;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0.3rem;
}

a.blog-post-card__read-more.link:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(/cdn/shop/files/button-border.svg?v=1776216937);
    background-size: 100% 120%;
    width: 100%;
    height: 6px;
    transition: 0.4s ease;
    left: 0;
    opacity: 100%;
}

a.blog-post-card__read-more.link:hover:before {
  opacity: 100%;
}

.shopify-section--blog-posts a.button {
    background: #EDF3F8;
    padding: 0.8rem 2rem;
    border-radius: 40rem;
}

.shopify-section--blog-posts a.button:hover {
    background: black;
    color: white !important;
}

.shopify-section--blog-posts a.button:before {
    background: unset;
}

.shopify-section--content-slider {
    padding-bottom: 3rem;
}

.shopify-section--newsletter .newsletter .form {
    width: 100%;
}

.shopify-section--newsletter .newsletter .form input {
    border-radius: 0;
    background: white;
    color: black;
}

.shopify-section--newsletter .newsletter .form input::placeholder {
    color: black;
}

.shopify-section--newsletter .newsletter .form-row {
    gap: 0.6rem;
}

.shopify-section--newsletter .newsletter .button {
    width: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    border-radius: 40px;
}

.shopify-section--slideshow a.button:before {
    filter: brightness(0) invert(1);
}

.shopify-section--slideshow a.button:hover {
    color: white !important;
}

/* ------------------------------------------
                HOME PAGE
------------------------------------------ */

#section-hero image-with-text-overlay {
    overflow: visible;
    padding-bottom: 8rem;
}

#section-hero .content {
    background: #E6E2D4;
    padding: 3rem 2.5rem;
    max-width: 33rem;
    background-image: url(/cdn/shop/files/banner-content-border.png?v=1776190745);
    background-size: 96% 96%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -12rem;
}

#section-hero .content .h1 {
    max-width: 15ch;
    margin: 0 auto;
}

#section-hero .content .button {
    margin-top: 1.2rem;
}

.featured-collections-carousel__item scroll-carousel.product-list--carousel {
    padding-inline: 60px;
}

.featured-collections-carousel__item {
    gap: 0.5rem;
}

.multi-column__item {
    gap: 0.65rem;
}

#collection-boxes img {
    min-height: 17rem;
    object-fit: contain;
    margin-bottom: -2rem;
}

#collection-boxes .text-center {
    font-size: 1rem;
}

p.h6 {
    text-transform: capitalize;
    font-size: 1rem;
    letter-spacing: 0;
}

#event-slideshow .event-subheading {
    font-size: 1.375rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#event-slideshow .event-heading {
    font-size: 7.62rem;
    letter-spacing: 0;
}

#event-slideshow {
    padding-bottom: 3rem;
}

.shopify-section--featured-collections .h2 {
    max-width: 34ch;
}

.shopify-section--blog-posts .h2 {
    max-width: 40ch;
    margin-bottom: 2rem !important;
}

#best-seller-banner .slideshow__slide-content {
    height: 100%;
    display: flex;
    align-items: end;
}

#best-seller-banner .slideshow__slide-content .slideshow__subheading {
    position: absolute;
    top: 0;
}

.shopify-section--featured-collections scroll-carousel {
    /* overflow-x: clip;
    overflow-y: visible; */
    padding-top: 2.1rem;
}

footer {
    position: relative;
}
footer:before {
    content: '';
    position: absolute;
    background: url(/cdn/shop/files/footer-icon.png?v=1776214368);
    background-size: 100% 100%;
    width: 10rem;
    height: 10rem;
    right: 0;
    left: 0;
    margin: auto;
    top: -80px;
}

.footer {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
    color: black;
}

.footer__block--newsletter, .footer__block--app {
    max-width: 100%;
}

.footer .h6 {
    color: #D24745;
    font-size: 0.8rem;
    text-transform: capitalize;
    letter-spacing: 0;
}

.footer .footer__block--newsletter .h6 {
    font-size: 2.2rem;
    text-transform: capitalize;
    letter-spacing: 0;
    color: black;
}

.footer .link-faded {
    color: black;
}

.footer .link-faded:hover {
    color: #d24847;
}

.footer__aside p {
    letter-spacing: 0;
    color: black;
}
.footer__aside {
    justify-content: center;
}

.footer__block-list {
    padding-bottom: 2rem;
}

.footer__block.footer__block--text_with_image {
    position: relative;
    top: 6rem;
}

.footer .prose.text-subdued {
    max-width: 70%;
    color: black;
}

.footer .social-media--list {
    gap: 0.5rem;
}

.footer .form {
    display: flex;
    border: 1px solid #D04745;
}

.footer .form-control {
    width: 100%;
}

.footer .form input {
    background: white;
    color: black;
    border-radius: 0;
    border: unset;
}

.footer .form button {
    border-radius: 0;
    border-color: white;
}

.shopify-section--featured-collections .color-scheme--scheme-2 .section-stack .v-stack {
    position: relative;
}

.shopify-section--featured-collections .color-scheme--scheme-2 .section-stack .v-stack:before {
    content: '';
    position: absolute;
    background: url(/cdn/shop/files/LRS_LAURENLOVES_STICKER_fef1e888-9d58-4af0-9b90-0280ed35a089.png?v=1763909135);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 9rem;
    height: 9rem;
    right: -150px;
    bottom: -6rem;
    z-index: 11;
    transform: rotate(15deg);
    pointer-events: none;
}

@media screen and (max-width: 1600px) {
#collection-boxes img {
    min-height: 14rem;
    margin-bottom: -1.5rem;
}
#collection-boxes .prose {
    margin-top: -0.5rem;
}
}

@media screen and (max-width: 1280px) {
  #collection-boxes img {
    min-height: 12rem;
  }
  #event-slideshow .content-over-media {
      padding-inline: 50px !important;
  }
  #event-slideshow .event-heading {
      font-size: 5rem;
  }
  #event-slideshow .event-subheading {
      font-size: 1.2rem;
  }
  .shopify-section--content-slider .content-slider-viewport .content-slider__slide {
      padding-inline: 6rem !important;
  }
  .footer .footer__block--newsletter .h6 {
      font-size: 1.5rem;
  }
  .footer .prose.text-subdued {
      max-width: 100%;
  }
  .shopify-section--two-column-banner .static-two-col-banner {
      padding-inline: 1.5rem !important;
  }
  .shopify-section--featured-collections .color-scheme--scheme-2 .section-stack .v-stack:before {
    width: 7rem;
    height: 7rem;
    right: -80px;
    bottom: -5rem;
}
}

@media screen and (max-width: 768px) {
  .footer .footer__block {
    width: 100% !important;
  }
  .footer__block-list {
      display: flex;
      flex-wrap: wrap;
      gap: unset;
      row-gap: 1.8rem;
      padding-bottom: 1rem;
  }
.footer__block.footer__block--links {
    width: 50% !important;
}
  .footer__block.footer__block--text_with_image {
      top: 0;
  }
  .shopify-section--image-with-text-overlay img {
      height: 300px !important;
      object-fit: cover;
  }
  #section-hero image-with-text-overlay {
      padding-bottom: 10rem;
  }
  #event-slideshow .content-over-media {
      padding-inline: 30px !important;
  }
  #event-slideshow .event-heading {
      font-size: 2.8rem;
  }
  .shopify-section--slideshow img {
      height: 300px !important;
      object-fit: cover;
  }
  .shopify-section--content-slider .content-slider-viewport {
      margin-inline: 1.5rem !important;
  }
  .shopify-section--content-slider .content-slider-viewport .content-slider__slide {
      padding-inline: 2rem !important;
  }
  .shopify-section--content-slider .content-slider-viewport .content-slider__slide .content-slider__content {
      padding-bottom: 2rem;
  }
  .shopify-section--newsletter .newsletter .form-row {
      flex-direction: column;
  }
  .shopify-section--newsletter .newsletter .button {
      width: 100%;
  }
  .form-row>.form-control {
    flex: auto;
}
.shopify-section--featured-collections .color-scheme--scheme-2 .section-stack .v-stack:before {
    width: 5rem;
    height: 5rem;
    right: -40px;
    bottom: -4rem;
}
#section-hero .content {
    padding: 2.2rem 2rem;
    max-width: 22rem;
}
#section-hero .content p {
    font-size: 0.8rem;
}
#section-hero .content .h1 {
    font-size: 1.1rem;
}
.static-two-col-banner__item {
    padding-bottom: 2rem;
}
#shopify-section-template--20467501072519__static_two_column_banner_BcAaz6 .static-two-col-banner__heading {
    font-size: 1.1rem !important;
}
.content-slider__content {
    gap: 0.7rem !important;
}
.content-slider__image-col {
    margin-bottom: 0 !important;
}
.shopify-section--content-slider {
    padding-bottom: 0rem;
}
footer:before {
  width: 6rem;
  height: 6rem;
  top: -45px;
}
.featured-collections-carousel__item scroll-carousel.product-list--carousel {
    padding-inline: 30px;
}
}

@media screen and (max-width: 525px) {
  .footer__block.footer__block--text_with_image img {
    width: 50%;
    margin-left: auto;
    margin-top: -80px;
    margin-right: 1rem;
  }
}

/* =============================================
   CUSTOM MEGA MENU - DESKTOP ONLY
   ============================================= */

@media screen and (min-width: 1000px) {

  /* Main mega menu container */
  .mega-menu--split {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    background: #edf3f8;
    min-height: 100vh;
    padding-top: 5rem !important;
    overflow-y: auto;
  }

  /* LEFT COLUMN */
  .mega-menu__left {
    width: 20%;
    flex-shrink: 0;
    padding: 2rem 1.5rem 2rem 2rem;
  }

  .mega-menu__simple-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  .mega-menu__simple-link {
    display: block;
    font-size: 1.125rem;
    padding: 0.25rem 0;
    transition: color 0.2s ease;
    text-decoration: none;
  }

  .mega-menu__simple-link:hover {
    opacity: 0.7;
  }

  /* RIGHT COLUMN */
  .mega-menu__right {
    flex: 1;
    padding: 1.5rem 2rem 2rem 2rem;
    overflow: hidden;
  }

  /* Search bar */
  .mega-menu__search {
    margin-bottom: 1.5rem;
  }

  .mega-menu__search-inner {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: white;
    border-radius: 50px;
    padding: 0.5rem 1.2rem;
  }

  .mega-menu__search-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.9rem;
    width: 100%;
    color: inherit;
  }

  .mega-menu__search-input::placeholder {
    color: #999;
  }

  /* Categories grid */
  .mega-menu__categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 1rem;
  }

  .mega-menu__category {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-left: 1px solid black;
    padding-left: 1rem;
  }

  .mega-menu__category-heading {
    font-size: 0.8rem;
    text-transform: none;
    letter-spacing: 0;
    color: inherit;
    text-decoration: none;
    margin-bottom: 0.3rem;
    display: block;
    font-style: italic;
  }

  .mega-menu__category-links {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }

  .mega-menu__category-link {
    font-size: 0.85rem;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    transition: opacity 0.15s ease;
  }

  .mega-menu__category-link:hover {
    opacity: 1;
  }

  .mega-menu__simple-list li:nth-last-child(-n+3) a {
    font-size: 0.8rem;
    line-height: 1;
  }

  .mega-menu__simple-list li:nth-child(6) a {
    color: #D04745;
    margin-bottom: 2.5rem;
  }

  .mega-menu__simple-list li:nth-child(3) a::before {
    content: " ❤";
    color: #D04745;
    padding-right: 0.2rem;
    margin-top: 0.2rem;
  }

}

/* ------------------------------------------
                PRODUCT PAGE
------------------------------------------ */

.buy-buttons button {
  border: var(--border) rgb(var(--border-color));
}

.image-with-text.with-secondary picture {
  --gap: 8px;
  display: flex;
  align-items: flex-end;
  gap: var(--gap);

  max-width: 100%;
  padding-inline: var(--container-gutter);
}

.image-with-text.with-secondary picture img {
  width: calc((100% - var(--gap)) / 2);
  object-fit: cover;
}

.image-with-text.with-secondary .secondary-img {
  aspect-ratio: 0.65;
}

@media screen and (min-width: 700px) {
  .image-with-text.with-secondary {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  }

  .image-with-text.with-secondary picture {
    padding-left: 0;
  }
}

/* ------------------------------------------
                IG FEED
------------------------------------------ */

.Vtl-InstagramFeedWidget {
  margin: 0 !important;
  max-width: none !important;
}

.Vtl-InstagramFeedWidget__Header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Vtl-InstagramFeedWidget__Subtitle {
  order: -1;
}

.Vtl-InstagramFeedWidget__Subtitle p {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}

.Vtl-InstagramFeedWidget__Title h2 {
  font-weight: 500;
  letter-spacing: 0.13em;
}


/* ------------------------------------------
          PDP Badges Styling
------------------------------------------ */
.pdp-badges-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0.5rem;
  align-items: center;
}

.pdp-final-sale-badge,
.pdp-exclusive-badge,
.pdp-bundle-discount-badge,
.pdp-pre-sale-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.pdp-final-sale-badge, .pdp-exclusive-badge, .pdp-bundle-discount-badge, .pdp-pre-sale-badge  {
  background-color: #cfdef1;
  color: #303030;
}

.pdp-lauren-loves-badge{
   display: inline-flex;
  align-items: center;
}

.pdp-lauren-loves-badge .pdp-lauren-loves-image {
  display: block;
  max-height: 50px;
  width: auto;
}


/* ------------------------------------------
            Disable First Nav
------------------------------------------ */


nav.header__primary-nav > ul > li:nth-child(1) > mega-menu-disclosure > details > summary {
  pointer-events: none;
  cursor: default;
  }


/* ------------------------------------------
           PDP Brand Section
------------------------------------------ */
#shopify-section-{{ section.id }} .image-with-text--brand > :is(svg, img) {
    object-fit: cover;
    object-position: center;
    height: 300px;
    width: 100%;
    display: block;
  }



/* ------------------------------------------
           Product Card Lauren Love Badge
------------------------------------------ */
  .product-card__figure {
  position: relative;
}

/* .product-card__special-icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
} */

.product-card__special-icon {
    display: none;
}

.product-card__special-icon {
    position: absolute;
    top: -2rem;
    right: -2rem;
    z-index: 2;
    transform: rotate(10deg);
}

/* .product-card__special-icon-image {
  display: block;
  max-height: 50px; 
  width: auto;
} */

.product-card__special-icon-image {
  display: block;
  max-height: 80px; 
  width: auto;
}

/* ------------------------------------------
      Lead Time Note
------------------------------------------ */

.pdp-lead-time-note {
  padding: 12px;
  background: #fff7e6;
  border-left: 3px solid #f59e0b;
  margin: 16px 0;
}

/* ------------------------------------------
      Video Styling
------------------------------------------ */
@media (max-width: 749px) {
  .shopify-section--video {
    padding: 0 16px;
  }
  
  .shopify-section--video video-media,
  .shopify-section--video video {
    border-radius: 12px;
    overflow: hidden;
  }
  
}

/* Small centered video */
.shopify-section--video .content-over-media {
  max-width: 600px;
  margin: 0 auto;
  padding-block-end: var(--section-vertical-spacing-override, var(--section-vertical-spacing));
}

.shopify-section--video video-media > video {
  object-fit: contain;
}

.shopify-section--video video-media > video::-webkit-media-controls {
  display: none !important;
}

/* Zepto Personalized Fields*/
.pplr-font,
.pplr-thread-style,
.pplr-thread-color,
.pplr-monogram-placement{
  display: none !important;
}

/* Lauren's Notes*/
.laurens-note {
  margin-top: 16px;
  padding: 14px 16px;
  background-color: #faf9f7;
  border-left: 3px solid #c9b99a;
  border-radius: 4px;
}
.laurens-note__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 6px;
}
.laurens-note__text {
  font-size: 0.95rem;
  font-style: italic;
  color: #444;
  margin: 0;
  line-height: 1.6;
}