.ijc-header{width:100%;background:#f9f5f0;position:fixed;top:0;left:0;right:0;z-index:10000}.ijc-header__top{display:flex;align-items:center;justify-content:space-between;padding:13px 0;max-width:1800px;margin:0 auto;gap:0px;box-sizing:border-box}.ijc-header__logo{flex-shrink:0}.ijc-header__logo img{max-height:40px;width:auto}.ijc-header__logo-text{font-size:24px;font-weight:600;color:#1a1a1a;text-decoration:none}.ijc-header__search{flex:1;max-width:600px;margin:0 40px;position:relative}.ijc-header__search-form{display:flex;border:2px solid #e5e5e5;border-radius:0;overflow:hidden;min-height:44px;box-sizing:border-box}.ijc-header__search-input{flex:1;padding:10px 16px;border:none;font-size:16px;outline:none;background:#fff;min-height:0}.ijc-header__search-input::placeholder{color:#888}.ijc-header__search-btn{background:#f4991a;border:none;padding:10px 16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;min-height:0}.ijc-header__search-btn svg{width:20px;height:20px;stroke:#fff}.ijc-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 4px 20px #00000026;margin-top:2px;max-height:500px;overflow-y:auto;z-index:10000;display:none}.ijc-search-dropdown.is-active{display:block}.ijc-search-dropdown__grid{display:grid;grid-template-columns:280px 1fr}.ijc-search-dropdown__left{padding:16px 20px;border-right:1px solid #eee}.ijc-search-dropdown__right{padding:16px 20px}.ijc-search-dropdown__section{margin-bottom:20px}.ijc-search-dropdown__section:last-child{margin-bottom:0}.ijc-search-dropdown__title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #eee}.ijc-search-dropdown__list{list-style:none;margin:0;padding:0}.ijc-search-dropdown__item{margin-bottom:6px}.ijc-search-dropdown__link{display:flex;align-items:center;gap:10px;padding:6px 8px;text-decoration:none;color:#1a1a1a;font-size:14px;border-radius:4px;transition:background .15s}.ijc-search-dropdown__link:hover{background:#f5f5f5;color:#2d5a3d}.ijc-search-dropdown__link svg{width:16px;height:16px;opacity:.5;flex-shrink:0}.ijc-search-dropdown__more{display:flex;align-items:center;gap:6px;padding:8px;font-size:13px;font-weight:500;color:#1a1a1a;text-decoration:none;margin-top:8px}.ijc-search-dropdown__more:hover{color:#2d5a3d}.ijc-search-dropdown__more svg{width:14px;height:14px}.ijc-search-dropdown__products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ijc-search-product{text-decoration:none;color:#1a1a1a}.ijc-search-product:hover .ijc-search-product__title{color:#2d5a3d}.ijc-search-product__image{aspect-ratio:1;background:#f8f8f8;border-radius:4px;overflow:hidden;margin-bottom:8px}.ijc-search-product__image img{width:100%;height:100%;object-fit:cover}.ijc-search-product__title{font-size:13px;font-weight:500;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ijc-search-product__price{font-size:13px;font-weight:600;color:#2d5a3d}.ijc-search-product__price-compare{text-decoration:line-through;color:#999;font-weight:400;margin-left:6px}.ijc-search-dropdown__footer{padding:12px 20px;border-top:1px solid #eee;background:#f9f9f9}.ijc-search-dropdown__view-all{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background-color:#f4991b!important;color:#fff;text-decoration:none;font-size:14px;font-weight:600;border-radius:4px;transition:background .2s}.ijc-search-dropdown__view-all:hover{background:#234a31}.ijc-search-dropdown__view-all svg{width:16px;height:16px}.ijc-search-dropdown__loading,.ijc-search-dropdown__empty{padding:40px;text-align:center;color:#888}.ijc-header__help{position:relative;flex-shrink:0}.ijc-header__help-trigger{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:8px 12px;font-size:16px;font-weight:600;color:#1a1a1a;transition:color .2s}.ijc-header__help-trigger:hover{color:#2d5a3d}.ijc-header__help-trigger svg{width:21px;height:21px}.ijc-header__help-arrow{width:12px!important;height:12px!important;transition:transform .2s}.ijc-header__help.is-open .ijc-header__help-arrow{transform:rotate(180deg)}.ijc-header__help-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:20px 24px;min-width:300px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000}.ijc-header__help.is-open .ijc-header__help-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.ijc-header__help-label{font-size:13px;color:#666;margin-bottom:8px;text-align:center}.ijc-header__help-phone{font-size:24px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:12px;text-decoration:none;display:block}.ijc-header__help-phone:hover{color:#2d5a3d}.ijc-header__help-actions{display:flex;justify-content:stretch;gap:0;margin:12px -24px -20px;padding:0;border-top:1px solid #eee;background:#f9f9f9;border-radius:0 0 8px 8px}.ijc-header__help-action{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:none;transition:color .2s,background .2s;flex:1;padding:12px 12px 20px;background:#f9f9f9;min-height:0}.ijc-header__help-action:first-child{padding-left:24px;border-right:1px solid #eee}.ijc-header__help-action:last-child{padding-right:24px}.ijc-header__help-action:hover{color:#f4991a;background:#fff}.ijc-header__help-action svg{width:20px;height:20px;stroke:#f4991a;flex-shrink:0}.ijc-header__help-action:hover svg{stroke:#e08a15}.ijc-header__help-hours{font-size:12px;color:#666;text-align:center;line-height:1.5;padding-top:12px}.ijc-header__help-hours strong{color:#1a1a1a;display:block;margin-bottom:4px}.ijc-header__icons{display:flex;align-items:center;gap:20px;flex-shrink:0;justify-content:flex-end}.ijc-header__icon-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#1a1a1a;gap:4px;position:relative}.ijc-header__icon-link:hover{color:#2d5a3d}.ijc-header__icon-link svg{width:26px;height:26px;stroke-width:2.03}.ijc-header__icon-label{display:none}.ijc-header__phone{display:flex;align-items:center;gap:8px;text-decoration:none;color:#344f1f;font-size:20px;font-weight:600;white-space:nowrap;flex-shrink:0;transition:color .2s}.ijc-header__phone:hover{color:#2d5a3d}.ijc-header__phone svg{width:20px;height:20px;flex-shrink:0}.ijc-header__search-toggle,.ijc-header__phone-icon{display:none}@media(max-width:1024px),(hover:none)and (pointer:coarse){.ijc-header__phone{display:none}}.ijc-wishlist-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0;width:63px;height:50px;opacity:1;pointer-events:none}.ijc-wishlist-placeholder:before{content:"";display:block;width:28px;height:29px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M223,57a58.07,58.07,0,0,0-81.92-.1L128,69.05,114.91,56.86A58,58,0,0,0,33,139l89.35,90.66a8,8,0,0,0,11.4,0L223,139a58,58,0,0,0,0-82Zm-11.35,70.76L128,212.6,44.3,127.68a42,42,0,0,1,59.4-59.4l.2.2,18.65,17.35a8,8,0,0,0,10.9,0L152.1,68.48l.2-.2a42,42,1,1,1,59.36,59.44Z'/%3E%3C/svg%3E") no-repeat center / contain}.ijc-wishlist-placeholder:after{content:"Wishlist";font-size:15px;line-height:22px;font-weight:600;color:#1a1a1a;white-space:nowrap}@media(max-width:999px){.ijc-wishlist-placeholder:before{width:20px;height:20px}.ijc-wishlist-placeholder:after{display:none}}.ijc-header__cart-count{position:absolute;top:-6px;right:-6px;background-color:#344f1f;color:#fff;font-size:11px;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ijc-header__wishlist-count{position:absolute;top:-6px;right:-6px;background-color:#c0392b;color:#fff;font-size:11px;font-weight:600;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center}.ijc-header__wishlist-count.is-on{display:flex}.ijc-header__nav{background:#f9f5f0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:0}.ijc-header__nav-list{display:flex;justify-content:space-between;align-items:center;list-style:none;padding:0;max-width:1800px;margin:0 auto}.ijc-header__nav-item{position:relative;padding:17px 18px}.ijc-header__nav-item:first-child{padding-left:0}.ijc-header__nav-item:last-child{padding-right:0}.ijc-header__nav-link{display:inline-block;padding-bottom:3px;text-decoration:none;color:#1a1a1a;font-size:18px;font-weight:500;text-transform:uppercase;letter-spacing:.8px;transition:color .2s,border-color .2s;white-space:nowrap;border-bottom:3px solid transparent}.ijc-header__nav-link:hover{border-bottom-color:#f4991a;background:transparent;box-shadow:none}.ijc-header__nav-link--sale{color:#344f1f}.ijc-header__nav-link--sale:hover{color:#a01830;border-bottom-color:#f4991a;background:transparent;box-shadow:none}body{overflow-x:hidden;padding-top:135px}@media(max-width:999px){body{padding-top:75px}}.ijc-header__mobile-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer}.ijc-header__mobile-toggle svg{width:28px;height:28px}@media(max-width:999px){.ijc-header__top{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;padding:13px 16px!important}.ijc-header__mobile-toggle{display:flex;align-items:center;justify-content:center;order:3;padding:4px;flex-shrink:0;margin-left:2px}.ijc-header__logo{order:1;margin-right:auto;text-align:left;min-width:0;flex-shrink:1}.ijc-header__icons{flex-wrap:nowrap}.ijc-header__logo img{max-height:32px;max-width:160px;width:100%}.ijc-header__help,.ijc-header__phone{display:none}.ijc-header__search-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:inherit}.ijc-header__search-toggle svg{width:24px;height:24px}.ijc-header__phone-icon{display:flex}.ijc-header__icons{order:2;display:flex;align-items:center;gap:14px;flex-shrink:0}.ijc-header__icon-label{display:none}.ijc-header__icon-link svg{width:24px;height:24px}.ijc-header__help-trigger span{display:none}.ijc-header__search{order:4;flex-basis:100%;width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box;display:none}.ijc-header__search.is-search-open{display:block;margin-top:10px!important}.ijc-header__search-form{width:100%;min-height:38px;border-radius:0}.ijc-header__search-input{padding:8px 14px;font-size:16px;min-height:0}.ijc-header__search-btn{padding:8px 14px;min-height:0}.ijc-header__nav{display:none}.ijc-header__nav-link{padding:10px 14px;font-size:13px}.ijc-search-dropdown__grid{grid-template-columns:1fr}.ijc-search-dropdown__left{border-right:none;border-bottom:1px solid #eee}.ijc-search-dropdown__products{grid-template-columns:repeat(2,1fr)}}@media(max-width:1680px){.ijc-header__top{padding:13px 20px}.ijc-header__nav{padding:0 20px}.ijc-header__nav-item{padding:17px 14px}.ijc-header__nav-link{font-size:15px}.ijc-header__icons{gap:12px}}@media(max-width:1680px)and (min-width:1000px){.ijc-header__search{margin:0 20px;max-width:550px}}@media(max-width:359px){body{padding-top:74px}.ijc-header__logo{flex-shrink:1!important}.ijc-header__top{padding-top:10px!important;padding-left:12px!important;padding-right:12px!important;gap:5px}.ijc-header__search-btn{padding:8px 12px;min-width:38px}.ijc-header__search-input{padding:8px 12px;font-size:13px}.ijc-header__icons{gap:12px}.ijc-header__icon-link svg{width:22px;height:22px}.ijc-header__logo img{max-height:30px}.ijc-mobile-menu{left:0;right:0;width:100%;max-width:100vw;box-sizing:border-box}.ijc-mobile-menu__header{padding:10px 12px}.ijc-mobile-menu__header-icons{gap:10px;flex-shrink:0}.ijc-mobile-menu__header-icon{flex-shrink:0}.ijc-mobile-menu__header-icon svg{width:20px;height:20px}.ijc-mobile-menu__logo img{max-height:36px}}.ijc-mobile-menu__overlay{display:none}.ijc-mobile-menu{position:fixed;left:0;right:0;bottom:0;background:#fff;z-index:9998;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;visibility:hidden;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;display:flex;border-top:1px solid #e5e5e5}.ijc-mobile-menu.is-open{visibility:visible;opacity:1;transform:translateY(0)}.ijc-mobile-menu__header{display:none}.ijc-mobile-menu__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:-8px 0 -8px -8px;background:none;border:none;cursor:pointer;color:#1a1a1a}.ijc-mobile-menu__close:hover{color:#2d5a3d}.ijc-mobile-menu__close svg{width:24px;height:24px}.ijc-mobile-menu__logo{display:flex;align-items:center}.ijc-mobile-menu__logo img{max-height:40px;width:auto}.ijc-mobile-menu__header-icons{display:flex;align-items:center;gap:16px}.ijc-mobile-menu__header-icon{display:flex;align-items:center;justify-content:center;position:relative;color:#1a1a1a;text-decoration:none}.ijc-mobile-menu__header-icon:hover{color:#2d5a3d}.ijc-mobile-menu__header-icon svg{width:22px;height:22px}.ijc-mobile-menu__cart-count{position:absolute;top:-4px;right:-4px;background:#2d5a3d;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.ijc-mobile-menu__search{display:none}.ijc-mobile-menu__search-form{display:flex;border:2px solid #e5e5e5;border-radius:0;overflow:hidden;background:#fff;min-height:38px;box-sizing:border-box}.ijc-mobile-menu__search-input{flex:1;padding:8px 14px;border:none;font-size:15px;outline:none;background:#fff;min-height:0}.ijc-mobile-menu__search-input::placeholder{color:#888}.ijc-mobile-menu__search-btn{background:#f4991a;border:none;padding:8px 14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;min-height:0}.ijc-mobile-menu__search-btn svg{width:20px;height:20px}.ijc-header__mobile-toggle .icon-close,.ijc-header__mobile-toggle.is-active .icon-menu{display:none}.ijc-header__mobile-toggle.is-active .icon-close{display:block}.ijc-mobile-menu__nav{overflow-y:auto;padding:8px 0}.ijc-mobile-menu,.ijc-mobile-menu__nav{scrollbar-width:none}.ijc-mobile-menu::-webkit-scrollbar,.ijc-mobile-menu__nav::-webkit-scrollbar{display:none}.ijc-mobile-menu__list{list-style:none;margin:0;padding:0}.ijc-mobile-menu__item{border-bottom:1px solid #f0f0f0}.ijc-mobile-menu__item:last-child{border-bottom:none}.ijc-mobile-menu__link{display:flex;align-items:center;padding:17px 20px;text-decoration:none;color:#1a1a1a;font-size:15px;font-weight:500;transition:background .15s}.ijc-mobile-menu__link:hover,.ijc-mobile-menu__link:active{background:#f8f8f8}.ijc-mobile-menu__icon{width:44px;height:44px;border-radius:50%;overflow:hidden;margin-right:14px;flex-shrink:0;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.ijc-mobile-menu__icon img{width:100%;height:100%;object-fit:cover}.ijc-mobile-menu__text{flex:1}.ijc-mobile-menu__arrow{width:20px;height:20px;stroke:#999;margin-left:auto;flex-shrink:0;transition:transform .2s}.ijc-mobile-menu__link--toggle .ijc-mobile-menu__arrow{transform:rotate(0)}.ijc-mobile-menu__item.is-expanded .ijc-mobile-menu__arrow{transform:rotate(90deg)}.ijc-mobile-menu__link--sale .ijc-mobile-menu__text{color:#c41e3a}.ijc-mobile-menu__link--toggle{width:100%;text-align:left;background:none;border:none;cursor:pointer;font:inherit}.ijc-mobile-menu__sublist{list-style:none;margin:0;padding:0;display:none;background:#f9f9f9;border-bottom:1px solid #eee}.ijc-mobile-menu__sublist.is-open{display:block}.ijc-mobile-menu__subitem{margin:0}.ijc-mobile-menu__sublink{display:block;padding:12px 20px 12px 36px;text-decoration:none;color:#1a1a1a;font-size:14px;font-weight:500;transition:background .15s;border-bottom:1px solid #f0f0f0}.ijc-mobile-menu__sublink:last-child{border-bottom:none}.ijc-mobile-menu__sublink:hover,.ijc-mobile-menu__sublink:active{background:#f0f0f0}.ijc-mobile-menu__sublink--view-all{font-weight:600;color:#2d5a3d}.ijc-mobile-menu__help{padding:20px;background:#f9f9f9;border-top:1px solid #eee;flex-shrink:0}.ijc-mobile-menu__help-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#2d5a3d;margin-bottom:14px}.ijc-mobile-menu__help-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;text-decoration:none;color:#1a1a1a;font-size:14px;font-weight:500;transition:color .15s;min-width:0;overflow-wrap:break-word;word-break:break-all}.ijc-mobile-menu__help-item span{min-width:0;overflow-wrap:break-word;word-break:break-all}.ijc-mobile-menu__help-item:hover{color:#2d5a3d}.ijc-mobile-menu__help-item:last-of-type{margin-bottom:0}.ijc-mobile-menu__help-icon{width:36px;height:36px;border-radius:50%;background:#e8f0e8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ijc-mobile-menu__help-icon svg{width:18px;height:18px;stroke:#2d5a3d;fill:none}.ijc-mobile-menu__help-icon--fill svg{fill:#2d5a3d;stroke:none}.ijc-mobile-menu__social{padding:16px 20px;border-top:1px solid #eee;flex-shrink:0}.ijc-mobile-menu__social-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a;margin-bottom:12px}.ijc-mobile-menu__social-links{display:flex;gap:12px}.ijc-mobile-menu__social-link{width:44px;height:44px;border-radius:50%;background:#e8f0e8;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,transform .2s}.ijc-mobile-menu__social-link:hover{background:#2d5a3d;transform:scale(1.05)}.ijc-mobile-menu__social-link svg{width:20px;height:20px;fill:#2d5a3d;transition:fill .2s}.ijc-mobile-menu__social-link:hover svg{fill:#fff}@media(max-width:330px){.ijc-mobile-menu{left:0;right:0;width:100%;max-width:100vw}.ijc-mobile-menu__header,.ijc-mobile-menu__search{padding:10px 12px}.ijc-mobile-menu__search-form{min-height:36px}.ijc-mobile-menu__search-input{padding:6px 10px;font-size:14px}.ijc-mobile-menu__search-btn{padding:6px 10px}.ijc-mobile-menu__search-btn svg{width:18px;height:18px}.ijc-mobile-menu__link{padding:8px 12px}.ijc-mobile-menu__sublink{padding:10px 12px 10px 24px}.ijc-mobile-menu__help{padding:14px 12px}.ijc-mobile-menu__help-title{margin-bottom:10px}.ijc-mobile-menu__help-item{font-size:13px;gap:10px;word-break:break-word;overflow-wrap:break-word}.ijc-mobile-menu__help-icon{width:32px;height:32px;min-width:32px}.ijc-mobile-menu__help-icon svg{width:16px;height:16px}.ijc-mobile-menu__header-icons{gap:12px}.ijc-mobile-menu__logo img{max-height:36px}}@media(min-width:1000px){.ijc-mobile-menu,.ijc-mobile-menu__overlay{display:none!important}}.product-badges__badge{background:#c0392b!important;color:#fff!important}.sh-badges{position:absolute;top:10px;z-index:3;display:flex;flex-direction:column;gap:6px;pointer-events:none}.sh-badges--status{left:10px;align-items:flex-start}.sh-badges--deal{right:10px;align-items:flex-end}.sh-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1.4;padding:4px 10px;border-radius:4px;color:#fff;white-space:nowrap}.sh-badge--sale,.sh-badge--discount{background:#c0392b}.sh-badge[hidden]{display:none}@media(max-width:999px){.ijc-header__top{gap:8px}.ijc-header__logo img{max-height:36px}.ijc-header__icons{gap:2px}.ijc-header__icons .ijc-header__icon-link,.ijc-header__icons .ijc-header__search-toggle{padding:4px}.ijc-header__icons svg{width:21px;height:21px}.ijc-header__top{position:relative}.ijc-header__search.is-search-open{position:absolute;top:100%;left:0;right:0;width:auto;margin:0!important;padding:0 16px 12px;background:#f9f5f0;box-sizing:border-box;z-index:5}}.ijc-header__logo{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.ijc-header__logo a{line-height:0}.ijc-header__slogan{display:block;font-family:Cormorant Garamond,serif;font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#344f1f;margin-top:4px;white-space:nowrap;line-height:1}@media(max-width:359px){.ijc-header__slogan{white-space:normal;max-width:92px;line-height:1.25;letter-spacing:.02em}}@media(min-width:1000px){.ijc-header__slogan{font-size:11px;margin-top:0;letter-spacing:.08em}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ijc-header.css.map */
