/** Shopify CDN: Minification failed

Line 783:1 Expected "}" to go with "{"

**/
@-webkit-keyframes pulsate {
  0% {
    scale: 1;
  }

  70% {
    scale: 0.9;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    scale: 1;
  }

  70% {
    scale: 0.9;
  }

  to {
    opacity: 1;
  }
}

.stories__items {
  max-width: 1632px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 10px;
  position: relative;
  width: 100%;
}

.stories__item {
  width: 80px;
  height: fit-content;
  text-align: center;
  font-size: 10px;
}

/* .stories__img img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-animation: pulsate 2s infinite;
  animation: pulsate 2s infinite;
  border: 2px solid hsla(0, 0%, 100%, 0);
  border-radius: 50px 50px 50px 50px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 5px;
  object-fit: cover;
  pointer-events: auto;
  transition: box-shadow 0.1s linear;
  box-shadow: rgb(221 221 221) 0px 0px 0px 2px;
  height: 56px;
  width: 56px;
} */

.stories__img img {
  transform: scale(1.5);
  object-fit: cover;
}

.stories__img {
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-animation: pulsate 2s infinite;
  animation: pulsate 2s infinite;
  border: 2px solid hsla(0, 0%, 100%, 0);
  border-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 5px;
  object-fit: cover;
  pointer-events: auto;
  transition: box-shadow 0.1s linear;
  box-shadow: #ddd 0 0 0 2px;
  height: 76px;
  width: 76px;
}

