.maison_commerce_collection_hero--bfcm{background-color:var(--hero-bg-color, #f9f8f7);padding:0;box-sizing:border-box;max-width:1600px;margin:0 auto}.maison_commerce_collection_hero__container{display:flex;gap:0;align-items:stretch}.maison_commerce_collection_hero__card{position:relative;border-radius:32px;overflow:hidden;width:50%;box-sizing:border-box}.maison_commerce_collection_hero__card-content{position:relative;z-index:2;padding:32px 56px;display:flex;flex-direction:column;gap:12px;height:100%}.maison_commerce_collection_hero__card--dark{background:var(--dark-card-bg, #023130);color:var(--dark-card-text, #f9f8f7);position:relative}.maison_commerce_collection_hero__card--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 640px 198px at 0% 100%,#9fcbb5,#6e978a 50%,#567c75,#3e6260);opacity:.4;pointer-events:none;z-index:0}.maison_commerce_collection_hero__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:32px;z-index:0}.maison_commerce_collection_hero__bg-image{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.5);object-fit:cover;mix-blend-mode:overlay;opacity:.8}.maison_commerce_collection_hero__card--dark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,var(--dark-card-bg, #2f2b1d) 0%,rgb(68 62 41) 80%);pointer-events:none;z-index:1}.maison_commerce_collection_hero__badge{position:absolute;top:0;left:0;width:140px;height:130px;z-index:1;border-radius:0;overflow:hidden;z-index:2}.maison_commerce_collection_hero__badge-image{width:100%;height:100%;object-fit:cover}.maison_commerce_collection_hero__card--light{background:var(--light-card-bg, #f1eeec);color:var(--light-card-text, #023130);display:flex;align-items:center}.maison_commerce_collection_hero__card--light .maison_commerce_collection_hero__card-content{gap:16px}.maison_commerce_collection_hero__reviews{display:flex;align-items:center;gap:8px;background:#ffffff0d;padding:4px 0;border-radius:4px}.maison_commerce_collection_hero__stars{display:flex;gap:2px;height:18px}.maison_commerce_collection_hero__stars svg{height:18px;width:auto}.maison_commerce_collection_hero__star{width:16px;height:16px;flex-shrink:0;color:var(--star-color, #00B67A)}.maison_commerce_collection_hero__review-count{font-size:12px;font-weight:600;line-height:1.4;white-space:nowrap;color:var(--dark-card-text, #f9f8f7);font-family:Inter,sans-serif}.maison_commerce_collection_hero__trustpilot{display:flex;align-items:center;height:16px}.maison_commerce_collection_hero__trustpilot svg{height:16px;width:auto;color:var(--dark-card-text, #f9f8f7)}.maison_commerce_collection_hero__title{display:flex;flex-direction:column;font-size:32px;line-height:1.2;text-transform:capitalize}.maison_commerce_collection_hero__title-italic{font-family:Playfair Display,serif;font-weight:500;font-style:italic;margin-bottom:-4px}.maison_commerce_collection_hero__title-bold{font-family:Inter,sans-serif;font-weight:600}.maison_commerce_collection_hero__description{font-size:18px;line-height:1.7;font-weight:500;opacity:.8;margin:0;font-family:Inter,sans-serif;color:var(--light-card-text, #023130)}.maison_commerce_collection_hero__button{display:flex;align-items:center;justify-content:center;background:var(--button-bg, #dfbaff);color:var(--button-text, #4b3c6e);border-radius:1000px;padding:10px 32px;height:56px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.12px;text-align:center;text-decoration:none;transition:all .3s ease;font-family:Inter,sans-serif;white-space:nowrap}.maison_commerce_collection_hero__button:hover{opacity:.9;transform:translateY(-2px)}.maison_commerce_collection_hero__countdown{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:8px}.maison_commerce_collection_hero__countdown-text{font-weight:500;font-size:14px;letter-spacing:-.01em;text-align:center;color:var(--light-card-text, #023130);opacity:.8;line-height:1.2;margin:0;font-family:Inter,sans-serif}.maison_commerce_collection_hero__countdown-timer{display:flex;align-items:center;gap:4px}.maison_commerce_collection_hero__countdown-timer .timer{display:flex;align-items:center;gap:6px}.maison_commerce_collection_hero__countdown-timer .timer__days,.maison_commerce_collection_hero__countdown-timer .timer__hrs,.maison_commerce_collection_hero__countdown-timer .timer__mins,.maison_commerce_collection_hero__countdown-timer .timer__secs{display:flex;gap:2px;padding:8px 10px;border-radius:8px;background-image:linear-gradient(149deg,#ffebac 14.55%,#fff2c7,#ffebac 85.45%);border:1px solid #ffffffa3;min-width:50px;justify-content:center;align-items:center}.maison_commerce_collection_hero__countdown-timer .timer__number{font-weight:600;font-size:16px;letter-spacing:-.02em;text-align:center;color:var(--timer-text, #093837);line-height:1;margin:0;font-family:Inter,sans-serif}.maison_commerce_collection_hero__countdown-timer .timer__label{font-weight:500;font-size:12px;letter-spacing:-.01em;text-align:center;color:var(--timer-text, #093837);opacity:.6;line-height:1;margin:0;font-family:Inter,sans-serif}@media screen and (max-width: 1024px){.maison_commerce_collection_hero__container{flex-direction:column;gap:0}.maison_commerce_collection_hero__card{width:100%}.maison_commerce_collection_hero__card-content{padding:32px 16px;width:100%;text-align:center}.maison_commerce_collection_hero__card--dark{border-radius:16px 16px 0 0;min-height:100px;display:flex;align-items:flex-end}.maison_commerce_collection_hero__card-bg,.maison_commerce_collection_hero__card--dark:before,.maison_commerce_collection_hero__card--dark:after{border-radius:16px 16px 0 0}.maison_commerce_collection_hero__card--light{border-radius:0 0 16px 16px}.maison_commerce_collection_hero__card--light>.maison_commerce_collection_hero__card-content{padding:16px!important}.maison_commerce_collection_hero__badge{top:0;left:0;width:120px;height:120px}.maison_commerce_collection_hero__stars{height:14px}.maison_commerce_collection_hero__stars svg{height:14px}.maison_commerce_collection_hero__star{width:12px;height:12px}.maison_commerce_collection_hero__review-count{font-size:10px}.maison_commerce_collection_hero__reviews{flex-direction:column;text-align:center;gap:4px}.maison_commerce_collection_hero__reviews .trustpilot-trust{flex-direction:column;text-align:center}.maison_commerce_collection_hero__title{font-size:24px}.maison_commerce_collection_hero__description{font-size:14px}.maison_commerce_collection_hero__button{font-size:12px;letter-spacing:.96px;width:100%}.maison_commerce_collection_hero__countdown-text{font-size:12px}.maison_commerce_collection_hero__countdown-timer .timer{gap:4px}.maison_commerce_collection_hero__countdown-timer .timer__days,.maison_commerce_collection_hero__countdown-timer .timer__hrs,.maison_commerce_collection_hero__countdown-timer .timer__mins,.maison_commerce_collection_hero__countdown-timer .timer__secs{padding:6px 8px;min-width:42px;width:40px;text-align:center;justify-content:center}.maison_commerce_collection_hero__countdown-timer .timer__number{font-size:14px}.maison_commerce_collection_hero__countdown-timer .timer__label{font-size:11px}}@media screen and (min-width: 768px) and (max-width: 1024px){.maison_commerce_collection_hero--bfcm{padding:24px 24px 32px}.maison_commerce_collection_hero__card-content{padding:32px}.maison_commerce_collection_hero__title{font-size:28px}.maison_commerce_collection_hero__description{font-size:16px}.maison_commerce_collection_hero__button{font-size:13px}.maison_commerce_collection_hero__badge{width:72px;height:72px}}@media screen and (min-width: 1440px){.maison_commerce_collection_hero__card-content{padding:40px 64px}.maison_commerce_collection_hero__title{font-size:36px}.maison_commerce_collection_hero__description{font-size:20px}.maison_commerce_collection_hero__countdown-text{font-size:16px}.maison_commerce_collection_hero__countdown-timer .timer__number{font-size:18px}.maison_commerce_collection_hero__countdown-timer .timer__label{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/collection-hero-bfcm.css.map */
