/** Shopify CDN: Minification failed

Line 233:19 Expected identifier but found whitespace
Line 233:21 Unexpected "{"
Line 233:31 Expected ":"
Line 233:51 Expected ":"
Line 236:12 Expected identifier but found whitespace
Line 236:14 Unexpected "{"
Line 236:24 Expected ":"
Line 236:44 Expected ":"
Line 386:10 Expected ":"
Line 635:12 Unexpected "{"
... and 6 more hidden warnings

**/


:root {
    --accent-secondary-bg-hover: #0c60d4;
}
 
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ExtraboldItalic.woff2');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Black.woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Semibold.woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-MediumItalic.woff2');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-BlackItalic.woff2');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLight.woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-RegularItalic.woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-SemiboldItalic.woff2');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-HeavyItalic.woff2');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Extrabold.woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-BoldItalic.woff2');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLightItalic.woff2');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-LightItalic.woff2');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Thin.woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ThinItalic.woff2');
    font-weight: 100;
    font-style: italic;
}
strong {
  font-weight: 700;
}
body.font-gilroy {
    --font-body--family: 'Gilroy', Arial, sans-serif;
    --font-h1--family: 'Gilroy', Arial, sans-serif;
    --font-h2--family: 'Gilroy', Arial, sans-serif;
    --font-h3--family: 'Gilroy', Arial, sans-serif;
    --font-h4--family: 'Gilroy', Arial, sans-serif;
    --font-h5--family: 'Gilroy', Arial, sans-serif;
    --font-h6--family: 'Gilroy', Arial, sans-serif;
    --font-paragraph--family: 'Gilroy', Arial, sans-serif;
    --button-font-family-secondary: 'Gilroy', Arial, sans-serif;
    --button-font-family-primary: 'Gilroy', Arial, sans-serif;
    --font-family: 'Gilroy', Arial, sans-serif;
}
body.font-default {
  font-family: var(--font-body--family); /* або те, що використовує тема */
}
.flex {
    display: flex;
}
.mobile-only {
  display: none;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.center {
  text-align: center;
}
.margin-auto, #margin-auto {
  margin: auto;
}
.container, .mini-container {
  margin: auto;
}
.container {
  max-width: 1200px;
}
.button, .button-secondary {
  font-weight: 600;
  font-size: 16px;
}
input:hover {
  background: none;
}
.button-decorated {
      color: #fffcfc;
    background-image: linear-gradient(0.267turn, rgba(245, 82, 183, 1) 0%, rgba(128, 103, 248, 1) 49%, rgba(92, 208, 233, 1) 100%);
    border-style: solid !important;
    border-color: #ffffff !important;
    --border-width: 1px;
    border-radius: 10px!important;
    box-shadow: none !important;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    position: relative;
}
.button-decorated:hover {
  color: #000000 !important;
  background: none !important;
        border-color: #8067f8 !important;
}
.mini-container {
  max-width: 760px;
}
.j-a-center {
    justify-content: center;
    align-items: center;
}
.like-h1 {
    font-size: var(--font-h1--size);
    font-weight: var(--font-h1--weight);
}
.like-h2 {
    font-size: var(--font-h2--size);
    font-weight: var(--font-h2--weight);
}
.like-h3 {
    font-size: var(--font-h3--size);
    font-weight: var(--font-h3--weight);
}
.link {
    font-weight: 600;
    font-size: 16px;
}
:root {
  --page-max-width: {{ settings.page_max_width }}px;
}
.page-width {
  max-width: {{ settings.page_max_width }}px; /* глобальна ширина контенту */
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.account-popover,
.account-drawer {
    display: none;
}
.cta-link.button {
    display: inline-block;
        width: 155px;
        padding: 5px 0;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.25s ease;
        text-align: center;
}
.menu-list a {
    padding: 0 10px!important;
    font-weight: 700;
}
.menu-list__list-item a[href="/pages/sale"] span:hover,
.menu-list a:hover {
    color: #c7c7c7!important;
    transition: .3s ease-in-out;
}
.menu-list__list-item a[href="/pages/sale"] span {
    display: inline-block;
    padding: 3px 0;
    background-color: #ff0100;
    width: 110px;
    text-align: center;
    border-radius: 20px;
    font-weight: 700;
    color: #fff;
    transition: .3s ease-in-out;
}
.menu-list__list-item a[href="#"],
.consultation-link {
    position: relative;
    font-weight: 600!important;
    font-size: 14px!important;
    color: #fb8473!important;
}
.menu-list__list-item a[href="#"]::before,
.consultation-link::before {
    content: "";
    position: relative;
    left: 4px;
    width: 35px;
    height: 35px;
    background: url("telephone_1.svg") no-repeat;
    background-size: contain;
}
.mobile-consultation-link {
  display: none!important;
}
:is(.menu-list:where(:has(.menu-list__list-item:hover)),.menu-list:where(:has(.menu-list__list-item:focus-within)),.menu-list:where(:has(.menu-list__list-item:not([aria-hidden=true]) .menu-list__link--active))) .menu-list__link {
    color: #fff!important;
}
.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup button.close {
    background: none;
    align-self: flex-end;
    padding: 10px;
    font-size: 43px;
    outline: none;
    position: fixed;
    top: 0;
    z-index: 100;
    right: 27px;
    box-shadow: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.popup button.close:hover {
    opacity: .5;
}
.popup form {
  background: #fff;
  border-radius: 8px;
  max-width: 550px;
  width: 100%;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.popup.active form {
  transform: translateY(0);
}
#country-code, #country-code * {
  font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif;
}
.flag {
  display: inline-block;
  width: 18px;
  height: 13px;
  background-image: url('flags16.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}

.f16-ad,.f16-and{background-position:0 -352px}.f16-ae,.f16-are{background-position:0 -368px}.f16-af,.f16-afg{background-position:0 -384px}.f16-ag,.f16-atg{background-position:0 -400px}.f16-ai,.f16-aia{background-position:0 -416px}.f16-al,.f16-alb{background-position:0 -432px}.f16-am,.f16-arm{background-position:0 -448px}.f16-ago,.f16-ao{background-position:0 -464px}.f16-aq,.f16-ata{background-position:0 -480px}.f16-ar,.f16-arg{background-position:0 -496px}.f16-as,.f16-asm{background-position:0 -512px}.f16-at,.f16-aut{background-position:0 -528px}.f16-au,.f16-aus{background-position:0 -544px}.f16-abw,.f16-aw{background-position:0 -560px}.f16-ala,.f16-ax{background-position:0 -576px}.f16-az,.f16-aze{background-position:0 -592px}.f16-ba,.f16-bih{background-position:0 -608px}.f16-bb,.f16-brb{background-position:0 -624px}.f16-bd,.f16-bgd{background-position:0 -640px}.f16-be,.f16-bel{background-position:0 -656px}.f16-bf,.f16-bfa{background-position:0 -672px}.f16-bg,.f16-bgr{background-position:0 -688px}.f16-bh,.f16-bhr{background-position:0 -704px}.f16-bdi,.f16-bi{background-position:0 -720px}.f16-ben,.f16-bj{background-position:0 -736px}.f16-bl,.f16-blm,.f16-cp,.f16-cpt,.f16-fr,.f16-fra,.f16-maf,.f16-mf,.f16-myt,.f16-yt{background-position:0 -1424px}.f16-bm,.f16-bmu{background-position:0 -752px}.f16-bn,.f16-brn{background-position:0 -768px}.f16-bo,.f16-bol{background-position:0 -784px}.f16-bes,.f16-bq,.f16-nl,.f16-nld{background-position:0 -2752px}.f16-br,.f16-bra{background-position:0 -800px}.f16-bhs,.f16-bs{background-position:0 -816px}.f16-bt,.f16-btn{background-position:0 -832px}.f16-atn,.f16-bv,.f16-bvt,.f16-no,.f16-nor,.f16-nq,.f16-sj,.f16-sjm{background-position:0 -2768px}.f16-bw,.f16-bwa{background-position:0 -848px}.f16-blr,.f16-by{background-position:0 -864px}.f16-blz,.f16-bz{background-position:0 -880px}.f16-ca,.f16-can{background-position:0 -896px}.f16-cd,.f16-cod{background-position:0 -912px}.f16-cf,.f16-rca{background-position:0 -928px}.f16-cg,.f16-cog{background-position:0 -944px}.f16-ch,.f16-che{background-position:0 -960px}.f16-ci,.f16-civ{background-position:0 -976px}.f16-ck,.f16-cok{background-position:0 -992px}.f16-chl,.f16-cl{background-position:0 -1008px}.f16-cm,.f16-cmr{background-position:0 -1024px}.f16-chn,.f16-cn{background-position:0 -1040px}.f16-co,.f16-col{background-position:0 -1056px}.f16-cr,.f16-cri{background-position:0 -1072px}.f16-cu,.f16-cub{background-position:0 -1088px}.f16-cpv,.f16-cv{background-position:0 -1104px}.f16-cuw,.f16-cw{background-position:0 -3920px}.f16-cy,.f16-cyp{background-position:0 -1120px}.f16-cz,.f16-cze{background-position:0 -1136px}.f16-de,.f16-deu{background-position:0 -1152px}.f16-dj,.f16-dji{background-position:0 -1168px}.f16-dk,.f16-dnk{background-position:0 -1184px}.f16-dm,.f16-dma{background-position:0 -1200px}.f16-do,.f16-dom{background-position:0 -1216px}.f16-dz,.f16-dza{background-position:0 -1232px}.f16-ec,.f16-ecu{background-position:0 -1248px}.f16-ee,.f16-est{background-position:0 -1264px}.f16-eg,.f16-egy{background-position:0 -1280px}.f16-eh,.f16-esh{background-position:0 -1296px}.f16-er,.f16-eri{background-position:0 -1312px}.f16-es,.f16-esp{background-position:0 -1328px}.f16-et,.f16-eth{background-position:0 -1344px}.f16-fi,.f16-fin{background-position:0 -1360px}.f16-fj,.f16-fji{background-position:0 -1376px}.f16-fm,.f16-fsm{background-position:0 -1392px}.f16-fo,.f16-fro{background-position:0 -1408px}.f16-ga,.f16-gab{background-position:0 -1440px}.f16-gb,.f16-gbr,.f16-sh,.f16-shn{background-position:0 -1456px}.f16-gd,.f16-grd{background-position:0 -1472px}.f16-ge,.f16-geo{background-position:0 -1488px}.f16-gg,.f16-ggy{background-position:0 -1504px}.f16-gh,.f16-gha{background-position:0 -1520px}.f16-gi,.f16-gib{background-position:0 -1536px}.f16-gl,.f16-grl{background-position:0 -1552px}.f16-gm,.f16-gmb{background-position:0 -1568px}.f16-gin,.f16-gn{background-position:0 -1584px}.f16-glp,.f16-gp{background-position:0 -1600px}.f16-gnq,.f16-gq{background-position:0 -1616px}.f16-gr,.f16-grc{background-position:0 -1632px}.f16-gt,.f16-gtm{background-position:0 -1648px}.f16-gu,.f16-gum{background-position:0 -1664px}.f16-gnb,.f16-gw{background-position:0 -1680px}.f16-guy,.f16-gy{background-position:0 -1696px}.f16-hk,.f16-hkg{background-position:0 -1712px}.f16-hn,.f16-hnd{background-position:0 -1728px}.f16-hr,.f16-hrv{background-position:0 -1744px}.f16-ht,.f16-hti{background-position:0 -1760px}.f16-hu,.f16-hun{background-position:0 -1776px}.f16-id,.f16-idn,.f16-mc,.f16-mco{background-position:0 -1792px}.f16-ie,.f16-irl{background-position:0 -1808px}.f16-il,.f16-isr{background-position:0 -1824px}.f16-im,.f16-imn{background-position:0 -1840px}.f16-in,.f16-ind{background-position:0 -1856px}.f16-iq,.f16-irq{background-position:0 -1872px}.f16-ir,.f16-irn{background-position:0 -1888px}.f16-is,.f16-isl{background-position:0 -1904px}.f16-it,.f16-ita{background-position:0 -1920px}.f16-je,.f16-jey{background-position:0 -1936px}.f16-jam,.f16-jm{background-position:0 -1952px}.f16-jo,.f16-jor{background-position:0 -1968px}.f16-jp,.f16-jpn{background-position:0 -1984px}.f16-ke,.f16-ken{background-position:0 -2000px}.f16-kg,.f16-kgz{background-position:0 -2016px}.f16-kh,.f16-khm{background-position:0 -2032px}.f16-ki,.f16-kir{background-position:0 -2048px}.f16-com,.f16-km{background-position:0 -2064px}.f16-kn,.f16-kna{background-position:0 -2080px}.f16-kp,.f16-prk{background-position:0 -2096px}.f16-kor,.f16-kr{background-position:0 -2112px}.f16-kw,.f16-kwt{background-position:0 -2128px}.f16-cym,.f16-ky{background-position:0 -2144px}.f16-kaz,.f16-kz{background-position:0 -2160px}.f16-la,.f16-lao{background-position:0 -2176px}.f16-lb,.f16-lbn{background-position:0 -2192px}.f16-lc,.f16-lca{background-position:0 -2208px}.f16-li,.f16-lie{background-position:0 -2224px}.f16-lk,.f16-lka{background-position:0 -2240px}.f16-lbr,.f16-lr{background-position:0 -2256px}.f16-ls,.f16-lso{background-position:0 -2272px}.f16-lt,.f16-ltu{background-position:0 -2288px}.f16-lu,.f16-lux{background-position:0 -2304px}.f16-lv,.f16-lva{background-position:0 -2320px}.f16-lby,.f16-ly{background-position:0 -2336px}.f16-ma,.f16-mar{background-position:0 -2352px}.f16-md,.f16-mda{background-position:0 -2368px}.f16-me,.f16-mne{background-position:0 -2384px}.f16-mdg,.f16-mg{background-position:0 -2400px}.f16-mh,.f16-mhl{background-position:0 -2416px}.f16-mk,.f16-mkd{background-position:0 -2432px}.f16-ml,.f16-mli{background-position:0 -2448px}.f16-mm,.f16-mmr{background-position:0 -2464px}.f16-mn,.f16-mng{background-position:0 -2480px}.f16-mac,.f16-mo{background-position:0 -2496px}.f16-mq,.f16-mtq{background-position:0 -2512px}.f16-mr,.f16-mrt{background-position:0 -2528px}.f16-ms,.f16-msr{background-position:0 -2544px}.f16-mlt,.f16-mt{background-position:0 -2560px}.f16-mu,.f16-mus{background-position:0 -2576px}.f16-mdv,.f16-mv{background-position:0 -2592px}.f16-mw,.f16-mwi{background-position:0 -2608px}.f16-mex,.f16-mx{background-position:0 -2624px}.f16-my,.f16-mys{background-position:0 -2640px}.f16-moz,.f16-mz{background-position:0 -2656px}.f16-na,.f16-nam{background-position:0 -2672px}.f16-nc,.f16-ncl{background-position:0 -2688px}.f16-ne,.f16-ner{background-position:0 -2704px}.f16-ng,.f16-nga{background-position:0 -2720px}.f16-ni,.f16-nic{background-position:0 -2736px}.f16-np,.f16-npl{background-position:0 -2784px}.f16-nr,.f16-nru{background-position:0 -2800px}.f16-niu,.f16-nu{background-position:0 -3952px}.f16-nz,.f16-nzl{background-position:0 -2816px}.f16-om,.f16-omn{background-position:0 -2832px}.f16-pa,.f16-pan{background-position:0 -2848px}.f16-pe,.f16-per{background-position:0 -2864px}.f16-pf,.f16-pyf{background-position:0 -2880px}.f16-pg,.f16-png{background-position:0 -2896px}.f16-ph,.f16-phl{background-position:0 -2912px}.f16-pak,.f16-pk{background-position:0 -2928px}.f16-pl,.f16-pol{background-position:0 -2944px}.f16-pr,.f16-pri{background-position:0 -2960px}.f16-ps,.f16-pse{background-position:0 -2976px}.f16-prt,.f16-pt{background-position:0 -2992px}.f16-plw,.f16-pw{background-position:0 -3008px}.f16-pry,.f16-py{background-position:0 -3024px}.f16-qa,.f16-qat{background-position:0 -3040px}.f16-re,.f16-reu{background-position:0 -3056px}.f16-ro,.f16-rou{background-position:0 -3072px}.f16-rs,.f16-srb{background-position:0 -3088px}.f16-ru,.f16-rus{background-position:0 -3104px}.f16-rw,.f16-rwa{background-position:0 -3120px}.f16-sa,.f16-sau{background-position:0 -3136px}.f16-sb,.f16-slb{background-position:0 -3152px}.f16-sc,.f16-syc{background-position:0 -3168px}.f16-sd,.f16-sdn{background-position:0 -3184px}.f16-se,.f16-swe{background-position:0 -3200px}.f16-sg,.f16-sgp{background-position:0 -3216px}.f16-si,.f16-svn{background-position:0 -3232px}.f16-sk,.f16-svk{background-position:0 -3248px}.f16-sl,.f16-sle{background-position:0 -3264px}.f16-sm,.f16-smr{background-position:0 -3280px}.f16-sen,.f16-sn{background-position:0 -3296px}.f16-so,.f16-som{background-position:0 -3312px}.f16-sr,.f16-sur{background-position:0 -3328px}.f16-ss,.f16-ssd{background-position:0 -3936px}.f16-st,.f16-stp{background-position:0 -3344px}.f16-slv,.f16-sv{background-position:0 -3360px}.f16-sx,.f16-sxm{background-position:0 -3904px}.f16-sy,.f16-syr{background-position:0 -3376px}.f16-swz,.f16-sz{background-position:0 -3392px}.f16-tc,.f16-tca{background-position:0 -3408px}.f16-tcd,.f16-td{background-position:0 -3424px}.f16-tg,.f16-tgo{background-position:0 -3440px}.f16-th,.f16-tha{background-position:0 -3456px}.f16-tj,.f16-tjk{background-position:0 -3472px}.f16-tl,.f16-tls{background-position:0 -3488px}.f16-tkm,.f16-tm{background-position:0 -3504px}.f16-tn,.f16-tun{background-position:0 -3520px}.f16-to,.f16-ton{background-position:0 -3536px}.f16-tr,.f16-tur{background-position:0 -3552px}.f16-tt,.f16-tto{background-position:0 -3568px}.f16-tuv,.f16-tv{background-position:0 -3584px}.f16-tw,.f16-twn{background-position:0 -3600px}.f16-tz,.f16-tza{background-position:0 -3616px}.f16-ua,.f16-ukr{background-position:0 -3632px}.f16-ug,.f16-uga{background-position:0 -3648px}.f16-us,.f16-usa{background-position:0 -3664px}.f16-ury,.f16-uy{background-position:0 -3680px}.f16-uz,.f16-uzb{background-position:0 -3696px}.f16-va,.f16-vat{background-position:0 -3712px}.f16-vc,.f16-vct{background-position:0 -3728px}.f16-ve,.f16-ven{background-position:0 -3744px}.f16-vg,.f16-vgb{background-position:0 -3760px}.f16-vi,.f16-vir{background-position:0 -3776px}.f16-vn,.f16-vnm{background-position:0 -3792px}.f16-vu,.f16-vut{background-position:0 -3808px}.f16-ws,.f16-wsm{background-position:0 -3824px}.f16-ye,.f16-yem{background-position:0 -3840px}.f16-za,.f16-zaf{background-position:0 -3856px}.f16-zm,.f16-zmb{background-position:0 -3872px}.f16-zw,.f16-zwe{background-position:0 -3888px}

.consultation-popup-inner {
    width: 560px;
    padding: 40px 45px;
    background: #fff;
}
.popup-title { 
    text-align: center;
    font-size: 30px;
    margin-bottom: 24px;
}
.consultation-form > *,
.phone-input-wrapper .choices,
.phone-input-wrapper input {
    background-color: transparent;
    outline: none!important;
}
.consultation-form > * {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 10px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
.consultation-form > *:hover,
.phone-input-wrapper input:hover {
    border 1px solid #c9c9c9;
    outline: none;
}
.consultation-form ::placeholder {
    color: #c9c9c9;
}
.phone-input-wrapper {
    display: flex;
    align-items: center;
}
.phone-input-wrapper .choices {
    width: 30%;
    margin: 0;
}
.phone-input-wrapper .choices__inner {
    padding: 0!important;
    border: none;
}
.choices__inner {
    min-height: auto;
}
.choices__list--single {
    padding: 0!important;
}
.phone-input-wrapper input {
    width: 75%;
}
.phone-input-wrapper input {
    margin: 0;
    border: none;
}
.consultation-form .h-captcha {
    display: none;
}
.consultation-form button[type="submit"] {
    font-weight: 600;
    font-size: 16px;
    background-color: var(--color-primary);
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.consultation-form button[type="submit"]:hover {
    background-color: var(--accent-secondary-bg-hover);
}
.privacy-policy-text {
    max-width: 260px;
    font-size: 14px;
    margin: auto;
    text-align: center;
}
.privacy-policy-text a {
    text-decoration: none;
}
/* slider */
.container-background-image .slide__image-container {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.container-background-image .slide__image-container img {
    border-radius: 8px;
    object-fit: cover!important;
}
.container-background-image slideshow-controls[controls-on-media] {
    bottom: -38px;
}
.container-background-image slideshow-arrows .slideshow-control {
    opacity: 1!important;
    transform: none!important;
    box-shadow: none;
    border-radius: 100%;
}
.container-background-image slideshow-slide:hover .slideshow-control {
    opacity: 1!important;
    transform: none!important;
}
.container-background-image slideshow-arrows .slideshow-control {
    position: absolute;
    line-height: 1;
    background: #140f0a;
}
.container-background-image .slideshow-control:hover {
    background: #140f0a;
}
.container-background-image .slideshow-control--previous {
    right: 80vw;
}
.container-background-image .slideshow-control--next {
    left: 80vw;
}
.equipment-form-wrapper {
  display:flex;
  justify-content:center;
  float: right;
  width: 460px;
}
.equipment-form-container {
  width:min(700px,100%);
  background:#fff;
  padding:40px;
  border-radius:14px;
  box-shadow:0 4px 20px rgba(0,0,0,0.05);
}
.equipment-form-title {
  text-align:center;
  margin-bottom: 10px;
}
.equipment-form-subtitle {
  text-align:center;
  margin-bottom:25px;
  opacity:0.7;
}
.equipment-form > input,
.equipment-form > textarea,
.equipment-form > select,
.equipment-form .phone-input-wrapper {
  width:100%;
  padding:10px 14px;
  margin-bottom:14px;
  border:1px solid #d4d4d4;
  background-color: #fff;
  border-radius:10px;
  font-size:16px;
  color: #000;
}
.equipment-form button[type="submit"] {
  width: 160px;
  padding: 10px 0;
  background-color: var(--accent-secondary-bg-hover);
  border-radius: 5px;
  text-align: center;
  border: none;
}
.equipment-phone-wrapper {
  display:flex;
  gap:10px;
}
.equipment-phone-wrapper select {
  width:30%;
}
.equipment-phone-wrapper input {
  width:70%;
}
.equipment-form-btn {
  background:#111;
  color:white;
  font-weight:600;
  cursor:pointer;
  transition:0.25s;
}
.equipment-form-btn:hover {
  background:#333;
}
.equipment-form-privacy {
  margin-top:10px;
  text-align:center;
  opacity:.6;
  font-size:14px;
}
.equipment-form .button-privacy {
  display: flex;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.equipment-form .button-privacy span {
  color: #a3a3a3;
}
.privacy-policy-text {
  font-size: 12px;
  text-align: left;
}
.consultation-form > input,
.consultation-form > select,
.consultation-form > placeholder {
  background: #fff;
  color: #323232;
}
.consultation-form > input:hover,
.consultation-form > select:hover,
.consultation-form > placeholder:hover {
  background-color: #fff;
}
.consultation-form > *::placeholder {
  color: rgba(0,0,0,.5);
}
  block-with-custom-gallery {
    border-radius: 15px;
  }
  .custom-gallery-text {
    text-align: center;
  }
  .gallery-image-wrapper {
    text-align: center
  }
  .block-with-custom-gallery {
    width: 1115px;
    margin: auto;
    padding: 20px 30px 0;
    border-radius: 15px;
  }
  .gallery-image {
    border-radius: 10px;
  }
  .custom-gallery-title {
    font-size: 34px;
  }
  .custom-gallery-subheading {
    display: block;
    margin: 5px 0 20px;
    font-size: 18px;
  }
  .custom-gallery-button {
    width: 162px;
    margin: auto;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
  }
  .custom-gallery-button:hover {
    background-color: transparent;
  }
  .gallery-wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
  }
  .gallery-wrapper .images-column {
    justify-items: center;
  }
  .gallery-image-wrapper {
    position: relative;
  }
  #gallery-image1 {
    bottom: 65px;
  }
  #gallery-image4 {
    bottom: 118px;
  }
  #gallery-image5 {
    bottom: 80px;
  }
  #section-{{ section.id }} {
    margin: {{ section.settings.section_margin }}px 0;
  }
  .product-card {
    flex: 0 0 calc(25% - 12px);
  }
  .product-card a {
    color: initial;
  }
  .learn-more-button {
    padding: 5px 15px;
    background-color: transparent;
    border: 1px solid #323232;
    font-weight: 700;
    font-size: 13px;
    border-radius: 5px;
    color: #323232;
  }
  .learn-more-button:hover {
    background: #323232;
    color: #fff;
  }
.scroll-gallery-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  margin-top: 40px;
}
.scroll-gallery-item {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.scroll-gallery-item-2 {
  width: 50%;
  height: 280px;
}
.shopify-section-group-footer-group .button-secondary {
  width: 150px;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
}
.shopify-section-group-footer-group .button-secondary:hover {
  background-color: #fff;
  color: #151413;
}
.shopify-section-group-footer-group p strong {
  color: #525252;
}
.shopify-section-group-footer-group .menu__heading {
  font-size: 14px;
  font-weight: 600;
  color: #525252;
}
.shopify-section-group-footer-group .menu__item {
  line-height: 1.2;
}
.shopify-section-group-footer-group .menu__item a {
  font-size: 12px;
  font-weight: 600;
  color: rgb(211, 211, 211);
} 
.rights-reserved {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #c7c7c7;
}
.product-card .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* скільки рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1;
  height: 44px;
}
.product-card .product-price {
  margin: 5px 0;
}
.product-subtitle {
  display: block;
  margin-top: 20px;
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(96, 96, 96);
}
.product-sku {
  font-size: 14px;
  color: #777;
}
.product-information .price {
  font-size: 22px;
  font-weight: 500;
}
.product-details-wrapper > * {
  padding: 40px 0;
}
.product-details-wrapper ul,
.product-details-wrapper ol {
  padding-left: 16px;
}
.product-details-wrapper p,
.product-details-wrapper ul,
.product-details-wrapper ol {
  font-size: 15px;
}
.text-left-image-right, .text-right-image-left, .virtual-demo {
  align-items: center;
  justify-content: space-between;
}
.text-left-image-right > *,
.text-right-image-left > *,
.virtual-demo > * {
  width: 45%;
}
.before-after-wrapper {
  background-color: #EBEBEB;
}
.before-after, .images-scroll {
  text-align: center;
}
.before-after .slider-wrapper {
  max-width: 830px;
}
.before-after .slider-wrapper,
.images-scroll .slider-wrapper {
  position: relative;
  margin: auto;
}
.before-after .slider,
.images-scroll .slider {
  position: relative;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
.before-after .slider {
  max-width: 700px;
}
.before-after .slider-track,
.images-scroll .slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.before-after .slide {
  min-width: 100%;
}
.images-scroll .slide {
  min-width: 99%;
}
.before-after .slide,
.images-scroll .slide {
  user-select: none;
}
.before-after .slider img,
.images-scroll .slider img {
  width: 100%;
  display: block;
}
.before-after .slider-btn,
.images-scroll .slider-btn {
  position: absolute;
  top: 50%;
  border: none;
  cursor: pointer;
  font-size: 20px;
  background: none;
  z-index: 1;
}
.before-after .slider-btn svg,
.images-scroll .slider-btn svg {
  background-color: var(--accent-secondary-bg-hover);
  border-radius: 50%;
}
.before-after .slider-btn svg:hover,
.images-scroll .slider-btn svg:hover {
  background-color: rgb(255, 255, 255);
}
.before-after .slider-btn svg > *,
.images-scroll .slider-btn svg > * {
  stroke: rgb(255, 255, 255)!important;
}  
.before-after .slider-btn svg:hover *,
.images-scroll .slider-btn svg:hover * {
  stroke: rgb(0, 0, 0)!important;
}
.before-after .slider-btn.prev,
.images-scroll .slider-btn.prev { 
  left: 0px; 
  transform: rotate(180deg);
}
.before-after .slider-btn.next,
.images-scroll .slider-btn.next { 
  right: 0px; 
}
.slider-mobile {
  display: none;
}
.before-after small,
.images-scroll small {
  display: block;
  max-width: 570px;
  margin: auto;
}
.images-scroll-logo {
  max-width: 500px;
  margin: auto;
}
.product-media {
  position: relative;
}
.badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    width: 160px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.mini-badge {
  width: 100px;
  height: 45px;
}
.pdf-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
.pdf-block-wrapper {
  padding: 30px 0;
}
.pdf-block {
  padding: 2% 8%;
  border: 2px solid #ff0000;
  border-radius: 10px;
}
.pdf-content {
  width: 36%;
}
.pdf-content ul {
  padding: 0 0 0 16px;
  font-weight: 500;
}
.pdf-image {
  width: 670px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pdf-button {
  width: 190px;
  height: 55px;
  background: url("download-pdf.svg") transparent;
  border: none;
  cursor: pointer;
}
.testimonials-h-buttons {
  display: flex;
  justify-content: space-between;
}
.slide-button  {
  width: 70px;
  height: 70px;
  border: none;
  background-color: transparent;
  background-size: contain;
  cursor: pointer;
}
.testimonials-h-buttons {
  margin-bottom: 30px;
}
.prev-slide {
  background-image: url("prev-slide.svg");
}
.next-slide {
  background-image: url("next-slide.svg");
}
.testimonial-card {
  height: 415px;
  margin: 0 20px;
  padding: 20px;
  border: 2px solid #b5b5b5;
  border-radius: 10px;
}
.testimonial-ava-name {
  display: flex;
  margin-bottom: 20px;
}
.testimonial-ava {
  width: 77px;
  height: 77px;
  min-width: 77px;
  margin-right: 25px;
  border-radius: 50%;
  background-size: contain;
}
.testimonial-name b {
  display: block;
  margin-bottom: 5px;
  line-height: 1;  
}
.testimonial-name small {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.testimonial-text-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 274px;
}
.review-button {
  display: block;
  width: 150px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.review-button.youtube {
  background-image: url("youtube-button.svg");
}
.review-button.google {
  background-image: url("google-button.svg");
}
.review-button.instagram {
  background-image: url("instagram-button.svg");
}
.review-button.trustpilot {
  background-image: url("trustpilot-button.svg");
}
.review-button.facebook {
  background-image: url("facebook-button.svg");
}
.review-button.other {
  background-image: url("other-button.svg");
}
.slider-counter {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
}
.faq-section-wrapper {
  background-color: #f2f2f2;
}
.faq-heading {
  margin-bottom: 60px;
}
.faq-item {
  border-top: 1px solid #a7a7a7;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
.faq-question:hover .faq-icon {
  background-color: #eee;
}
.faq-icon {
  width: 34px;
  height: 34px;
  padding: 5px;
  border-radius: 50%;
  transition: .3s ease-in-out;
}
.faq-question.active .faq-icon {
  transform: rotate(-45deg); /* + → × */
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-answer .faq-text {
  padding: 20px 0 30px;
}
.faq-answer .faq-text,
.faq-answer .faq-text p,
.faq-answer .faq-text ul {
  font-size: 16px!important;
}
.icons-with-caption {
  display: flex;
  justify-content: space-between;
}
.icons-with-caption .icon-item {
  width: 12%;
  text-align: center;
}
.icons-with-caption .icon-item .icon {
  width: 80px;
  height: 80px;
  margin: auto;
}
.icons-with-caption .icon-item .caption {
  font-size: 14px;
}
.icons-with-caption-heading {
  margin-bottom: 60px;
}
.product-detail-button {
  width: 230px;
  margin-top: 30px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.virtual-demo-button {
  background: #fd0000;
}
.virtual-demo-button:hover {
  background: #727272;
}
.tlir-button {
  display: inline-block;
  line-height: 25.6px;
  text-align: center;
  background: #4e9ae9;
}
.tlir-button:hover {
  background: #4866b3;
}
.breadcrumbs,
.breadcrumbs > * {
  font-size: 13px;
  font-weight: 500;
}
.breadcrumbs {
  margin-top: 30px;
  color: #858585;
}
.breadcrumbs a {
  color: #c4c4c4;
  transition: .3s ease-in-out;
}
.breadcrumbs .separator {
  margin: 0 8px;
}
.breadcrumbs a:hover {
  color: #858585;
}
add-to-cart-component {
  display: flex;
  justify-content: space-between;
}
add-to-cart-component > * {
  width: 49%!important;
  border-radius: 5px!important;
}
.add-to-cart-text {
  font-weight: 600;
}
quantity-selector-component {
  width: 125px;
  max-height: 50px;
  border-color: #323232!important;
  border-radius: 10px!important;
}
.product-form-buttons .add-to-cart-button:hover,
.product-form-buttons .brochure-button:hover {
  background-color: #727272;
  color: #fff;
}
.product-form-buttons .brochure-button {
  position: relative;
  display: flex!important;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  background-color: #fd0000;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.product-form-buttons .brochure-button span {
  display: inline-block;
  width: auto;
}
.product-form-buttons .brochure-button .pdf-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("ph_file-pdf-light.svg");
}
rte-formatter {
  font-size: 16px;
}
/* rte-formatter strong {
  color: rgb(0, 81, 188);
} */
.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.visible {
  opacity: 1;
  transform: translateY(0);
}
.animate.fade {
  transform: none;
}
.menu-drawer:has(details[open]), .menu-drawer {
  overflow: scroll!important;
}
.menu-drawer {
  padding: 48px 40px 38px!important;
}
.menu-drawer__close-button {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
}
.menu-drawer__menu .header-logo__image {
  width: 105px;
}
.menu-drawer__menu .header-logo__image-container {
  display: block;
  margin: 25px 0;
}
.menu-drawer__menu {
  padding: 0!important;
}
.secondary-menu {
  position: relative;
  background-color: #fff;
}
.secondary-menu ul {
  margin: 0!;
  padding: 0;
}
.secondary-menu li {
  display: inline-block;
}
.secondary-menu a {
  font-size: 13px;
  font-weight: 500;
}
.secondary-menu > div > ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.secondary-menu > div > ul > li {
  padding: 18px 0;
}
.secondary-menu > div > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(44, 48, 56);
}
.secondary-menu > div > ul > li > a:hover {
  color: #909295 !important;
  transition: .2s ease-in-out;
}
.secondary-menu > div > ul > li:hover .submenu {
  display: block;
}
.secondary-menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding: 30px 45px;
  background: #000;
  color: #fff; 
}
.secondary-menu .submenu li {
  width: 24%;
  margin-right: 5px;
}
.secondary-menu .submenu li:first-child {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.secondary-menu .submenu div {
  display: flex;
  flex-wrap: wrap;
}
.secondary-menu .submenu a {
  font-size: 14px;
  color: #fff;
}
.menu-drawer {
  width: 100vh;
  max-width: 100vh;
  background-color: #1c1c1c!important;
}
.menu-drawer__menu-item {
  align-items: initial!important;
}
.menu-drawer__menu-item--mainlist {
  min-height: auto!important;
}
.menu-drawer__list-item--flat {
  margin-bottom: 15px!important;
}
.menu-drawer .svg-wrapper,
.menu-drawer__menu > li > .menu-drawer__menu-item, .menu-drawer__menu > li .menu-drawer__menu-item--mainlist {
  color: #c7c7c7!important;
}
.menu-drawer__menu > li > .menu-drawer__menu-item,
.menu-drawer__menu > li .menu-drawer__menu-item--mainlist {
  font-size: 16px!important;
  font-weight: 600;
  text-transform: uppercase!important;
}
summary.menu-drawer__menu-item {
  display: block;
}
summary.menu-drawer__menu-item span {
  position: relative;
}
summary.menu-drawer__menu-item span::after {
  content: "";
  position: absolute;
  top: 42%;
  right: -10px;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: inherit;
  border-width: 4px 3px 0;  
}
.menu-drawer__menu > li .menu-drawer__menu-item--child {
  font-size: 13px!important;
  text-transform: initial!important;
}
.award-block {
  background-image: url("Frame_1000011572.jpg.webp");
  background-size: cover;
}
.award-block-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.award-block-logo {
  width: 125px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.award-block-content {
  max-width: 460px;
}
.award-block-product-name,
.award-block-heading {
  color: transparent;
  background-image: linear-gradient(0turn, rgba(42, 104, 174, 1) 28%, rgba(22, 115, 220, 1) 50%);
  -webkit-background-clip: text;
  will-change: transform;
  font-weight: 600;
  text-transform: uppercase;
  background-position: center center;
}
.award-block-product-name,
.award-block-subheading {
  font-size: 16px;
}
.award-block-heading {
  font-size: 35px;
}
.award-block-subheading {
  padding: 30px 50px;
  background: rgba(255,255,255,.55);
  border-radius: 20px;
  color: #0b4ca8;
}
.award-block-award {
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.award-block-image {
  max-width: 470px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.award-block-image img {
  border-radius: 7px;
}
.award-block-award-mobile {
  display: none;
}
.video-block-heading {
  text-transform: uppercase;
}
.video-block-source {
  width: 100%;
  height: 80vh;
}
.short-info-block {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #4e9ae9;
  color: #fff;
}
.short-info-heading {
  font-weight: 600;
}
.golden-block {
  background-image: linear-gradient(0.926turn, rgba(250, 225, 179, 1) 0%, rgba(0, 0, 0, 1) 75%);
  color: #fff;
}
.golden-block-intro {
  margin-bottom: 40px;
  text-align: center;
}
.golden-block-heading {
  position: relative;
  display: inline-block;
  font-size: 43px;
  font-weight: 500;
}
.golden-block-heading::after {
  content: 'Gold';
  position: absolute;
  top: 0;
  left: 45.9%;
  background: transparent;
  color: #FFD700;
}
.golden-block-heading::before {
  content: '';
  position: absolute;
  top: 50%; /* по центру вертикалі */
  left: 0; /* початкова позиція ліворуч за межами блоку */
  width: 76px; /* ширина сяйва — можна збільшити */
  height: 76px; /* висота сяйва — трохи більше тексту */
  background: #ffe705;
  filter: blur(35px); /* сильне розмиття */
  border-radius: 50%;
  transform: translateY(-50%);
  animation: glowHorizontal 5s ease-in-out infinite alternate;
}
@keyframes glowHorizontal {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.golden-block-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.golden-block-column-left,
.golden-block-column-right {
  height: 285px;
}
.golden-block-column-left,
.golden-block-column-right {
  max-width: 205px;
  padding: 20px 20px 0;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #fff;
  border-radius: 10px;  
}
.golden-block-feature {
  margin-bottom: 15px;
}
.golden-block-icon {
  position: relative;
  right: 5px;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.golden-block-text {
  font-size: 16px;
}
.golden-block-image-bg {
  width: 310px;
  height: 285px;
  background-size: contain;
  background-repeat: no-repeat;
}
.golden-block-column-center {
  display: flex;
  justify-content: space-between;
} 
.golden-block-image {
  text-align: center;
}
.golden-block-image:first-child {
  margin-right: 30px;
}
.golden-block-image-caption {
  display: block;
  max-width: 230px;
  margin: 10px auto;
  font-weight: 600;
}
.rich-content-block {
  text-align: center;
}
.rich-content-heading {
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: 700;
}
.rich-content-text p {
  font-size: 18px!important;
}
.rich-text-table {
  margin-top: 15px;
}
.attention-columns {
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
}
.attention-column {
  position: relative;
  width: 30%;
  font-size: 14px;
}
.attention-column::before {
  content: "!";
  position: absolute;
  left: -32px;
  padding: 1px 10px;
  border: 1px solid #ff0000;
  border-radius: 50%;
  font-weight: 700;
  color: #ff0000;
}
.image-center-text-sides {
  padding-bottom: 0!important;
  background-color: #1a1a1a;
  color: #fff;
}
.image-center-text-sides-inner {
  display: flex;
  justify-content: space-between;
}
.image-center-text-sides-inner p {
  margin: 0;
}
.heading_icts {
  font-weight: 700;
  color: rgb(94, 94, 94);
}
.text_icts {
  margin-bottom: 20px;
}
.text_icts strong {
  font-size: 22px;
}
.center_icts {
  max-width: 620px;
}
.left_icts,
.right_icts {
  max-width: 240px;
}
.icons-with-caption-wrapper.dark {
  padding: 40px 0;
  background-color: #141414;
}
.icons-with-caption-wrapper.dark  .icons-with-caption .icon-item .icon {
  width: 40px;
  height: 40px;
}
.icons-with-caption-wrapper.dark .icons-with-caption .icon-item .caption {
  color: #fff;
}
.simple-table {
  width: 70%;
  margin: auto;
  border: 1px solid #e0e0e0;
}
.simple-table td {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.simple-table tr:last-child td {
  border-bottom: none;
}
.simple-table-heading {
  margin-bottom: 30px;
}
.col-left {
  border-right: 1px solid #e0e0e0;
}
.icons-with-caption-wrapper.skin .icons-with-caption-heading {
  margin-bottom: 30px;
}
.icons-with-caption-wrapper.skin .icons-with-caption .icon-item .icon {
  width: 100px;
  height: 100px;
}
.icons-with-caption-wrapper.skin .icons-with-caption {
  flex-wrap: wrap;
  justify-content: center;
}
.icons-with-caption-wrapper.skin .icons-with-caption .icon-item {
  width: 25%;
  margin-bottom: 20px;
}
.two-images-images-wrapper {
  display: flex;
  justify-content: space-between;
}
.two-images-image-wrapper {
  width: 48%;
  font-weight: 700;
  text-align: center;
  color: #36bdec;
}
.two-images-image-wrapper:first-child {
  margin-right: 20px;
}
.two-images-image {
  width: 100%;
  height: 320px;
  background-size: contain;
  background-repeat: no-repeat;
}
.two-images-heading {
  margin-bottom: 30px;
}
.checkbox__label-text {
  font-size: 14px;
  color: rgb(21, 20, 19);
}
.icon-checkmark {
  border-radius: 0!important;
  border-width: 2px!important;
}
.badge-catalog {
  top: 0;
  left: 0;
  width: 120px;
  height: 55px;
}
.learn-more-button.catalog {
  position: relative;
  z-index: 10;
  margin-top: 10px;
  width: 120px;
  height: 35px;
}
.product-grid {
  margin: 0 10px;
}
.product-card .text-block.custom p {
  font-size: 14px;
  text-transform: lowercase;
}
.product-card .text-block.custom p::first-letter {
  text-transform: capitalize;
}
.product-card {
  align-items: flex-end;
}
.product-card product-price {
  margin: 10px 0!important;
}
a[ref="productTitleLink"] {
  font-weight: 600;
}
.facets__actions {
  background-color: #fff;
}
.shopify-payment-button__more-options {
  margin-top: .4em!important;
  padding: 7px 0;
  font-weight: 700;
  background-color: #323232!important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none!important;
  transition: .2s ease-in-out;
}
.shopify-payment-button__more-options:hover {
  color: #bebebe!important;
}
h1.product-title {
  margin-bottom: 0!important;
}
.blog-search-wrapper {
  text-align: center;
}
.blog-title {
  padding: 80px 0 60px;
  text-align: center;
}
.blog-search-wrapper {
  margin-bottom: 50px;
}
#BlogSearchInput {
  margin: 60px 0;
  background: none;
  border: 1px solid #000;
  color: #000000;
}
#BlogSearchInput:focus {
  outline: none;
}
#BlogSearchInput::placeholder {
  color: #7f7f7f!important;
}
#BlogSearchInput, .blog-search-item {
  width: 560px;
  padding: 20px;
  border-radius: 3px;
}
#BlogSearchInput {
  margin-bottom: 0;
}
.blog-search-item {
  display: flex;
  margin: auto;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .1);
}
.blog-search-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  object-fit: cover;
}
.blog-post-card__content a .h4 {
  font-size: 20px;
  color: #000;
}
.blog-post-details time {
  font-size: 12px;
}
:is(p:not(.h1,.h2,.h3,.h4,.h5,.h6) a:where(:not(.button,.button-primary,.button-secondary)),.rte :is(p,ul,ol,table):not(.h1,.h2,.h3,.h4,.h5,.h6) a:where(:not(.button,.button-primary,.button-secondary))):hover {
  color: rgb(0, 81, 188);
  opacity: .7;
}
.product-infographic {
  background-color: #2545D8;
  color: #fff;
}
.product-infographic__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-infographic__item {
  display: flex;
  justify-content: space-between;
  width: 49%;
}
.product-infographic__item:nth-child(odd) .product-infographic__image {
  order: 2;
}
.product-infographic__item:nth-child(odd) .product-infographic__content {
  order: 1;
}
.product-infographic__image {
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #fff;
}
.product-infographic__content { 
  width: 60%;
  padding: 30px;
}
.product-infographic__item {
  background-color: #2041c3;
}
.product-infographic__item:nth-child(1),
.product-infographic__item:nth-child(2),
.product-infographic__item:nth-child(1) .product-infographic__image,
.product-infographic__item:nth-child(2) .product-infographic__image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-infographic__item:nth-last-child(1),
.product-infographic__item:nth-last-child(2),
.product-infographic__item:nth-last-child(1) .product-infographic__image,
.product-infographic__item:nth-last-child(2) .product-infographic__image {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-infographic__title {
      margin-bottom: 20px;
    }
.blog-details-wrapper .short-info-block {
  padding: 30px;
}
.blog-details-wrapper .image-center-text-sides-inner .center_icts {
  align-self: center;
  max-width: 250px;
}
.blog-details-wrapper .image-center-text-sides-inner .left_icts, 
.blog-details-wrapper .image-center-text-sides-inner .right_icts {
  max-width: 200px;
}
.blog-details-wrapper .image-center-text-sides {
  padding: 30px;
}
.blog-details-wrapper .two-images-image {
  background-size: cover;
}
.blog-details-wrapper .product-infographic__item {
  background: none;
}
.ai-text-block-container-amty2quphvmzmc1rpuaigenblock253fd30cetkfm {
  position: relative;
  background-position: 88% center!important;
  background-size: 150px!important;
}
.ai-text-block-container-amty2quphvmzmc1rpuaigenblock253fd30cetkfm::after {
      content: "";
      position: absolute;
    right: 30%;
    top: 40%;
    width: 90px;
    height: 82px;
    background-image: url(/cdn/shop/files/Vector.svg);
    transform: rotate(32deg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.text-top-image-bottom img {
  margin-top: 20px;
}
.popup-button-wrapper {
  display: flex;
  width: 100%;
}
div[id*="custom_popup_button"] {
  width: 100%;
}
.popup-button-wrapper--left {
  justify-content: flex-start;
}
.popup-button-wrapper--center {
  justify-content: center;
}
.popup-button-wrapper--right {
  justify-content: flex-end;
}
.blog-details-wrapper > * {
  margin: 20px 0;
  padding: 0;
}
.blog-details-wrapper > * p {
  font-size: 17px;
}
.blog-details-wrapper .product-infographic {
  padding: 20px 0;
}
.blog-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 15px;
  margin: auto;
  padding: 0;
  background-image: url("chevron-blog.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.blog-divider::before, 
.blog-divider::after {
  content: "";
  position: absolute;
  top: 45%;
  width: 48%;
  height: 1.5px;
  background-color: transparent;
}
.blog-divider::before {
  left: 0;
  background-image: linear-gradient(to right, transparent 0%, #d6d6d6 30%);
}
.blog-divider::after {
  right: 0;
  background-image: linear-gradient(to left, transparent 0%, #d6d6d6 30%);
}
.buttons-wrapper {
  display: flex;
  gap: 12px;
}
.buttons-wrapper--left {
  justify-content: flex-start;
}
.buttons-wrapper--center {
  justify-content: center;
}
.buttons-wrapper--right {
  justify-content: flex-end;
}
#zoho-open-form {
  width: 100%!important; 
  height: 609px!important; 
  padding: 0;
}
.variant-option__thumb {
  width: 57px;
  height: 100%;
  object-fit: cover;
}
.variant-option__button-label__text {
  margin-left: 5px;
}
.variant-option__button-label:has(:checked),
.variant-option__button-label:has(:checked):hover,
.variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch):not(:has([data-option-available=false])):before,
.variant-option__button-label:has(:checked):hover .variant-option__button-label__pill,
.variant-option__button-label__pill {
  background-color: transparent!important;
}
.variant-option__button-label:has(:checked),
.variant-option__button-label:has(:checked):hover {
  background-color: #5657552e!important;
}
.variant-option--equal-width-buttons {
  display: flex!important;
  flex-direction: column!important;
}
.variant-option__button-label {
  padding: 0!important;
  border-radius: 5px!important;
  justify-content: flex-start!important;
  border: 1px solid #5657552e!important;
  color: rgba(0, 0, 0, 0.81)!important;
}
.variant-option__button-label input {
  display: none;
}
.costmetics-row-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.costmetics-item {
  max-width: 9%;
  margin-right: 10px;
}
.costmetics-item::last-child {
  margin-right: 0;
}
.costmetics-item-heading {
  color: #3D8EA7;
}
.narrow-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-radius: 5px;
}
.narrow-banner-content {
  width: 79%;
}
.narrow-banner-button {
  width: 200px;
  transition: .3s ease-in-out;
}
.narrow-banner-button:hover {
  opacity: .85;
}
.narrow-banner-text * {
  font-size: 16px!important;
}
.narrow-banner-text-big {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.narrow-banner-text p {
  margin: 0;
}
.animated-images-cols {
  display: flex;
}
.animated-images-logo,
.animated-images-intro {
  margin: auto;
}
.animated-images-logo {
  max-width: 500px;
}
.animated-images-intro {
  max-width: 700px;
  text-align: center;
}
.animated-images-cols {
  margin-top: 50px;
  justify-content: space-between;
}
.animated-image-col {
  width: 48%;
}
.animated-image-step,
.animated-image-col-heading,
.animated-image-col-content-heading {
  font-weight: 600;
}
.animated-image-step {
  font-size: 22px;
  text-transform: uppercase;
}
.animated-image-col-heading {
  font-size: 19px;
  color: #000;
}
.animated-image-col-image {
  max-width: 300px;
  margin: auto;
}
.animated-image-col-content-heading,
.animated-image-step {
  color: #7f073d;
}
.animated-image-col-content-heading {
  margin-bottom: 15px;
}
.animate-image-step-wrapper {
  width: 370px;
  margin: auto;
  text-align: center;   
}
.animated-image-col-content-wrapper {
  min-height: 600px;
  padding: 30px;
  border: 1px solid #7f073d;
  border-radius: 5px;
}
/* media */
@media screen and (max-width: 1250px) {
  .secondary-menu > div > ul {
    justify-content: space-around;
  }
  .secondary-menu a {
    font-size: 11px;
  }
  .golden-block-columns {
    flex-wrap: wrap;
  }
  .golden-block-column-left, .golden-block-column-right {
    max-width: 50%;
    height: 240px;
  }
  .golden-block-column-center {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .golden-block-column-left {
    order: 2;
    border-right: 0;
    border-radius: 10px 0 0 10px;
  }
  .golden-block-column-right {
    order: 3;
    border-left: 0;
    border-radius: 0 10px 10px 0;
  }
  .golden-block .container {
    max-width: 670px;
  }
  .golden-block-image {
    width: 50%;
  }
  .golden-block-image-bg {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .header__row--top .header__columns {
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
    gap: 12px;
  }
  .header__columns {
    justify-content: space-around;
  }
  .header__icon--menu,
  .header__drawer {
    order: 5 !important;
  }
  .header-logo {
    display: flex!important;
    justify-content: flex-start!important;
    width: 50%!important;
    order: 1 !important;
    margin-left: 16px !important;
  }
  .mobile-consultation-link {
    display: flex !important;
    order: 2 !important;
  }
  .search-action {
    order: 3 !important;
  }
  header-actions,
  .header-actions {
    order: 4 !important;
  }
  .header__column {
    width: auto !important;
    flex: unset !important;
  }
  .header-menu {
    display: none;
  }
      .header__column {
        display: contents!important;
    }
}
@media screen and (max-width: 1251px) {
    .header__drawer.hidden--desktop, .header__drawer.desktop\:hidden {
      display: block !important;
    }
}
@media screen and (max-width: 1200px) {
  .product-details-wrapper > * {
    padding: 40px;
  }
  .breadcrumbs {
    padding: 0 40px;
  }
  .virtual-demo-title {
    font-size: max(21px)!important;
  }
  .cta-link.button {
    font-size: 14px;
  }
  .consultation-popup-inner {
    max-width: 460px;
  }
  .container-background-image slideshow-component {
    width: 80vw;
    margin: auto;
  }
  slideshow-slides {
    min-height: auto!important;
  }
  .slide__image-container img {
    height: 300px!important;
    object-fit: contain!important;
  }
      .block-with-custom-gallery {
      width: 80%;
      margin: auto;
    }
    .gallery-wrapper {
      flex-direction: column;
    }
    .gallery-image-wrapper {
      position: static; 
    }
    .gallery-wrapper .images-column {
      display: flex;
      width: 100%;
      margin-bottom: 10px; 
      justify-content: space-around;
      justify-items: center;
    }
    .gallery-wrapper .images-column:last-child {
      margin-bottom: 0;
    }
    .block-with-custom-gallery {
      padding-bottom: 20px;
      border-radius: 15px;
    }
    .pdf-block {
      align-items: flex-end;
    }
    .pdf-content, .pdf-image {
      width: 50%;
    }
    .pdf-image {
      min-height: 160px;
    }
    .faq-heading {
      margin-bottom: 25px;
    }
    .desktop-only {
      display: none;
    }
    .award-block-inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .award-block-image {
      width: 100%;
    }
    .award-block-logo {
      margin: 0 auto 10px;
    }
    .award-block-heading {
      font-size: 24px;
    }
    .award-block-award-mobile {
      display: block;
    }
    .mobile-only {
      display: block;
    }
    .award-block-subheading-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 15px 0 20px;
    }
    .award-block-subheading {
      margin-right: 15px;
      padding: 15px;
    }
    .attention-columns {
      padding: 30px 50px!important;
    }
    .image-center-text-sides-inner {
      justify-content: center;
      flex-wrap: wrap;
    }
    .center_icts {
      order: 1;
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
      text-align: center;
    }
    .center_icts img {
      max-width: 620px;
      margin: auto;
    }
    .left_icts,
    .right_icts {
      width: 48%;
    }
    .left_icts {
      order: 2;
      margin-right: 20px;
    }
    .right_icts {
      order: 3;
    }
    .heading_icts {
      min-height: 58px;
    }
    .text_icts {
      min-height: 130px;
    }
    .text_icts strong {
      display: block;
      min-height: 70px;
    }
    .two-images-image {
      background-position: center;
    }
    .two-images-images-wrapper {
      flex-direction: column;
    }
    .two-images-image-wrapper:first-child {
      margin: 0 0 30px 0;
    } 
    .two-images-image-wrapper {
      width: 100%;
    }
}
@media screen and (max-width: 960px) {
  .virtual-demo-title {
    font-size: max(17px)!important;
  }
  .cta-link.button {
    width: 130px;
  }
  .container-background-image slideshow-component {
    width: 620px;
  }
  .slide__image-container img {
    height: 230px !important;
  }
  .slideshow-control--previous {
    right: 102%;
  }
    .slideshow-control--next {
    left: 102%;
  }
  .product-card {
      flex: 0 0 calc(48% - 12px);
    }
    .costmetics-row-wrapper {
      flex-wrap: wrap;
    }
    .costmetics-item {
      max-width: 15%;
    }
}
@media screen and (max-width: 912px) {
  .product-form-buttons .brochure-button .pdf-icon {
    right: 5%;
  }
}
@media screen and (max-width: 850px) {
  .pdf-image {
    background-size: contain;
  }
  .product-infographic__items {
    flex-direction: column;
  }
  .product-infographic__item {
    width: 100%;
  }
  .product-infographic__image {
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .scroll-gallery-item:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slider-desktop {
    display: none;
  }
  .slider-mobile {
    display: block;
  }
  .images-scroll .slider-btn.prev {
    left: -20px;
  }
  .images-scroll .slider-btn.next {
    right: -20px;
  }
}
@media screen and (max-width: 750px) {
    .container-background-image slideshow-arrows .slideshow-control {
        display: none;
    }
    .like-h2, h2, .pdf-heading {
      font-size: 22px;
    }
    .pdf-heading {
      line-height: 1.2;
    }
    .before-after small {
      font-size: 10px;
    }
    .slider-btn svg {
      width: 30px!important;
      height: 30px!important;
    }
    .text-left-image-right, .text-right-image-left, .virtual-demo {
      flex-direction: column;
    }
    .text-left-image-right > *, .text-right-image-left > *, .virtual-demo > * {
      width: 100%;
    }
    .product-information__media {
      margin-bottom: 50px;
    }
    /* .shopify-section-group-footer-group .group-block-content,
    .shopify-section-group-footer-group .section,
    .shopify-section-group-footer-group .menu__heading  {
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column {
      flex-wrap: wrap!important;
      flex-direction: row;
    }
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:first-child,
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:nth-child(4) {
      width: 100%;
    }
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:first-child {
      order: 3;
    }
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:nth-child(2) {
      order: 1;
    }
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:nth-child(3) {
      order: 2;
    }
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:nth-child(4) {
      order: 4;
    }
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:nth-child(2),
    #shopify-section-sections--27419042742604__section_AGx6dy > .section > .custom-section-content > .mobile-column > .group-block:nth-child(3) {
      width: 48%;
      text-align: left;
    } */
    .testimonial-card {
      margin: 0;
    }
    .icons-with-caption {
      flex-wrap: wrap;
    }
    .icons-with-caption .icon-item {
      width: 25%;
      margin-bottom: 50px;
    }
    .faq-question {
      font-size: 18px;
    }
    .video-block-source {
      height: 50vh;
    }
    .golden-block-heading {
      font-size: 36px;
    }
    .golden-block-image-bg {
      height: 200px;
      background-position: center;
    }
    .attention-columns {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .attention-column {
      max-width: 375px;
      width: auto;
    }
    .two-images-image {
      background-size: cover;
      background-position: left;
    }
    #shopify-section-sections--27419042742604__section_awXjcd * {
              justify-content: center;
  margin: auto;
  text-align: center!important;
}
#shopify-section-sections--27419042742604__section_awXjcd .icon-block {
  margin: 0!important;
}
.narrow-banner {
  flex-direction: column;
  padding: 30px 20px;
}
.narrow-banner-content {
  width: 100%;
}
.narrow-banner-button {
  margin-top: 15px;
}
}
@media screen and (max-width: 640px) {
  .popup {
    justify-content: flex-end;
    background-color: #000;
  }
  .consultation-popup-inner {
    width: 100%;
    height: 90%;
    max-width: 100%;
    overflow: scroll;
  }
  .virtual-demo-title {
    font-size: max(17px)!important;
  }
  .cta-link.button {
    width: 130px;
  }
  .container-background-image slideshow-component {
    width: 100%;
  }
      .custom-gallery-title {
      font-size: 20px;
    }
    .custom-gallery-subheading {
      font-size: 16px;
    }
    .block-with-custom-gallery {
      width: 100%;
    }
    .gallery-wrapper {
      margin-top: 25px;
    }
    .images-left .gallery-image, .images-right .gallery-image {
      width: 200px!important;
      height: 100px!important; 
    }
    .images-center .gallery-image {
      width: 100%!important;
    }
    .images-center .gallery-image-wrapper {
      width: 67%;
    }
    .scroll-gallery-item:last-child {
      display: none;
    }
    .learn-more-button {
      width: 100%;
    }
    .pdf-block {
      max-width: 450px;
      flex-direction: column;
      margin: auto;
    }
    .pdf-content, .pdf-image {
      width: 100%;
    }
    .pdf-block {
      padding: 40px;
    }
    .award-block-heading {
      font-size: 18px;
    }
    .golden-block-columns {
      flex-direction: column;
    }
    .golden-block-column-left,
    .golden-block-column-right {
      width: 100%;
      max-width: 100%;
      height: auto;
    }
    .golden-block-column-left {
      border-right: 1px solid #fff!;
      border-bottom: 0;
      border-radius: 10px 10px 0 0;
    }
    .golden-block-column-right {
      border-left: 1px solid #fff;
      border-top: 0;
      border-radius: 0 0 10px 10px;
    }
    .rich-content-text p,
    .rich-text-table th,
    .rich-text-table td {
      font-size: 16px!important;
    } 
    .rich-text-table div {
      font-size: 20px!important;
    }
    .left_icts,
    .right_icts {
      width: 100%;
      max-width: 100%;
    }
    .left_icts {
      margin-right: 0;
    }
    .heading_icts,
    .text_icts,
    .text_icts strong {
      min-height: auto;
    }
    .image-center-text-sides {
      padding-bottom: 20px;
    }
    .icons-with-caption-wrapper.skin .icons-with-caption {
      justify-content: space-between;
    }
    .icons-with-caption-wrapper.skin .icons-with-caption .icon-item {
      width: 49%;
    }
    #BlogSearchInput, .blog-search-item {
      width: 90%;
      margin: 60px auto 0;
    }
}
  @media(max-width: 550px) {
    .gallery-image-wrapper {
      width: 47%;
    }
    .images-left .gallery-image, .images-right .gallery-image,
    .images-center .gallery-image-wrapper {
      width: 100%!important;
    }
    .equipment-form-wrapper {
      width: 100%;
    }
    .breadcrumbs .current {
      display: block;
    }
    .golden-block-heading {
      font-size: 26px;
    }
    .text_icts strong {
      font-size: 18px;
    }
    .badge-catalog {
      width: 65px;
      height: 32px;
    }
    .product-infographic__item {
      flex-direction: column;
    }
    .product-infographic__image,
    .product-infographic__content {
      width: 100%;
    }
    .product-infographic__image {
      min-height: 300px;
    }
    .product-infographic__item:nth-child(odd) .product-infographic__image {
      order: 1;
    }
    .product-infographic__item:nth-child(odd) .product-infographic__content {
       order: 2;
    }
    .narrow-banner-text-big {
      font-size: 23px;
    }
  }
@media screen and (max-width: 520px) {
  #zoho-open-form {
  height: 680px!important; 
}
}
@media screen and (max-width: 480px) {
  .virtual-demo-title {
    font-size: max(12px)!important;
  }
  .cta-link.button {
    font-size: 9px;
    width: 85px;
  }
  .consultation-popup-inner {
    max-width: 100%;
  }
  .slide__image-container img {
    height: 138px !important;
  }
  .product-card .product-title,
  .text-block p,
  .section-header p {
    font-size: 14px;
  }
  .group-block-content p strong,
  .like-h2 {
    font-size: 22px;
  }
  .scroll-gallery-item {
    width: 150px;
    height: 150px;
  }
  .button-privacy {
    flex-direction: column;
  }
  .button-privacy .privacy-policy-text {
    margin: 5px 0 0; 
  }
  .video-block-source {
    height: 25vh;
  }
  .costmetics-item {
      max-width: 22%;
  }
}
  @media(max-width: 450px) {
    .images-center .gallery-image-wrapper .gallery-image {
      height: 200px!important;
    }
    .block-with-custom-gallery {
      padding: 20px 10px;
    }
    .product-form-buttons,
    add-to-cart-component {
      flex-wrap: wrap;
      flex-direction: column;
    }
    .product-form-buttons .brochure-button {
      justify-content: center;
      height: 50px;
      margin-top: 5px;
    } 
    .product-form-buttons .brochure-button .pdf-icon {
      margin-left: 5px;
    }
    .product-details-wrapper > * {
      padding: 30px;
    }
    add-to-cart-component > * {
      width: 100%!important;
    }
    .pdf-block {
      padding: 20px;
    }
    .pdf-image {
      min-height: 115px;
    }
    .testimonials-h-buttons {
      flex-direction: column;
      align-items: center;
    }
    .testiminials-buttons {
      margin-top: 10px;
    }
    .icons-with-caption .icon-item {
      width: 50%;
    }
    .golden-block-image-bg {
      height: 155px;
    }
  } 
  @media screen and (max-width: 410px) {
  #zoho-open-form {
  height: 733px!important;
}
} 
  @media(max-width: 400px) {
    .golden-block-heading {
        font-size: 21px;
    }
  }
  @media(max-width: 380px) {
    .scroll-gallery-item:nth-child(2) {
      display: none;
    }
    .product-details-wrapper > * {
      padding: 20px;
    }
    .breadcrumbs {
      padding: 0 20px;
    }
    .breadcrumbs .separator {
      margin: 0;
    }
    .mobile-consultation-link::before {
      width: 28px;
      height: 28px;
    }
    .mobile-consultation-link .menu-list__link-title {
      font-size: 13px;
    }
    .menu-drawer {
      padding: 48px 10px 38px!important;
    }
    .menu-drawer__close-button {
      padding: 16px 10px!important;
    }
    .golden-block-image-bg {
      height: 142px;
    }
    .header-actions__action .svg-wrapper {
  width: 40px!important;
  height: 40px!important;
}
.product-form-buttons .brochure-button .pdf-icon {
  right: 22%;
}
.costmetics-item {
      max-width: 46%;
  }
  }  
@media(max-width: 320px) {
    .images-center .gallery-image-wrapper .gallery-image {
      height: 125px!important;
    }
    .before-after-wrapper {
      padding: 40px 0;
    }
    .video-block-source {
      height: 20vh;
    }
    .golden-block-image-bg {
      height: 115px;
    }
        .header-actions__action .svg-wrapper {
  width: 25px!important;
  height: 25px!important;
}
.header__columns .cart-drawer {
  position: relative!important;
  left: 8px!important;
}
.learn-more-button {
  font-size: 12px;
}
.product-card img {
  height: 97px;
}
  }  

/* zoho form */
.zf_lB_Dimmer_533623{ 
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 10000000;
}

.zf_lB_Container_533623{
 position: fixed;
 background-color: white;
 margin: 0;
 margin-right: 0px;
 padding: 0;
 height: 792px;
 width:  70%;
 top: 50%;
 left: 50%;
 margin-right: -50%;
 transform: translate(-50%, -50%);
 border: 7px solid #F3F3F3;
 max-height: calc(100% - 60px);
 z-index: 999999;
 transition: height 0.5s ease;
 outline : none;
}

p{
margin-bottom: 10px;
}

.zf_lB_Wrapper_533623{
 position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -180px;
    z-index: 10000001;
}

.zf_main_id_533623{
 height: calc(100% - 0px);
 display: flex;
 overflow-y: auto;
 overflow-x: hidden;
}

.zf_lb_closeform_533623 {
    position: absolute;
    right: -20px;
    background: #2f2e2e;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -15px;
    cursor: pointer;
    border: 2px solid #d9d9d9;
}
.zf_lb_closeform_533623:before, .zf_lb_closeform_533623:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 19px;
    width: 2px;
    top: 7px;
    background-color: #f7f7f7;
}

.zf_lb_closeform_533623:before {
  transform: rotate(45deg);
}
.zf_lb_closeform_533623:after {
  transform: rotate(-45deg);
} 



@media screen and (min-device-width: 10px) and (max-device-width: 380px) {  
   .zf_lB_Container_533623 {
  width: 270px !important;
} 
}

@media screen and (min-device-width: 360px) and (max-device-width: 480px) {  
   .zf_lB_Container_533623 {
  width: 350px !important;
} 
}

@media screen and (min-device-width: 440px) and (max-device-width: 500px) {  
   .zf_lB_Container_533623 {
  width: 380px !important;
} 
}

@media only screen  and (min-width:500px) and (max-width:600px)  {  
  .zf_lB_Container_533623 {
 width: 450px;
 }
}

@media only screen  and (min-width:601px) and (max-width:700px)  {  
  .zf_lB_Container_533623 {
 width: 540px;
 }
}

@media only screen  and (min-width:700px) and (max-width:800px)  { 
.zf_lB_Container_533623 {
 width: 650px;
 }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1268px) {  
   .zf_lB_Container_533623 {
  width: 750px !important;
} 
}