.stories__title {
  display: block;
  font-weight: 600;
  line-height: 15px;
  max-height: 15px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.AspectRatio--square > img,
.AspectRatio--short > img,
.AspectRatio--tall > img {
  -o-object-fit: cover;
  object-fit: cover;
}

.prod_uniq_text {
  font-size: 18px;
  font-weight: 600;
}

.show_on_mobile {
  box-shadow: 0px 0px 2px #00000042;
  margin: 15px;
  padding: 24px;
  display: none;
}

.addi__qsns {
  text-align: center;
  padding: 9px;
  border: 2px solid;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 600;
}

.addi__qsns__cnt,
.cert-learn__cnt {
  background: #fffffff2;
  padding: 40px;
  text-align: center;
  z-index: 9;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 -1px var(--header-border-color) inset;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 5px;
  position: relative;
}

.add__heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.add__btn {
  display: block;
  border: 1px solid;
  padding: 5px 15px;
  width: fit-content;
  box-shadow: 0 -1px var(--header-border-color) inset;
  background: #000;
  font-weight: 600;
  color: #fff;
}

.add__btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.addi__qsns__inner,
.cert-learn__inner {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #00000070;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

body.show-adds-view .addi__qsns__inner,
body.show-cert-view .cert-learn__inner {
  display: flex;
}

.close-icon,
.close-icon2 {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.addi__qsns__ov,
.cert-learn__ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.prod__addi-prod {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 14px;
  font-size: 15px;
  padding-top: 15px;
}

.prod__addi-checkbox {
  display: flex;
  align-items: center;
  gap: 7px;
}

.prod__addi-learn {
  cursor: pointer;
  text-decoration-thickness: 1.5px;
  position: relative;
}

.cert-learn__cnt {
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
}

.cert-learn__img img {
  display: block;
  max-width: 100%;
}

.cert-learn__img {
  padding-top: 20px;
}

.Popover__Value__clr {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  padding-right: 5px;
}

.Popover__ValueList-itm {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: left;
  justify-content: center;
}

.Popover__ValueList-itm .Popover__Value {
  width: fit-content;
}

.ProductForm__Selectedicn {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  padding-left: 5px;
}

.ProductForm__OptionName {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: space-between;
}

.Popover__ValueList-itm button {
  text-align: center;
}

.ProductForm__Selectinner {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 766px) {
  /*   .stories__img img {
    height: 70px;
    width: 70px;
  } */
  div#shopify-section-popup .NewsletterPopup {
    display: flex;
    max-width: 700px;
    padding-bottom: 0;
  }

  .newsltr__img {
    margin: 0;
    width: 60%;
  }

  .NewsletterPopup__cntx {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 765px) {
  .stories__item {
    width: 20%;
  }

  .stories__inner {
    padding: 15px 18px;
    margin: 0 auto;
    max-width: 100%;
  }

  .stories__items {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
  }

  .stories__items::-webkit-scrollbar {
    display: none;
  }

  .show_on_mobile {
    display: block;
  }

  .show_on_desk {
    display: none;
  }

  .show_on_mobile {
    position: absolute;
    z-index: 1;
    background: #fff;
    bottom: -80px;
    left: 0;
    padding: 30px 10px;
  }

  .pos_rel {
    position: relative;
  }

  .show_on_mobile .SectionHeader__Description p {
    font-size: 15px;
  }

  .show_on_mobile .SectionHeader__Heading.Heading {
    font-size: 25px;
  }

  .CollectionMain {
    padding-top: 140px;
  }

  .pos_rel .Image--contrast::after {
    display: none;
  }

  .addi__qsns__cnt {
    max-width: 96%;
    margin: 0 auto;
  }

  .add__btns {
    display: flex;
    flex-direction: column;
  }

  .add__btn {
    width: 100%;
  }

  .Popover__ValueList-itm {
    width: 210px;
    justify-content: flex-start;
  }
  .Product__SlideshowMobileNav {
    position: relative;
    z-index: 1;
  }

  .Product__SlideshowMobileNav .Product__SlideshowNavArrow {
    display: none;
  }
}

/* Personal message card styling */
[id*="text_with_image_nfbCJx"] {
  background-color: #faf8f5;
  padding: 16px 20px;
}

[id*="text_with_image_nfbCJx"] .FeatureText__ContentWrapper {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 22px 22px;
  max-width: 620px;
  margin: 0 auto;
  border-left: 3px solid #d0c8b1;
}

@media screen and (max-width: 765px) {
  [id*="text_with_image_nfbCJx"] .FeatureText__ContentWrapper {
    padding: 20px 20px;
  }
}

#shopify-section-template--19635201867885__text_with_image_nfbCJx .Section--spacingNormal {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Reduce slideshow height */
[id*="slideshow"] .Slideshow.Slideshow--fullscreen,
[id*="slideshow"] .Slideshow--fullscreen .Slideshow__Slide,
[id*="slideshow"] .Slideshow--fullscreen .Slideshow__ImageContainer {
  min-height: 60vh !important;
  max-height: 60vh !important;
}

@media screen and (max-width: 765px) {
  [id*="slideshow"] .Slideshow.Slideshow--fullscreen,
  [id*="slideshow"] .Slideshow--fullscreen .Slideshow__Slide,
  [id*="slideshow"] .Slideshow--fullscreen .Slideshow__ImageContainer {
    min-height: 50vh !important;
    max-height: 50vh !important;
  }
}
/* Hide slideshow, show hero cards instead */
[data-section-type="slideshow"] .Slideshow {
  display: none;
}

.mogga-hero-cards {
  display: flex;
  gap: 40px;
  padding: 80px 80px;
  padding-top: 160px;
  background:rgb(255, 255, 255);
  align-items: stretch;
}

.mogga-hero-card {
  flex: 1;
  border-radius: 4px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  min-height: 260px;
}

.mogga-hero-card--text {
  background: #e8e0d0;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mogga-hero-card--text:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}

.mogga-hero-card--light {
  justify-content: flex-end;
  background-image: url('/cdn/shop/files/DSC_7540.jpg?v=1668341101');
  background-size: cover;
  background-position: center;
  border: 3px solid #ffffff;
  position: relative;
}

.mogga-hero-card--light::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  border-radius: 2px;
}

.mogga-hero-card--light .mogga-hero-card__label,
.mogga-hero-card--light .mogga-hero-card__title,
.mogga-hero-card--light .mogga-hero-card__arrow {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.mogga-hero-card--light:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.20);
  cursor: pointer;
}

.mogga-hero-card--dark {
  justify-content: flex-end;
  background-image: url('/cdn/shop/products/100_2_42f80e28-6df9-4bf6-800b-e07cbc59d4b9.jpg?v=1681995107');
  background-size: cover;
  background-position: center;
  border: 3px solid #1a1a1a;
  position: relative;
}

.mogga-hero-card--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.30);
  border-radius: 2px;
}

.mogga-hero-card--dark .mogga-hero-card__label,
.mogga-hero-card--dark .mogga-hero-card__title,
.mogga-hero-card--dark .mogga-hero-card__arrow {
  color: #1a1a1a;
  position: relative;
  z-index: 1;
}

.mogga-hero-card--dark:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}

.mogga-hero-card__label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b5e4e;
  margin: 0 0 16px 0;
}

.mogga-hero-card__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.mogga-hero-card__desc {
  font-size: 14px;
  color: #777;
  margin-top: 14px;
  line-height: 1.6;
}

