.header-group,.hero,.pill-row,.collection-grid{font-family:var(--font-body-family);font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header-group *,.header-group *:before,.header-group *:after,.hero *,.pill-row *,.collection-grid *,.collection-grid *:before,.collection-grid *:after{box-sizing:border-box}.header-group a,.hero__link,.pill,.tile{color:inherit;font-weight:400;text-decoration:none;transition:opacity .2s}.header-group button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}body.no-overflow{overflow:hidden;padding-right:var(--scrollbar-width, 0px)}.seduxi-container{margin-inline:auto;padding-inline:10px}.header-group .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.header-group{position:sticky;top:0;z-index:10;width:100%;letter-spacing:.5px}.site-header{position:relative;width:100%;font-weight:400;text-transform:uppercase;color:var(--color-foreground);background-color:var(--color-background);transition:background-color .2s ease-in-out,color .2s ease-in-out}@media(min-width:768px){.site-header--overlay{position:absolute}.site-header--overlay.site-header--light{background-color:transparent!important;color:#fff}}.top-bar{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.875rem}.top-bar__left,.top-bar__right{display:flex;align-items:center;gap:8px;width:33.3%}.top-bar__right{justify-content:flex-end}@media(min-width:768px){.top-bar{padding-block:20px}}@media(max-width:767px){.top-bar{padding-block:6px}}.nav-logo{display:block;font-family:var(--font-heading-family);font-weight:400;letter-spacing:.18em;line-height:1;color:currentColor;white-space:nowrap}.nav-logo img{display:block;width:auto;height:100%}@media(min-width:768px){.nav-logo{font-size:30px;height:40px}}@media(max-width:767px){.nav-logo{display:flex;align-items:center;min-height:44px;font-size:20px}}@media(max-width:569px){.nav-logo{font-size:17px}}.nav-icons{display:flex;align-items:center;gap:15px}.nav-icon{display:block;width:22px;height:22px}.icon-wrap{position:relative;display:flex}@media(max-width:767px){.nav-icons{gap:12px}.nav-icon{width:20px;height:20px}.icon-wrap{min-height:44px;align-items:center}.burger-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px}.currency-select{display:none}}.cart-dot{position:absolute;top:-7px;right:-7px;display:flex;align-items:center;justify-content:center;min-width:15px;height:15px;color:var(--color-background);background:var(--color-foreground);border:1px solid #ffffff;border-radius:20px}.cart-dot span{font-size:10px;font-weight:700;line-height:1}.currency-select{-webkit-appearance:none;appearance:none;padding:4px 18px 4px 4px;font:inherit;color:inherit;text-transform:uppercase;background:transparent;border:0;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right 4px}.currency-select option{color:#121212}@media(min-width:768px){.site-header--light .currency-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.bottom-bar{position:relative;display:none}@media(min-width:768px){.bottom-bar{display:block}}.nav-middle{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding-inline:20px;padding-top:10px;column-gap:40px;font-size:.75rem}.nav-item{padding-bottom:10px}.nav-link{display:block;padding-block:10px;border-bottom:1px solid transparent}.nav-item:hover>.nav-link,.nav-item:focus-within>.nav-link{border-bottom-color:currentColor}.nav-link--sale{color:red}@media(min-width:768px){.site-header--light .nav-link--sale{color:#ff4040}}.megamenu{position:absolute;top:100%;left:0;width:100%;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;box-shadow:0 10px 10px #0000001a;text-transform:uppercase;letter-spacing:.5px;color:var(--color-foreground);background:var(--color-background)}.nav-item:hover .megamenu,.nav-item:focus-within .megamenu{opacity:1;pointer-events:all}.megamenu__inner{max-width:1200px;margin-inline:auto;padding-block:32px;padding-inline:10px}.megamenu__cols{display:flex;gap:40px;width:100%}.megamenu-images{display:grid;grid-template-columns:1fr;gap:10px;flex:0 0 auto;width:210px;max-width:30%}.megamenu-image{display:block;width:100%;height:280px;object-fit:cover;background:#efece9}.megamenu-links{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;max-height:280px;column-gap:40px;row-gap:20px}.megamenu-links h3{margin:0;font-family:var(--font-body-family);font-size:.75rem;font-weight:700}.megamenu-col ul{display:flex;flex-direction:column;gap:10px;margin:8px 0 0;padding:0;list-style:none}.megamenu-link{font-size:.75rem;transition:color .3s}.megamenu-link:hover{color:var(--color-accent)}.burger-icon{position:relative;width:30px;height:20px;cursor:pointer;transform:scale(.8)}.burger-icon span{position:absolute;top:50%;display:block;width:100%;height:2px;background:currentColor;transition:transform .2s ease-in-out,top .2s ease-in-out,opacity .2s ease-in-out}.burger-icon span:first-child{top:0}.burger-icon span:last-child{top:100%}.burger-icon.open span{opacity:0}.burger-icon.open span:first-child{top:50%;opacity:1;transform:rotate(45deg)}.burger-icon.open span:last-child{top:50%;opacity:1;transform:rotate(-45deg)}@media(min-width:768px){.burger-icon{display:none}}.mobile-menu{position:absolute;top:100%;left:0;display:flex;flex-direction:column;width:100%;max-width:500px;height:calc(100svh - var(--header-height, 56px));color:var(--color-foreground);background:var(--color-background);transform:translate(-100%);transition:transform .3s ease-in-out;z-index:3}.mobile-menu.open{transform:translate(0)}.mobile-menu__inner{flex-grow:1;overflow-y:auto;padding:8px 16px 40px;-webkit-overflow-scrolling:touch}@media(min-width:768px){.mobile-menu{display:none}}.acc{display:block;border-top:1px solid #e6e6e6}.acc__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:48px;padding:14px 0;font-size:.875rem;text-align:left;text-transform:uppercase;letter-spacing:.5px;cursor:pointer}.acc__trigger--link{text-decoration:none}.acc__chevron{flex-shrink:0;width:12px;height:8px;transition:transform .3s ease-in-out}.acc.is-open>.acc__trigger .acc__chevron{transform:rotate(-180deg)}.acc__panel{overflow:hidden;height:0;transition:height .3s ease-in-out}.acc__body{padding:0 0 8px 12px}.acc .acc{border-top:0}.acc .acc .acc__trigger{min-height:44px;padding:8px 0;font-size:.8125rem;font-weight:400;opacity:.85}.acc__links{display:flex;flex-direction:column;padding-left:12px}.acc__links a{display:block;min-height:44px;padding:10px 0;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px}.searchbar{position:absolute;top:0;left:0;display:flex;align-items:center;gap:10px;width:100%;padding:18px 10px;color:var(--color-foreground);background:var(--color-background);opacity:0;transform:translateY(-100%);transition:transform .3s ease-in-out,opacity .2s linear;z-index:4}.searchbar.open{opacity:1;transform:translateY(0)}.searchbar__form{display:flex;flex:1;gap:10px}.searchbar input{flex:1;font:inherit;font-size:16px;text-transform:uppercase;letter-spacing:.5px;padding:8px 0;background:none;border:0;border-bottom:1px solid currentColor;outline:none}.searchbar button{min-width:44px;min-height:44px}.page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;background-color:transparent;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);pointer-events:none;transition:background-color .5s,backdrop-filter .5s}.page-overlay.open{pointer-events:all;background-color:#0000004d;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.hero{position:relative;margin-bottom:10px;background:#ded5cb}.hero__link{position:relative;display:block}.hero__img{display:block;width:100%;height:auto}.hero__caption{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:10px 10px 20px}.hero__cta{color:#fff;font-size:1.125rem;font-weight:400;text-align:center;text-transform:uppercase}.pill-row{display:flex;justify-content:center;width:100%;margin-block:10px}@media(min-width:768px){.pill-row{display:none}}.pill-row__scroll{display:flex;flex-wrap:nowrap;gap:10px;max-width:100%;overflow-x:auto;padding-inline:10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pill-row__scroll::-webkit-scrollbar{display:none}.pill{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-height:44px;padding-inline:20px;font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;color:var(--color-button-text);background:var(--color-button);border:1px solid var(--color-button);transition:opacity .2s}.pill:hover,.pill:focus-visible{opacity:.8}.collection-grid{margin-block:10px}.collection-grid__grid{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:768px){.collection-grid__grid{grid-template-columns:repeat(3,1fr)}}.collection-grid__group{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;align-content:start}.collection-grid__lead{grid-column:span 2}.tile{position:relative;display:block}.tile__img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;background:#efece9}.tile__caption{position:absolute;bottom:0;left:0;width:100%;padding:10px 40px 20px;text-align:center;color:#fff}.tile__title{margin:0;font-family:var(--font-body-family);font-size:1.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.collection-grid__tile .tile__caption{padding:10px 10px 14px}.collection-grid__tile .tile__title{font-size:.75rem}@media(prefers-reduced-motion:reduce){.megamenu,.acc__panel,.mobile-menu,.searchbar,.page-overlay,.burger-icon span{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/seduxi.css.map */
