.prea-bag-style{background:var(--prea-bg);color:var(--prea-text);padding-block:clamp(12px,2.2vw,24px);padding-inline:clamp(16px,4vw,64px)}.prea-bag-style .prea-bag-style__container{width:min(100%,1600px);margin-inline:auto}.prea-bag-style .prea-bag-style__header{display:flex;justify-content:center;text-align:center;margin-bottom:clamp(18px,3.5vw,30px)}.prea-bag-style .prea-bag-style__heading-stack{width:fit-content;max-width:100%;text-align:center}.prea-bag-style .prea-bag-style__title{margin:0;font-family:var(--font-heading-family);font-size:clamp(40px,7.2vw,76px);line-height:.98;letter-spacing:-.055em;color:var(--prea-text);font-weight:500}.prea-bag-style .prea-bag-style__divider{margin:12px auto 0;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--prea-button-bg)}.prea-bag-style .prea-bag-style__divider span{position:relative;flex:0 1 clamp(58px,15vw,112px);width:clamp(58px,15vw,112px);height:1px;overflow:hidden;background:transparent;opacity:.9}.prea-bag-style .prea-bag-style__divider span:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,currentColor 34%,transparent) 18%,currentColor 100%)}.prea-bag-style .prea-bag-style__divider span:last-child:before{background:linear-gradient(90deg,currentColor 0%,color-mix(in srgb,currentColor 34%,transparent) 82%,transparent 100%)}.prea-bag-style .prea-bag-style__divider-icon{width:18px;height:18px;flex:0 0 18px;display:block;overflow:visible;color:currentColor;filter:drop-shadow(0 0 5px color-mix(in srgb,currentColor 20%,transparent))}.prea-bag-style .prea-bag-style__divider-icon-outer{fill:color-mix(in srgb,currentColor 12%,var(--prea-bg));stroke:currentColor;stroke-width:1.15;vector-effect:non-scaling-stroke}.prea-bag-style .prea-bag-style__divider-icon-inner{fill:currentColor}.prea-bag-style .prea-bag-style__grid{display:grid;gap:clamp(14px,2.4vw,22px)}.prea-bag-style .prea-bag-style__card{display:grid;overflow:hidden;background:linear-gradient(90deg,#ffffffeb,#ffffffc2 36%,#ffffff1a 62%),radial-gradient(circle at 18% 20%,rgba(255,255,255,.72),transparent 32%),var(--prea-card-bg);border:1px solid var(--prea-border);border-radius:clamp(10px,2vw,14px);box-shadow:0 12px 34px #2f201612,0 2px 10px #2f20160a;isolation:isolate}.prea-bag-style .prea-bag-style__media{order:1;display:block;position:relative;overflow:hidden;aspect-ratio:16 / 9;background:linear-gradient(135deg,#fff8eef2,#ddc6a973);text-decoration:none}.prea-bag-style .prea-bag-style__image,.prea-bag-style .prea-bag-style__placeholder{width:100%;height:100%;display:block}.prea-bag-style .prea-bag-style__image{object-fit:cover;object-position:center;transition:transform .5s ease}.prea-bag-style .prea-bag-style__placeholder{background:#ffffff59}.prea-bag-style .prea-bag-style__content{order:2;padding:clamp(24px,5vw,38px);display:flex;flex-direction:column;align-items:flex-start}.prea-bag-style .prea-bag-style__eyebrow{margin:0 0 12px;font-size:clamp(13px,2.5vw,15px);line-height:1.3;letter-spacing:.15em;text-transform:uppercase;color:var(--prea-muted);font-weight:700}.prea-bag-style .prea-bag-style__card-title{margin:0;max-width:13ch;font-family:var(--font-heading-family);font-size:clamp(44px,6vw,68px);line-height:1.06;letter-spacing:-.04em;color:var(--prea-text);font-weight:500}.prea-bag-style .prea-bag-style__description{margin:14px 0 0;max-width:34ch;font-family:var(--font-heading-family);font-style:italic;font-size:clamp(16px,2vw,18px);line-height:1.55;color:var(--prea-muted)}.prea-bag-style .prea-bag-style__button{min-height:48px;margin-top:24px;padding:14px 28px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:4px;background:var(--prea-button-bg);color:var(--prea-button-text);font-size:16px;line-height:1;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease;box-shadow:0 8px 18px #26191224}.prea-bag-style .prea-bag-style__button-icon{font-size:18px;line-height:0;transform:translateY(-1px);transition:transform .22s ease}.prea-bag-style .prea-bag-style__button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #2619122e}.prea-bag-style .prea-bag-style__button:hover .prea-bag-style__button-icon{transform:translate(3px,-1px)}@media screen and (max-width:749px){.prea-bag-style .prea-bag-style__header{justify-content:center}.prea-bag-style .prea-bag-style__content{align-items:center;text-align:center}.prea-bag-style .prea-bag-style__card-title,.prea-bag-style .prea-bag-style__description{margin-inline:auto}}.prea-bag-style .prea-bag-style__button:focus-visible,.prea-bag-style .prea-bag-style__media:focus-visible{outline:3px solid rgba(74,49,32,.35);outline-offset:4px}@media(hover:hover){.prea-bag-style .prea-bag-style__media:hover .prea-bag-style__image{transform:scale(1.035)}}@media screen and (min-width:750px){.prea-bag-style .prea-bag-style__grid--multi{grid-template-columns:repeat(2,minmax(0,1fr))}.prea-bag-style .prea-bag-style__grid--multi .prea-bag-style__card{grid-template-rows:auto 1fr}.prea-bag-style .prea-bag-style__grid--multi .prea-bag-style__media{aspect-ratio:4 / 3}}@media screen and (min-width:990px){.prea-bag-style .prea-bag-style__card--featured{grid-template-columns:minmax(0,4fr) minmax(0,6fr);align-items:stretch;aspect-ratio:3 / 1}.prea-bag-style .prea-bag-style__card--featured .prea-bag-style__content{order:1;justify-content:center;padding:clamp(34px,4vw,54px)}.prea-bag-style .prea-bag-style__card--featured .prea-bag-style__media{order:2;aspect-ratio:auto;width:100%;height:100%;min-height:0;max-width:none;justify-self:stretch}.prea-bag-style .prea-bag-style__card--featured .prea-bag-style__image,.prea-bag-style .prea-bag-style__card--featured .prea-bag-style__placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.prea-bag-style .prea-bag-style__card--featured .prea-bag-style__image{object-position:center 58%}.prea-bag-style .prea-bag-style__grid--multi{grid-template-columns:repeat(3,minmax(0,1fr))}.prea-bag-style .prea-bag-style__grid--multi .prea-bag-style__card-title{font-size:clamp(34px,4.5vw,52px);line-height:1.08}.prea-bag-style .prea-bag-style__grid--multi .prea-bag-style__description{font-size:clamp(16px,2vw,18px)}}@media screen and (min-width:1200px){.prea-bag-style .prea-bag-style__card--featured .prea-bag-style__media{max-width:none}}@media screen and (min-width:990px)and (max-width:1199px){.prea-bag-style .prea-bag-style__card--featured{grid-template-columns:minmax(0,4fr) minmax(0,6fr);aspect-ratio:2.75 / 1}.prea-bag-style .prea-bag-style__card--featured .prea-bag-style__media{max-width:none;min-height:0}}@media(prefers-reduced-motion:reduce){.prea-bag-style .prea-bag-style__image,.prea-bag-style .prea-bag-style__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/section-preaureum-shop-by-bag-style.css.map */