.mogga-hero-card__arrow {
  font-size: 22px;
  margin-top: 24px;
  display: block;
  color: inherit;
}

.mogga-hero-card__bottom {
  position: relative;
  z-index: 1;
}

.mogga-hero-card--light .mogga-hero-card__title,
.mogga-hero-card--dark .mogga-hero-card__title {
  font-size: 20px;
  margin: 0 0 4px 0;
}

.mogga-hero-card--light .mogga-hero-card__label,
.mogga-hero-card--dark .mogga-hero-card__label {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mogga-hero-card--text .mogga-hero-card__title {
  font-size: 26px;
  line-height: 1.25;
  color: #1a1a1a;
}

.mogga-hero-card--text a,
a.mogga-hero-card--text .mogga-hero-card__label:last-child {
  color: #6b5e4e;
  font-weight: 600;
  border-bottom: 1px solid #d0c8b1;
  padding-bottom: 10px;
}

@media screen and (max-width: 765px) {
  .mogga-hero-cards {
    gap: 20px !important;
    flex-direction: column;
    padding: 80px 12px 16px 12px !important;
  }

  .mogga-hero-card--text {
    min-height: 180px !important;
    flex: 1;

  }

  .mogga-hero-card--light,
  .mogga-hero-card--dark {
    min-height: 200px !important;
    position: relative;
  }

  .mogga-hero-card--light .mogga-hero-card__bottom,
  .mogga-hero-card--dark .mogga-hero-card__bottom {
    position: absolute;
    bottom: 4px;
    left: 6px;
    text-align: left;
  }
}

.mogga-hero-cards__row {
  flex: 2;
  display: flex;
  gap: 16px;
}

.mogga-hero-cards__row .mogga-hero-card {
  flex: 1;
}

/* Blog posts - clean magazine style */
.ArticleItem__ImageWrapper {
  height: 220px !important;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.ArticleItem__Image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.ArticleItem__Excerpt,
.ArticleItem__Link {
  display: none !important;
}

/* Blog posts - reduce spacing */
#shopify-section-template--19635201867885__blog-posts .Section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

#shopify-section-template--19635201867885__blog-posts .SectionHeader {
  margin-bottom: 12px !important;
}

#shopify-section-template--19635201867885__blog-posts .Grid__Cell {
  margin-bottom: 16px !important;
}

/* Shop the look - match spacing to rest of page */
#shopify-section-template--19635201867885__shop_the_look_Ajeb4J .Section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

#shopify-section-template--19635201867885__shop_the_look_Ajeb4J .SectionHeader {
  margin-bottom: 12px !important;
}

#shopify-section-template--19635201867885__shop_the_look_Ajeb4J .ShopTheLook {
  padding: 0 !important;
}

/* Featured collections - spacing and left-aligned title */
[id*="featured"] .Section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

[id*="featured"] .SectionHeader {
  margin-bottom: 12px !important;
  text-align: left !important;
}

[id*="featured"] .SectionHeader__Heading {
  text-align: left !important;
}

@media screen and (max-width: 765px) {
  [id*="featured"] .Section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

@media screen and (max-width: 765px) {
  [id*="featured"] .SectionHeader__Heading {
    font-size: 20px !important;
    letter-spacing: 0.08em !important;
  }
}

@media screen and (max-width: 765px) {
  #shopify-section-template--19635201867885__shop_the_look_Ajeb4J .ShopTheLook__Products {
    display: none !important;
  }

  #shopify-section-template--19635201867885__shop_the_look_Ajeb4J .ShopTheLook__ProductsWrapper {
    display: none !important;
  }
}

/* Hide $0 price on collection pages */
.ProductItem__Price[data-regular-price="$0.00"],
.ProductItem__Price .Price--highlight {
  display: none !important;
}

/* Align View Product to same line across all cards */
.ProductItem__Info {
  display: flex;
  flex-direction: column;
}

.ProductItem__Info .ProductItem__Price {
  margin-top: auto;
  padding-top: 8px;
}

/* Align View Product to same line across all cards */
.ProductItem {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ProductItem__Info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ProductItem__Title {
  height: 70px !important;
  overflow: hidden;
}

.ProductItem__Info .ProductItem__Price {
  margin-top: 8px;
}

/* Affiliate button styling */
.mogga-affiliate-btn {
  display: inline-block;
  background: #1a1a1a;
  color: #ffffff !important;
  padding: 14px 32px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 8px 0;
}

.mogga-affiliate-btn:hover {
  background: #4a3f35;
}