:root {
  --accent: #ED7769;
  --accent-yellow: #FFDF95;
  --accent-orange: #FAB482;
  --text: #62272B;
  --border: #F0F4F8;
  --border-radius: 4px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; user-select: text; }
*:focus { outline: none; }
::selection { background: var(--accent); color: #fff; }

::-webkit-scrollbar { width: 10px; height: 3px; }
::-webkit-scrollbar-track { background: #eee; border-radius: 4px; }
::-webkit-scrollbar-thumb { background: var(--accent-yellow); border-radius: 4px; }

a { text-decoration: none; color: inherit; transition: all .3s; }
a:hover { color: var(--accent); }

body { padding: 0; margin: 0; font: 400 16px/1.4em Inter, sans-serif; color: #1D1D1D; scroll-behavior: smooth; }
main { width: 100%; } /* for firefox centering by margin:auto */

.overflow { overflow: hidden; }

img { object-fit: cover; max-width: 100%; height: auto; }

p { margin-top: 0; }
h2 { font-size: 46px; line-height: 95%; margin-top: 0; }

button { border: none; background: none; padding: 0; cursor: pointer; transition: all .3s; font: inherit; }
a.button,
a.button-stroke { display: inline-block; }

.button,
.button-stroke,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button { font-size: 15px; padding: 10px 23px; color: var(--accent); border: 6px solid  #FCE7D7; border-radius: 28px; background: #fff; }
.button-solid { background: var(--accent); color: #fff; border-color: var(--accent); }
.button-stroke:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover { border-color: var(--accent-orange); background: #fff; }

.link { border-bottom: 1px dashed currentColor; }

input,
select,
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select { font: inherit; border: 1px solid rgba(29, 29, 29, 0.1); border-radius: 50px; line-height: 44px; max-width: 100%; padding: 0 20px; transition: all .3s; } 
select { appearance: none; background: url(../images/angle-down-black.svg) no-repeat 93% center; width: 100%; padding-right: 40px; }
textarea,
.woocommerce form .form-row textarea.input-text { font: inherit; border: 1px solid rgba(29, 29, 29, 0.1); border-radius: 20px; max-width: 100%; padding: 10px 20px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }

.wpcf7 { position: relative; }
.wpcf7-form-control-wrap { display: block; margin-bottom: 16px; }
.wpcf7-submit { background: #FFFFFF; box-shadow: 0px 2px 8px rgba(237, 119, 105, 0.1); border-radius: 28px; font-weight: 600; font-size: 15px; line-height: 46px; color: var(--accent); border: 6px solid #FCE7D7; margin-top: 8px; }
.wpcf7-submit:hover { border-color: var(--accent-orange); }
.wpcf7-spinner { position: absolute; bottom: 15px; }
.wpcf7 form .wpcf7-response-output,
.popup#respond { border: none; font-size: 20px; line-height: 150%; clear: both; }
.popup .wpcf7-form.sent h2,
.popup .wpcf7-form.sent p { display: none; }

.popup#respond .popup-inner .text { padding: 50px 30px; }

.read-only { display: none; }

.menu,
.sub-menu { list-style: none; margin: 0; padding: 0; }

.popup { position: fixed; z-index: 1000000; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,.5); display: none; }
.popup-inner { background: #fff; overflow: hidden; }
.popup-inner .close { float: right; position: relative; z-index: 1; }

.site-header { position: fixed; left: 0; right: 0; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); padding: 6px 18px 8px; }

.logged-in .site-header { top: 46px; }

.site-header { transition: all .3s; }
.site-header .logo { display: flex; align-items: center; gap: 8px; }
.site-header .logo svg { height: auto; }
.site-header .logo span { font-size: 9px; line-height: 1.3em; font-weight: 700; color: var(--accent-orange); text-transform: uppercase; width: 67px; letter-spacing: .05em; }

.site-header .flex { display: flex; align-items: center; justify-content: space-between; }
.site-header .flex>div { display: flex; align-items: center; align-self: center; }
.site-header .flex>div:first-of-type { gap: 17px; }

.site-header .sub-menu { display: none; }
.site-header li.menu-item-has-children li.menu-item-has-children .sub-menu { margin-left: 16px; }

.site-header .contacts .popup-trigger[href="#call"] { color: var(--accent); position: relative; }
.site-header .contacts .popup-trigger[href="#call"]:after { content: ''; border-bottom: 1px dashed currentColor; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; }
.site-header .contacts .popup-trigger[href="#call"]:hover { color: var(--text); }
.site-header .contacts-inner>div { margin-bottom: 20px; }

.site-header .button-wrap a:hover { color: var(--accent-orange); }
.site-header .button-wrap a:hover path { fill: currentColor; }

.lang-switcher { list-style: none; text-transform: uppercase; padding: 0; color: var(--text); margin: 10px 40px 0 15px; }

.site-footer { background: #FFFAEE; overflow: hidden; font-size: 14px; font-weight: 500; color: #656565; }
.site-footer a:hover { color: #111; }
.site-footer .logo { margin-bottom: 30px; display: block; }
.site-footer .logo svg { width: 120px; height: auto; }
.site-footer .menu>li>a { color: var(--text); font-size: 20px; line-height: 140%; font-weight: 700; }
.site-footer .menu>li>a[href="#"] { pointer-events: none; }
.site-footer .menu>li>ul { margin: 20px 0 40px; }
.site-footer .menu>li>ul>li { margin-bottom: 10px; }

.site-footer .contacts>span,
.site-footer .contacts>a { display: block; margin-bottom: 25px; }
.site-footer .contacts>span svg,
.site-footer .contacts>a svg { float: left; margin: 3px 20px 10px 0; }
.site-footer .messenger-wrap { display: flex; gap: 20px; align-items: center; }
.site-header .contacts .socials-wrap a svg,
.site-footer .messenger-wrap a svg { transition: all .3s; } 
.site-header .contacts .socials-wrap a:hover svg,
.site-footer .messenger-wrap a:hover svg { transform: scale(1.1); } 

.copyright-wrap { margin-top: 25px; font-size: 11px; }
.copyright { display: block; margin-top: 10px; }

h2 { font-size: 22px; font-weight: 700; line-height: 140%; margin-bottom: 1em; }

main { padding-top: 66px; }

.mejs-poster-img { height: 100%; object-position: center; }
.mejs-container .mejs-controls { display: none; }

.banner .slider-img { position: relative; }
.banner .slider-img .image-text { position: absolute; width: 40vw; right: 5px; top: 10px; z-index: 1; text-align: center; }
.banner .slider-img .image-text:before { content: url(../images/banner-text-bubble.svg); position: absolute; top: -25px; right: -35px; width: 62vw; z-index: -1; }
.banner .slider-img .image-text h2 { color: #62272B; font-size: 10px; font-weight: 800; margin: 0; text-transform: uppercase; }
.banner .slider-img .image-text h2 + p { color: #62272BB2; font-size: 10px; margin: 0 0 8px; font-weight: 700; line-height: 1.3em; }
.banner .slider-img .image-text .button-solid { border: none; font-size: 13px; padding: 5px 15px; }

.banner .slider-img .sale-percent { position: absolute; left: 72px; top: 8px; z-index: 1; font-weight: 900; color: #fff; font-size: 18px; }
.banner .slider-img .sale-percent:before { content: url(../images/banner-sale-bubble.svg); position: absolute; top: -11px; left: -15px; width: 85px; z-index: -1; }

.banner .slider-img .short-text { position: absolute; right: 32px; top: 8px; z-index: 1; font-weight: 800; color: #fff; letter-spacing: 0.02em; text-transform: uppercase; }
.banner .slider-img .short-text:before { content: url(../images/banner-shorttext-bubble.svg); position: absolute; top: -35px; left: -15px; width: 115px; z-index: -1; }

.home .banner h1 { font-size: 22px; line-height: 140%; font-weight: 800; text-transform: uppercase; color: var(--text); margin-bottom: 8px; }
.home .banner h1 + p { font-size: 18px; line-height: 140%; font-weight: 700; color: var(--accent); }
.home .banner .popup-trigger,
.home .about .popup-trigger { position: absolute; left: 0; top: 0; background: #fff; border-radius: 0 0 50% 0; width: 60px; line-height: 50px; text-align: center; z-index: 1; }
.home .about .popup-trigger { left: calc(50% - 30px); top: 25%; border-radius: 50%; border: 5px solid #fab482; }
.home .banner .popup-trigger:hover,
.home .about .popup-trigger:hover { border-color: #fff; }
.home .banner .popup-trigger svg,
.home .about .popup-trigger svg { width: 13px; height: auto; margin-left: 3px; transition: all .3s; }
.home .banner .popup-trigger:hover svg,
.home .about .popup-trigger:hover svg { transform: scale(1.2); }

.popup#video video { max-width: 100%; }

.owl-dots { margin: 44px 1em; display: flex; gap: 12px; position: relative; z-index: 1; }
.owl-dot span { height: 8px; width: 8px; border-radius: 48px; background: var(--accent); transition: all .3s; display: inline-block; }
.owl-dot.active span { width: 36px; }
.owl-dot:not(.active):hover span { background: #FFB1A8; }

.owl-item .mejs-overlay-button { transition: all .3s; background: #fff url(../images/play.svg) no-repeat center; border-radius: 50%; border: 5px solid #FCE7D7; }
.owl-item .mejs-overlay:hover>.mejs-overlay-button { background-position: center; border-color: var(--accent-orange); }

.tablist { display: flex; justify-content: center; text-transform: uppercase; margin-bottom: 24px; }
.tablist a { white-space: nowrap; text-align: center; border-bottom: 1px solid #BDBDBD; padding: 0 10px 11px; }
.tablist a.active { font-weight: 800; color: var(--accent); border-bottom: 2px solid var(--accent); margin-bottom: -1px; }

.tab-item:not(.active) { display: none; }

.home .cat-list { margin-top: 50px; }

.cat-list { display: flex; flex-wrap: wrap; gap: 2px; }
.cat-list a { text-transform: uppercase; color: #fff; font-size: 15px; font-weight: 700; overflow: hidden; width: calc(50% - 1px); display: flex; flex-direction: column; justify-content: space-between; }
.cat-list a:hover { color: #00000080; }
.cat-list a img { transition: all .3s; }
.cat-list a:hover img { transform: scale(1.1); }

.cat-list a:nth-of-type(1) { background: #60AEEA url(../images/cat-1.svg) no-repeat bottom / 100%; }
.cat-list a:nth-of-type(2) { background: #E892C3 url(../images/cat-2.svg) no-repeat right bottom / 90%; }
.cat-list a:nth-of-type(3) { background: #B78EEC url(../images/cat-3.svg) no-repeat center 30px; }
.cat-list a:nth-of-type(4) { background: #FAB482 url(../images/cat-5.svg) no-repeat; background-size: 100%; }
.cat-list a:nth-of-type(5) { background: #A6C973 url(../images/cat-4.svg) no-repeat right top; }
.cat-list a:nth-of-type(6) { background: #F9CE6C url(../images/cat-8.svg) no-repeat right; }
.cat-list a:nth-of-type(7) { background: #60AEEA url(../images/cat-7.svg) no-repeat right; }
.cat-list a:nth-of-type(8) { background: #A6C973 url(../images/cat-6.svg) no-repeat center; background-size: contain; }

.cat-list a span { display: block; margin: 24px; }
.cat-list a img { margin-top: -80px; }
.cat-list a.cat-lego-stoly span { max-width: 100px; }

.home .benefits { padding-top: 56px; margin-bottom: 48px; }
.benefits h2 + p { font-size: 15px; font-weight: 500; line-height: 140%; }
.home .benefits-wrap { display: flex; flex-wrap: wrap; gap: 24px; margin: 18px 0 33px; counter-reset: figure; }
.home .benefits-wrap figure { margin: 0; font-size: 12px; counter-increment: figure; position: relative; width: calc(50% - 12px); }
body:not(.home) main:not(.home) .benefits-wrap figure { display: flex; gap: 13px; align-items: center; margin-top: 24px; }
.home .benefits-wrap figure:before { content: counter(figure, decimal-leading-zero); position: absolute; right: 30px; top: 35px; z-index: -1; font-size: 58px; color: var(--accent); font-weight: 900; opacity: .08; }
.home .benefits-wrap figure img { width: 50px; height: 50px; margin-bottom: 18px; }
body:not(.home) main:not(.home) .benefits-wrap figure img { width: 45px; height: 45px; }
.benefits-wrap figure p { margin: 0; }
.sandbox-page .benefits { margin: 50px 0; }

.sandbox-page .container.content p:has(img) { position: relative; }
.sandbox-page .container.content p:has(img):after { content: url(../images/content-before-mob1.svg); position: absolute; bottom: -60px; left: -16px; }
.sandbox-page .container.content img { mask: url(../images/content-mask2.svg); -webkit-mask: url(../images/content-mask2.svg); -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; position: relative; z-index: 1; }

.about { margin-bottom: 50px; color: #fff; position: relative; }
.about-wrap { background: var(--accent-orange); padding: 70px 1em; }
.about h2 { text-transform: uppercase; }

.sandbox-page .advantages { padding-top: 50px; }
.advantages-wrap { overflow: hidden; }
.advantages h3 { font-size: 20px; line-height: 140%; margin: 24px 0; }
.advantages ul { list-style: none; margin: 0; padding: 0 0 32px 30px; }
.advantages li { margin-bottom: 1em; position: relative; }
.advantages li:before { position: absolute; right: calc(100% + 10px); content: url(../images/check.svg); }
.advantages li strong { display: block; margin-bottom: -8px; }
.advantages-wrap .img-wrap { position: relative; }
.advantage-item:nth-of-type(1) .img-wrap:before { content: url(../images/content-before-mob1.svg); position: absolute; bottom: -60px; left: 0; }
.advantage-item:nth-of-type(2) .img-wrap:before { content: url(../images/content-before-mob2.svg); position: absolute; bottom: -60px; right: 0; }
.advantage-item:nth-of-type(3) .img-wrap:before { content: url(../images/content-before-mob3.svg); position: absolute; top: 30%; right: -65px; }
.advantage-item:nth-of-type(4) .img-wrap:before { content: url(../images/content-before-mob4.svg); position: absolute; bottom: -60px; right: 0; }
.advantage-item:nth-of-type(odd) img { mask: url(../images/content-mask1.svg); -webkit-mask: url(../images/content-mask1.svg); -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; width: 100%; }
.advantage-item:nth-of-type(even) img { mask: url(../images/content-mask2.svg); -webkit-mask: url(../images/content-mask2.svg); -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; width: 100%; }

.reviews .button-stroke { margin: 38px auto 54px; display: block; width: 181px; }
.review-wrap { margin-top: 30px; }
.review-wrap .owl-item { border-radius: 10px; overflow: hidden; }
.review-wrap .owl-dots { margin: 32px 1em; justify-content: center; }

.home .socials { background: url(../images/socials-bg.svg) no-repeat center; background-size: 100%; text-align: center; color: #fff; padding: 48px 1em 57px; margin-bottom: -40px; position: relative; z-index: 1; }
.socials a { display: inline-block; background: #fff; border-radius: 50%; width: 71px; line-height: 59px; border: 6px solid #FFE9D9; margin: 0 8px; text-align: center; }
.socials a:hover { border-color: var(--accent-orange); }
.socials a img { vertical-align: -5px; }
.socials a:last-of-type img { vertical-align: -2px; }

.contact-page .socials a { margin: 0 12px 0 0; }

.contact-page .wpcf7-form.sent .wpcf7-response-output { display: none !important; }

.tab-content:not(.active) { display: none; }

.woocommerce .products ul, 
.woocommerce ul.products { display: flex; }
.tax-product_cat .flex .products,
ul.products.search-results { flex-wrap: wrap; }

.woocommerce .products ul li, 
.woocommerce ul.products li { background: #FFF; border: 1px solid #F3F3F3; text-align: center; border-radius: 6px 6px 0 0; }
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product { margin-bottom: 0; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 { font-weight: 400; font-size: 13px; text-transform:uppercase; line-height: 150%; margin: 16px 8px 8px; padding: 0; }
.woocommerce ul.products li.product .price { font-weight: 700; font-size: 14px; color: #1d1d1d; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { background: var(--accent); border-radius: 28px; border: none; color: #fff; font-weight: 400; margin: 16px 20px; font-size: 15px; }
.woocommerce ul.products li.product .button:hover { background: var(--accent-orange); }

.woocommerce ul.products li.product a .product-image-wrap { position: relative; overflow: hidden; border-radius: 6px 6px 0 0; margin-bottom: 1em; }
.woocommerce ul.products li.product a .product-image-wrap img:not(.animation-image) { position: relative; z-index: 1; margin: 0; transition: all .3s; }
.woocommerce ul.products li.product a img.animation-image { position: absolute; left: 0; right: 0; top: 0; height: 100%; }
.woocommerce ul.products li.product:hover a .product-image-wrap.has-animation-image  img:not(.animation-image) { opacity: 0; }

.woocommerce ul.products li.product .star-rating { display: none; }
.woocommerce ul.products li.product.outofstock { filter: grayscale(1); }

.woocommerce nav.woocommerce-pagination ul,
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li { border: none; }
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li { margin: 0 10px; }
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current { background: none; color: inherit; border: 4px solid #FFE9D9; border-radius: 50%; width: 45px; text-align: center; line-height: 37px; display: inline-block; padding: 0; }
.woocommerce nav.woocommerce-pagination ul li a { opacity: .3; line-height: 45px; padding: 0; }

.woocommerce span.onsale { background: var(--accent-orange); left: 11px; top: 11px; line-height: 30px; font-size: 13px; margin: 0; min-height: auto; border-radius: 2px 0 0 2px; padding: 0 10px; text-transform: uppercase; letter-spacing: .04em; }
.woocommerce span.onsale:after { content: url(../images/decor-angle.svg); position: absolute; left: 100%; top: 0; width: 13px; }
.woocommerce ul.products li.product .onsale { left: 11px; top: 11px; margin: 0; right: auto; }

.quantity { display: flex; align-items: center; gap: 15px; }
div.product .quantity { float: none; margin-bottom: 24px; }
.quantity>div { border: 1px solid #EDEDED; border-radius: 30px; padding: 0 7px; display: flex; align-items: center; }
.woocommerce .quantity .qty { border: none; }
.quantity-button { line-height: 1px; }
.quantity-button circle[fill="#FFE9D9"] { transition: all .3s; }
.quantity-button:hover circle[fill="#FFE9D9"] { fill: var(--accent-orange); }
.woocommerce .quantity .qty { width: 34px; padding: 0; border-radius: 0; }

.woocommerce div.product p.stock,
.woocommerce div.product .stock { color: var(--accent); font-size: 1em; font-weight: 500; }

.wp-block-button { color: var(--accent); }
body .wp-block-button__link { font-weight: 500; font-size: 14px; line-height: 150%; }
.wp-block-button.is-style-outline>.wp-block-button__link, 
.wp-block-button .wp-block-button__link.is-style-outline { border-radius: 28px; border: 6px solid #FCE7D7; }.wp-block-button.is-style-outline>.wp-block-button__link:hover, 
.wp-block-button .wp-block-button__link.is-style-outline:hover { border-color: var(--accent-orange); }
.wp-block-button.is-style-outline.instagram .wp-block-button__link:before { content: url(../images/instagram.svg); margin-right: 9px; vertical-align: middle; }
.wp-block-button.is-style-outline.facebook .wp-block-button__link:before { content: url(../images/facebook.svg); margin-right: 9px; vertical-align: middle; }
.wp-block-buttons { margin-bottom: 32px; gap: 16px; }

.sku_wrapper { display: block; }
.posted_in { font-size: 13px; }

.part-pay-info { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; clear: both; }
.variations_form .part-pay-info { margin-top: 30px; }
.part-pay-info figure { margin: 0; padding: 10px; position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; box-shadow: 2px 2px 30px rgba(0,0,0,.08); border-radius: 12px; cursor: pointer; }
.part-pay-info figure img { width: 45px; }
.part-pay-info figure span { text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .4px; }
.part-pay-info figure .text { position: absolute; left: 0; top: calc(100% + 15px); z-index: -1; visibility: hidden; transition: all .3s; padding: 10px; border-radius: 12px; background: #fff; width: 200px; text-align: center; box-shadow: 2px 2px 30px rgba(0,0,0,.08); opacity: 0; font-size: 13px; }
.part-pay-info figure .text:before { content: ''; position: absolute; left: 15px; top: -30px; border: 20px solid transparent; border-bottom-color: white; }
.part-pay-info figure:hover .text { visibility: visible; z-index: 1; opacity: 1; }

.container.small { max-width: 770px; }

.content-page { padding: 100px 0; }
.content-page .tab-content { max-width: 770px; margin: auto; padding-top: 1px; line-height: 1.8em; }
.content-page h1,
.content-page h2,
.cat-description h1,
.cat-description h2 { font-size: 22px; }
.content-page h1,
.cat-description h1 { margin-bottom: 24px; }
.content-page h2,
.cat-description h2 { line-height: 140%; margin-bottom: 18px; }
.content-page h2:not(:first-of-type),
.cat-description h2:not(:first-of-type) { margin-top: 50px; }
.content-page h3,
.cat-description h3 { font-size: 18px; font-weight: 500; line-height: 140%; margin-top: 0; }
.content-page ul,
.cat-description ul { margin: 16px 0 24px; padding: 0; list-style: none; }
.content-page ul>li,
.cat-description ul>li { position: relative; padding-left: 34px; margin-bottom: 25px; }
.content-page ul>li:before,
.cat-description ul>li:before { content: url(../images/check.svg); position: absolute; left: 0; top: 2px; }

.content-page h2[id],
.content-page h3[id] { padding-top: 100px; }

.cat-description { margin: 0 1em 56px; }
.cat-description img { mask: url(../images/content-mask2.svg); -webkit-mask: url(../images/content-mask2.svg); -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; position: relative; z-index: 1; }


.wp-block-embed__wrapper { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; }
.wp-block-embed__wrapper iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }

.breadcrumbs { display: flex; align-items: center; margin: 24px 0; color: #1d1d1d94; }
.breadcrumbs .delimiter { display: inline-block; margin: 0 11px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.breadcrumbs a { color: initial; }
.breadcrumbs a:hover { color: var(--accent); }

.table-gift { background: var(--accent-orange) url(../images/gift-bg.svg) no-repeat; background-size: cover; border-radius: 12px; text-align: center; color: #fff; }
.table-gift img { border-radius: 6px; }
.table-gift p:last-of-type { margin-bottom: 0; }
.table-gift h2 { font-size: 26px; font-weight: 700; line-height: 140%; text-transform: uppercase; }
.table-gift p:first-of-type,
.table-gift ul { max-width: 245px; margin: 0 auto 1em; }
.table-gift ul { list-style: none; padding: 0; text-align: left; font-size: 14px; font-weight: 700; }
.table-gift li { position: relative; padding-left: 30px; margin-bottom: 1em; }
.table-gift li:before { content: url(../images/gift.svg); position: absolute; left: 0; }

.faq { padding: 56px 0; }
.faq-item { background: #FFFFFF; border: 1px solid #EDEEF2; box-shadow: 0 4px 40px rgba(0,0,0,.05); border-radius: 6px; padding: 16px; margin-bottom: 16px; }
.faq-item p{ margin: 0; }
.faq-question { display: flex; justify-content: space-between; align-items: center; gap: 26px; font-weight: 700; line-height: 19px; }
.faq-question .show-hide-button { min-width: 50px; height: 50px; border-radius: 50%; background: #E8E9EE; padding: 0; margin: 0; }
.faq-question .show-hide-button.active { background: var(--accent); }
.faq-question .show-hide-button svg { vertical-align: middle; transition: all .3s; }
.faq-question .show-hide-button.active svg { transform: rotate(45deg); }
.faq-question .show-hide-button.active path { fill: #fff; }
.faq-answer { padding-top: 16px; display: none; }

.contact-page { background: url(../images/contacts-bg.svg) no-repeat center -10px /100%; padding-bottom: 56px; }
.contacts-wrap { margin: 50px 0 150px; color: #fff; }
.contacts-wrap>p { margin-bottom: 40px; }
.contacts-wrap .label { display: block; opacity: .6; font-size: 15px; font-weight: 600; margin-bottom: 13px; }
.contacts-wrap .phone-wrap { display: flex; align-items: center; gap: 10px; }

.contact-page .wpcf7 h2 { font-size: 30px; line-height: 140%; color: var(--text); margin-bottom: 10px; }
.contact-page .wpcf7 h2 + p { font-weight: 500; margin-bottom: 30px; opacity: .8; }
.contact-page .wpcf7-form-control-wrap { margin-bottom: 24px; }
.contact-page .wpcf7-submit { background: var(--accent); border: none; color: #fff; }
.contact-page textarea { height: 89px; }

.reviews-page .container,
.complectations .container { padding: 56px 0; }
.complectations h1 { line-height: 140%; margin-bottom: 24px; }
.complectations table { border-color: #ededed; border-collapse: collapse; }
.complectations table th,
.complectations table td { padding: 5px 10px; line-height: 130%; }
.complectations table th:first-of-type { text-align: left; color: var(--accent); }
.complectations table td:not(:first-of-type) { text-align: center; }

.product-name { font-weight: 700; }
.quantity label { display: none !important; }
.product-subtotal { font-weight: 700; }

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text { padding: 0 20px; }

.woocommerce #content table.cart td.actions .button, 
.woocommerce table.cart td.actions .button, 
.woocommerce-page #content table.cart td.actions .button, 
.woocommerce-page table.cart td.actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order { border-radius: 28px; background: var(--accent); color: #fff; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page table.cart td.actions .button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order { border: none; }
.woocommerce #content table.cart td.actions .button:hover, 
.woocommerce table.cart td.actions .button:hover, 
.woocommerce-page #content table.cart td.actions .button:hover, 
.woocommerce-page table.cart td.actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background: var(--accent-orange); }
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order { padding: 20px 35px; }

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img { width: auto; }

.woocommerce a.remove { color: var(--accent) !important; height: 30px; width: 30px; }
.woocommerce a.remove:hover { background: var(--accent); }

.woocommerce-checkout main>.container { padding-bottom: 56px; }
.woocommerce-checkout h1 { line-height: 105%; font-size: 24px; text-align: center; }
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea:not(#order_comments) { line-height: 44px; }
.woocommerce form .form-row label { line-height: inherit; margin-bottom: 10px; }
.woocommerce form .form-row:not(:last-of-type) { margin-bottom: 1em; }

.woocommerce form .form-row .optional { display: none; }

.form-row#shipping_first_name_field,
.form-row#shipping_last_name_field,
.form-row#shipping_phone_field,
.form-row#shipping_town_field,
.form-row#shipping_post_field,
.form-row#shipping_courier_field,
.form-row#shipping_courier_address_field,
.form-row#shipping_rozetka_field { display: none; }

#wcus_shipping_phone_field { display: none !important; }

h3#ship-to-different-address { position: absolute; z-index: -1; visibility: hidden; }

.woocommerce-shipping-fields__field-wrapper { margin-top: 1em; }

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message { border-radius: 12px; border: none; padding: 1em; }
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before { position: static; float: left; margin-right: 16px; }

.woocommerce-error { position: fixed; left: 0; right: 0; bottom: 0; margin: 0; z-index: 10; }

.woocommerce-info { background: #FCE7D7; }
.woocommerce-info:before { display: none; }
.woocommerce-info a { display: block; font-weight: 700; }

.woocommerce-message { background: var(--accent-orange); color: #fff; font-weight: 700; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; }

.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button { border-radius: 28px; font-weight: 400; color: #1d1d1d; background: #fff; }
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-message .button { border: 6px solid #FCE7D7; }
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-message .button:hover { background: #FCE7D7; border: 6px solid #fff; }
.woocommerce-message:before { color: inherit; font-size: 30px; }

.woocommerce form.login, 
.woocommerce form.register { border-radius: 12px; border-color: rgba(29,29,29,.1); }

.woocommerce form.checkout_coupon { border-radius: 12px; border: none; box-shadow: 2px 2px 30px rgba(0,0,0,.08); background: #fff; }

.checkout-coupon-toggle .woocommerce-info { background: none; padding: 0; }
.checkout-coupon-toggle .woocommerce-info .show-coupon { border: 6px solid #FCE7D7; border-radius: 28px; color: var(--accent); text-align: center; line-height: 40px; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item { border-radius: 6px; overflow: hidden; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05); padding: 0 8px 0 0; margin-bottom: 12px; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item img { border-radius: 6px 0 0 6px; float: left; margin-right: 16px; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name { font-weight: 600; margin-top: 8px; font-size: 13px; line-height: 17px; text-transform: uppercase; max-height: 34px; overflow: hidden; text-overflow: ellipsis; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .quantity { color: #828282; font-size: 13px; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item .amount { color: #1D1D1D; font-size: 16px; font-weight: 700; }

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal { white-space: nowrap; }

.woocommerce-cart .order-total { font-size: 20px; margin-top: 30px; display: flex; justify-content: space-between; }

.woocommerce .col2-set .col-1>div,
.order-wrap { padding: 1em; box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08); border-radius: 12px; margin-bottom: 24px; }
.woocommerce .col2-set h3 { margin-top: 0; font-size: 16px; }

.woocommerce .col2-set::after, 
.woocommerce .col2-set::before, 
.woocommerce-page .col2-set::after, 
.woocommerce-page .col2-set::before { display: none; }

#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li { margin-bottom: 1em; }

.woocommerce-checkout .woocommerce-message { display: none; }

.thwcfd-field-radio .woocommerce-input-wrapper { display: flex; align-items: center; gap: 16px; }
.woocommerce ul#shipping_method li input,
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper input,
#ship-to-different-address-checkbox,
input[name="billing_delivery_type"] { opacity: 0; visibility: hidden; position: absolute; z-index: -1; }

.woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper label,
#ship-to-different-address-checkbox + span,
input[name="billing_delivery_type"] + label { display: flex; align-items: center; gap: 13px; margin: 0; }

.woocommerce-checkout #payment ul.payment_methods li label { line-height: 1.5em; align-items: flex-start; }

.woocommerce-checkout #payment ul.payment_methods li label img {     align-self: center; }

.woocommerce ul#shipping_method li label:before,
.woocommerce-checkout #payment ul.payment_methods li label:before,
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper label:before,
#ship-to-different-address-checkbox + span:before,
input[name="billing_delivery_type"] + label:before { content: ''; display: inline-block; width: 20px; min-width: 20px; max-width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(29,29,29,.1); transition: all .3s; margin-top: 2px; }

.woocommerce ul#shipping_method li input:checked + label:before,
.woocommerce-checkout #payment ul.payment_methods li input:checked + label:before,
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper input:checked + label:before,
#ship-to-different-address-checkbox:checked + span:before,
input[name="billing_delivery_type"]:checked + label:before { border: 5px solid var(--accent); width: 10px; height: 10px; min-width: 10px; max-width: 10px; }

.woocommerce ul#shipping_method li input:checked + label,
.woocommerce-checkout #payment ul.payment_methods li input:checked + label,
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper input:checked + label,
input[name="billing_delivery_type"]:checked + label { border-color: var(--accent); }

.form-row.radio-inline>span.woocommerce-input-wrapper label { margin-left: 0; display: inline-flex !important; }

.woocommerce ul#shipping_method { display: flex; gap: 16px; margin-bottom: 10px; }
.woocommerce ul#shipping_method li { margin: 0; min-width: 125px; }
.woocommerce ul#shipping_method li label { font-size: 14px; border: 1px solid #EDEDED; border-radius: 4px; padding: 6px 8px; position: relative; height: 40px; display: block; }
.woocommerce ul#shipping_method li label:before { vertical-align: -6px; margin-right: 13px; }
.woocommerce ul#shipping_method li input:checked + label:before { vertical-align: -5px; }
.woocommerce ul#shipping_method label:not([for*="shipping_method_0_local_pickup"]) { color: transparent; overflow: hidden; }
.woocommerce ul#shipping_method li label:after { position: absolute; left: 40px; }
.woocommerce ul#shipping_method li label[for*="shipping_method_0_free_shipping-16"]:after { content: url(../images/ukrposhta.svg); top: 6px; }
.woocommerce ul#shipping_method li label[for*="shipping_method_0_free_shipping-22"]:after { content: url(../images/rozetka.svg); top: 10px; }
.woocommerce ul#shipping_method li label[for*="shipping_method_0_meest"]:after { content: url(../images/meest.svg); top: 7px; }
.woocommerce ul#shipping_method li label[for*="shipping_method_0_nova_poshta_shipping"]:after { content: url(../images/novaposhta.svg); top: 4px; }

#billing_country_field,
#shipping_country_field { display: none !important; }

h3#ship-to-different-address,
.wcus-checkout-fields,
#billing_meest_form { margin: 32px 0 0; }
h3#ship-to-different-address + .shipping_address { margin-top: 1em; }
h3#ship-to-different-address { overflow: hidden; clear: both; }

.woocommerce form .wcus-checkout-fields .form-row { padding: 0; margin-bottom: 16px; }
.zen-ui-select__value,
.select2.select2-container .select2-selection { border: 1px solid #EDEDED; border-radius: 50px; padding: 11px 28px 11px 20px!important; height: 52px; background: url(../images/angle-down-black.svg) no-repeat calc(100% - 20px) center; }
.zen-ui-select__value:hover,
.select2.select2-container .select2-selection:hover { background: #fdfdfd url(../images/angle-down-black.svg) no-repeat calc(100% - 20px) center; }

.zen-ui-select__value>svg,
.select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }

.woocommerce form #billing_meest_form .form-row>label { display: none; }
#shipping_meest_form { display: none !important }

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods { background: none; padding: 0; border: none; }
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment { background: #FCE7D7; }

.woocommerce-checkout #payment div.payment_box,
.shipping-notes span { background: rgba(255,223,149,.6); border-radius: 8px; padding: 10px 13px; margin: 13px 0 0; font-size: 12px; line-height: 16px; }
.woocommerce-checkout #payment div.payment_box:before,
.shipping-notes span:before { display: none; content: url(../images/Exclamation_Icon_UIA.svg); margin-right: 8px; position: static; margin: 0; border: none; }

.shipping-notes span { display: none; margin: 0; gap: 8px }

#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row { padding: 0; margin-top: 32px; }

.woocommerce-notice.woocommerce-thankyou-order-received { margin-bottom: 0; line-height: 2em; }
.woocommerce ul.order_details { padding: 0; }

.woocommerce .cart_totals table.shop_table { border: none; }

.cart-discount { display: flex; justify-content: space-between; text-transform: uppercase; font-size: 13px; margin-top: 32px; }
.order-total { font-size: 18px; text-transform: uppercase; display: flex; justify-content: space-between; margin-top: 16px; font-weight: 700; }
.order-total .note { font-size: 13px; font-weight: 400; color: #A4A4A4; }

.checkout-coupon-toggle { margin-top: 32px; }
.coupon-form { border: 1px solid rgba(29,29,29,.1); border-radius: 50px; display: flex; margin: 32px 34px 32px 0; position: relative; }
.coupon-form input { border: none; width: calc(100% - 110px); }
.coupon-form button { color: var(--accent); }
.close-coupon { position: absolute; right: -25px; top: 10px; }

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment { background: none; margin-top: 32px; }

.woocommerce-checkout .partpayment #payment ul.payment_methods li.payment_method_cod,
.woocommerce-checkout .partpayment #payment ul.payment_methods li.payment_method_wayforpay,
.woocommerce-checkout .partpayment #payment ul.payment_methods li.payment_method_cheque,
.woocommerce-checkout .partpayment #payment ul.payment_methods li.payment_method_offline_gateway,
.woocommerce-checkout .partpayment #payment ul.payment_methods li.payment_method_bacs { display: none; }

.woocommerce-checkout .col-2:not(.partpayment) .partpay-instructions { display: none; }
.woocommerce-checkout .col-2.partpayment .partpay-instructions { margin: -50px 0 30px; }
.woocommerce-checkout .col-2.partpayment .partpay-instructions ul,
.woocommerce-checkout .col-2.partpayment .partpay-instructions ol { padding-left: 20px; }

.woocommerce a.partpayment-button.button {
    display: none;
}

.woocommerce a.partpayment-button.button.active {
    display: inline-block;
}

.xoo-wsc-basket { margin: 0; box-shadow: none; top: 14px; right: 18px; bottom: unset; background: none; padding: 0; width: auto; height: auto; }
.xoo-wsc-bki:before { content: url(../images/cart.svg); }
.xoo-wsc-items-count { top: -7px; left: 10px; z-index: 1; font-size: 16px; width: 22px; height: 22px; line-height: 22px; background: var(--accent); }
.xoo-wsc-cart-active .xoo-wsc-basket { display: none !important; }
.xoo-wsc-btn { width: 100%; text-align: center; }
.xoo-wsc-empty-cart { padding: 30px 20px 10px; }
.xoo-wsc-footer { padding-bottom: 30px; }
.xoo-wsc-footer a.button { font-size: 15px; font-weight: 700; line-height: 1; }
.woocommerce a.button.xoo-wsc-ft-btn-checkout,
a.button.xoo-wsc-ft-btn-checkout { background: var(--accent); color: #fff; border-color: var(--accent); }
.xoo-wsc-ft-buttons-cont { grid-row-gap: 15px; }
.xoo-wsc-modal .woocommerce-Price-currencySymbol { margin-left: 0; }
.xoo-wsc-modal .xoo-wsc-body { padding-top: 20px; }
span.xoo-wsch-text { margin: 0; }

.xoo-wsc-product { position: relative; margin: 0 20px 20px; padding: 0; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05); border-radius: 6px; }
.xoo-wsc-sum-col { justify-content: flex-start; padding: 12px; }
.xoo-wsc-img-col { align-self: stretch; }
.xoo-wsc-img-col img { border-radius: 6px 0 0 6px; display: block; height: 100%; object-fit: cover; }
span.xoo-wsc-del-txt { position: absolute; top: 12px; right: 12px; }
span.xoo-wsc-del-txt:before { content: url(../images/trash.svg); }
.xoo-wsc-sm-right { padding-left: 20px; }
.xoo-wsch-top .xoo-wsch-basket,
span.xoo-wsc-ft-amt-label { display: none; }

.wc-block-components-notice-banner { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; border-radius: 0; margin: 0 !important; }

@media (min-width: 360px) {
  .contacts-wrap { margin-bottom: 250px; }
}

@media (max-width: 374px) {
  .lang-switcher { float: right; }

  .tablist a { font-size: 14px; }
  .benefits .button-stroke { padding-left: 0; padding-right: 0; width: 100%; white-space: nowrap; text-align: center; }

  .woocommerce .part-pay-info a.button,
  .part-pay-info .button { padding: .618em 1em; }

  .woocommerce ul.products li.product a.button { margin-left: 0; margin-right: 0; width: 100%; }

  .woocommerce ul#shipping_method li { width: 100%; }
  .woocommerce ul#shipping_method li label:after { left: 50px; }
}

@media (min-width: 375px) {
  .contact-page { background-position-y: -30px; }
  .contacts-wrap>p { margin-bottom: 40px; font-size: 18px; }

  .banner .slider-img .image-text { right: 15px; top: 15px; }
  .banner .slider-img .image-text:before { top: -35px; right: -40px; }

  .banner .slider-img .sale-percent { left: 72px; top: 15px; }
  .banner .slider-img .sale-percent:before { top: -15px; left: -15px; width: 96px; }

  .banner .slider-img .short-text { top: 20px; }

  .form-row.radio-inline>span.woocommerce-input-wrapper label { margin-right: 30px; }
}

@media (min-width: 375px) and (max-width: 1023px) { .woocommerce ul#shipping_method li:not(:last-of-type) { width: calc(50% - 8px); }}

@media (min-width: 375px) and (max-width: 1199px) {
  .lang-switcher { padding: 0 15px; border-right: 1px solid var(--border); border-left: 1px solid var(--border); }
}

@media (max-width: 387px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text { line-height: 50px; }
}

@media (min-width: 388px) {
  .woocommerce-page table.cart td.actions .button { line-height: 26px; }
}

@media (max-width: 424px) {
  .home .banner.owl-carousel .owl-item img { height: 40vh; object-fit: cover; }
  .home .banner.owl-carousel .owl-dots { margin-top: 1em; }
}

@media (min-width: 425px) {
  .sandbox-page .benefits-wrap { display: flex; flex-wrap: wrap; gap: 10%; }
  .sandbox-page .benefits-wrap figure { width: 45%; }
}

@media (min-width: 425px) and (max-width: 767px) {
  .home .banner.owl-carousel .owl-item img { height: 285px; object-fit: cover; }
}

@media (max-width: 767px) {
  .site-header:not(.sticky) { position: absolute; }
  .site-header.sticky { top: 0; }
  .site-header .contacts-inner { display: none; position: fixed; bottom: 0; left: 0; right: 0; padding: 0 16px 40px; }
  .site-header.menu-active .contacts-inner { display: block; z-index: 100; background: #fff; }
  .site-header.menu-active .contacts-inner>div>a svg { vertical-align: middle; margin-right: 10px; }
  .site-header.menu-active .contacts .socials-wrap { display: flex; margin: 20px 0 16px; gap: 30px; } 
  .site-header.menu-active .button-wrap { display: none; }

  .site-header .dropdown-trigger { display: none; }
  .site-header .dropdown-list a { display: block; margin-top: 1em; }

  .site-header .search-form { display: none; position: fixed; background: #1D1D1D82; left: 0; right: 0; top: 66px; bottom: 0; z-index: 100; }
  .site-header .search-form>div { background: #fff; padding: 15px; margin: 50px 15px 30px; display: flex; flex-direction: column; align-items: flex-end; border-radius: 6px; }
  .site-header .search-form input { border: 1px solid rgba(29,29,29,.1); border-radius: 50px; width: 100%; padding: 11px 20px; margin: 30px 0; }
  .site-header .search-form button[type="submit"] { border: 6px solid #FCE7D7; color: var(--accent); padding: 11px 20px; border-radius: 28px; align-self: center; }
  .site-header .search-form button[type="submit"] svg { display: none; }
  .site-header.search-active { z-index: 101; }

  .lang-switcher { float: right; }

  .site-footer .container { margin: 32px 15px 40px; }

  .popup-inner { height: 100%; }
  .popup-inner .close { margin: 18px 14px; }
  .popup-inner h2 { padding: 15px 14px 19px; margin-bottom: 19px; border-bottom: 1px solid #E0E0E0; font-size: 18px; line-height: 150%; }
  .popup-inner .wpcf7 p { padding: 0 14px; }

  .popup#woocommerce-order .popup-inner { height: auto; border-radius: 6px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 32px; text-align: center; width: 90%; }
  .popup#woocommerce-order .popup-inner .close { float: none; }

  .benefits .container,
  .reviews .container,
  .content-page .container,
  .sandbox-page .container.content,
  .table-gift-wrap .text,
  .faq,
  .contact-page .container,
  .woocommerce-checkout main>.container { margin: 0 1em; }

  .table-gift-wrap .text { margin-bottom: 32px; }

  .tablist { padding: 0 1em; }

  .about img { mask: url(../images/about-mask.svg); -webkit-mask: url(../images/about-mask.svg); -webkit-mask-position: top; -webkit-mask-repeat: no-repeat; -webkit-mask-size: cover; width: 100%; object-position: top; height: 520px; }
  .about-wrap { mask: url(../images/about-mask2.svg); -webkit-mask: url(../images/about-mask2.svg); -webkit-mask-position: top; -webkit-mask-repeat: no-repeat; -webkit-mask-size: cover; margin-top: -105px; }
  .about-wrap .button-stroke { margin-top: 24px; }

  .table-gift-wrap h2,
  .faq h2 { font-size: 30px; line-height: 140%; }
  .table-gift { padding: 24px 16px 16px; }

  .content-page .tablist { display: block; padding: 0; }
  .content-page .tablist a { display: block; line-height: 2em; padding: 0; text-align: left; }
  .content-page .tablist a:not(.active) { border: none; line-height: 3em; }

  .woocommerce .products ul, 
  .woocommerce ul.products { flex-wrap: wrap; }
  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product { width: 50%; }
  .woocommerce ul.products li.product .onsale { line-height: 20px; font-size: 10px; padding: 0 5px; }
  .woocommerce span.onsale:after { width: 9px; }

  .woocommerce form .form-row-first, 
  .woocommerce form .form-row-last, 
  .woocommerce-page form .form-row-first, 
  .woocommerce-page form .form-row-last { width: 100%; }

  .woocommerce #respond input#submit, 
  .woocommerce button.button:not(.single_add_to_cart_button), 
  .woocommerce input.button { width: 100%; }

  input[name="coupon_code"] { margin-bottom: 1em; width: 100%; }
  
  .woocommerce ul.order_details li { border: none; float: none; margin-bottom: 20px; }

  .return-to-shop { margin: 30px 10px 50px; }

  .site-header.sticky ~ .xoo-wsc-modal .xoo-wsc-basket { top: 14px; }
  .site-header.scroll-down ~ .xoo-wsc-modal .xoo-wsc-basket { top: -50px; }

  .tab-content.woocommerce { margin-left: 1em; }
  .tab-content.woocommerce ul.products li.product,
  .woocommerce ul.products.search-results li.product { width: calc(50% - 1em); border: none; display: flex; flex-direction: column; justify-content: space-between; }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td { background: none; }

  .woocommerce table.shop_table,
  .woocommerce table.shop_table td { border: none; }

  .woocommerce table.shop_table td.actions { padding-top: 30px; }
  .woocommerce table.shop_table td.product-quantity { padding-top: 0; }

  .product-remove { float: right; margin: 0 0 0 16px; }
  .product-price,
  .product-quantity { float: left; }
  .product-subtotal { float: right; }

  .woocommerce-cart h1,
  .cart_totals h2,
  .proceed-wrap { margin-left: 12px; margin-right: 12px; }

  .part-pay-info figure { gap: 0; }
  .part-pay-info figure img { width: 30px; }
  .part-pay-info figure span { font-size: 8px; }
}

@media (min-width: 768px) and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product { width: calc(25% - 45px / 4); }

  .woocommerce ul.products[class*=columns-] li.product:not(.last), 
  .woocommerce-page ul.products[class*=columns-] li.product:not(.last) { margin-right: 15px; }

  .woocommerce #content table.cart td.actions .button, 
  .woocommerce table.cart td.actions .button, 
  .woocommerce-page #content table.cart td.actions .button, 
  .woocommerce-page table.cart td.actions .button { width: auto; }

  .woocommerce #content table.cart td.actions .coupon .button, 
  .woocommerce #content table.cart td.actions .coupon .input-text, 
  .woocommerce #content table.cart td.actions .coupon input, 
  .woocommerce table.cart td.actions .coupon .button, 
  .woocommerce table.cart td.actions .coupon .input-text, 
  .woocommerce table.cart td.actions .coupon input, 
  .woocommerce-page #content table.cart td.actions .coupon .button, 
  .woocommerce-page #content table.cart td.actions .coupon .input-text, 
  .woocommerce-page #content table.cart td.actions .coupon input, 
  .woocommerce-page table.cart td.actions .coupon .button, 
  .woocommerce-page table.cart td.actions .coupon .input-text, 
  .woocommerce-page table.cart td.actions .coupon input { width: 200px; }
}

@media (min-width: 768px) {
  main { padding-top: 119px; }

  .container { margin: 0 15px; }
  .owl-nav button { position: absolute; bottom: -6px; z-index: 2; }  
  .owl-nav button path { transition: all .3s; }
  .owl-nav button:hover path { stroke: var(--accent); }
  .owl-prev { left: 30%; }
  .owl-next { right: 30%; }
  .owl-dots { justify-content: center; }

  .wpcf7 form.sent .wpcf7-response-output { padding: 0; margin: 0; }

  .popup-inner { border-radius: 6px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 32px; text-align: center; }
  .popup-inner h2 + p { margin-bottom: 32px; }

  .popup#video .popup-inner { padding: 0; width: 96vw; background: none; }
  .popup#video .popup-inner .close { position: absolute; right: 10px; top: 10px; }
  .popup#video video { display: block; max-height: 90vh; margin: auto; }

  .home .banner .popup-trigger { top: 40%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; border: 5px solid #FCE7D7; }

  .dropdown { position: relative; margin: 0 5px; }
  .dropdown-list { position: absolute; display: none; top: 100%; right: -5px; background: #fff; color: #656565; padding: 17px; white-space: nowrap; line-height: 2em; border-top: 1px solid var(--border); box-shadow: 2px 4px 10px rgb(83 68 66 / 7%); border-radius: 0px 0px 12px 12px; font-size: 14px; border-top: none; } 
  .dropdown-list a { white-space: nowrap; vertical-align: middle; }
  .dropdown-trigger svg { width: 8px; vertical-align: 1px; }

  .site-header { padding-top: 0; }
  .site-header .contacts { display: flex; align-items: center; justify-content: flex-end; }
  .site-header .contacts-inner>div { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 17px; margin-top: 20px; }
  .site-header .contacts .socials-wrap { display: flex; gap: 10px; order: 1; margin-left: 30px;  }
  .site-header .contacts .socials-wrap svg { width: 17px; height: 17px; vertical-align: middle; }
  .site-header .contacts>div { display: flex; align-items: center; gap: 10px; }
  .site-header .contacts .popup-trigger[href="#call"] { border-left: 1px solid var(--border); padding-left: 20px; margin-left: 20px; }
  .site-header .contacts .popup-trigger[href="#call"]:last-of-child { border-right: 1px solid #d4d4d4; padding-right: 20px; margin-right: 20px; }
  .site-header .contacts .popup-trigger[href="#call"]:after { left: 20px; }
  .site-header .contacts .popup-trigger[href="#call"]:last-of-child:after { right: 20px; }

  .site-header .search-form .close,
  .site-header .search-form button[type="submit"] span { display: none; }
  .site-header .search-form { width: 60%; }
  .site-header .search-form>div { background: #f1f1f1; border-radius: 50px; display: flex; align-items: center; }
  .site-header .search-form input { border: none; background: transparent; font-size: 13px; padding: 0 23px; width: 100%; line-height: 40px; }
  .site-header .search-form button[type="submit"] { padding: 9px 19px; }
  .search-trigger { display: none; }

  .site-header .button-wrap { gap: 35px; }
  .site-header .button-wrap svg { vertical-align: middle; }
  .site-header .cart-link { display: flex; gap: 14px; align-items: center; }

  .lang-switcher { margin-left: 19px; padding-left: 16px; margin-top: 0; }

  .site-footer { mask: url(../images/footer-mask.svg); -webkit-mask: url(../images/footer-mask.svg); -webkit-mask-position: top; -webkit-mask-repeat: no-repeat; -webkit-mask-size: cover; padding-top: 50px; }

  .shop-extract { padding-top: 100px; }

  .banner .slider-img .image-text { top: 70px; width: 270px; }
  .banner .slider-img .image-text:before { width: 385px; top: -80px; right: -50px; }
  .banner .slider-img .image-text h2 { font-size: 16px; margin-bottom: 8px; }
  .banner .slider-img .image-text h2 + p { font-size: 14px; margin-bottom: 16px; }
  .banner .slider-img .image-text .button-solid { padding: 10px 23px; }

  .banner .slider-img .sale-percent { left: 72px; top: 25px; font-size: 40px; }
  .banner .slider-img .sale-percent:before { top: -25px; left: -22px; width: 165px; }

  .banner .slider-img .short-text { font-size: 24px; right: 32px; top: 40px; }
  .banner .slider-img .short-text:before { top: -55px; left: -26px; width: 175px; }

  .cat-list { gap: 15px; }
  .cat-list a { border-radius: 8px; width: calc(25% - 12px); }

  .home .benefits { text-align: center; padding-top: 100px; margin-bottom: 70px; }
  .benefits h2 + p { margin-bottom: 50px; }
  .home .benefits-wrap { justify-content: center; text-align: center; }
  .home .benefits-wrap figure { width: 130px; text-align: left; }
  .sandbox-page .benefits-wrap figure { width: 200px; }
  .sandbox-page .benefits>.container>p { font-size: 18px; }

  .about { display: flex; flex-direction: row-reverse; mask: url(../images/about-mask-desktop.svg); -webkit-mask: url(../images/about-mask-desktop.svg); -webkit-mask-position: top; -webkit-mask-repeat: no-repeat; -webkit-mask-size: cover; background: var(--accent-orange); }
  .about img { height: 700px; mask: url(../images/about-img-mask.svg); -webkit-mask: url(../images/about-img-mask.svg); -webkit-mask-position: left; -webkit-mask-repeat: no-repeat; margin-left: -40px; }
  .about-wrap { padding: 100px 3em 0 1em; height: 700px; overflow: auto; }
  .about-wrap .button-stroke { margin-top: 30px; }
  .home .about .popup-trigger { left: 75%; top: 50%; }

  .reviews .owl-stage { display: flex; align-items: center; }

  .home .socials { padding: 80px 1em; margin-bottom: -80px; z-index: 0; }

  .woocommerce .products ul li, 
  .woocommerce ul.products li { border-radius: 6px; background: #FFFFFF; box-shadow: 2px 2px 30px rgba(0,0,0,.08); border: none; }

  .breadcrumbs { justify-content: center; margin: 40px 0; }

  .content-page { padding-top: 180px; }
  .content-page h1 { font-size: 28px; line-height: 140%; margin-bottom: 28px; text-align: center; }
  .content-page h2 { font-size: 22px; line-height: 140%; }
  .content-page ul>li { margin-bottom: 16px; }

  .table-gift { padding: 30px; }
  .sandbox-page .table-gift { padding: 40px 63px 48px; background: url(../images/gift-bg2.svg) no-repeat; background-size: cover; margin-top: 32px; }
  .table-gift ul { margin: 30px auto; }
  .sandbox-page .table-gift-wrap { max-width: 670px; margin: auto; }
  .sandbox-page .table-gift p:first-of-type { max-width: 100%; font-size: 18px; font-weight: 500; line-height: 140%; margin-bottom: 8px; }
  .sandbox-page .table-gift ul { max-width: 100%; column-count: 2; column-gap: 60px; }

  .faq { width: 670px; margin: auto; padding: 90px 0 100px; }

  .contact-page { background: url(../images/contacts-bg-tablet.svg) no-repeat 70% top; }
  .contacts-wrap { overflow: hidden; margin-bottom: 200px; }
  .contacts-wrap p { width: 50%; float: left; }
  .contacts-wrap p:first-of-type { margin-bottom: 0; }
  .contacts-wrap .phone-wrap { gap: 20px; }
  .contacts-wrap .phone-wrap .messenger-wrap { display: flex; gap: 16px; }
  .contact-page .wpcf7 { width: 400px; }

  .woocommerce-page table.cart td.actions .coupon .input-text { width: auto; margin-right: 16px; }
  .woocommerce-page table.cart td.actions .button[name="update_cart"] { float: right; }

  .product-price,
  .product-subtotal { white-space: nowrap; }

  .proceed-wrap { width: 300px; float: right; }
  .woocommerce .cart-collaterals .cart_totals, 
  .woocommerce-page .cart-collaterals .cart_totals { width: 312px; }

  .woocommerce-order-received main>.container { margin-top: 80px; min-height: 32vh; }
  .woocommerce-notice.woocommerce-thankyou-order-received { font-size: 20px; }

  .sandbox-page .advantages { padding-top: 160px; }

  .woocommerce-checkout h1 { margin: 56px 0 35px; }

  .woocommerce .col2-set, 
  .woocommerce-page .col2-set { display: flex; gap: 10px; align-items: flex-start; }
  .woocommerce .col2-set .col-1, 
  .woocommerce-page .col2-set .col-1 { width: 100%; }
  .woocommerce .col2-set .col-2, 
  .woocommerce-page .col2-set .col-2 { max-width: 370px; position: sticky; top: 180px; }

  .xoo-wsc-basket { top: 17px; right: 27px; }
  .logged-in .xoo-wsc-basket { top: 64px; }
  .xoo-wsc-ft-buttons-cont { flex-direction: row; display: flex; justify-content: space-between; margin-top: 20px; }
  .xoo-wsc-ft-buttons-cont .button { width: auto; }
  .xoo-wsc-ft-amt { display: block; text-align: right; padding: 0 30px 0 0; }

  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product, 
  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product { margin-bottom: 15px; }

  .checkout_coupon { display: flex; gap: 1em; }
  input[name="coupon_code"] { width: 100%; }
  
  .cat-description { margin-bottom: 80px; overflow: hidden; }
  .cat-description img { float: left; }
  .cat-description ul { overflow: hidden; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home .banner .wp-video { min-width: 100%; height: auto; }
  .contact-page .wpcf7 { margin: auto; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer .menu,
  .site-footer .contacts,
  .copyright-wrap { width: 50%; float: left; }
}

@media (min-width: 769px) { 
  .cart-discount td { text-align: right; }
  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product { width: calc(25% - 45px / 4); }

  .woocommerce ul.products[class*=columns-] li.product:not(.last), 
  .woocommerce-page ul.products[class*=columns-] li.product:not(.last) { margin-right: 15px; }
}

@media (min-width: 783px) { .logged-in .site-header { top: 33px; }}
@media (min-width: 800px) { 
  .sandbox-page .benefits .container,
  .sandbox-page .container.content { max-width: 770px; margin: auto; } 
}

@media (min-width: 800px) and (max-width: 1199px) {
  .home .benefits-wrap { margin: 18px 130px 33px; }
}

@media (max-width: 1023px) { 
  .woocommerce form .woocommerce-additional-fields .form-row textarea { height: 102px; }
}

@media (min-width: 1024px) {
  .logged-in .xoo-wsc-basket { top: 51px; }

  .cat-list a span { margin: 32px auto 0; max-width: 190px; font-size: 20px; line-height: 145%; text-align: center; }
  .cat-list a.cat-lego-stoly span { text-align: left; margin: 32px; }

  .contact-page { background: url(../images/contacts-bg-desktop.svg) no-repeat center -100px; }
  .contact-page .flex { display: flex; justify-content: space-between; }
  .contact-page .wpcf7 { margin-top: 50px; }

  .about { gap: 80px; }
  .about-wrap { padding: 0; max-width: 520px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

  .woocommerce-cart main>.container { padding-top: 50px; }

  .woocommerce #content div.product div.images, 
  .woocommerce div.product div.images, 
  .woocommerce-page #content div.product div.images, 
  .woocommerce-page div.product div.images { margin-right: 4%; }
  div.product .benefits { float: left; }
  .related.products { clear: both; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .contacts-wrap p { width: 100%; }
  .cat-list a:nth-of-type(8) { background-size: cover; }
}

@media (max-width: 1199px) {
  .cart-link span { display: none; }

  .site-header .logo svg { width: 50px; }
  .site-header .menu { display: none; position: fixed; top: 66px; bottom: 217px; left: 0; right: 0; background: #fff; padding: 0 1em; overflow: auto; }
  .logged-in .site-header .menu { top: 112px; }
  .site-header .menu>li { border-bottom: 1px solid #E0E0E0; padding: 18px 0; }
  .site-header .menu>li>a { text-transform: uppercase; font-weight: 600; color: #141B27; }
  .site-header .menu li.menu-item-has-children { position: relative; }
  .site-header .menu li.menu-item-has-children:after { content: url(../images/angle-down-black.svg); position: absolute; right: 0; top: 3px; transform: rotate(180deg); transition: all .3s; }
  .site-header .menu>li.menu-item-has-children:after { top: 1em; }
  .site-header .menu li.menu-item-has-children:not(.active):after { transform: rotate(0); }
  .site-header .sub-menu>li { font-size: 14px; font-weight: 500; line-height: 22px; color: #656565; margin-top: 14px; }

  .menu-toggle.active svg { display: none; }
  .menu-toggle.active { width: 20px; }
  .menu-toggle.active:before { content: url(../images/close.svg); }

  .banner-text { margin: 0 1em; }

  .advantages h2,
  .advantages .text-wrap { padding: 0 1em; }
  .advantage-item:nth-of-type(odd) img { height: 86vw; }
  .advantage-item:nth-of-type(even) img { height: 67vw; }

  .complectations .container { margin-left: 16px; }
  .complectations table { border-collapse: separate; border-spacing: 0; margin-right: 16px; }
  .complectations table th,
  .complectations table td { margin: 0; }
  th:first-of-type,
  td:first-child { position: sticky; left: 0; background: #fff; }
  .complectations .table-wrap { overflow-x: scroll; overflow-y: visible; padding: 0; }

  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td, 
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td { text-align: left !important; }
  .woocommerce table.shop_table_responsive tr td::before, 
  .woocommerce-page table.shop_table_responsive tr td::before { display: none; }

  .cart_item { overflow: hidden; padding-bottom: 1em; border-bottom: 1px solid #ededed; }

  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product { display: flex; flex-direction: column; justify-content: space-between; }

  .woocommerce-shipping-methods { flex-wrap: wrap; }
}