:root {
  --white: #fff;
  --spring-pink: #fde4d9;
  --midnight-blue: #002554;
  --black: black;
  --beige: #e7e3ce;
  --dark-goldenrod: #af934c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.home-body {
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.home-body.cc-store-home-wrap {
  object-fit: cover;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.products {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.button {
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
  font-size: 14px;
  line-height: 26px;
  display: flex;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.logo-link {
  z-index: 1;
  flex: 1;
  justify-content: center;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-icon {
  display: none;
}

.navigation-items {
  background-color: var(--spring-pink);
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.navigation {
  z-index: 99;
  background-color: var(--spring-pink);
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  display: block;
  position: sticky;
  top: 0;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.navigation-item {
  background-color: var(--spring-pink);
  opacity: 1;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  background-color: var(--midnight-blue);
  opacity: 1;
  color: var(--white);
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.menu-button.w--open {
  background-color: #0000;
}

.logo-image {
  height: 40px;
  display: block;
  position: relative;
  left: auto;
}

.navigation-wrap {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--midnight-blue);
  flex-direction: column;
  grid-template: ". . . Area Area-3"
                 ". . . Area-2 Area-4"
                 / 2fr;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.block-header {
  color: var(--black);
  text-align: center;
  border-color: #e4e4e4;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  position: relative;
  inset: auto 0% 0%;
  transform: translate(0);
}

.language {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  display: none;
  position: relative;
  overflow: visible;
}

.slide {
  background-color: var(--spring-pink);
  width: 100%;
  height: auto;
  position: sticky;
}

.mask {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.slide-nav {
  z-index: 96;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 10px;
  font-size: 9px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow {
  z-index: 99;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: none;
  position: absolute;
}

.slider {
  object-fit: fill;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
}

.section-header {
  background-color: var(--spring-pink);
  color: var(--midnight-blue);
  background-image: url('../images/OnceUponAScent_Background_1OnceUponAScent_Background.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 400px;
  display: none;
  overflow: hidden;
}

.section-header-02 {
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-header-02.brand-navigation-text {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.product {
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.image-9 {
  object-fit: contain;
  width: 300px;
  height: 300px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-8 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.ar-links-section {
  background-color: var(--white);
  background-image: url('../images/Gift-Finder-BG_1Gift Finder BG.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: auto;
  height: 80px;
  margin-bottom: 0;
  padding-top: 0;
}

.flower_02 {
  width: 150px;
  height: 150px;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  top: 114px;
  right: -222px;
}

.flower_01 {
  width: 250px;
  height: 250px;
  position: relative;
  top: -132px;
  right: 291px;
}

.flower_03 {
  width: 150px;
  height: 150px;
  position: relative;
  top: 38px;
  right: 430px;
}

.flower_04 {
  width: 250px;
  height: 250px;
  position: relative;
  top: 283px;
  right: -423px;
}

.campaign-description-header {
  color: var(--black);
  text-align: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: static;
  top: -406px;
}

.campaign-description-header.old {
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  display: block;
  position: static;
}

.campaign-description-header.old.mobile {
  display: none;
}

.campaign-description-text {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-left: 380px;
  margin-right: 380px;
  font-size: 14px;
  line-height: 25px;
  display: block;
  position: static;
  top: -417px;
}

.campaign-description-text.mobile {
  display: none;
}

.campaign-description-text.old {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: block;
  position: static;
}

.campaign-description-text.old.mobile {
  display: none;
}

.footer-text {
  color: var(--white);
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.section-4 {
  object-fit: contain;
  justify-content: center;
  display: flex;
}

.div-block-20 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  height: auto;
  margin: 15px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.image-18 {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.dropdown-link {
  font-size: 13px;
}

.dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  font-size: 12px;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.block-subheader {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.right-arrow {
  z-index: 97;
  object-fit: fill;
  display: none;
  position: absolute;
}

.body {
  border: 1px solid var(--white);
  background-color: #fff;
  margin-top: 0;
  display: block;
}

.ouas-kv {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: static;
}

.ouas-kv.mobile {
  display: none;
}

.mj-kv {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  display: block;
}

.mj-kv.mobile {
  display: none;
}

.burberry-kv {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.burberry-kv.mobile {
  display: none;
}

.chloe-kv {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
}

.chloe-kv.mobile {
  display: none;
}

.kv-slider-desktop {
  justify-content: center;
  width: 100%;
  display: flex;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.promo-slider {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.full-promo-div---desktop {
  background-color: #f3f5f5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.gift-finder {
  background-color: var(--white);
  background-image: url('../images/Gift-Finder-BG_1Gift Finder BG.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.image-42 {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-44 {
  object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hugo-kv {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hugo-kv.mobile {
  display: none;
}

.kv-slider-mobile {
  justify-content: center;
  width: 100%;
  display: none;
}

.full-promo-div---mobile {
  background-color: #f3f5f5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.registration-button {
  z-index: 2;
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 40px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.registration-button:hover {
  color: var(--white);
  font-weight: 700;
}

.img-ar-qr {
  height: auto;
}

.gift-finder-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-51 {
  width: 400px;
  height: auto;
}

.campaign-info {
  background-color: var(--white);
  background-image: url('../images/Gift-Finder-BG_1Gift Finder BG.webp');
  background-position: 100% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.shop-now-button {
  z-index: 2;
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 40px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.shop-now-button:hover {
  color: var(--white);
  font-weight: 700;
}

.global-ar-button {
  z-index: 2;
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 40px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.global-ar-button:hover {
  color: var(--white);
  font-weight: 700;
}

.global-ar-button.desktop, .global-ar-button.mobile {
  display: none;
}

.gift-finder-button {
  z-index: 2;
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 40px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.gift-finder-button:hover {
  color: var(--white);
  font-weight: 700;
}

.html-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tsh-section-desktop {
  background-color: var(--spring-pink);
  height: auto;
  min-height: 350px;
}

.tsh_spring_landing_desktop {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing_Desktop.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tsh_landing_mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.container-tsh {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-spring {
  color: #1b3157;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-spring {
  color: #1b3157;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.text-block-spring {
  color: #1b3157;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.tsh-pink-btn-1-copy {
  float: none;
  aspect-ratio: auto;
  border: 1px solid var(--spring-pink);
  outline-offset: 0px;
  color: var(--spring-pink);
  letter-spacing: 0;
  object-fit: fill;
  object-position: 100% 50%;
  background-color: #1b3157;
  border-radius: 25px;
  outline: 3px #fff;
  margin: 8px auto 0;
  padding: 8px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  display: block;
  position: static;
  overflow: auto;
}

.tsh-pink-btn-1-copy:hover {
  border: 1px solid var(--midnight-blue);
  background-color: var(--spring-pink);
  color: var(--midnight-blue);
  -webkit-text-stroke-color: #002554;
  font-weight: 500;
}

.slide-2 {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-bottom: -14px;
  position: sticky;
}

.promo-slider-2 {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-52 {
  object-fit: contain;
  width: 100%;
  margin: 0 auto;
}

.register-section {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fde4d9cc;
  background-clip: border-box;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100px;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  position: static;
  bottom: -11px;
  overflow: visible;
}

.slide-nav-2 {
  z-index: 96;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: -85px;
  padding-top: 0;
  font-size: 9px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.register-block {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: auto;
  margin: 20px;
  display: flex;
}

.left-arrow-4 {
  display: none;
}

.image-56 {
  background-image: none;
  background-size: auto;
  width: 38%;
  min-width: 400px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
}

.gift-finder-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.gift-finder-spring {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--white);
  object-fit: contain;
  background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing_V2.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border: 2px #000;
  border-left-width: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  min-height: auto;
  max-height: 500px;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.full-promo-div---desktop-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.right-arrow-4 {
  display: none;
}

.tsh-pink-btn {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 1px none var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  backface-visibility: visible;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  text-underline-position: auto;
  cursor: auto;
  background-color: #d0b87a;
  border-radius: 25px;
  order: 0;
  align-self: auto;
  margin: 0 auto;
  padding: 5px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: static;
  overflow: hidden;
}

.tsh-pink-btn:hover {
  border: 0px solid var(--white);
  background-color: var(--spring-pink);
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--white);
  box-shadow: 0 2px 9px #0003;
}

.tsh-pink-btn.hover {
  border-width: 1px;
  border-color: #fff0;
}

.register-section-head {
  background-color: #fff0;
  width: auto;
  height: auto;
  margin: 0 auto auto;
}

.register-section-head.brand-navigation-text {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-57 {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  margin: 0 auto 7px;
}

.image-58 {
  object-fit: contain;
  width: 100%;
  margin: 0 auto;
}

.full-promo-div---desktop-3 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.right-arrow-5 {
  display: none;
}

.image-59 {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  margin: 0 auto 7px;
}

.image-60 {
  object-fit: contain;
  width: 100%;
  margin: 0 auto;
}

.right-arrow-6 {
  display: none;
}

.image-61 {
  -webkit-text-stroke-color: #1a1b1f00;
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  margin: 0 auto 9px;
}

.burberry-spring {
  padding-left: 10px;
  padding-right: 10px;
}

.products-2 {
  background-color: var(--spring-pink);
  color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.block-header-spring {
  color: var(--midnight-blue);
  text-align: center;
  border: 0 #1b3157;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  inset: auto 0% 0%;
  transform: translate(0);
}

.div-block-25 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.mc-spring {
  padding-left: 10px;
  padding-right: 10px;
}

.product-2 {
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
}

.chloe-spring {
  padding-left: 10px;
  padding-right: 10px;
}

.tsh-pink-btn-copy {
  color: #f8f7f3;
  text-align: center;
  text-transform: uppercase;
  background-color: #1b3157;
  border-radius: 25px;
  align-self: auto;
  margin: 0 auto -77px;
  padding: 8px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  position: static;
  overflow: visible;
}

.tsh-pink-btn-copy:hover {
  color: #fff;
}

.tsh-blue-btn-copy {
  border: 1px solid var(--spring-pink);
  color: #f8f7f3;
  text-align: center;
  text-transform: uppercase;
  background-color: #1b3258;
  border-radius: 25px;
  align-self: auto;
  margin: auto;
  padding: 8px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  position: relative;
  overflow: visible;
}

.tsh-blue-btn-copy:hover {
  border: 1px solid var(--spring-pink);
  background-color: var(--white);
  color: var(--spring-pink);
}

.tsh-footer {
  background-color: #002554;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.footer-wrap {
  justify-content: center;
  align-items: flex-start;
  max-width: 980px;
  display: flex;
}

.coty-logo {
  width: 150px;
}

.text-footer {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: .75em;
  line-height: 1.75em;
}

.bold-text {
  color: var(--spring-pink);
  font-weight: 500;
}

.bold-text:hover {
  color: var(--midnight-blue);
}

.full-promo-div---mobile-3 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: none;
}

.image-62 {
  min-width: 45%;
  max-width: 45px;
  margin: auto;
  padding-bottom: 140px;
}

.text-block {
  color: #1b3157;
  font-size: 18px;
}

.image-64 {
  min-width: 32%;
  max-width: 32px;
}

.tsh-pink-btn-copy {
  background-color: var(--white);
  color: var(--spring-pink);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 25px;
  align-self: auto;
  margin: 0 auto;
  padding: 8px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  position: static;
  overflow: visible;
}

.tsh-pink-btn-copy:hover {
  border: 1px solid var(--white);
  background-color: var(--spring-pink);
  color: var(--white);
}

.paragraph-spring-copy {
  color: #1b3157;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.register-block-copy {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: auto;
  margin: 20px;
  display: flex;
}

.text-span {
  color: #f2f0e9;
}

.section-5 {
  min-height: 300px;
}

.bold-text-2 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .home-body {
    background-color: #002554;
  }

  .button {
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    justify-content: center;
    line-height: 20px;
    display: flex;
    position: relative;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .navigation {
    width: 100%;
    padding: 0 30px;
    display: flex;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    text-align: center;
    height: 30px;
    max-height: 30px;
    left: auto;
  }

  .navigation-wrap {
    justify-content: flex-end;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .language {
    border-radius: 25px;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .mask {
    object-fit: cover;
    background-color: #ececec;
    height: auto;
  }

  .slide-nav {
    object-fit: cover;
    height: auto;
    padding-top: 10px;
    font-size: 8px;
    display: block;
    inset: auto 0% 0%;
  }

  .slider {
    height: auto;
  }

  .product {
    object-fit: fill;
    justify-content: center;
    width: 45%;
  }

  .div-block-8 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flower_01 {
    right: 275px;
  }

  .flower_03 {
    right: 384px;
  }

  .flower_04 {
    top: 292px;
    right: -385px;
  }

  .campaign-description-header {
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
  }

  .campaign-description-text {
    margin-left: 207px;
    margin-right: 207px;
  }

  .footer-text {
    font-size: 10px;
  }

  .div-block-20 {
    justify-content: center;
    width: auto;
    max-width: 800px;
    height: 200px;
  }

  .right-arrow {
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
  }

  .ouas-kv, .mj-kv {
    height: auto;
  }

  .burberry-kv {
    object-fit: cover;
    object-position: 50% 50%;
    height: auto;
  }

  .chloe-kv {
    object-fit: cover;
    height: auto;
    position: static;
  }

  .hugo-kv {
    object-fit: cover;
    object-position: 50% 50%;
    height: auto;
  }

  .registration-button, .shop-now-button, .global-ar-button, .gift-finder-button {
    top: auto;
    right: auto;
  }

  .tsh-section-desktop {
    height: 300px;
    min-height: auto;
  }

  .tsh_spring_landing_desktop {
    background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing_Desktop.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    min-height: 300px;
    max-height: 350px;
  }

  .tsh_landing_mobile {
    display: none;
  }

  .paragraph-spring {
    color: #1b3157;
  }

  .tsh-pink-btn-1-copy {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 28px;
  }

  .promo-slider-2 {
    background-color: var(--white);
  }

  .register-section {
    background-color: #fde4d9cc;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80px;
    margin: auto;
    display: block;
    position: static;
  }

  .slide-nav-2 {
    object-fit: cover;
    height: auto;
    margin-bottom: -80px;
    padding-top: 10px;
    font-size: 8px;
    display: block;
    inset: auto 0% 0%;
  }

  .register-block {
    background-image: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .image-56 {
    background-image: url('../images/MHA_Spring_Giftfinder-Homepage-04.png');
    width: 50%;
  }

  .gift-finder-wrapper {
    justify-content: center;
    align-items: center;
    min-height: 220px;
    display: flex;
  }

  .gift-finder-spring {
    background-color: #f2f0e9;
    background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing_Fragrance-finder-BG.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    min-height: 250px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tsh-pink-btn {
    border-color: var(--midnight-blue);
    -webkit-text-stroke-color: var(--spring-pink);
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    transition: opacity .2s;
  }

  .register-section-head {
    background-color: #fff0;
    margin-top: 6px;
  }

  .image-61 {
    margin-bottom: 0;
  }

  .products-2 {
    background-color: var(--spring-pink);
    color: var(--spring-pink);
    margin-top: 0;
    padding-top: 19px;
  }

  .block-header-spring {
    color: var(--midnight-blue);
  }

  .div-block-25 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .product-2 {
    object-fit: fill;
    justify-content: center;
    width: 100%;
  }

  .tsh-pink-btn-copy {
    font-size: 16px;
  }

  .tsh-blue-btn-copy {
    border-color: var(--white);
    pointer-events: auto;
    color: #1b3157;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    transition: opacity .2s;
  }

  .tsh-footer {
    background-color: var(--midnight-blue);
    min-width: 100px;
  }

  .footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 14px;
    line-height: 28px;
  }

  .image-62 {
    min-width: 60%;
    max-width: 60px;
  }

  .tsh-pink-btn-copy {
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 14px;
    line-height: 28px;
    transition: opacity .2s;
  }

  .paragraph-spring-copy {
    color: #1b3157;
  }

  .register-block-copy {
    background-image: none;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-body {
    background-color: #1b3157;
    margin-left: 0;
    margin-right: 0;
  }

  .home-body.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .products {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 0 30px;
  }

  .logo-image {
    height: auto;
    max-height: 30px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .mask {
    height: 100%;
  }

  .slide-nav {
    object-fit: cover;
    height: auto;
  }

  .slider {
    height: auto;
    overflow: visible;
  }

  .div-block-8 {
    flex-direction: row;
  }

  .right-arrow {
    display: block;
  }

  .ouas-kv {
    object-fit: cover;
    height: auto;
  }

  .burberry-kv {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .chloe-kv {
    height: auto;
  }

  .full-promo-div---desktop, .gift-finder {
    text-align: center;
  }

  .hugo-kv {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .full-promo-div---mobile, .campaign-info {
    text-align: center;
  }

  .tsh-section-desktop {
    height: auto;
    padding-top: 0;
  }

  .tsh_spring_landing_desktop {
    background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing_Desktop.png');
    background-position: 50% 100%;
    background-size: cover;
    height: auto;
    min-height: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .tsh_landing_mobile {
    display: none;
  }

  .container-tsh {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-spring {
    font-size: 22px;
    line-height: 30px;
  }

  .slide-2 {
    margin-bottom: 0;
  }

  .register-section {
    box-sizing: border-box;
    object-fit: fill;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    min-height: auto;
    margin-bottom: auto;
  }

  .slide-nav-2 {
    object-fit: cover;
    height: auto;
    margin-bottom: -80px;
    padding-bottom: 0;
  }

  .register-block {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin: 0 10px 20px;
  }

  .image-56 {
    width: 50%;
    min-width: 360px;
    margin-top: 100px;
  }

  .gift-finder-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: auto;
    display: flex;
  }

  .gift-finder-spring {
    text-align: center;
    background-color: #f2f0e9;
    background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing_Fragrance-finder-BG.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin: auto auto 0;
    padding: 0 20px;
    display: flex;
  }

  .full-promo-div---desktop-2 {
    text-align: center;
  }

  .register-section-head {
    min-height: auto;
  }

  .full-promo-div---desktop-3 {
    text-align: center;
  }

  .products-2 {
    background-color: var(--spring-pink);
    color: var(--midnight-blue);
    text-align: center;
  }

  .block-header-spring {
    color: var(--midnight-blue);
    border-color: #1b3157;
    font-size: 23px;
  }

  .div-block-25 {
    flex-direction: row;
  }

  .tsh-footer {
    background-color: var(--midnight-blue);
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-footer {
    font-size: .685em;
  }

  .full-promo-div---mobile-3 {
    text-align: center;
  }

  .image-62 {
    min-width: 60%;
    max-width: 60px;
  }

  .image-64 {
    padding-top: 11px;
  }

  .paragraph-spring-copy {
    color: #1b3157;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .register-block-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin: 0 10px 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .home-body {
    background-color: #002554;
    margin-left: 0;
    margin-right: 0;
  }

  .home-body.cc-store-home-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .products {
    background-color: var(--spring-pink);
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button {
    border-radius: 30px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    height: 16px;
    display: none;
  }

  .navigation-items {
    justify-content: space-between;
  }

  .navigation {
    padding: 0 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    text-align: center;
    flex: 0 auto;
    height: 30px;
    max-height: 30px;
    font-size: 16px;
    left: auto;
  }

  .footer {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-header {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .language {
    font-size: 12px;
  }

  .mask {
    height: 100%;
    overflow: hidden;
  }

  .slide-nav {
    font-size: 5px;
    line-height: 10px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slider {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .section-header {
    background-color: var(--beige);
    background-image: url('../images/OnceUponAScent_Background_1OnceUponAScent_Background.webp');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: none;
  }

  .section-header-02 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .product {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    position: relative;
  }

  .div-block-8 {
    object-fit: scale-down;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    display: flex;
  }

  .ar-links-section {
    background-color: var(--spring-pink);
    background-image: url('../images/Gift-Finder-BG_1Gift Finder BG.webp');
    background-position: 0 0;
    background-size: cover;
    height: auto;
    padding-bottom: 40px;
  }

  .footer-logo {
    width: auto;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .flower_03 {
    top: 169px;
    right: 159px;
  }

  .flower_04 {
    top: 170px;
    right: -158px;
  }

  .campaign-description-header {
    text-align: center;
    text-transform: none;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .campaign-description-header.old {
    display: none;
  }

  .campaign-description-header.old.mobile {
    font-size: 28px;
    display: block;
  }

  .campaign-description-text {
    margin-left: 19px;
    margin-right: 19px;
    font-size: 11px;
    line-height: 20px;
    display: none;
  }

  .campaign-description-text.mobile {
    display: block;
  }

  .campaign-description-text.old {
    display: none;
  }

  .campaign-description-text.old.mobile {
    display: block;
  }

  .footer-text {
    text-align: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-20 {
    justify-content: center;
    width: auto;
    max-width: 800px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-18 {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 100px;
    padding: 5px;
  }

  .right-arrow {
    display: none;
  }

  .ouas-kv {
    object-fit: cover;
    height: 100%;
    display: none;
  }

  .ouas-kv.mobile {
    display: block;
  }

  .mj-kv {
    object-fit: cover;
    height: 100%;
    display: none;
  }

  .mj-kv.mobile {
    display: block;
  }

  .burberry-kv {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    display: none;
  }

  .burberry-kv.mobile {
    display: block;
  }

  .chloe-kv {
    display: none;
  }

  .chloe-kv.mobile {
    display: block;
  }

  .kv-slider-desktop, .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .full-promo-div---desktop {
    background-color: #f3f5f5;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .gift-finder {
    background-color: var(--spring-pink);
    background-image: url('../images/Gift-Finder-BG_1Gift Finder BG.webp');
    background-position: 0 0;
    background-size: cover;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .hugo-kv {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    display: none;
  }

  .hugo-kv.mobile, .kv-slider-mobile {
    display: block;
  }

  .full-promo-div---mobile {
    background-color: #f3f5f5;
    justify-content: center;
    align-self: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .registration-button {
    border-radius: 30px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    top: auto;
    right: auto;
  }

  .img-ar-qr {
    display: none;
  }

  .campaign-info {
    background-color: var(--spring-pink);
    background-size: cover;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .shop-now-button, .global-ar-button {
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: block;
    top: auto;
    right: auto;
  }

  .global-ar-button.desktop {
    display: none;
  }

  .global-ar-button.mobile {
    display: block;
  }

  .gift-finder-button {
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: block;
    top: auto;
    right: auto;
  }

  .div-block-24 {
    width: 100%;
    height: 90%;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .tsh_spring_landing_desktop {
    background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing_Mobile.png');
    background-position: 50%;
    background-size: contain;
    height: 50vh;
    display: none;
  }

  .tsh_landing_mobile {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/MHA-Spring-2025_Microsite-Banner_Landing.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 0;
    min-height: 300px;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .container-tsh {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-spring {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-spring {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-spring {
    color: #1b3157;
    font-size: 17px;
    line-height: 20px;
  }

  .tsh-pink-btn-1-copy {
    background-image: none;
    margin-top: 0;
  }

  .slide-2 {
    background-color: #fff;
  }

  .promo-slider-2 {
    background-color: var(--spring-pink);
    margin-bottom: 0;
  }

  .image-52 {
    margin-bottom: 0;
  }

  .register-section {
    background-color: #fde4d9cc;
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 0;
  }

  .slide-nav-2 {
    margin-bottom: -60px;
    padding-top: 0;
    font-size: 5px;
    line-height: 10px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .register-block {
    min-height: 50px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-arrow-4 {
    display: none;
  }

  .image-56 {
    object-fit: fill;
    flex: 0 auto;
    width: 90%;
    min-width: 90%;
    margin: 20px auto auto;
    padding: 0 10px 10px;
    position: static;
    inset: 0% 0% auto auto;
  }

  .gift-finder-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
  }

  .gift-finder-spring {
    aspect-ratio: auto;
    outline-offset: 0px;
    object-fit: contain;
    background-color: #fff;
    background-image: url('../images/gift-finder-mobile-2.png');
    background-position: 10% 0;
    background-size: cover;
    outline: 3px #1a1b1f;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .full-promo-div---desktop-2 {
    background-color: #f3f5f5;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .tsh-pink-btn {
    border-color: var(--spring-pink);
    text-align: center;
    margin-top: -3px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
  }

  .register-section-head {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .image-57 {
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 10px;
  }

  .image-58 {
    margin-bottom: 0;
  }

  .full-promo-div---desktop-3 {
    background-color: var(--spring-pink);
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .right-arrow-5 {
    display: none;
  }

  .image-59 {
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 10px;
  }

  .image-60 {
    margin-bottom: 0;
  }

  .right-arrow-6 {
    display: none;
  }

  .image-61 {
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
  }

  .products-2 {
    background-color: var(--spring-pink);
    color: #1b3258;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-header-spring {
    color: var(--midnight-blue);
    border-color: #1b3157;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .div-block-25 {
    object-fit: scale-down;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    display: flex;
  }

  .product-2 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    position: relative;
  }

  .tsh-pink-btn-copy {
    text-align: center;
    background-color: #e3087f;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .tsh-blue-btn-copy {
    background-color: var(--spring-pink);
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .tsh-blue-btn-copy:hover {
    border: 1px solid var(--spring-pink);
    background-color: var(--white);
    color: var(--spring-pink);
  }

  .tsh-footer {
    background-color: var(--midnight-blue);
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .full-promo-div---mobile-3 {
    background-color: var(--spring-pink);
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .image-63 {
    width: 80%;
    min-width: 60%;
    max-width: 80%;
  }

  .image-64 {
    min-width: 70%;
  }

  .tsh-pink-btn-copy {
    background-color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .paragraph-spring-copy {
    color: #1b3157;
    font-size: 16px;
    line-height: 24px;
  }

  .register-block-copy {
    min-height: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-span {
    color: var(--spring-pink);
  }
}


