.collection-hero,.mercury-collection-hero{position:relative;background:var(--mercury-white);transition:all var(--mercury-transition-standard) ease}.mercury-collection-hero{background:linear-gradient(135deg,#fff,#fafafa);border-bottom:1px solid rgba(26,26,26,.05);overflow:hidden;position:relative}.mercury-collection-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--mercury-gold),transparent);z-index:1}.mercury-collection-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:1px;background:linear-gradient(90deg,transparent,var(--mercury-gold),transparent)}.collection-hero__inner,.mercury-collection-hero__inner{display:flex;flex-direction:column;position:relative;z-index:2}.mercury-collection-hero__inner{padding:var(--mercury-space-xl) 0;background:#fffc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);margin:var(--mercury-space-lg);border:1px solid rgba(26,26,26,.05)}.collection-hero--with-image .collection-hero__inner,.mercury-collection-hero--with-image .mercury-collection-hero__inner{margin-bottom:0;padding-bottom:var(--mercury-space-lg)}.mercury-collection-hero--with-image .mercury-collection-hero__inner{background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media screen and (min-width: 750px){.collection-hero.collection-hero--with-image,.mercury-collection-hero.mercury-collection-hero--with-image{padding:calc(var(--mercury-space-xxl) + var(--page-width-margin, 2rem)) 0;overflow:hidden}.mercury-collection-hero.mercury-collection-hero--with-image{padding:calc(var(--mercury-space-xxl) * 1.5 + var(--page-width-margin, 2rem)) 0}.collection-hero--with-image .collection-hero__inner,.mercury-collection-hero--with-image .mercury-collection-hero__inner{padding-bottom:0}}.collection-hero__text-wrapper,.mercury-collection-hero__text-wrapper{flex-basis:100%;position:relative}.mercury-collection-hero__text-wrapper{background:#ffffff80;padding:var(--mercury-space-lg);border:1px solid rgba(26,26,26,.03);position:relative}.mercury-collection-hero__text-wrapper:before{content:"";position:absolute;top:0;left:0;width:40px;height:2px;background:var(--mercury-gold)}@media screen and (min-width: 750px){.collection-hero,.mercury-collection-hero{padding:0}.collection-hero__inner,.mercury-collection-hero__inner{align-items:center;flex-direction:row;padding-bottom:0}.mercury-collection-hero__inner{margin:var(--mercury-space-xl);padding:var(--mercury-space-xl)}}.collection-hero__title,.mercury-collection-hero__title{margin:calc(var(--mercury-space-lg) * 1.25) 0;font-family:Helvetica Neue,Arial,sans-serif;font-weight:var(--mercury-font-light);letter-spacing:.1em;text-transform:uppercase;color:var(--mercury-black);position:relative}.mercury-collection-hero__title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin:0 0 var(--mercury-space-lg) 0}.mercury-collection-hero__title:after{content:"";position:absolute;bottom:calc(var(--mercury-space-sm) * -1);left:0;width:60px;height:2px;background:linear-gradient(90deg,var(--mercury-gold),transparent)}.collection-hero__title+.collection-hero__description,.mercury-collection-hero__title+.mercury-collection-hero__description{margin-top:var(--mercury-space-md);margin-bottom:var(--mercury-space-md);font-size:1.6rem;line-height:calc(1 + .5 / var(--font-body-scale));font-family:Helvetica Neue,Arial,sans-serif;font-weight:var(--mercury-font-light);color:var(--mercury-black);opacity:.9}.mercury-collection-hero__title+.mercury-collection-hero__description{font-size:1.125rem;line-height:1.6;margin-top:var(--mercury-space-lg);margin-bottom:var(--mercury-space-lg)}@media screen and (min-width: 750px){.collection-hero__title+.collection-hero__description,.mercury-collection-hero__title+.mercury-collection-hero__description{font-size:1.8rem;margin-top:var(--mercury-space-lg);margin-bottom:var(--mercury-space-lg)}.mercury-collection-hero__title+.mercury-collection-hero__description{font-size:1.25rem;margin-top:calc(var(--mercury-space-lg) * 1.5);margin-bottom:calc(var(--mercury-space-lg) * 1.5)}.collection-hero__description,.mercury-collection-hero__description{max-width:66.67%}.mercury-collection-hero__description{max-width:75%}.collection-hero--with-image .collection-hero__description,.mercury-collection-hero--with-image .mercury-collection-hero__description{max-width:100%}}.collection-hero--with-image .collection-hero__title,.mercury-collection-hero--with-image .mercury-collection-hero__title{margin:0}.mercury-collection-hero--with-image .mercury-collection-hero__title{margin-bottom:var(--mercury-space-md)}.collection-hero--with-image .collection-hero__text-wrapper,.mercury-collection-hero--with-image .mercury-collection-hero__text-wrapper{padding:var(--mercury-space-xxl) 0 var(--mercury-space-xxl)}.mercury-collection-hero--with-image .mercury-collection-hero__text-wrapper{padding:calc(var(--mercury-space-xl) * 1.25) var(--mercury-space-lg) var(--mercury-space-xl);background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-right:1px solid rgba(200,169,100,.1)}.collection-hero__image-container,.mercury-collection-hero__image-container{border:1px solid rgba(26,26,26,.1);border-radius:0;box-shadow:0 4px 16px #00000014;position:relative;overflow:hidden;transition:all var(--mercury-transition-standard) ease}.mercury-collection-hero__image-container{border-color:#1a1a1a0d;box-shadow:0 8px 32px #0000001f,0 4px 16px #c8a96414;background:linear-gradient(135deg,#fafafa,#fff)}.mercury-collection-hero__image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(200,169,100,.03) 100%);opacity:0;transition:opacity var(--mercury-transition-standard) ease;z-index:1;pointer-events:none}.mercury-collection-hero__image-container:hover{transform:scale(1.01);box-shadow:0 12px 48px #00000026,0 6px 24px #c8a9641f}.mercury-collection-hero__image-container:hover:before{opacity:1}.mercury-collection-hero__image-container img{transition:transform var(--mercury-transition-luxury) ease}.mercury-collection-hero__image-container:hover img{transform:scale(1.02)}@media screen and (max-width: 749px){.collection-hero__image-container,.mercury-collection-hero__image-container{height:20rem}.mercury-collection-hero__image-container{height:24rem;margin:var(--mercury-space-lg) 0}}@media screen and (min-width: 750px){.collection-hero--with-image .collection-hero__text-wrapper,.mercury-collection-hero--with-image .mercury-collection-hero__text-wrapper{padding:var(--mercury-space-xxl) var(--mercury-space-lg) var(--mercury-space-xxl) 0;flex-basis:50%}.mercury-collection-hero--with-image .mercury-collection-hero__text-wrapper{padding:calc(var(--mercury-space-xl) * 1.5) var(--mercury-space-xl) calc(var(--mercury-space-xl) * 1.5) 0;flex-basis:55%}.collection-hero__image-container,.mercury-collection-hero__image-container{align-self:stretch;flex:1 0 50%;margin-left:var(--mercury-space-xl);min-height:20rem}.mercury-collection-hero__image-container{flex:1 0 45%;margin-left:calc(var(--mercury-space-xl) * 1.5);min-height:28rem}}.mercury-collection-hero__stats{display:flex;gap:var(--mercury-space-xl);margin-top:var(--mercury-space-xl);padding-top:var(--mercury-space-lg);border-top:1px solid rgba(200,169,100,.1)}.mercury-collection-hero__stat{text-align:center;flex:1}.mercury-collection-hero__stat-number{display:block;font-size:2rem;font-weight:var(--mercury-font-light);color:var(--mercury-gold);line-height:1;margin-bottom:var(--mercury-space-xs);font-family:Helvetica Neue,Arial,sans-serif}.mercury-collection-hero__stat-label{font-size:.875rem;font-weight:var(--mercury-font-light);color:var(--mercury-black);opacity:.7;text-transform:uppercase;letter-spacing:.05em;font-family:Helvetica Neue,Arial,sans-serif}.mercury-collection-hero__actions{display:flex;gap:var(--mercury-space-md);margin-top:var(--mercury-space-xl);flex-wrap:wrap}.mercury-collection-hero__action{padding:var(--mercury-space-md) var(--mercury-space-lg);background:transparent;border:1px solid rgba(26,26,26,.2);color:var(--mercury-black);text-decoration:none;font-family:Helvetica Neue,Arial,sans-serif;font-weight:var(--mercury-font-light);font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;transition:all var(--mercury-transition-standard) ease;position:relative;overflow:hidden}.mercury-collection-hero__action:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--mercury-gold);transition:left var(--mercury-transition-luxury) ease;z-index:0}.mercury-collection-hero__action span{position:relative;z-index:1;transition:color var(--mercury-transition-standard) ease}.mercury-collection-hero__action:hover:before{left:0}.mercury-collection-hero__action:hover span{color:var(--mercury-black)}.mercury-collection-hero__action--primary{background:var(--mercury-black);color:var(--mercury-white);border-color:var(--mercury-black)}.mercury-collection-hero__action--primary:before{background:var(--mercury-gold)}.mercury-collection-hero__action--primary:hover span{color:var(--mercury-black)}.mercury-collection-hero__breadcrumbs{margin-bottom:var(--mercury-space-lg);font-family:Helvetica Neue,Arial,sans-serif;font-weight:var(--mercury-font-light);font-size:.875rem;opacity:.7}.mercury-collection-hero__breadcrumbs a{color:var(--mercury-black);text-decoration:none;transition:color var(--mercury-transition-standard) ease}.mercury-collection-hero__breadcrumbs a:hover{color:var(--mercury-gold)}.mercury-collection-hero__breadcrumbs .separator{margin:0 var(--mercury-space-sm);color:var(--mercury-gold)}@media screen and (max-width: 749px){.mercury-collection-hero__stats{flex-direction:column;gap:var(--mercury-space-md)}.mercury-collection-hero__actions{flex-direction:column}.mercury-collection-hero__action{text-align:center}}@media screen and (min-width: 990px){.mercury-collection-hero__inner{margin:calc(var(--mercury-space-xl) * 1.5);padding:calc(var(--mercury-space-xl) * 1.5)}.mercury-collection-hero__title{font-size:clamp(2.5rem,6vw,4rem)}.mercury-collection-hero__image-container{min-height:32rem}}@media (forced-colors: active){.mercury-collection-hero,.mercury-collection-hero__inner,.mercury-collection-hero__image-container,.mercury-collection-hero__action{border:2px solid ButtonText}.mercury-collection-hero__action:hover{background:Highlight;color:HighlightText}}@media (prefers-reduced-motion: reduce){.mercury-collection-hero,.mercury-collection-hero__image-container,.mercury-collection-hero__action{transition:none!important;animation:none!important;transform:none!important}.mercury-collection-hero__image-container:hover,.mercury-collection-hero__image-container:hover img{transform:none}}@media print{.mercury-collection-hero{background:#fff;border:1px solid black}.mercury-collection-hero__actions{display:none}}@media (prefers-color-scheme: dark){.mercury-collection-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-color:#ffffff1a}.mercury-collection-hero__inner{background:#000c;border-color:#ffffff1a}.mercury-collection-hero__title,.mercury-collection-hero__description{color:var(--mercury-white)}.mercury-collection-hero__action{color:var(--mercury-white);border-color:#fff3}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-collection-hero.css.map */
