.wd-header{position:relative;z-index:900;background:#fff;width:100%}.wd-header__general{min-height:var(--wd-header-general-h);display:flex;align-items:center;transition:transform .3s ease,opacity .3s ease}.wd-header.is-sticky .wd-header__general{position:relative}.wd-header.is-hidden-general .wd-header__general{transform:translateY(-100%);opacity:0;height:0;min-height:0;overflow:hidden}.wd-header__bottom{background:var(--wd-header-bottom-bg);min-height:var(--wd-header-bottom-h);display:flex;align-items:center;transition:box-shadow .3s ease}.wd-header.is-sticky .wd-header__bottom{position:fixed;top:0;left:0;right:0;z-index:901;box-shadow:0 1px 8px #0000001a}body.wd-header-sticky-active{padding-top:var(--wd-header-bottom-h)}body.wd-theme.wd-sticky-nav-enabled .wd-header.is-sticky .wd-header__bottom{left:var(--wd-sticky-nav-w-collapsed, 60px)}.wd-header__inner{display:flex;align-items:center;gap:20px;width:100%}.wd-header__logo a{text-decoration:none;display:inline-block}.wd-header__logo img{max-height:40px;width:auto}.wd-header__logo-text{font-family:var(--wd-font-title);font-size:22px;font-weight:700;color:var(--wd-title);text-decoration:none}.wd-header__search{position:relative;min-width:0}@media(min-width:1025px){.wd-header__general .wd-header__inner{display:flex;align-items:center;gap:0}.wd-header__general .wd-header__logo{flex:0 0 auto;margin-right:20px}.wd-header__general .wd-header__search--desktop{flex:1 1 0%;max-width:none;margin-right:20px}.wd-header__general .wd-header__info--desktop{flex:0 0 auto;gap:20px;margin-left:0}}.wd-header__search form,.wd-header-search__form{position:relative;width:100%}.wd-header__search-input{width:100%;height:46px;padding:0 52px 0 20px;border:1px solid var(--wd-border);border-radius:var(--wd-radius-pill);background:#f5f5f5;font-size:14px}.wd-header__search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:var(--wd-primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.wd-header__info{display:flex;gap:20px;flex-shrink:0}.wd-header__info-item{display:flex;align-items:center;gap:10px;white-space:nowrap}.wd-header__info-item strong{display:block;font-size:14px;font-weight:600;line-height:1.3;margin-bottom:0;color:var(--wd-title)}.wd-header__info-item span{display:block;font-size:14px;line-height:1.3;color:var(--wd-primary)}.wd-header__categories-btn{display:flex;align-items:center;gap:8px;background:var(--wd-primary);color:#fff;border:none;border-radius:var(--wd-radius-pill);padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0}.wd-header__categories-btn:hover{background:var(--wd-primary-hover)}.wd-header__nav{display:flex;gap:24px;flex:1}.wd-header__nav a{color:var(--wd-link);text-decoration:none;font-size:14px;font-weight:600;text-transform:capitalize;white-space:nowrap}.wd-header__nav a:hover{color:var(--wd-primary)}.wd-header__tools{display:flex;align-items:center;gap:8px;flex-shrink:0}.wd-header__locale{font-size:13px;font-weight:600;color:var(--wd-link);padding:0 4px}.wd-header__tool{position:relative;background:none;border:none;padding:8px;cursor:pointer;color:var(--wd-link);display:flex;align-items:center;text-decoration:none}.wd-header__cart{display:flex;align-items:center;gap:8px;background:var(--wd-primary);color:#fff;border:none;border-radius:var(--wd-radius-pill);padding:8px 16px;cursor:pointer;font-size:13px;font-weight:600}.wd-header__badge{position:absolute;top:0;right:0;min-width:16px;height:16px;background:var(--wd-primary);color:#fff;font-size:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}.wd-header__cart .wd-header__badge{position:static;background:#fff;color:var(--wd-primary)}.wd-header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--wd-link);align-items:center;justify-content:center}.wd-header__mobile-account{display:none;color:var(--wd-link);text-decoration:none;padding:8px;align-items:center;justify-content:center}.wd-header__search-row--mobile{display:none;width:100%;box-sizing:border-box;padding:10px 0;background:var(--wd-header-bottom-bg)}.wd-header__search-row--mobile .wd-container{width:100%;max-width:var(--wd-container);padding:0 15px}.wd-header__search-row--mobile .wd-header-search,.wd-header__search-row--mobile .wd-header-search__form{width:100%;max-width:none;flex:none}.wd-header__search-row--mobile .wd-header__search-input,.wd-header__search-row--mobile .wd-header-search__input{height:44px;background:#fff;border-color:var(--wd-border)}body.wd-mobile-nav-open{overflow:hidden}.wd-mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;pointer-events:none;visibility:hidden}body.wd-mobile-nav-open .wd-mobile-nav{pointer-events:auto;visibility:visible}.wd-mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease}body.wd-mobile-nav-open .wd-mobile-nav__overlay{opacity:1}.wd-mobile-nav__panel{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:min(340px,88vw);height:100%;background:#fff;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 24px #0000001f}body.wd-mobile-nav-open .wd-mobile-nav__panel{transform:translate(0)}.wd-mobile-nav__tabs{display:grid;grid-template-columns:1fr 1fr;flex-shrink:0;background:#f9f9f9;border-bottom:1px solid var(--wd-border)}.wd-mobile-nav__tab{position:relative;padding:16px 12px;border:none;background:transparent;font-family:var(--wd-font-body);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#bbb;cursor:pointer;transition:color .2s ease}.wd-mobile-nav__tab.is-active{color:var(--wd-title)}.wd-mobile-nav__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--wd-primary)}.wd-mobile-nav__body{position:relative;flex:1;min-height:0;overflow:hidden}.wd-mobile-nav__view{display:none;height:100%}.wd-mobile-nav__view.is-active{display:block}.wd-mobile-nav__view[data-mobile-nav-panel=categories]{position:relative}.wd-mobile-nav__stage{position:relative;height:100%;overflow:hidden}.wd-mobile-nav__scroll{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.wd-mobile-nav__list{list-style:none;margin:0;padding:0}.wd-mobile-nav__item{border-bottom:1px solid #f0f0f0}.wd-mobile-nav__link{display:flex;align-items:center;gap:12px;width:100%;padding:14px 18px;border:none;background:#fff;color:var(--wd-link);text-decoration:none;font-size:14px;font-weight:400;text-align:left;cursor:pointer;transition:color .2s ease,background .2s ease}.wd-mobile-nav__link:hover,.wd-mobile-nav__link:focus-visible{color:var(--wd-primary);background:#fafafa}.wd-mobile-nav__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#666}.wd-mobile-nav__icon svg,.wd-mobile-nav__icon .wd-sticky-nav-fallback-icon,.wd-mobile-nav__icon .wd-sticky-nav-icon-img{width:20px;height:20px;object-fit:contain}.wd-mobile-nav__icon--inline{width:auto}.wd-mobile-nav__label{flex:1;min-width:0}.wd-mobile-nav__chevron{flex-shrink:0;display:flex;align-items:center;color:#ccc}.wd-mobile-nav__submenu{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;background:#fff;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.wd-mobile-nav__submenu.is-open{transform:translate(0)}.wd-mobile-nav__submenu[hidden]{display:none!important}.wd-mobile-nav__submenu:not([hidden]){display:flex}.wd-mobile-nav__submenu-head{flex-shrink:0;border-bottom:1px solid #f0f0f0}.wd-mobile-nav__back{display:flex;align-items:center;gap:10px;width:100%;padding:14px 18px;border:none;background:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--wd-title);cursor:pointer}.wd-mobile-nav__link--parent .wd-mobile-nav__label,.wd-mobile-nav__submenu .wd-mobile-nav__label{font-weight:600;text-transform:uppercase;font-size:13px;letter-spacing:.03em}.wd-mobile-nav__link--all .wd-mobile-nav__label{color:var(--wd-primary);text-transform:none;font-weight:600;letter-spacing:0}@media(max-width:1024px){.wd-header__bottom,.wd-header__info--desktop,.wd-header__search--desktop,.wd-header__nav--desktop,.wd-header__categories-btn,.wd-header__locale{display:none}.wd-header__general{min-height:56px}.wd-header__general .wd-header__inner{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px}.wd-header__mobile-toggle{display:flex;grid-column:1;justify-self:start}.wd-header__logo{grid-column:2;flex:none;text-align:center;justify-self:center;min-width:0}.wd-header__logo img{max-height:32px;margin:0 auto}.wd-header__logo-text{font-size:18px;text-decoration:none}.wd-header__mobile-account{display:flex;grid-column:3;justify-self:end}.wd-header__search-row--mobile{display:block}body.wd-header-sticky-active{padding-top:0}.wd-header.is-sticky .wd-header__bottom{display:none}}@media(min-width:1025px){.wd-header__search-row--mobile{display:none!important}}@media(max-width:1024px){.wd-new-goods__promo{display:flex;min-height:280px}}.wd-footer{background:#fff;margin-top:40px}.wd-footer__locations{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:40px 0}.wd-footer__location h4{font-family:var(--wd-font-title);font-size:16px;margin:0 0 8px;color:var(--wd-title)}.wd-footer__location p{margin:0;font-size:14px;line-height:1.6}.wd-footer__divider{height:1px;background:#0000001a}.wd-footer__main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:30px;padding:48px 0}.wd-footer__brand img{max-height:40px;margin-bottom:0}.wd-footer__brand-link{text-decoration:none;display:inline-block;margin-bottom:16px}.wd-footer__brand-name{font-family:var(--wd-font-title);font-size:20px;color:var(--wd-title)}.wd-footer__app-text{font-size:14px;margin:0}.wd-footer__social a.tw{background:#000}.wd-footer__social a.yt{background:red}.wd-footer__payments--icons{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.wd-footer__payment-icon{height:24px;width:auto}.wd-footer__col ul:empty:after{content:none}.wd-footer__brand p{font-size:14px;line-height:1.6;margin-bottom:16px}.wd-footer__social{display:flex;gap:10px}.wd-footer__social a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;flex-shrink:0}.wd-footer__social a svg{display:block;width:16px;height:16px;fill:currentColor}.wd-footer__social a.fb{background:#1877f2}.wd-footer__social a.ig{background:#e1306c}.wd-footer__social a.pt{background:#e60023}.wd-footer__col h4{font-family:var(--wd-font-title);font-size:16px;margin:0 0 16px;color:var(--wd-title)}.wd-footer__col ul{list-style:none;margin:0;padding:0}.wd-footer__col li{margin-bottom:10px}.wd-footer__col a{color:#666;text-decoration:none;font-size:14px}.wd-footer__col a:hover{color:var(--wd-primary)}.wd-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid var(--wd-border);font-size:13px;color:#999;flex-wrap:wrap;gap:12px}.wd-footer__payments img{max-height:28px}@media(max-width:1024px){.wd-footer__locations,.wd-footer__main{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.wd-footer__locations,.wd-footer__main{grid-template-columns:1fr}}.wd-hero{padding:20px 0 40px}.wd-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--wd-gap-sm);background:#fff;border-radius:var(--wd-radius);padding:15px;min-width:0;max-width:100%;overflow:hidden}.wd-hero__grid>*{min-width:0;max-width:100%}.wd-hero__slider{border-radius:var(--wd-radius);overflow:hidden;min-height:460px;width:100%;max-width:100%}.wd-hero__slider.swiper{overflow:hidden}.wd-hero__slider .swiper-slide{width:100%!important;flex-shrink:0}.wd-hero__slider .swiper-wrapper{width:100%}.wd-hero__slide{position:relative;min-height:460px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}.wd-hero__slide-content{text-align:center;color:#fff;padding:40px;z-index:1;max-width:500px}body.wd-theme .wd-hero__slide-content,body.wd-theme .wd-hero__slide-content h2,body.wd-theme .wd-hero__slide-content p,body.wd-theme .wd-hero__slide-content small{color:#fff;background:none}.wd-hero__slide-content--left{text-align:left;margin-right:auto;margin-left:40px}.wd-hero__slide h2{font-family:var(--wd-font-title);font-size:32px;margin:0 0 12px}.wd-hero__slide p{margin:0 0 20px;opacity:.9}.wd-hero__promos{display:flex;flex-direction:column;gap:var(--wd-gap-sm);min-width:0;max-width:100%}.wd-hero__promo-large{flex:1;border-radius:var(--wd-radius);padding:24px;display:flex;align-items:center;min-height:277px;position:relative;overflow:hidden}.wd-hero__promo-mini-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--wd-gap-sm);flex:1}.wd-hero__promo-mini{border-radius:var(--wd-radius);padding:20px;min-height:163px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.wd-hero__promo-mini img,.wd-hero__promo-large img{position:absolute;right:0;bottom:0;max-height:85%;max-width:45%;width:auto;height:auto;object-fit:contain;pointer-events:none}.wd-swiper-wrap{position:relative;overflow:hidden;max-width:100%}.wd-swiper-wrap .swiper{overflow:hidden;max-width:100%}.wd-swiper-wrap .swiper-button-prev,.wd-swiper-wrap .swiper-button-next{width:36px;height:36px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001f;opacity:0;transition:opacity .25s ease}.wd-swiper-wrap .swiper-button-prev{left:8px}.wd-swiper-wrap .swiper-button-next{right:8px}.wd-section--categories{padding-top:32px;padding-bottom:32px}.wd-category-empty{text-align:center;color:#999;padding:24px 0;margin:0}.wd-category-card{display:block;text-align:center;text-decoration:none;background:#fff;border-radius:var(--wd-radius);padding:20px 16px 18px;transition:transform .3s ease,box-shadow .3s ease;height:100%;box-sizing:border-box}.wd-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.wd-category-card__img{width:120px;height:120px;margin:0 auto 14px;border-radius:var(--wd-radius);overflow:hidden;background:#f6f6f6;display:flex;align-items:center;justify-content:center}.wd-category-card__photo{width:100%;height:100%;object-fit:contain;padding:10px;box-sizing:border-box}.wd-category-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.wd-category-card__placeholder-svg{width:64px;height:64px;opacity:.35}body.wd-theme .wd-category-card__title{font-size:14px;font-weight:600;line-height:1.35;margin:0 0 6px;color:var(--wd-title);background:none}.wd-category-card__count{display:block;font-size:12px;line-height:1.3;color:#999}.wd-category-swiper .swiper-slide{height:auto}.wd-section--categories .wd-category-swiper-wrap{position:relative;overflow:visible;padding:0 40px}.wd-section--categories .wd-category-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;margin:0;padding:0;border:none;background:#fff;border-radius:50%;box-shadow:0 2px 10px #0000001f;opacity:1;z-index:3;cursor:pointer;color:var(--wd-title);transition:box-shadow .2s ease,opacity .2s ease}.wd-section--categories .wd-category-nav:after{font-size:13px;font-weight:700}.wd-section--categories .wd-category-nav--prev{left:0}.wd-section--categories .wd-category-nav--next{right:0}.wd-section--categories .wd-category-nav:hover{box-shadow:0 4px 14px #00000029}.wd-section--categories .wd-category-nav.swiper-button-disabled,.wd-section--categories .wd-category-nav.swiper-button-lock,.wd-category-swiper-wrap.is-nav-locked .wd-category-nav{display:none}.wd-category-swiper-wrap.is-nav-locked{padding-left:0;padding-right:0}@media(min-width:769px){.wd-section--categories .wd-category-swiper-wrap,.wd-section--categories .wd-category-swiper-wrap.is-nav-locked{padding:0 4px}.wd-section--categories .wd-category-nav{opacity:0;width:36px;height:36px}.wd-section--categories .wd-category-nav--prev{left:8px}.wd-section--categories .wd-category-nav--next{right:8px}.wd-section--categories .wd-category-swiper-wrap:hover .wd-category-nav:not(.swiper-button-disabled):not(.swiper-button-lock){opacity:1}}.wd-hero__promo-text{position:relative;z-index:1;max-width:60%;min-width:0}.wd-hero__promo-text .wd-countdown{margin-bottom:12px}body.wd-theme .wd-hero__promo-text h3,body.wd-theme .wd-hero__promo-text p,body.wd-theme .wd-hero__promo-mini h4,body.wd-theme .wd-hero__promo-mini p{color:#fff!important;background:none}body.wd-theme .wd-hero__promo-text .wd-countdown__box span{color:#101010e6!important;font-size:1em!important}body.wd-theme .wd-hero__promo-text .wd-countdown__box small{color:#777!important}.wd-hero__promo-text h3{margin:0 0 8px;font-size:18px}.wd-hero__promo-text p{margin:0 0 12px;font-size:12px}.wd-hero__promo-mini h4{margin:0 0 4px;font-size:16px}.wd-hero__promo-mini p{margin:0 0 12px;font-size:12px;opacity:.9}.wd-hero__promo-mini .wd-btn{align-self:flex-start}.wd-new-goods__promo{border-radius:var(--wd-radius);overflow:hidden;position:relative;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;color:#fff}body.wd-theme .wd-new-goods__promo,body.wd-theme .wd-new-goods__promo .wd-new-goods__promo-label,body.wd-theme .wd-new-goods__promo h3{color:#fff}.wd-new-goods__promo-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;opacity:.9}.wd-new-goods__promo h3{font-size:28px;margin:8px 0 16px;background:none}.shopify-design-mode .wd-section h2,.shopify-design-mode .wd-section h3,.shopify-design-mode .wd-section h4,.shopify-design-mode .wd-section p{background:transparent!important}.wd-promo-event{border-radius:var(--wd-radius);padding:44px 50px 36px;background-size:cover;background-position:center;overflow:hidden}.wd-promo-event__banner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.wd-promo-event__media img{width:100%;height:auto;border-radius:10px}.wd-promo-event__content{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.wd-promo-event__content h2{font-size:52px;font-family:var(--wd-font-title);margin:0 0 16px;color:var(--wd-title)}.wd-promo-event__subtitle{font-size:16px;color:#666;margin:0 0 20px}.wd-promo-event__content .wd-countdown{display:flex;width:auto;max-width:100%;margin:0 0 20px}.wd-promo-event__content .wd-btn{display:inline-flex;align-self:flex-start;width:auto}.wd-promo-event__products{margin-top:28px}.wd-promo-products-wrap{position:relative;overflow:visible}.wd-promo-products-wrap .swiper{overflow:hidden}.wd-promo-event__products .swiper-slide{height:auto}.wd-promo-event__products .wd-product-card--compact{background:#fff;border:none;box-shadow:0 2px 10px #0000000f;height:100%}.wd-promo-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;margin:0;padding:0;border:none;background:#fff;border-radius:50%;box-shadow:0 2px 10px #0000001f;z-index:3;cursor:pointer;color:var(--wd-title);transition:box-shadow .2s ease,opacity .2s ease}.wd-promo-nav:after{font-size:12px;font-weight:700}.wd-promo-nav--prev{left:-6px}.wd-promo-nav--next{right:-6px}.wd-promo-nav:hover{box-shadow:0 4px 14px #00000029}.wd-promo-nav.swiper-button-disabled,.wd-promo-nav.swiper-button-lock,.wd-promo-products-wrap.is-nav-locked .wd-promo-nav{display:none}.wd-promo-products-wrap.is-nav-locked{padding-left:0;padding-right:0}@media(max-width:768px){.wd-promo-products-wrap{padding:0 28px}.wd-promo-products-wrap.is-nav-locked{padding:0}.wd-promo-nav{opacity:1;width:30px;height:30px;background:#fffffff2}.wd-promo-nav--prev{left:0}.wd-promo-nav--next{right:0}.wd-promo-event__products .wd-product-card--compact{padding:12px}}@media(min-width:769px){.wd-promo-nav{opacity:0}.wd-promo-products-wrap:hover .wd-promo-nav:not(.swiper-button-disabled):not(.swiper-button-lock){opacity:1}.wd-promo-nav--prev{left:4px}.wd-promo-nav--next{right:4px}}.wd-blog-card{background:#fff;border-radius:var(--wd-radius);overflow:hidden}.wd-blog-card__img{aspect-ratio:16/10;overflow:hidden}.wd-blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.wd-blog-card:hover .wd-blog-card__img img{transform:scale(1.05)}.wd-blog-card__body{padding:20px}.wd-blog-card__meta{font-size:12px;color:#999;margin-bottom:8px}.wd-blog-card__title{font-family:var(--wd-font-title);font-size:16px;margin:0 0 10px}.wd-blog-card__title a{color:var(--wd-title);text-decoration:none}.wd-blog-card__excerpt{font-size:14px;line-height:1.6;margin-bottom:12px}@media(max-width:1024px){.wd-hero__grid{grid-template-columns:1fr}.wd-hero__promo-text{max-width:100%}.wd-hero__slider,.wd-hero__slide{min-height:340px}.wd-hero__slide{justify-content:center;align-items:center}.wd-hero__slide-content,.wd-hero__slide-content--left{text-align:center;margin:0 auto;padding:28px 24px;max-width:100%;width:100%;box-sizing:border-box}.wd-hero__slide h2{font-size:24px}.wd-new-goods__grid{grid-template-columns:1fr}.wd-new-goods__promo{display:flex;min-height:260px}.wd-promo-event{padding:24px 20px 20px}.wd-promo-event__banner{grid-template-columns:1fr;gap:20px}.wd-promo-event__content h2{font-size:28px}.wd-promo-event__content .wd-btn{width:100%;justify-content:center}}@media(max-width:768px){.wd-hero__promo-mini-row{grid-template-columns:1fr}.wd-hero__grid{padding:12px}.wd-hero__slide-content,.wd-hero__slide-content--left{padding:24px 20px}.wd-hero__slide h2{font-size:22px}.wd-hero__promo-large{min-height:240px;padding:20px}.wd-hero__promo-text{max-width:100%}body.wd-theme .wd-hero__promo-text .wd-countdown__box span{font-size:1em!important}.wd-hero__promo-text h3{font-size:20px}.wd-hero__promo-text p{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/woodmart-header.css.map */
