.mjs-hero--fullwidth{position:relative;width:100%;min-height:75vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f0ece8}.mjs-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.mjs-hero__image{width:100%;height:100%;object-fit:cover;object-position:70% bottom;display:block}@media(min-aspect-ratio:2/1){.mjs-hero__image{object-position:68% 92%}}@media(min-aspect-ratio:16/9)and (max-aspect-ratio:2/1){.mjs-hero__image{object-position:70% 85%}}@media(max-aspect-ratio:16/9)and (min-width:750px){.mjs-hero__image{object-position:70% bottom}}@keyframes mjs-hero-fadeIn{0%{opacity:0}to{opacity:1}}.mjs-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2a1810,#1a1209,#0d0b08,#1a1209,#2a1810);background-size:200% 200%;animation:mjs-hero-shimmer 8s ease-in-out infinite}@keyframes mjs-hero-shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.mjs-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(240,236,232,.85) 0%,rgba(240,236,232,.7) 35%,rgba(240,236,232,.15) 55%,transparent 70%);z-index:2}.mjs-hero__content{position:relative;z-index:3;width:100%;min-height:75vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:80px 24px 60px;padding-left:clamp(48px,9.5vw,200px);box-sizing:border-box}.mjs-hero__content-inner{max-width:600px;margin:0;animation:mjs-hero-fadeUp 1s ease-out .2s both}@keyframes mjs-hero-fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mjs-hero__subtitle{font-family:var(--mjs-font-body, "Inter", -apple-system, sans-serif);font-size:12px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--mjs-color-gold, #C9A86A);margin:0 0 24px;line-height:1.4}.mjs-hero__heading{font-family:var(--mjs-font-heading, "Playfair Display", Georgia, serif);font-size:clamp(36px,5.5vw,64px);font-weight:400;line-height:1.15;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.01em;white-space:pre-line}.mjs-hero__description{font-family:var(--mjs-font-body, "Inter", -apple-system, sans-serif);font-size:clamp(14px,1.6vw,17px);font-weight:300;line-height:1.7;color:#555;margin:0 0 40px;max-width:500px}.mjs-hero__actions{display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap}.mjs-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 36px;font-family:var(--mjs-font-body, "Inter", -apple-system, sans-serif);font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border-radius:0;transition:all .3s ease;cursor:pointer;min-width:200px}.mjs-hero__btn--primary{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a}.mjs-hero__btn--primary:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 20px #00000026}.mjs-hero__btn--secondary{background:var(--mjs-color-gold, #C9A86A);color:#fff;border:2px solid var(--mjs-color-gold, #C9A86A)}.mjs-hero__btn--secondary:hover{background:var(--mjs-color-gold-dark, #B8954F);border-color:var(--mjs-color-gold-dark, #B8954F);color:#fff;transform:translateY(-1px);box-shadow:0 4px 20px #c9a96e4d}.mjs-hero__explore{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;animation:mjs-hero-bounce 2s ease-in-out infinite;cursor:pointer}.mjs-hero__explore-text{font-family:var(--mjs-font-body, "Inter", -apple-system, sans-serif);font-size:10px;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:#1a1a1a66}.mjs-hero__explore-arrow{color:#1a1a1a66}@keyframes mjs-hero-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media(max-width:749px){.mjs-hero--fullwidth{min-height:auto!important;flex-direction:column;background:#fff}.mjs-hero__media{position:relative!important;inset:auto!important;width:100%;height:auto;aspect-ratio:3 / 4;z-index:1}.mjs-hero__media .mjs-hero__image{object-position:center top;width:100%;height:100%;object-fit:cover}.mjs-hero__overlay{display:none!important}.mjs-hero__content{position:relative!important;z-index:3;width:100%;min-height:auto!important;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:24px 28px 16px;padding-left:28px!important;box-sizing:border-box;background:#fff}.mjs-hero__content-inner{max-width:100%;width:100%}.mjs-hero__subtitle{font-size:10px;letter-spacing:.18em;margin-bottom:14px;color:var(--mjs-color-gold, #C9A86A)}.mjs-hero__heading{font-size:clamp(26px,7.5vw,36px);margin-bottom:14px;line-height:1.2;color:#1a1a1a}.mjs-hero__description{font-size:14px;line-height:1.65;margin-bottom:24px;color:#666;max-width:340px;margin-left:auto;margin-right:auto}.mjs-hero__actions{flex-direction:row!important;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap;width:100%}.mjs-hero__btn{width:auto!important;max-width:none!important;min-width:0!important;padding:13px 18px;font-size:10px;letter-spacing:.12em;flex:1;max-width:180px!important;white-space:nowrap}.mjs-hero__btn--primary{border-width:1.5px;border-radius:28px}.mjs-hero__btn--secondary{border-radius:28px;border-width:1.5px}.mjs-hero__explore{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;margin-top:20px;margin-bottom:8px;animation:mjs-hero-bounce-mobile 2s ease-in-out infinite}.mjs-hero__explore-text{font-size:10px;letter-spacing:.2em;color:#1a1a1a59}.mjs-hero__explore-arrow{color:#1a1a1a59;width:16px;height:10px}@keyframes mjs-hero-bounce-mobile{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}}.mjs-hero--mothers-day{aspect-ratio:auto;background:#fbf2ec;height:clamp(560px,42vw,720px);min-height:auto!important}.mjs-hero--mothers-day .mjs-hero__image{object-position:center center}.mjs-hero--mothers-day .mjs-hero__overlay{display:none}.mjs-hero--mothers-day .mjs-hero__content{height:100%;justify-content:flex-start;min-height:auto!important;padding-top:clamp(110px,10.8vw,176px);padding-bottom:4vw;padding-left:5.15vw;padding-right:40px}.mjs-hero--mothers-day .mjs-hero__content-inner{max-width:920px;animation:none}.mjs-hero--mothers-day .mjs-hero__subtitle{margin-bottom:clamp(24px,2.3vw,40px);font-family:var(--mjs-font-body, "Inter", -apple-system, sans-serif);font-size:clamp(12px,.9vw,16px);font-weight:500;letter-spacing:.22em;color:#bf9857}.mjs-hero--mothers-day .mjs-hero__heading{max-width:920px;margin-bottom:clamp(26px,2vw,34px);font-family:var(--mjs-font-body, "Inter", -apple-system, sans-serif);font-size:clamp(34px,3.05vw,54px);font-weight:300;line-height:1.16;letter-spacing:0;color:#151515;white-space:pre}.mjs-hero--mothers-day .mjs-hero__heading:after{content:"\2665";display:block;width:min(100%,630px);margin-top:clamp(22px,1.9vw,32px);background:linear-gradient(#c9a05f,#c9a05f) left center / calc(50% - 28px) 1px no-repeat,linear-gradient(#c9a05f,#c9a05f) right center / calc(50% - 28px) 1px no-repeat;color:#c9a05f;font-family:var(--mjs-font-body, "Inter", -apple-system, sans-serif);font-size:clamp(16px,1.35vw,24px);font-weight:500;line-height:1;text-align:center}.mjs-hero--mothers-day .mjs-hero__description{max-width:620px;margin-bottom:clamp(34px,3vw,52px);font-size:clamp(16px,1.35vw,23px);font-weight:300;line-height:1.45;color:#626262;white-space:pre}.mjs-hero--mothers-day .mjs-hero__actions{gap:clamp(14px,1vw,18px);flex-wrap:nowrap}.mjs-hero--mothers-day .mjs-hero__btn{min-width:clamp(250px,17.9vw,300px);min-height:clamp(56px,3.7vw,62px);padding:0 30px;border-radius:0;font-size:clamp(11px,.85vw,15px);letter-spacing:.16em;box-shadow:none}.mjs-hero--mothers-day .mjs-hero__btn--primary{border:1.5px solid #1f1f1f;background:transparent;color:#151515}.mjs-hero--mothers-day .mjs-hero__btn--secondary{border:1.5px solid #c9a05f;background:#c9a05f;color:#fff}@media(max-width:749px){#MainContent>.shopify-section.section:first-child:has(.mjs-hero--mothers-day){padding-top:0!important}.mjs-hero--mothers-day{position:relative;display:block;aspect-ratio:5 / 8;height:auto;min-height:auto!important;overflow:hidden;background:#fbf2ec}.mjs-hero--mothers-day .mjs-hero__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%;height:100%;aspect-ratio:auto}.mjs-hero--mothers-day .mjs-hero__media .mjs-hero__image{width:100%;height:100%;object-fit:cover;object-position:center top}.mjs-hero--mothers-day .mjs-hero__content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;min-height:auto!important;height:100%;display:block;padding:0!important;background:transparent;text-align:center}.mjs-hero--mothers-day .mjs-hero__content-inner{position:absolute;top:49.5%;left:50%;width:min(74vw,650px);max-width:650px;transform:translate(-50%)!important;animation:none}.mjs-hero--mothers-day .mjs-hero__subtitle{margin-bottom:clamp(8px,2.2vw,18px);font-size:clamp(8px,2.2vw,16px);letter-spacing:.22em}.mjs-hero--mothers-day .mjs-hero__heading{margin-bottom:clamp(8px,2.2vw,20px);font-size:clamp(17px,4.75vw,48px);line-height:1.18;white-space:pre}.mjs-hero--mothers-day .mjs-hero__heading:after{display:none}.mjs-hero--mothers-day .mjs-hero__description{max-width:none;margin-bottom:clamp(12px,2.8vw,26px);font-size:clamp(11px,2.75vw,24px);line-height:1.42;white-space:pre}.mjs-hero--mothers-day .mjs-hero__actions{flex-direction:column!important;align-items:center;gap:clamp(8px,2vw,16px);width:100%}.mjs-hero--mothers-day .mjs-hero__btn{flex:none;width:58vw!important;min-width:220px!important;max-width:530px!important;min-height:clamp(38px,9vw,66px);padding:0 18px;font-size:clamp(9px,2.35vw,17px);letter-spacing:.16em;border-radius:999px}}@media(min-width:750px)and (max-width:1024px){.mjs-hero__image{object-position:65% bottom}.mjs-hero--mothers-day .mjs-hero__content{padding-top:clamp(70px,10vw,110px);padding-left:5vw;padding-right:28px}.mjs-hero--mothers-day .mjs-hero__subtitle{margin-bottom:18px;font-size:12px}.mjs-hero--mothers-day .mjs-hero__heading{margin-bottom:20px;font-size:clamp(28px,4vw,34px)}.mjs-hero--mothers-day .mjs-hero__heading:after{margin-top:16px;font-size:16px}.mjs-hero--mothers-day .mjs-hero__description{margin-bottom:24px;font-size:clamp(13px,2vw,16px)}.mjs-hero--mothers-day .mjs-hero__btn{min-width:clamp(200px,24vw,250px);min-height:48px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/section-mjs-hero.css.map */
