.suvedh-header-section{position:sticky;top:0;z-index:40;background:#fff}.suvedh-header{position:relative;width:100%;max-width:100%;background:#fff;color:#111;border-bottom:1px solid #ececec;transition:box-shadow .25s ease;box-sizing:border-box}.suvedh-header.is-scrolled{box-shadow:0 2px 10px #0000000d}.suvedh-header__inner{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"logo navigation actions";align-items:center;column-gap:clamp(3rem,2.5vw,4rem);box-sizing:border-box}.suvedh-header__logo{grid-area:logo;display:flex;align-items:center;justify-content:flex-start;width:100%;color:#111;text-decoration:none;line-height:0}.suvedh-header__logo img{display:block;width:auto;height:8rem;max-width:100%;object-fit:contain}.suvedh-header__logo span{font-size:2.4rem;letter-spacing:.28em;text-align:left}.suvedh-header__logo small{display:block;margin-top:.25rem;font-size:.8rem;letter-spacing:.35em}.suvedh-header__nav{grid-area:navigation;display:flex;align-items:center;justify-content:center;gap:2.6rem;min-width:0;white-space:nowrap}.suvedh-header__nav>a,.suvedh-nav-item>summary{position:relative;padding:3rem 0;color:inherit;font-size:clamp(1.3rem,.9vw,1.4rem);font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;list-style:none;transition:color .2s ease}.suvedh-nav-item>summary::-webkit-details-marker{display:none}.suvedh-header__nav>a:after,.suvedh-nav-item>summary:after{position:absolute;right:0;bottom:2.2rem;left:0;height:1px;background:#b08d57;content:"";transform:scaleX(0);transition:transform .25s ease}.suvedh-header__nav>a:hover,.suvedh-nav-item>summary:hover{color:#b08d57}.suvedh-header__nav>a:hover:after,.suvedh-nav-item:hover>summary:after{transform:scaleX(1)}.suvedh-header__actions{grid-area:actions;display:flex;align-items:center;justify-content:flex-end;gap:clamp(1.8rem,1.5vw,2.4rem)}.suvedh-header__actions a,.suvedh-header__account-button{position:relative;display:flex;align-items:center;gap:.5rem;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-size:1.05rem;letter-spacing:.05em;text-decoration:none;cursor:pointer;transition:color .2s ease}.suvedh-header__actions a:hover,.suvedh-header__account-button:hover{color:#b08d57}.suvedh-header-search{order:1}.suvedh-header-search .header__icon--search{width:auto;min-width:4.4rem;gap:.5rem;padding:0 .2rem;color:inherit;text-decoration:none}.suvedh-header-search .header__icon--search:hover{color:#b08d57}.suvedh-header-search__label{font-size:1.05rem;letter-spacing:.05em}.suvedh-header-search .header__icon--search:focus-visible{outline:2px solid currentColor;outline-offset:3px}.suvedh-header__actions a[aria-label=Wishlist]{order:2}.suvedh-header__account{order:3;--shopify-account-avatar-size:2rem;--shopify-account-signed-in-avatar-size:2rem;--shopify-account-color-accent:#b08d57}.suvedh-header__actions a[aria-label=Cart]{order:4}.suvedh-header__actions svg,.suvedh-header__account-button svg{width:2rem;height:2rem}.suvedh-header__actions b{position:absolute;top:-.7rem;left:1.3rem;min-width:1.6rem;height:1.6rem;padding:0 .3rem;border-radius:50%;background:#b08d57;color:#fff;font-size:.9rem;line-height:1.6rem;text-align:center}.suvedh-mega{position:absolute;top:100%;left:0;display:grid;grid-template-columns:minmax(40rem,1fr) minmax(28rem,42rem);gap:5rem;width:min(92vw,100rem);padding:3.5rem;background:#fff;color:#111;border-top:1px solid rgba(17,17,17,.08);box-shadow:0 18px 45px #11111117}.suvedh-mega__links{display:grid;grid-template-columns:repeat(2,minmax(13rem,1fr));align-content:start;gap:1.2rem 3rem}.suvedh-mega__links p{grid-column:1/-1;margin:0 0 1rem;color:#b08d57;font-size:1rem;letter-spacing:.16em;text-transform:uppercase}.suvedh-mega__links a{color:#111;font-size:1.35rem;text-decoration:none;transition:color .2s ease,transform .2s ease}.suvedh-mega__links a:hover{color:#b08d57;transform:translate(3px)}.suvedh-mega__links .suvedh-mega__all{grid-column:1/-1;margin-top:1rem;font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-decoration:underline;text-underline-offset:.5rem;text-transform:uppercase}.suvedh-mega__feature{position:relative;display:block;min-height:23rem;overflow:hidden;color:#fff}.suvedh-mega__feature img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.suvedh-mega__feature:hover img{transform:scale(1.03)}.suvedh-mega__feature:after{position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#00000073);content:""}.suvedh-mega__feature span{position:absolute;z-index:1;right:2rem;bottom:1.7rem;left:2rem;font-size:1.7rem;letter-spacing:.04em}.suvedh-header__mobile-toggle,.suvedh-mobile-nav{display:none}@media(min-width:990px){.suvedh-header-section,.suvedh-header,.suvedh-header__inner,.suvedh-header__nav{overflow:visible}.section-header.suvedh-header-section.shopify-section-group-header-group{z-index:100}.suvedh-header__inner{min-height:10rem}.suvedh-header__nav>a,.suvedh-nav-item>summary{padding-top:2rem;padding-bottom:2rem}.suvedh-header__nav>a:after,.suvedh-nav-item>summary:after{bottom:1.2rem}.suvedh-header__nav{position:relative;z-index:1}.suvedh-nav-item{align-self:stretch;display:flex;align-items:center}.suvedh-nav-item>.suvedh-mega{z-index:100;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility 0s linear .18s}.suvedh-nav-item[open]>.suvedh-mega{display:grid;opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.suvedh-nav-item>.suvedh-mega a{position:relative;z-index:1;pointer-events:auto}.suvedh-mega__feature:after{pointer-events:none}.suvedh-nav-item>summary:focus-visible,.suvedh-mega a:focus-visible{outline:2px solid currentColor;outline-offset:3px}}@media(max-width:1399px){.suvedh-header__actions>a>span,.suvedh-header__account-button>span,.suvedh-header-search__label{display:none}.suvedh-header-search .header__icon--search{width:4.4rem;padding:0}}@media(max-width:1199px){.suvedh-header__nav>a,.suvedh-nav-item>summary{font-size:1.15rem}}.suvedh-header header-drawer{display:none}.suvedh-header .menu-drawer-container{display:flex}.suvedh-header .list-menu{margin:0;padding:0;list-style:none}.suvedh-header .menu-drawer__menu-item{box-sizing:border-box}.suvedh-header .header__icon--menu{width:4.4rem;height:4.4rem;margin:0}.suvedh-header .header__icon--menu .icon{display:block;width:2rem;height:2rem}@media(max-width:989px){.suvedh-header__inner{grid-template-columns:4.4rem minmax(0,1fr) auto;grid-template-areas:"toggle logo actions";align-items:center;width:100%;max-width:100%;min-height:8.5rem;column-gap:.8rem}.suvedh-header header-drawer{display:block;grid-area:toggle;align-self:center;justify-self:start}.suvedh-header__nav{display:none}.suvedh-header__logo{align-self:center;justify-self:center;justify-content:center;width:auto;max-width:100%;min-width:0}.suvedh-header__logo img{height:6.8rem}.suvedh-header__actions{align-self:center;gap:0;min-width:0}.suvedh-header__actions>a,.suvedh-header__account-button{justify-content:center;width:4.4rem;min-width:4.4rem;height:4.4rem}.suvedh-header__actions a[aria-label=Wishlist]{display:none}.suvedh-header__actions svg,.suvedh-header__account-button svg{width:2rem;height:2rem}.suvedh-header .menu-drawer{max-width:100vw}.suvedh-header .menu-drawer__navigation-container{box-sizing:border-box}}@media(max-width:749px){.suvedh-header__inner{padding-right:1rem;padding-left:1rem;column-gap:.2rem}.suvedh-header__actions>a,.suvedh-header__account-button{width:4.2rem;min-width:4.2rem}}.suvedh-nav-count{margin-left:.45em;color:#8e6b3d;font-size:.82em;font-weight:500;white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/18/assets/suvedh-premium-header.css.map */
