.swa-related-entries,.swa-related-entries *,.swa-related-entries *:before,.swa-related-entries *:after{box-sizing:border-box}.swa-related-entries{width:100%;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.swa-related-entries__inner{width:100%;margin-inline:auto;padding-top:var(--swa-related-padding-top);padding-right:clamp(1.25rem,4vw,3rem);padding-bottom:var(--swa-related-padding-bottom);padding-left:clamp(1.25rem,4vw,3rem)}.swa-related-entries__inner--narrow{max-width:900px}.swa-related-entries__inner--standard{max-width:1200px}.swa-related-entries__inner--wide{max-width:1440px}.swa-related-entries__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:clamp(1.75rem,4vw,3rem)}.swa-related-entries__heading-group{max-width:760px}.swa-related-entries__eyebrow{display:block;margin:0 0 .65rem;color:var(--swa-related-accent);font-size:clamp(.82rem,1.1vw,.94rem);font-weight:700;line-height:1.3;letter-spacing:.12em;text-transform:uppercase}.swa-related-entries__heading{margin:0;font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;text-wrap:balance}.swa-related-entries__introduction{max-width:680px;margin-top:1rem;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.68}.swa-related-entries__carousel{width:100%;max-width:100%}.swa-related-entries__track{display:grid;grid-template-columns:repeat(var(--swa-related-columns),minmax(0,1fr));gap:clamp(1rem,2.5vw,1.75rem);width:100%}.swa-related-entry{display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border:1px solid rgba(var(--color-foreground),.14);border-radius:.45rem;background:rgba(var(--color-foreground),.035);box-shadow:0 6px 22px rgba(var(--color-foreground),.045);transition:transform .18s ease,box-shadow .18s ease}.swa-related-entry:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(var(--color-foreground),.09)}.swa-related-entry__media{position:relative;display:block;width:100%;aspect-ratio:var(--swa-related-image-ratio);overflow:hidden;background:rgba(var(--color-foreground),.07);text-decoration:none}.swa-related-entry__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}.swa-related-entry:hover .swa-related-entry__image{transform:scale(1.025)}.swa-related-entry__placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.35rem;width:100%;height:100%;padding:2rem;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));text-align:center}.swa-related-entry__placeholder-eyebrow{color:var(--swa-related-accent);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.swa-related-entry__placeholder-title{font-family:var(--font-heading-family);font-size:2rem;line-height:1.1}.swa-related-entry__content{display:flex;flex:1 1 auto;flex-direction:column;padding:clamp(1.25rem,2.5vw,1.75rem)}.swa-related-entry__date{display:block;margin-bottom:.65rem;color:var(--swa-related-accent);font-size:.72rem;font-weight:700;line-height:1.3;letter-spacing:.09em;text-transform:uppercase}.swa-related-entry__title{margin:0;font-size:clamp(1.45rem,2.1vw,1.9rem);line-height:1.18;text-wrap:balance}.swa-related-entry__title a{color:inherit;text-decoration:none}.swa-related-entry__title a:hover{color:var(--swa-related-accent)}.swa-related-entry__excerpt{margin:.85rem 0 0;font-size:clamp(.98rem,1.15vw,1.08rem);line-height:1.62}.swa-related-entry__link{display:inline-flex;align-items:center;align-self:flex-start;gap:.45rem;margin-top:auto;padding-top:1.25rem;color:var(--swa-related-accent);font-size:.78rem;font-weight:700;line-height:1.3;letter-spacing:.07em;text-decoration-thickness:1px;text-underline-offset:.25em;text-transform:uppercase}.swa-related-entry__arrow{display:inline-block;transition:transform .16s ease}.swa-related-entry__link:hover .swa-related-entry__arrow{transform:translate(3px)}.swa-related-entries__view-all{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:2.8rem;padding:.65rem 1.15rem;border:1px solid var(--swa-related-accent);border-radius:999px;color:var(--swa-related-accent);font-size:.76rem;font-weight:700;line-height:1.2;letter-spacing:.065em;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .16s ease,color .16s ease,transform .16s ease}.swa-related-entries__view-all:hover{background:var(--swa-related-accent);color:#fff;transform:translateY(-1px)}.swa-related-entries__mobile-footer,.swa-related-entries__dots{display:none}.swa-related-entries__empty{padding:1.5rem;border:1px dashed rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.04)}.swa-related-entries__empty p{margin:.5rem 0 0}@media screen and (min-width:750px)and (max-width:989px){.swa-related-entries__track{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}}@media screen and (max-width:749px){.swa-related-entries__inner{padding-top:var(--swa-related-padding-top);padding-right:1.25rem;padding-bottom:var(--swa-related-padding-bottom);padding-left:1.25rem}.swa-related-entries__header{display:block;margin-bottom:1.75rem}.swa-related-entries__view-all--desktop{display:none}.swa-related-entries__carousel{overflow:hidden}.swa-related-entries__track{display:grid;grid-auto-flow:column;grid-auto-columns:84%;grid-template-columns:none;gap:1rem;width:100%;padding:0 0 .4rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.swa-related-entries__track::-webkit-scrollbar{display:none;width:0;height:0}.swa-related-entry{scroll-snap-align:start;scroll-snap-stop:always}.swa-related-entries__dots{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem;min-height:1.5rem;margin-top:1rem}.swa-related-entries__dot{display:block;width:.55rem;height:.55rem;margin:0;padding:0;border:1px solid var(--swa-related-accent);border-radius:999px;background:transparent;-webkit-appearance:none;appearance:none;cursor:pointer;opacity:.62;transition:width .18s ease,background-color .18s ease,opacity .18s ease,transform .18s ease}.swa-related-entries__dot.is-active,.swa-related-entries__dot[aria-current=true]{width:1.35rem;background:var(--swa-related-accent);opacity:1}.swa-related-entries__dot:focus-visible{outline:2px solid var(--swa-related-accent);outline-offset:3px}.swa-related-entries__mobile-footer{display:flex;justify-content:center;margin-top:1.5rem}.swa-related-entries__view-all{width:100%}}@media(prefers-reduced-motion:reduce){.swa-related-entry,.swa-related-entry__image,.swa-related-entry__arrow,.swa-related-entries__view-all,.swa-related-entries__dot{transition:none}.swa-related-entry:hover,.swa-related-entry:hover .swa-related-entry__image,.swa-related-entry__link:hover .swa-related-entry__arrow,.swa-related-entries__view-all:hover{transform:none}.swa-related-entries__track{scroll-behavior:auto}}.swa-product-badges-wrap{width:100%;margin-block:1rem 1.5rem;background:transparent!important;background-color:transparent!important;background-image:none!important}.swa-product-badges{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(.8rem,2vw,1.2rem);background:transparent!important;background-color:transparent!important;background-image:none!important}.swa-product-badge-item{position:relative;flex:0 0 auto;width:clamp(6.1rem,11vw,7.65rem);aspect-ratio:1;padding:0;border:0;border-radius:50%;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;overflow:hidden}.swa-product-badge-link,.swa-product-badge-static{position:relative;display:block;width:100%;height:100%;aspect-ratio:1;padding:0;border:0;border-radius:50%;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;overflow:hidden}.swa-product-badge-link{color:inherit;text-decoration:none;transition:transform .16s ease,opacity .16s ease}.swa-product-badge-link:hover{transform:translateY(-2px)}.swa-product-badge-link:focus-visible{outline:2px solid var(--swa-badge-accent);outline-offset:4px}.swa-product-badge-image,.swa-product-badge-item img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;object-fit:contain;object-position:center;clip-path:circle(50% at 50% 50%);overflow:hidden}.swa-product-badges-wrap *,.swa-product-badge-item *,.swa-product-badge-link *,.swa-product-badge-static *{background-image:none!important;box-shadow:none!important}.swa-product-badge-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;aspect-ratio:1;padding:.8rem;border:1px solid var(--swa-badge-accent);border-radius:50%;background:#ffffffb3;color:var(--swa-badge-accent);font-size:.82rem;font-weight:700;line-height:1.1;text-align:center;text-transform:uppercase}.swa-product-badge-key{margin-top:1.1rem;font-size:1.1rem;line-height:1.6}.swa-product-badge-key summary{display:inline-flex;align-items:center;cursor:pointer;list-style:none;font-size:1.12rem;font-weight:500;line-height:1.4}.swa-product-badge-key summary::-webkit-details-marker{display:none}.swa-product-badge-key summary span{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.swa-product-badge-key summary:after{content:"+";margin-left:.55rem;font-size:1.22rem;line-height:1;text-decoration:none}.swa-product-badge-key[open] summary:after{content:"\2212"}.swa-product-badge-key__content{display:grid;gap:1.1rem;margin-top:1.1rem}.swa-product-badge-key__item{padding-left:1rem;border-left:2px solid var(--swa-badge-accent)}.swa-product-badge-key__item strong{display:block;margin-bottom:.3rem;font-size:1.12rem;line-height:1.4}.swa-product-badge-key__description{font-size:1.08rem;line-height:1.6}.swa-product-badge-key__link{display:inline-block;margin-top:.45rem;color:inherit;font-size:1rem;line-height:1.4;text-underline-offset:.2em}@media screen and (max-width:749px){.swa-product-badges-wrap{margin-block:.9rem 1.3rem}.swa-product-badge-item{width:clamp(5.2rem,25vw,6rem)}.swa-product-badges{gap:.8rem}.swa-product-badge-key{font-size:1.06rem}.swa-product-badge-key summary{font-size:1.09rem}.swa-product-badge-key__item strong{font-size:1.09rem}.swa-product-badge-key__description{font-size:1.06rem;line-height:1.6}.swa-product-badge-key__link{font-size:.98rem}}@media(prefers-reduced-motion:reduce){.swa-product-badge-link{transition:none}.swa-product-badge-link:hover{transform:none}}.swa-product-divider{display:block;width:100%;height:1px;margin-inline:0;padding:0;border:0;background-color:rgba(var(--color-foreground, 63, 77, 78),.18)}.swa-product-divider--default{margin-block:1.75rem}.swa-product-divider--compact{margin-block:1.15rem}.swa-product-divider--large{margin-block:2.4rem}.swa-product-divider--inset{width:calc(100% - 1rem);margin-inline:.5rem}@media screen and (max-width:749px){.swa-product-divider--default{margin-block:1.5rem}.swa-product-divider--compact{margin-block:1rem}.swa-product-divider--large{margin-block:2rem}}.swa-scent-explore,.swa-scent-explore *,.swa-scent-explore *:before,.swa-scent-explore *:after{box-sizing:border-box}.swa-scent-explore{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.65rem;width:100%;margin-top:1.35rem;padding-top:.65rem}.swa-scent-explore .swa-scent-explore__button{flex:0 1 auto;width:auto;min-width:0;max-width:100%;min-height:2.5rem;padding:.55rem 1rem;font-size:.76rem;font-weight:650;line-height:1.2;letter-spacing:.045em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:normal}.swa-scent-explore__button--primary,.swa-scent-explore__button--secondary{border-radius:var(--buttons-radius, 0)}@media screen and (max-width:749px){.swa-scent-explore{flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:.6rem;margin-top:1.15rem;padding-top:.55rem}.swa-scent-explore .swa-scent-explore__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:2.7rem;padding:.6rem 1rem;font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map?subset=AAAAAABAAAAAAAAa */
