:root{--cb-shell-black: #111111;--cb-shell-ink: #171717;--cb-shell-muted: #696969;--cb-shell-line: #e7e7e7;--cb-shell-soft: #f7f7f5;--cb-shell-white: #ffffff;--cb-shell-accent: #ff5a1f;--cb-shell-container: min(1440px, calc(100vw - 32px) )}.cb-shell-container{width:var(--cb-shell-container);margin-inline:auto}.cb-shell-header{position:relative;z-index:70;color:var(--cb-shell-ink);background:var(--cb-shell-white)}.cb-shell-announcement{overflow:hidden;color:var(--cb-shell-white);background:var(--cb-shell-black)}.cb-shell-announcement__track{min-height:36px;width:var(--cb-shell-container);display:flex;align-items:center;justify-content:center;gap:clamp(28px,6vw,90px);margin-inline:auto;padding-block:7px;font-size:11px;font-weight:700;letter-spacing:.025em}.cb-shell-announcement__track span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.cb-shell-announcement svg,.cb-shell-nav__delivery svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cb-shell-header__main{position:relative;border-bottom:1px solid var(--cb-shell-line);background:#fffffff7;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px)}.cb-shell-header__row{min-height:82px;display:grid;grid-template-columns:auto minmax(300px,720px) auto;align-items:center;justify-content:space-between;gap:clamp(24px,4vw,56px)}.cb-shell-logo{display:inline-flex;align-items:baseline;color:var(--cb-shell-black);font-size:clamp(24px,2.2vw,32px);font-weight:700;letter-spacing:-.055em;line-height:1;text-decoration:none;white-space:nowrap}.cb-shell-logo strong{color:var(--cb-shell-accent);font-weight:850}.cb-shell-search{height:48px;display:grid;grid-template-columns:minmax(0,1fr) 44px;overflow:hidden;border:1px solid var(--cb-shell-line);border-radius:999px;background:var(--cb-shell-soft);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.cb-shell-search:focus-within{border-color:#11111159;background:var(--cb-shell-white);box-shadow:0 0 0 4px #ff5a1f14}.cb-shell-search input,.cb-shell-mobile-search input{min-width:0;border:0;outline:0;padding:0 18px;color:var(--cb-shell-black);background:transparent;font-size:13px}.cb-shell-search button,.cb-shell-mobile-search button{display:grid;place-items:center;border:0;color:var(--cb-shell-white);background:var(--cb-shell-black);cursor:pointer}.cb-shell-search button svg,.cb-shell-mobile-search button svg,.cb-shell-actions svg,.cb-shell-mobile-menu svg,.cb-shell-mobile-menu__account svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cb-shell-actions{display:flex;align-items:center;gap:8px}.cb-shell-actions>a{min-height:44px;position:relative;display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:12px;color:var(--cb-shell-black);font-size:12px;font-weight:750;text-decoration:none;transition:background-color .18s ease,color .18s ease}.cb-shell-actions>a:hover{color:var(--cb-shell-accent);background:var(--cb-shell-soft)}.cb-shell-cart b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;color:var(--cb-shell-white);background:var(--cb-shell-accent);font-size:10px;line-height:1}.cb-shell-nav-wrap{position:relative;border-bottom:1px solid var(--cb-shell-line);background:var(--cb-shell-white)}.cb-shell-nav{min-height:52px;display:flex;align-items:stretch;gap:34px}.cb-shell-nav>a,.cb-shell-mega>summary{display:inline-flex;align-items:center;gap:5px;border:0;color:var(--cb-shell-black);background:transparent;font-size:13px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer}.cb-shell-nav>a:hover,.cb-shell-mega>summary:hover,.cb-shell-mega[open]>summary{color:var(--cb-shell-accent)}.cb-shell-mega{position:static}.cb-shell-mega>summary{height:100%;list-style:none}.cb-shell-mega>summary::-webkit-details-marker{display:none}.cb-shell-mega>summary svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;transition:transform .18s ease}.cb-shell-mega[open]>summary svg{transform:rotate(180deg)}.cb-shell-mega__panel{position:absolute;top:100%;right:0;left:0;display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);gap:48px;padding:38px max(32px,calc((100vw - 1376px)/2));border-top:1px solid var(--cb-shell-line);border-bottom:1px solid var(--cb-shell-line);background:var(--cb-shell-white);box-shadow:0 26px 55px #1111111f}.cb-shell-mega__intro p{margin:0 0 8px;color:var(--cb-shell-accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cb-shell-mega__intro h2{max-width:330px;margin:0;color:var(--cb-shell-black);font-size:clamp(28px,3vw,42px);font-weight:800;letter-spacing:-.045em;line-height:1.08}.cb-shell-mega__intro a{display:inline-block;margin-top:22px;padding-bottom:3px;border-bottom:1px solid currentColor;color:var(--cb-shell-black);font-size:13px;font-weight:750;text-decoration:none}.cb-shell-mega__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cb-shell-mega__grid a{min-height:92px;display:flex;flex-direction:column;justify-content:center;padding:15px;border:1px solid var(--cb-shell-line);border-radius:14px;color:var(--cb-shell-black);background:var(--cb-shell-white);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.cb-shell-mega__grid a:hover{transform:translateY(-2px);border-color:#11111140;background:var(--cb-shell-soft)}.cb-shell-mega__grid span{font-size:13px;font-weight:800;line-height:1.3}.cb-shell-mega__grid small{margin-top:5px;color:var(--cb-shell-muted);font-size:10px;line-height:1.4}.cb-shell-nav__delivery{margin-left:auto;display:inline-flex;align-items:center;gap:7px;color:var(--cb-shell-muted);font-size:11px;font-weight:700;white-space:nowrap}.cb-shell-mobile-menu{display:none}.cb-header-is-sticky .cb-shell-header__main{position:fixed;top:0;right:0;left:0;z-index:72;box-shadow:0 12px 34px #1111111a}.cb-header-is-sticky .cb-shell-header__row{min-height:66px}.cb-header-is-sticky .cb-shell-nav-wrap{margin-top:82px}.cb-shell-footer{color:#ffffffb3;background:var(--cb-shell-black)}.cb-shell-footer a{color:inherit;text-decoration:none;transition:color .18s ease}.cb-shell-footer a:hover{color:var(--cb-shell-white)}.cb-shell-footer__newsletter{border-bottom:1px solid rgba(255,255,255,.12);background:#181818}.cb-shell-footer__newsletter-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);align-items:center;gap:clamp(40px,8vw,110px);padding-block:clamp(48px,6vw,82px)}.cb-shell-footer__eyebrow{margin:0 0 10px;color:var(--cb-shell-accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cb-shell-footer__newsletter h2{max-width:750px;margin:0;color:var(--cb-shell-white);font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.045em;line-height:1.08}.cb-shell-footer__newsletter-grid>div>p:last-child{max-width:680px;margin:16px 0 0;line-height:1.65}.cb-shell-newsletter__row{height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff0f}.cb-shell-newsletter input{min-width:0;border:0;outline:0;padding:0 20px;color:var(--cb-shell-white);background:transparent;font-size:13px}.cb-shell-newsletter input::placeholder{color:#ffffff80}.cb-shell-newsletter button{border:0;padding:0 25px;color:var(--cb-shell-white);background:var(--cb-shell-accent);font-size:12px;font-weight:800;cursor:pointer}.cb-shell-newsletter small,.cb-shell-newsletter__message{display:block;margin:10px 0 0;color:#ffffff80;font-size:10px}.cb-shell-newsletter__message{color:#80d8a8}.cb-shell-newsletter__message--error{color:#ffaaa4}.cb-shell-footer__main{display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(3,minmax(150px,.65fr));gap:clamp(32px,5vw,80px);padding-block:clamp(55px,7vw,90px)}.cb-shell-logo--footer{color:var(--cb-shell-white)!important}.cb-shell-footer__brand>p{max-width:400px;margin:22px 0 0;font-size:13px;line-height:1.75}.cb-shell-footer__trust{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:0;list-style:none}.cb-shell-footer__trust li{padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:9px;font-weight:750}.cb-shell-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.cb-shell-footer__column h3{margin:0 0 11px;color:var(--cb-shell-white);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cb-shell-footer__column a{font-size:12px;line-height:1.45}.cb-shell-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.cb-shell-footer__bottom-row{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.cb-shell-footer__bottom-row p{margin:0}.cb-shell-footer__payments{display:flex;flex-wrap:wrap;gap:8px}.cb-shell-footer__payments span{padding:6px 9px;border:1px solid rgba(255,255,255,.14);border-radius:7px;font-size:9px;font-weight:700}.bee-toolbar-mobile,.bee-section-toolbar_mobile{display:none!important}@media(max-width:1099px){.cb-shell-header__row{grid-template-columns:auto minmax(260px,1fr) auto;gap:22px}.cb-shell-actions>a span{display:none}.cb-shell-nav{gap:24px}.cb-shell-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cb-shell-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:849px){:root{--cb-shell-container: calc(100vw - 24px) }.cb-shell-announcement__track{width:max-content;min-width:100%;justify-content:flex-start;gap:42px;padding-inline:24px;animation:cb-shell-marquee 20s linear infinite}.cb-shell-header__row{min-height:64px;grid-template-columns:42px 1fr auto;gap:10px}.cb-shell-mobile-menu{display:block;position:static}.cb-shell-mobile-menu>summary{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:var(--cb-shell-black);background:var(--cb-shell-soft);cursor:pointer;list-style:none}.cb-shell-mobile-menu>summary::-webkit-details-marker{display:none}.cb-shell-mobile-menu__panel{position:fixed;top:0;bottom:0;left:0;z-index:90;width:min(88vw,390px);overflow-y:auto;padding:22px;color:var(--cb-shell-black);background:var(--cb-shell-white);box-shadow:22px 0 60px #1113}.cb-shell-mobile-menu__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--cb-shell-line);font-size:18px}.cb-shell-mobile-menu__top span{font-size:30px;font-weight:300;line-height:1}.cb-shell-mobile-search{height:48px;display:grid;grid-template-columns:1fr 46px;overflow:hidden;margin-top:20px;border:1px solid var(--cb-shell-line);border-radius:999px;background:var(--cb-shell-soft)}.cb-shell-mobile-menu nav{display:grid;margin-top:20px}.cb-shell-mobile-menu nav>a,.cb-shell-mobile-menu nav>details>summary{min-height:50px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--cb-shell-line);color:var(--cb-shell-black);font-size:14px;font-weight:750;text-decoration:none;list-style:none}.cb-shell-mobile-menu nav>details>summary::-webkit-details-marker{display:none}.cb-shell-mobile-categories{display:grid;padding:7px 0 12px 15px;border-bottom:1px solid var(--cb-shell-line)}.cb-shell-mobile-categories a{padding:9px 0;color:var(--cb-shell-muted);font-size:12px;text-decoration:none}.cb-shell-mobile-menu__account{display:grid;gap:9px;margin-top:24px}.cb-shell-mobile-menu__account a{min-height:46px;display:flex;align-items:center;gap:10px;padding:10px 13px;border-radius:12px;color:var(--cb-shell-black);background:var(--cb-shell-soft);font-size:12px;font-weight:750;text-decoration:none}.cb-shell-logo{justify-self:center;font-size:25px}.cb-shell-search,.cb-shell-nav-wrap,.cb-shell-actions>a:not(.cb-shell-cart) span{display:none}.cb-shell-actions{justify-self:end}.cb-shell-actions>a{width:42px;height:42px;min-height:42px;justify-content:center;padding:0;background:var(--cb-shell-soft)}.cb-shell-cart b{min-width:17px;height:17px;position:absolute;top:-3px;right:-3px;font-size:8px}.cb-header-is-sticky .cb-shell-header__main{top:0}.cb-header-is-sticky .cb-shell-header__row{min-height:58px}.cb-header-is-sticky .cb-shell-nav-wrap{margin-top:64px}.cb-shell-footer__newsletter-grid{grid-template-columns:1fr;gap:30px}.cb-shell-footer__main{grid-template-columns:1fr 1fr}}@media(max-width:549px){.cb-shell-announcement__track{font-size:10px}.cb-shell-footer__newsletter h2{font-size:32px}.cb-shell-newsletter__row{height:auto;grid-template-columns:1fr;overflow:visible;border:0;background:transparent}.cb-shell-newsletter input{height:50px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff0f}.cb-shell-newsletter button{min-height:48px;margin-top:10px;border-radius:999px}.cb-shell-footer__main{grid-template-columns:1fr;gap:38px}.cb-shell-footer__bottom-row{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:20px}}@keyframes cb-shell-marquee{0%{transform:translate(0)}to{transform:translate(-45%)}}@media(prefers-reduced-motion:reduce){.cb-shell-announcement__track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cartbazar-shell.css.map */
