/*--------------------*/
/* RESET              */
/*--------------------*/
html {height: auto;box-sizing: border-box;font-synthesis: none;-webkit-font-smoothing: antialiased;/*scroll-behavior: smooth;scroll-padding-top: var(--h-height, 0);*/}
html:not(.touch-screen)::-webkit-scrollbar {width: 0.5rem;height: 0.5rem;}
html:not(.touch-screen)::-webkit-scrollbar-track {background: transparent;}
html:not(.touch-screen)::-webkit-scrollbar-thumb {background: #c2c2c2;border-radius: 0.25rem;}
html:not(.touch-screen)::-webkit-scrollbar-thumb:active {background: #8d8d8d;}
body {height: auto;overflow-y: scroll;background-color: var(--bg);}
body:not(.touch-screen) *::-webkit-scrollbar {width: 0.25rem;height: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-track {background: transparent;border-radius: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-thumb {background: #c2c2c2;}
:where(body.touch-screen *::-webkit-scrollbar) {display: none;}
* {border: 0;margin: 0;padding: 0;font: inherit;font-size: 100%;line-height: inherit;vertical-align: baseline;-webkit-text-size-adjust: none;-webkit-locale: auto;}
:is(*, *:before, *:after) {box-sizing: inherit;}
:is(:focus, :hover, :active, :visited) {outline: none;}
::-moz-selection {color: var(--clr-white);background: var(--clr-black);}
::selection {color: var(--clr-white);background: var(--clr-black);}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;transition: var(--transition-1);}
a:hover {text-decoration: none;}
:is(ul, ol) {list-style: none;}
:is(sub, sup) {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
picture {font-size: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
:is(img, svg, iframe) {width: auto;height: auto;max-width: 100%;-webkit-user-select: none;-moz-user-select: none;user-select: none;vertical-align: middle;}
img {position: relative;}
img::before {content: "";position: absolute;inset: 0;background: no-repeat center/5rem 5rem var(--clr-plc) url(../img/placeholder.svg);}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 1rem;font-weight: 400;color: var(--clr-black);}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {display: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;height: 0.7em;width: 0.7em;background-size: contain;cursor: pointer;}
:is(input, textarea, select) {border-radius: 0;background: none;border: none;margin: 0;width: 100%;padding: 0;}
textarea {display: block;resize: none;overflow: auto;}
select::-ms-expand {display: none;}
button {background: none;}
/*----------------------*/
/* MAIN GLOBAL SETTINGS */
/*----------------------*/
:root {--root-scale: 1rem;--svh: 100vh;--dvh: 100vh;--container-width: 100%;--ff-1: font-family: "Poppins",sans-serif;--h1: clamp(2.875rem, 0.559rem + 4.825vw, 5.625rem);--h2: clamp(1.875rem, 0.401rem + 3.07vw, 3.625rem);--h3: clamp(1rem, 0.158rem + 1.754vw, 2rem);--h4: clamp(1rem, 0.368rem + 1.316vw, 1.75rem);--h5: clamp(1.125rem, 0.915rem + 0.439vw, 1.375rem);--h6: clamp(1rem, 0.79rem + 0.439vw, 1.25rem);--text: clamp(1rem, 0.789rem + 0.439vw, 1.25rem);--text-sm: clamp(0.875rem, 0.664rem + 0.439vw, 1.125rem);--text-xs: clamp(0.75rem, 0.645rem + 0.219vw, 0.875rem);--sp-lg: clamp(6.25rem, 2.882rem + 7.018vw, 10.25rem);--sp-md: clamp(2.5rem, calc(0.39rem + 4.39vw), 5rem);--sp-sm: clamp(1.88rem, calc(0.30rem + 3.29vw), 3.75rem);--rd-0: .5rem;--rd-1: 1.25rem;--rd-2: 2.5rem;--clr-title: rgba(255, 255, 255, 0.6);--clr-text: rgba(255, 255, 255, 0.6);--clr-plc: #736F6D;--clr-input: rgba(255, 255, 255, 0.6);--clr-border: rgba(255, 255, 255, 0.2);--clr-white: #ffffff;--clr-black: #0E0E0E;--clr-red: #D31145;--clr-primary: #00853E;--bg: #181818;--bg-1: #404040;--bg-2: #222;--transition-1: .3s linear;--cubic-1: .8s cubic-bezier(0.65, 0, 0.35, 1);--cubic-2: 1s cubic-bezier(.4, 0, .2, 1);}
@supports (height: 100svh) and (height: 100dvh) {
:root {--svh: 100svh;--dvh: 100dvh;}
}
html {font-size: var(--root-scale);}
html.keyboard-focus:focus {outline: auto;}
html.overflow-menu,
html.overflow-hidden {overflow: hidden;}
html.overflow-menu body,
html.overflow-hidden body {overflow: hidden;}
#content-block {position: relative;overflow: clip;min-height: var(--svh);display: flex;flex-direction: column;}
main {display: flex;flex-direction: column;}
main .seo-sec {order: 1;}
footer {margin-top: auto;}
.section {position: relative;opacity: 0;transition: 0.15s linear opacity;}
.section:not(.banner-sec).animated {opacity: 1;}
.section + .section {margin-top: var(--sp-lg);}
.section:last-child:not(:only-child) {margin-bottom: var(--sp-lg);}
.section:is(.menu-section) + .section:is(.review-section),
.section:is(.review-section) + .section:is(.faq-section),
.section:is(.prd-detail-section) + .section:is(.review-section),
.section:is(.history-section) + .section:is(.adv-section) {margin-top: 0;}
.container,
.container-fluid {--bs-gutter-x: 2rem;--bs-gutter-y: 2rem;width: 100%;margin-inline: auto;padding-inline: calc(var(--bs-gutter-x) * 0.5);}
.swiper-slide:not(:first-child) {display: block;}
.swiper-container {opacity: 0;transition: var(--transition-1);}
.swiper-container.swiper-initialized {opacity: 1;}
.popup-wrapper {display: none;content-visibility: auto;}
.cookies-informer {display: none;content-visibility: auto;}
/* sticky block */
@media (min-width: 992px) {
.show-sticky {overflow: visible;}
.sticky-block {position: sticky;top: calc(var(--h-height) + 1rem);}
}
/* container size change */
@media (min-width: 1200px) {
:root {--container-width: 91.25vw;}
.container {width: var(--container-width);}
}
@media (min-width: 1200px) and (max-width: 1680px) {
:root {--root-scale: 0.75rem;}
}
@media (min-width: 2100px) {
html {font-size: 1.375rem;}
}
@media (min-width: 2600px) {
html {font-size: 2rem;}
}
@media (max-width: 991px) {
:root {--rd-2: 1.25rem;}
.sticky-block {overflow: hidden;}
#content-block {box-shadow: 0 31.25rem 0 0 var(--clr-black);}
}
/*--------------------*/
/* TYPOGRAPHY         */
/*--------------------*/
body {font-family: var(--ff-1);font-size: var(--text);line-height: 1.4em;font-weight: 400;color: var(--clr-text);}
.text {--text-space: 1rem;--text-rd: var(--rd-1);--text-li-padding: 1.5rem;--text-th-height: 4rem;--text-th-padding: 1.5rem;font-size: var(--text);line-height: 1.4em;font-weight: 400;color: var(--clr-text);}
.text * + :where(*) {margin-top: calc(var(--text-space) * 3);}
.text * + :is(p, ul, ol, li) {margin-top: var(--text-space);}
.text :is(p, ul, ol, li) + :is(p, ul, ol, li) {margin-top: calc(var(--text-space) * 0.625);}
.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry) + *:not(figcaption) {margin-top: calc(var(--text-space) * 3);}
.text .swiper-entry > * * {margin-top: 0;}
.text b {font-weight: 600;color: var(--clr-white);}
.text strong {font-weight: 700;}
.text em {font-style: italic;font-weight: 400;}
.text a:not(.btn) {display: inline;font-weight: 400;color: var(--clr-primary);text-decoration: underline;text-decoration-color: transparent;}
.text :is(h1, h2, h3, h4, h5, h6) {color: var(--clr-white);}
.text ul li {position: relative;padding-left: var(--text-li-padding);}
.text ul li::before {content: "";position: absolute;left: calc(var(--text-li-padding) / 2 - 0.5em);top: 0.5em;width: 0.3em;height: 0.3em;border-radius: 100%;background-color: currentColor;}
.text ol {counter-reset: number;}
.text ol li {position: relative;padding-left: calc(var(--text-li-padding) * 1.25);}
.text ol li::before {counter-increment: number;content: counter(number) ".";display: inline-block;position: absolute;left: 0;font-weight: inherit;line-height: inherit;color: currentColor;}
.text img {display: block;width: 100%;border-radius: var(--text-rd);}
.text figure {line-height: 0;width: 100%;}
.text figure.aligncenter {text-align: center;}
.text figure.alignright {text-align: right;}
.text figure > img {width: auto;}
.text figure figcaption {font-size: 0.75rem;font-weight: 500;line-height: 1.5em;color: var(--clr-text);margin: 0.25rem;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;border-radius: var(--text-rd);}
.text blockquote {position: relative;font-size: var(--h5);font-weight: 600;line-height: 1.4em;color: var(--clr-white);padding-left: 2.25em;text-align: left;}
.text blockquote::before {content: "";position: absolute;top: 0;left: 0;width: 1.5em;aspect-ratio: 1.27/1;background-image: url("../img/icons/icon-quote.svg");background-size: contain;background-position: center;background-repeat: no-repeat;}
.text table {border-collapse: collapse;width: 100%;}
.text tbody tr {text-align: left;}
.text tbody tr th,
.text tbody tr td {border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.6);}
.text tbody tr:last-child th,
.text tbody tr:last-child td {border-bottom: none;}
.text thead tr {border: none;}
.text thead th,
.text thead td {height: var(--text-th-height);font-weight: 600;color: var(--clr-black);background-color: var(--clr-text);}
.text td,
.text th {vertical-align: middle;height: calc(var(--text-th-height) / 1.15);padding: calc(var(--text-th-padding) / 3);font-size: inherit;line-height: inherit;font-weight: inherit;color: var(--clr-text);}
.text td:first-child,
.text th:first-child {padding-left: var(--text-th-padding);border-radius: var(--text-rd) 0 0 var(--text-rd);}
.text td:last-child,
.text th:last-child {padding-right: var(--text-th-padding);border-radius: 0 var(--text-rd) var(--text-rd) 0;}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {color: var(--clr-title);}
h1,
.h1 {font-size: var(--h1);line-height: 1.05em;letter-spacing: 0.01em;font-weight: 900;}
h2,
.h2 {font-size: var(--h2);line-height: 1.05em;letter-spacing: 0.01em;font-weight: 900;}
h3,
.h3 {font-size: var(--h3);line-height: 1.25em;letter-spacing: 0.01em;font-weight: 800;}
h4,
.h4 {font-size: var(--h4);line-height: 1.4em;font-weight: 700;}
h5,
.h5 {font-size: var(--h5);line-height: 1.4em;font-weight: 600;}
h6,
.h6 {font-size: var(--h6);line-height: 1.4em;font-weight: 700;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
@media (min-width: 1200px) {
.text a:not(.btn):hover {text-decoration-color: currentColor;}
}
@media (max-width: 767px) {
.text {--text-space: 0.75rem;--text-li-padding: 1.5rem;--text-th-height: 3.5rem;--text-th-padding: 0.75rem;}
}
/*--------------------*/
/* BUTTONS            */
/*--------------------*/
.btn {z-index: 1;position: relative;-webkit-user-select: none;-moz-user-select: none;user-select: none;cursor: pointer;overflow: hidden;font-size: 0.813rem;line-height: 1em;font-weight: 600;letter-spacing: 0.1em;color: var(--clr-white);text-transform: uppercase;text-decoration: none;padding: 1.035rem 1.125rem;border: 0.0625rem solid transparent;border-radius: 3rem;transition: var(--transition-1);flex-shrink: 0;gap: 1rem;display: inline-flex;align-items: center;justify-content: center;}
.btn b {display: inline-block;line-height: inherit;font-weight: inherit;color: currentColor;}
.btn:has(svg) {padding: 1.0625rem 1.125rem;}
.btn svg {--size: 1.5rem;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;}
.btn-primary {background-color: var(--clr-white);border-color: var(--clr-white);color: var(--clr-red);}
.btn-secondary {background-color: var(--bg-2);border-color: var(--clr-border);color: var(--clr-white);}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;background-color: var(--clr-border);border-color: var(--clr-border);color: var(--clr-text);}
.btn-close {--bw: 3rem;position: relative;cursor: pointer;display: inline-block;width: var(--bw);height: var(--bw);color: var(--clr-white);border-radius: 100%;background-color: var(--bg-2);transition: var(--transition-1);}
.btn-close svg {--size: 2.375rem;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn-link {position: relative;cursor: pointer;display: inline-block;font-size: 0.813rem;line-height: normal;font-weight: 600;letter-spacing: 0.1em;color: var(--clr-white);text-transform: uppercase;text-decoration: underline;text-decoration-color: currentColor;transition: var(--transition-1);}
.btn-back {--size-icon: clamp(3rem, 2.37rem + 1.316vw, 3.75rem);position: relative;cursor: pointer;gap: 1rem;display: inline-flex;align-items: center;font-size: 1rem;line-height: normal;font-weight: 600;text-transform: uppercase;color: var(--clr-white);}
.btn-back-icon {position: relative;display: inline-block;width: var(--size-icon);height: var(--size-icon);border-radius: 100%;background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%2300853EFF' stroke-width='1' stroke-dasharray='12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");transition: background-image var(--transition-1);}
.btn-back-icon img {display: inline-block;width: 30%;height: 30%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn-add {--size-icon: clamp(3rem, 2.37rem + 1.316vw, 3.75rem);position: relative;cursor: pointer;gap: 1rem;display: inline-flex;align-items: center;font-size: 1rem;line-height: normal;font-weight: 600;text-transform: uppercase;color: var(--clr-white);}
.btn-add-icon {position: relative;display: inline-block;width: var(--size-icon);height: var(--size-icon);border-radius: 100%;background-color: var(--bg-2);transition: background-color var(--transition-1);}
.btn-add-icon img {display: inline-block;width: 55%;height: 55%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn-delete {--size: 1.5rem;position: relative;cursor: pointer;display: inline-block;line-height: 0;width: var(--size);height: var(--size);flex-shrink: 0;color: #595959;transition: var(--transition-1);}
.btn-delete svg {display: inline-block;width: 100%;height: 100%;}
@media (min-width: 1200px) {
.btn-primary:hover {background-color: var(--clr-white);border-color: var(--clr-white);color: var(--clr-primary);}
.btn-secondary:hover {background-color: var(--clr-border);}
.btn-close:hover {color: var(--clr-primary);}
.btn-link:hover {color: var(--clr-primary);}
.btn-back:hover .btn-back-icon {background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='1' stroke-dasharray='12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");}
.btn-add:hover .btn-add-icon {background-color: var(--clr-primary);}
.btn-delete:hover {color: var(--clr-primary);}
}
/*--------------------*/
/* HEADER             */
/*--------------------*/
:root {--h-height: 10rem;--h-logo-width: 8.75rem;}
header {height: var(--h-height);opacity: 0;}
.h-wrap {position: fixed;z-index: 100;top: 0;left: 0;width: 100%;background-color: transparent;transition: background var(--transition-1);}
.h-inner {position: relative;width: 100%;height: var(--h-height);gap: clamp(2.5rem, -1.25rem + 5vw, 4rem);display: flex;align-items: center;justify-content: space-between;}
.h-logo {display: block;width: var(--h-logo-width);aspect-ratio: 1/1;flex-shrink: 0;}
.h-logo img {display: block;max-width: 100%;width: 100%;}
.h-menu {flex-grow: 1;display: flex;align-items: center;gap: clamp(2.5rem, -1.25rem + 5vw, 4rem);}
.h-menu .btn {margin-left: auto;}
.h-links ul {display: flex;align-items: center;flex-wrap: wrap;}
.h-links li {line-height: 0;}
.h-links a {position: relative;font-size: 1.25rem;line-height: normal;font-weight: 700;text-transform: uppercase;color: var(--clr-white);}
.h-menu-overlay,
.h-burger {display: none;}
@media (min-width: 1200px) {
.h-links ul {border-radius: 3rem;background-color: var(--bg-2);padding: 0.625rem;}
.h-links a {font-size: 1rem;font-weight: 500;border-radius: 6.25rem;border: 0.0625rem solid transparent;background-color: transparent;padding: 0.625rem 1.25rem;}
.h-links a.is-active {border-color: var(--clr-border);background-color: var(--bg);}
.h-links a:not(.is-active):hover {border-color: var(--clr-border);background-color: var(--bg);}
}
@media (max-width: 1680px) {
:root {--h-height: 8rem;--h-logo-width: 7rem;}
}
@media (max-width: 1199px) {
:root {--h-height: 3.75rem;--h-logo-width: 3.5rem;}
.h-burger {--size: 3rem;position: relative;display: block;width: var(--size);height: var(--size);flex-shrink: 0;border-radius: 100%;background-color: var(--bg-2);color: var(--clr-white);}
.h-burger svg {display: block;width: 100%;height: 100%;transition: var(--transition-1);}
.h-burger svg:last-child {position: absolute;top: 0;left: 0;opacity: 0;visibility: hidden;}
.h-menu {position: fixed;z-index: -1;left: 0;top: 0;height: 100%;width: 100%;padding: 1rem;padding-top: calc(var(--h-height) + 2.5rem);transform: translateX(-100%);background-color: var(--bg);transition: var(--transition-1);overflow-y: auto;overflow-x: hidden;gap: 0;display: flex;flex-direction: column;align-items: center;opacity: 0;}
.h-menu > * + * {margin-top: 6rem;}
.h-menu .btn {margin-left: 0;}
.h-menu > * + .social {margin-top: 2.5rem;}
.h-menu-overlay {display: block;position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;background: rgba(21, 19, 9, 0.4);-webkit-backdrop-filter: blur(0.3125rem);backdrop-filter: blur(0.3125rem);transition: var(--transition-1);}
.h-links ul {gap: 1.875rem;flex-direction: column;}
.h-links a.is-active {color: var(--clr-primary);}
.h-decor {position: absolute;z-index: -1;top: var(--h-height);right: -1rem;display: block;width: 40%;aspect-ratio: 1.55/1;margin-top: 0;}
.h-decor img {width: 100%;height: auto;}
.h-decor-1 {position: absolute;z-index: -1;top: 50%;left: 0;transform: translateY(-50%);display: block;width: 23%;aspect-ratio: 0.2/1;margin-top: 0;}
.h-decor-1 img {width: 100%;height: auto;}
.h-decor-2 {position: absolute;z-index: -1;bottom: 0;right: 0;display: block;width: 54%;aspect-ratio: 0.93/1;margin-top: 0;}
.h-decor-2 img {width: 100%;height: auto;}
.open-menu .h-burger svg {opacity: 0;visibility: hidden;}
.open-menu .h-burger svg:last-child {opacity: 1;visibility: visible;}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
}
header {opacity: 1;}