body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--jelly-color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --jelly-color-white: #fff;
    --jelly-color-black: #000;
    --jelly-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    --jelly-max-width: 1240px;
    --jelly-side-width: 1em;
    --jelly-border-radius: 6px;
    --jelly-border-radius-sm: 6px;
    --jelly-border-radius-lg: 9px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--jelly-color-title);
    font-weight: 600;
    margin: 12px 0;
    overflow-wrap: break-word
}

h1 {
    font-size: 2.488rem;
    line-height: 1.3
}

h2 {
    font-size: 2.074rem;
    line-height: 1.3
}

h3 {
    font-size: 1.728rem;
    line-height: 1.3
}

h4 {
    font-size: 1.44rem;
    line-height: 1.4
}

h5 {
    font-size: 1.2rem;
    line-height: 1.5
}

h6 {
    font-size: 1rem;
    line-height: 1.6
}

p {
    line-height: 1.5;
    margin-block-start: 12px;
    margin-block-end: 12px
}

strong {
    color: var(--jelly-color-title)
}

a {
    background-color: #fff0;
    text-decoration: none;
    color: var(--jelly-color-primary);
    transition: color .3s, background-color .3s
}

a:hover,
a:active {
    color: var(--jelly-color-primary-hover)
}

a:not([href]):not([tabindex]) {
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

a:focus-visible {
    outline-color: #0069c2
}

.text-block .subtitle {
    font-weight: 600;
    margin-bottom: .5em;
    color: var(--jelly-color-primary)
}

.text-block .title {
    font-size: 2.8em;
    color: var(--jelly-color-title)
}

.text-block .description {
    line-height: 2em;
    color: var(--jelly-color-description)
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.single .content h1,
.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5,
.single .content h6 {
    font-size: revert
}

.single .content h2 {
    padding-left: 15px;
    position: relative
}

.single .content h2:before {
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 6px;
    background-color: var(--jelly-color-primary);
    border-radius: 3px
}

.single .content b,
.single .content strong {
    font-weight: 600
}

@media screen and (max-width:767px) {
    .text-block .title {
        font-size: 2.3em
    }
    h1 {
        font-size: 1.8rem
    }
    h2 {
        font-size: 1.6rem
    }
    h3 {
        font-size: 1.4rem
    }
    h4 {
        font-size: 1.2rem
    }
    h5 {
        font-size: 1.1rem
    }
    h6 {
        font-size: 1rem
    }
}

@media(max-width:480px) {
    h1 {
        font-size: 1.6rem
    }
    h2 {
        font-size: 1.4rem
    }
    h3 {
        font-size: 1.2rem
    }
    h4 {
        font-size: 1.1rem
    }
    h5 {
        font-size: 1rem
    }
    h6 {
        font-size: .9rem
    }
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
    font-family: inherit;
    width: 100%;
    border: 1px solid var(--jelly-color-border);
    border-radius: var(--jelly-border-radius);
    padding: 8px 16px;
    transition: all .3s;
    box-sizing: border-box;
    min-height: 40px
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: var(--jelly-color-primary);
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none
}

button,
.button,
[type="submit"],
[type="button"] {
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    color: var(--jelly-color-white);
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--jelly-color-primary);
    border: 1px solid var(--jelly-color-primary);
    padding: 18px 24px;
    font-size: .875rem;
    border-radius: var(--jelly-border-radius);
    transition: all .3s;
    box-sizing: border-box;
    text-transform: uppercase
}

button.line,
.button.line,
[type="submit"].line,
[type="button"].line {
    background-color: #fff0;
    border-color: var(--jelly-color-primary);
    color: var(--jelly-color-primary)
}

button.line:hover,
.button.line:hover,
[type="submit"].line:hover,
[type="button"].line:hover {
    background-color: #fff0;
    border-color: var(--jelly-color-primary);
    color: var(--jelly-color-primary)
}

button.text,
.button.text,
[type="submit"].text,
[type="button"].text {
    padding: 0;
    background-color: #fff0;
    border: 0;
    color: var(--jelly-color-primary)
}

button.text:hover,
button.text:focus,
.button.text:hover,
.button.text:focus,
[type="submit"].text:hover,
[type="submit"].text:focus,
[type="button"].text:hover,
[type="button"].text:focus {
    background-color: #fff0;
    border: 0;
    color: var(--jelly-color-primary)
}

button:focus:not(:focus-visible),
.button:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
[type="button"]:focus:not(:focus-visible) {
    outline: none
}

button:hover,
button:focus,
.button:hover,
.button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
    color: var(--jelly-color-white);
    background-color: var(--jelly-color-primary-hover);
    border-color: var(--jelly-color-primary-hover);
    text-decoration: none
}

button:not(:disabled),
.button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
    cursor: pointer
}

button:disabled,
.button:disabled,
[type="submit"]:disabled,
[type="button"]:disabled {
    color: rgb(0 0 0 / .25);
    border-color: var(--jelly-color-border);
    background-color: rgb(0 0 0 / .04);
    box-shadow: none;
    cursor: not-allowed
}

button.round-hover,
.button.round-hover,
[type="submit"].round-hover,
[type="button"].round-hover {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border: 0;
    padding: 19px 25px
}

button.round-hover::after,
.button.round-hover::after,
[type="submit"].round-hover::after,
[type="button"].round-hover::after {
    content: "";
    position: absolute;
    transform-origin: center center;
    transition: all .3s ease-in-out;
    top: 50%;
    left: 50%;
    height: auto;
    width: 110%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--jelly-color-primary-hover)
}

button.round-hover:hover::after,
.button.round-hover:hover::after,
[type="submit"].round-hover:hover::after,
[type="button"].round-hover:hover::after {
    transform: translate(-50%, -50%) scale(1)
}

button.round-hover:hover,
.button.round-hover:hover,
[type="submit"].round-hover:hover,
[type="button"].round-hover:hover {
    background: var(--jelly-color-primary)
}

button.round-hover .button-text,
.button.round-hover .button-text,
[type="submit"].round-hover .button-text,
[type="button"].round-hover .button-text {
    position: relative;
    z-index: 1
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    margin-bottom: 6px
}

img {
    height: auto;
    max-width: 100%
}

select {
    display: block
}

table {
    background-color: #fff0;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
    border-color: var(--jelly-color-border)
}

table th,
table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid var(--jelly-color-border)
}

table th {
    font-weight: 700;
    text-align: left
}

table thead th,
table tfoot th {
    font-size: 1em
}

table tbody:not(:nth-child(2)) tr:first-child {
    background-color: var(--jelly-color-primary);
    color: var(--jelly-color-white)
}

table tbody:not(:nth-child(2)) tr:first-child td,
table tbody:not(:nth-child(2)) tr:first-child th {
    background-color: var(--jelly-color-primary);
    color: var(--jelly-color-white);
    border-color: var(--jelly-color-primary)
}

table tbody:not(:nth-child(2)) tr:hover:not(:first-child)>td,
table tbody:not(:nth-child(2)) tr:hover:not(:first-child)>th {
    background-color: #f1f1f1
}

table tbody:not(:nth-child(2)) tr:nth-child(odd):not(:first-child) {
    background-color: var(--jelly-color-surface)
}

table tbody:not(:nth-child(2)) tr td:first-child {
    font-weight: 600
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-block-start: 1px solid var(--jelly-color-border)
}

table tbody+tbody {
    border-block-start: 2px solid var(--jelly-color-border)
}

dl,
dt,
dd,
ol,
ul,
li {
    margin-block-start: 12px;
    margin-block-end: 12px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: #fff0
}

hr {
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    margin: 12px 0;
    border-color: var(--jelly-color-border)
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
    overflow: auto;
    max-width: 100%;
    padding: 16px;
    background-color: var(--jelly-color-surface)
}

code {
    background-color: var(--jelly-color-surface);
    border-radius: 3px;
    padding: 0 3px
}

blockquote {
    margin: 10px auto;
    padding: 16px;
    border-radius: var(--jelly-border-radius);
    background-color: var(--jelly-color-surface)
}

blockquote p::before {
    content: "\201C"
}

blockquote p::after {
    content: "\201D"
}

blockquote+p {
    text-align: right
}

figcaption {
    font-size: 16px;
    color: var(--jelly-color-text);
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
    text-align: center
}

.black-image img {
    filter: brightness(0) invert(0)
}

.white-image img {
    filter: brightness(0) invert(1)
}

.section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 var(--jelly-side-width, 1em)
}

.section.section-p0 {
    padding: 0
}

.section.section-p1 {
    padding-block: 2em
}

.section.section-p2 {
    padding-block: 4em
}

.section.section-p3 {
    padding-block: 6em
}

.section.section-m1 {
    margin-block: 2em
}

.section.section-m2 {
    margin-block: 4em
}

.section.section-m3 {
    margin-block: 6em
}

.section .section-header {
    margin-bottom: 1.5em
}

.section .section-header.flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section .section-header.reverse {
    flex-direction: row-reverse
}

.section .section-header .section-header__left {
    width: 60%
}

.section .section-footer {
    margin-top: 1.5em
}

.container {
    max-width: min(100%, var(--jelly-max-width, 1240px));
    margin: 0 auto;
    box-sizing: border-box;
    position: relative
}

.container.flex {
    display: flex;
    gap: 3em;
    clear: both
}

.container.full {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: unset
}

.container.reverse {
    flex-direction: row-reverse
}

.container.overflow {
    overflow: hidden
}

.container .content {
    flex-grow: 1;
    min-width: 0;
    box-sizing: border-box
}

.container .content h1 {
    margin-top: 0
}

.container .sidebar {
    width: 300px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.container .sidebar .sidebar-item {
    border-radius: var(--jelly-border-radius);
    box-shadow: var(--jelly-box-shadow);
    background: var(--jelly-color-white);
    padding: 24px
}

.container .sidebar .sidebar-item h3 {
    margin-top: 0;
    font-size: 18px;
    position: relative;
    padding-left: 12px
}

.container .sidebar .sidebar-item h3::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background: var(--jelly-color-primary);
    border-radius: var(--jelly-border-radius)
}

.container .sidebar>div:last-child {
    position: sticky;
    top: 120px
}

.grid {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr)
}

.grid.col-2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid.col-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid.col-4 {
    grid-template-columns: repeat(4, 1fr)
}

.content-table {
    overflow-x: auto;
    width: 100%
}

.content-table .export-table {
    float: right;
    font-size: 18px;
    color: rgb(0 0 0 / .2);
    cursor: pointer
}

.content-table .export-table:hover {
    color: rgb(0 0 0 / .6)
}

.content-table::-webkit-scrollbar {
    height: 8px;
    background-color: #fff0
}

.content-table::-webkit-scrollbar-track {
    background-color: rgb(0 0 0 / .05);
    border-radius: 0
}

.content-table::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / .2);
    border-radius: 0
}

.content-table::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0 0 0 / .3)
}

.content-table table {
    width: 100%;
    white-space: nowrap
}

.site-main {
    width: 100%;
    box-sizing: border-box;
    position: relative
}

.button-group {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-wrap: wrap
}

a.button .ri-icon-r {
    font-weight: 400;
    margin-left: .5em
}

a.button .ri-icon-l {
    font-weight: 400;
    margin-right: .5em
}

.mb0 {
    margin-block: 0
}

.mb1 {
    margin-block: 1em
}

.mb2 {
    margin-block: 2em
}

.ml0 {
    margin-inline: 0
}

.ml1 {
    margin-inline: 1em
}

.ml2 {
    margin-inline: 2em
}

.pb0 {
    padding-block: 0
}

.pb1 {
    padding-block: 1em
}

.pb2 {
    padding-block: 2em
}

.pl0 {
    padding-inline: 0
}

.pl1 {
    padding-inline: 1em
}

.pl2 {
    padding-inline: 2em
}

@media screen and (max-width:1240px) {
    .container {
        width: 100%;
        max-width: 100%
    }
    .section.section-p1 {
        padding-block: 1.5em
    }
    .section.section-p2 {
        padding-block: 2.5em
    }
    .section.section-p3 {
        padding-block: 3.5em
    }
    .section.section-m1 {
        margin-block: 1.5em
    }
    .section.section-m2 {
        margin-block: 2.5em
    }
    .section.section-m3 {
        margin-block: 3.5em
    }
    .grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid.col-1 {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid.col-2 {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid.col-3 {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid.col-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:767px) {
    .container.flex {
        gap: 1em;
        flex-direction: column !important
    }
    .container.flex .content {
        width: 100%
    }
    .container.flex .sidebar {
        width: 100%
    }
    .section .section-header.flex {
        flex-direction: column
    }
    .section .section-header .section-header__left {
        width: 100%;
        margin-bottom: 1em
    }
    .section.section-p1 {
        padding-block: 1em
    }
    .section.section-p2 {
        padding-block: 2em
    }
    .section.section-p3 {
        padding-block: 3em
    }
    .section.section-m1 {
        margin-block: 1em
    }
    .section.section-m2 {
        margin-block: 2em
    }
    .section.section-m3 {
        margin-block: 3em
    }
    .grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid.col-1 {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid.col-2 {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid.col-3 {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid.col-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.error-404 {
    text-align: center
}

.error-404 .error-title {
    font-size: 10rem;
    margin: 16px;
    line-height: 1
}

.error-404 .button-group {
    justify-content: center
}

.post-page .post-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: var(--jelly-border-radius);
    background-color: #e5e5e5;
    margin-bottom: 16px
}

.post-page .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.archive-page {
    background-color: var(--jelly-color-surface)
}

.product-page {
    background-color: var(--jelly-color-surface)
}

.product-page .tax-description {
    margin-bottom: 16px;
    padding: 24px;
    background-color: var(--jelly-color-white);
    text-align: right
}

.product-page .tax-description p {
    text-align: left
}

.product-page .page-banner .text-block {
    text-align: left
}

.product-page .sidebar .related-products {
    grid-template-columns: repeat(1, 1fr)
}

.product-page .sidebar .related-products h3 {
    font-size: 16px
}

.product-page .sidebar .key-points {
    color: var(--jelly-color-primary)
}

.product-page .text-block .title {
    font-size: 2em;
    text-transform: capitalize
}

.product-page .product-gallery-wrapper {
    width: 50%
}

.product-page .product-summary {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.product-page .product-summary-section {
    background-color: var(--jelly-color-white)
}

.product-page .content-item {
    background: var(--jelly-color-white);
    padding: 24px;
    box-sizing: border-box;
    margin: 24px 0
}

.product-page .content-item:first-child {
    margin-top: 0
}

.product-page .content-item:last-child {
    margin-bottom: 0
}

.thanks-page {
    background-color: var(--jelly-color-surface)
}

.thanks-page .section-page-banner {
    display: none
}

.thanks-page .thanks-box {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    padding: 48px 32px;
    border-radius: 12px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    background-color: #fff;
    text-align: center
}

.thanks-page .thanks-box .thanks-icon i {
    font-size: 99px;
    color: #319917;
    margin-bottom: 24px
}

.thanks-page .thanks-box h2 {
    margin: 0 0 16px 0;
    font-size: 28px;
    color: var(--jelly-color-heading)
}

.thanks-page .thanks-box .thanks-message {
    font-size: 16px;
    color: var(--jelly-color-text);
    line-height: 1.6;
    margin: 0 0 32px 0
}

.thanks-page .thanks-box .thanks-actions {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.thanks-page .thanks-box .thanks-actions .button {
    display: block;
    width: 100%;
    padding: 14px 24px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s ease
}

.thanks-page .thanks-box .thanks-actions .button.button-primary {
    background-color: var(--jelly-color-primary);
    color: #fff
}

.thanks-page .thanks-box .thanks-actions .button:not(.button-primary) {
    background-color: #fff0;
    border: 2px solid var(--jelly-color-primary);
    color: var(--jelly-color-primary)
}

.contact-us-page {
    background-color: var(--jelly-color-surface)
}

.contact-us-page .contact-section {
    background-color: var(--jelly-color-surface)
}

.contact-us-page .contact-section .container.flex {
    align-items: center
}

.contact-us-page .contact-info {
    width: 35%
}

.contact-us-page .contact-form {
    width: 65%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 24px 36px;
    border-radius: 6px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.contact-us-page .contact-form h3 {
    margin-top: 0;
    margin-bottom: 0
}

.contact-us-page .contacts .contact-item {
    display: flex;
    align-items: center;
    background-color: var(--jelly-color-white);
    padding: 16px;
    box-sizing: border-box;
    margin: 16px 0;
    border-radius: var(--jelly-border-radius)
}

.contact-us-page .contacts .contact-item-tile {
    display: block;
    font-weight: 600;
    margin-bottom: 12px
}

.contact-us-page .contacts .contact-link {
    display: block;
    margin-bottom: 8px;
    color: var(--jelly-color-text)
}

.contact-us-page .contacts .ri-icon {
    font-size: 24px;
    font-weight: 400;
    padding: 12px;
    border-radius: 50%;
    background-color: var(--jelly-color-primary);
    margin-right: 16px;
    color: var(--jelly-color-white);
    line-height: 1
}

@media screen and (max-width:767px) {
    .thanks-page .thanks-box {
        padding: 32px 20px;
        width: 100%
    }
    .thanks-page .thanks-box h2 {
        font-size: 24px
    }
    .thanks-page .thanks-box .thanks-message {
        font-size: 15px
    }
    .product-page .product-gallery-wrapper {
        width: 100%
    }
    .product-page .product-summary {
        width: 100%
    }
    .product-page .content-item {
        padding: 16px
    }
    .contact-us-page .contact-info {
        width: 100%
    }
    .contact-us-page .contact-form {
        width: 100%
    }
}

.site-header {
    background: #fff
}

.site-header .site-logo img {
    width: auto;
    height: 60px
}

.site-header .header-topbar {
    min-height: 32px;
    padding: 8px 16px;
    background-color: var(--jelly-color-primary);
    z-index: 1000
}

.site-header .header-nav {
    min-height: 60px;
    padding-block: 18px;
    box-shadow: rgb(27 31 35 / .04) 0 1px 0, rgb(255 255 255 / .25) 0 1px 0 inset;
    background: #fff;
    z-index: 1000;
    transition: all .3s ease;
    width: 100%
}

.site-header .header-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 1000
}

.site-header .header-nav-placeholder {
    display: none
}

.site-header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.site-header .header-content {
    display: flex;
    flex-direction: row;
    align-items: center
}

.site-header .social-media-list .social-icon {
    font-size: 16px;
    color: #fff
}

.site-header .social-media-list .social-icon:hover {
    color: #fff
}

.site-header .contact-line {
    color: #fff
}

.site-header .contact-line a:hover {
    color: #fff
}

@media screen and (max-width:767px) {
    .site-header .site-logo img {
        width: auto;
        height: 40px
    }
    .site-header .header-topbar {
        display: none
    }
}

.site-footer {
    background-color: #0a0d14;
    color: #a3a3a3
}

.site-footer .site-name {
    font-weight: 600;
    font-size: 2.5em;
    color: inherit
}

.site-footer .site-name:hover {
    text-decoration: none
}

.site-footer .footer-logo {
    width: 100%;
    display: flex
}

.site-footer .footer-logo a {
    display: block;
    color: #fff
}

.site-footer .footer-logo img {
    height: 48px;
    width: 100%;
    filter: brightness(0) invert(1)
}

.site-footer .footer-logo-text {
    margin-top: 16px;
    color: inherit
}

.site-footer .footer-content {
    display: flex;
    justify-content: space-between;
    gap: 32px
}

.site-footer .footer-content .footer-item {
    margin: 24px 0
}

.site-footer .footer-content .footer-item:nth-child(1) {
    width: 35%;
    padding-right: 16px
}

.site-footer .footer-content .footer-item:nth-child(2) {
    width: 20%
}

.site-footer .footer-content .footer-item:nth-child(3) {
    width: 20%
}

.site-footer .footer-content .footer-item:nth-child(4) {
    width: 25%
}

.site-footer .footer-content .footer-item-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.site-footer .copyright {
    background-color: #000
}

.site-footer .copyright .copyright-text {
    color: inherit;
    font-size: 14px;
    margin: 0;
    padding: 16px 0
}

.site-footer .copyright .certification {
    height: 32px;
    padding: 16px 0
}

.site-footer .copyright .certification img {
    height: 32px;
    width: auto
}

.site-footer .copyright .container {
    display: flex;
    gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .site-footer .footer-content {
        flex-direction: column;
        gap: 0
    }
    .site-footer .footer-content .footer-item {
        width: 100% !important;
        padding: 0
    }
}

.seciton-breadcrumbs {
    background-color: var(--jelly-color-surface);
    padding-block: 16px
}

.seciton-breadcrumbs p {
    margin: 0
}

.section-post-related {
    background-color: var(--jelly-color-surface)
}

.section-post-related h2 {
    text-align: center;
    margin-bottom: 24px
}

.section-product-related {
    background-color: var(--jelly-color-white)
}

.section-product-related h2 {
    text-align: center;
    margin-bottom: 24px
}

.section-cta {
    background-color: var(--jelly-color-primary);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.section-cta::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--jelly-color-overlay)
}

.section-cta .container {
    justify-content: space-between
}

.section-cta .text-block h2 {
    color: var(--jelly-color-white)
}

.section-cta .text-block p {
    color: var(--jelly-color-white)
}

.section-cta a.button {
    padding: 18px 24px
}

.section-page-banner {
    background-color: var(--jelly-color-black);
    background-image: var(--banner-bg-image, linear-gradient(120deg, #848484 0, #e0e0e0 100%));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    min-height: 400px
}

.section-page-banner .text-block {
    width: 100%;
    text-align: center
}

.section-page-banner .text-block .title {
    margin: 0 0 16px 0;
    color: var(--jelly-color-white)
}

.section-page-banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--jelly-color-overlay)
}

.section-page-banner .breadcrumb p {
    color: var(--jelly-color-white)
}

.section-page-banner .breadcrumb a {
    color: var(--jelly-color-white)
}

.section-page-banner .breadcrumb .last {
    color: var(--jelly-color-white)
}

.section-home-banner {
    background-color: var(--jelly-color-black);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: left;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(../images/plugins/1920x400-placeholder.webp)
}

.section-home-banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--jelly-color-overlay)
}

.section-home-banner .text-block {
    width: 100%;
    text-align: left
}

.section-home-banner .text-block .subtitle {
    color: var(--jelly-color-white)
}

.section-home-banner .text-block .title {
    font-size: 72px;
    margin: 12px 0 16px 0;
    color: var(--jelly-color-white)
}

.section-home-banner .text-block .description {
    width: 60%;
    margin: 32px 0;
    color: var(--jelly-color-white)
}

.section-home-banner .text-block .line {
    background-color: #fff0;
    color: var(--jelly-color-white);
    border-color: var(--jelly-color-white)
}

.section-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--jelly-color-white);
    box-shadow: var(--jelly-box-shadow);
    padding-top: 16px;
    padding-bottom: 24px;
    display: none
}

.section-cookie-banner .cookie-caption {
    width: 60%
}

.section-cookie-banner .cookie-caption .cookie-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px 0
}

.section-cookie-banner .cookie-caption .cookie-description {
    font-size: 14px;
    color: var(--jelly-color-description);
    margin: 0
}

.section-cookie-banner .container.flex {
    justify-content: space-between
}

@media screen and (max-width:1240px) {
    .section-page-banner {
        min-height: 200px
    }
    .section-home-banner .text-block .title {
        font-size: 60px
    }
    .section-home-banner .text-block .description {
        width: 80%
    }
    .section-cookie-banner .cookie-caption {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .section-page-banner {
        min-height: 150px
    }
    .section-home-banner .text-block {
        text-align: center
    }
    .section-home-banner .text-block .title {
        font-size: 48px
    }
    .section-home-banner .text-block .description {
        width: 100%
    }
    .section-home-banner .button-group {
        justify-content: center
    }
    .section-cookie-banner .cookie-caption {
        width: 100%
    }
    .section-cookie-banner .button-group {
        justify-content: end;
        gap: 0
    }
    .section-cookie-banner .button-group button {
        transform: scale(.8)
    }
}

@media screen and (min-width:1240px) {
    .section-page-banner .text-block .title {
        font-size: 72px
    }
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    float: left;
    margin-right: 1rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-inline: auto
}

.alignright {
    float: right;
    margin-left: 1rem
}

.wp-caption-text {
    margin: 0
}

.wp-caption {
    margin-block-end: 1.25rem;
    max-width: 100%
}

.wp-caption img {
    display: block;
    margin-inline: auto
}

.wp-caption .alignleft {
    margin: 5px 20px 20px 0
}

.wp-post-image {
    width: 100%;
    height: auto
}

.wp-block-image .aligncenter .wp-element-caption {
    text-align: center;
    font-size: 16px;
    color: var(--jelly-color-description)
}

.wp-block-table td,
.wp-block-table th {
    border-color: var(--jelly-color-border)
}

.navigation.pagination {
    margin: 32px 0;
    text-align: center;
    position: relative
}

.navigation.pagination .page-numbers,
.navigation.pagination a.page-numbers {
    background-color: var(--jelly-color-white);
    border-radius: var(--jelly-border-radius);
    border: 1px solid var(--jelly-color-border);
    min-width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    color: var(--jelly-color-description);
    font-size: 1em;
    transition: none;
    padding: 0 12px;
    box-sizing: border-box;
    margin: 8px 4px
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination a.page-numbers.prev {
    position: absolute;
    left: 0;
    border: 0;
    background-color: #fff0
}

.navigation.pagination .page-numbers.next,
.navigation.pagination a.page-numbers.next {
    position: absolute;
    right: 0;
    border: 0;
    background-color: #fff0
}

.navigation.pagination .page-numbers:hover,
.navigation.pagination a.page-numbers:hover {
    text-decoration: none;
    background-color: var(--jelly-color-primary);
    border-color: var(--jelly-color-primary);
    color: var(--jelly-color-white)
}

.navigation.pagination .page-numbers.current {
    background: var(--jelly-color-primary);
    border-color: var(--jelly-color-primary);
    color: var(--jelly-color-white)
}

.wp-block-cta {
    padding: 32px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0
}

.wp-block-cta::before {
    content: "";
    background-color: rgb(0 0 0 / .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.wp-block-cta .wp-block-cta__caption {
    color: #fff;
    position: relative
}

.wp-block-cta .wp-block-cta__caption h3 {
    color: #fff
}

.wp-block-cta .wp-block-cta__button {
    position: relative
}

.wp-block-separator {
    border-top: 2px solid var(--jelly-color-border)
}

.wp-block-button__link {
    color: var(--jelly-color-white);
    background-color: var(--jelly-color-primary);
    border-radius: var(--jelly-border-radius)
}

.wp-block-button__link:hover {
    color: var(--jelly-color-white)
}

.wp-block-table thead {
    border-bottom: 1px solid var(--jelly-color-title);
    background-color: #f2f2f2;
    text-align: center;
    color: var(--jelly-color-title)
}

.wp-block-table thead th {
    text-align: center
}

.wp-block-table tr:nth-child(even) {
    background-color: #f2f2f2
}

@media screen and (max-width:767px) {
    .navigation.pagination .page-numbers.prev,
    .navigation.pagination .page-numbers.next,
    .navigation.pagination a.page-numbers.prev,
    .navigation.pagination a.page-numbers.next {
        border: 1px solid var(--jelly-color-border);
        position: unset
    }
}

form.search-form {
    position: relative;
    display: flex;
    flex-direction: row
}

form.search-form button {
    line-height: 1;
    background-color: var(--jelly-color-white);
    border: 1px solid var(--jelly-color-border);
    color: var(--jelly-color-description);
    padding: 10px 14px;
    height: 40px;
    border-left: 0;
    border-radius: 0 var(--jelly-border-radius) var(--jelly-border-radius) 0
}

form.search-form button:hover,
form.search-form button:focus {
    border-color: var(--jelly-color-border);
    background-color: var(--jelly-color-white);
    color: var(--jelly-color-title)
}

form.search-form input:not([type="button"]):not([type="submit"]) {
    width: 100%;
    font-size: 14px;
    border-radius: var(--jelly-border-radius) 0 0 var(--jelly-border-radius);
    background-color: var(--jelly-color-white);
    border: 1px solid var(--jelly-color-border);
    height: 40px;
    padding: 8px 16px;
    border-right: 0;
    color: var(--jelly-color-title);
    accent-color: var(--jelly-color-title)
}

form.search-form input:not([type="button"]):not([type="submit"]):focus {
    box-shadow: none;
    border-color: var(--jelly-color-primary)
}

form.search-form input:not([type="button"]):not([type="submit"]):focus+button {
    border-color: var(--jelly-color-primary)
}

.breadcrumb {
    font-size: 15px
}

.breadcrumb p {
    margin: 0;
    color: var(--jelly-color-description);
    line-height: 1.5
}

.breadcrumb p a {
    color: var(--jelly-color-title)
}

.breadcrumb p a:hover {
    color: var(--jelly-color-primary);
    text-decoration: underline
}

.breadcrumb .separator {
    margin: 0 4px
}

.breadcrumb .ri-home-4-line {
    padding: 6px;
    background-color: var(--jelly-color-primary);
    border-radius: var(--jelly-border-radius);
    color: var(--jelly-color-white);
    margin-right: 8px
}

.share-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 16px 0;
    color: var(--jelly-color-description)
}

.share-buttons .share-title {
    font-size: 14px
}

.share-buttons .share-toggle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--jelly-color-border);
    text-align: center;
    cursor: pointer;
    transition: all .3s
}

.share-buttons .share-toggle:hover {
    border-color: var(--jelly-color-primary);
    color: var(--jelly-color-primary)
}

.share-buttons .ri-icon {
    color: inherit;
    font-size: 18px
}

.site-logo .custom-logo-link {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: inherit;
    text-transform: uppercase;
    line-height: 1
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 24px 0
}

.post-navigation .navigation-title {
    margin: 0;
    color: inherit;
    font-size: 14px
}

.post-navigation .navigation-arrow {
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 4px;
    font-weight: 600;
    margin-bottom: 4px
}

.post-navigation .nav-next a,
.post-navigation .nav-previous a {
    color: var(--jelly-color-text)
}

.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover {
    color: var(--jelly-color-primary)
}

.post-navigation .nav-next {
    text-align: right
}

.post-navigation .nav-next .navigation-arrow {
    justify-content: flex-end
}

.author-box {
    background-color: var(--jelly-color-surface);
    padding: 20px;
    border-radius: var(--jelly-border-radius);
    margin: 32px 0;
    gap: 24px;
    display: flex;
    align-items: center
}

.author-box .author-avatar {
    flex: 0 0 auto
}

.author-box .avatar-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: contain;
    background-color: var(--jelly-color-white);
    border: 1px solid var(--jelly-color-border)
}

.author-box .author-name {
    font-size: 24px;
    color: var(--jelly-color-title)
}

.author-box .author-description {
    font-size: 14px;
    color: var(--jelly-color-text);
    line-height: 1.5
}

.primary-menu {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    z-index: 999
}

.primary-menu li {
    margin: 0;
    position: relative
}

.primary-menu li:hover>.sub-menu {
    display: block
}

.primary-menu li.current-menu-item>a {
    color: var(--jelly-color-primary)
}

.primary-menu li.current-menu-item>a:hover {
    color: var(--jelly-color-primary)
}

.primary-menu li.menu-item-has-children>a::after {
    content: "\EA78";
    font-size: inherit;
    font-family: "remixicon" !important;
    font-style: normal;
    display: inline-block;
    margin-left: 8px;
    transform: rotate(90deg);
    transition: all .3s ease-in-out
}

.primary-menu li a {
    display: block;
    padding: 10px 16px;
    font-weight: 600;
    color: var(--jelly-color-title);
    box-sizing: border-box;
    font-size: 15px
}

.primary-menu li a:hover {
    color: var(--jelly-color-primary)
}

.primary-menu .menu-list>.menu-item-has-children>a::after {
    transform: rotate(180deg)
}

.primary-menu a.button {
    background-color: var(--jelly-color-primary);
    color: var(--jelly-color-white);
    padding: 18px 25px
}

.primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--jelly-color-white);
    white-space: nowrap;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    border-radius: var(--jelly-border-radius)
}

.primary-menu .sub-menu a {
    font-weight: 400
}

.primary-menu .sub-menu a:hover {
    background-color: var(--jelly-color-surface)
}

.primary-menu .sub-menu>li:first-child>a {
    border-radius: var(--jelly-border-radius) var(--jelly-border-radius) 0 0
}

.primary-menu .sub-menu>li:last-child>a {
    border-radius: 0 0 var(--jelly-border-radius) var(--jelly-border-radius)
}

.primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%
}

.primary-menu .sub-menu .sub-menu.open-left {
    left: auto;
    right: 100%
}

.primary-menu .menu-close {
    padding: 6px;
    display: none
}

.primary-menu .menu-actions {
    display: flex;
    gap: 12px;
    align-items: center
}

.primary-menu .menu-actions button {
    border-width: 0;
    transition: none
}

.primary-menu .menu-actions .menu-seach {
    background-color: #fff0;
    color: inherit;
    padding: 8px
}

.primary-menu .menu-actions button:focus {
    color: inherit;
    background: var(--jelly-color-white);
    border-color: var(--jelly-color-border)
}

.menu-toggle {
    display: none
}

.accordion details {
    margin: 0;
    padding: 0
}

.accordion details[open] .accordion-header {
    border-bottom: 0
}

.accordion details[open] .accordion-content {
    max-height: 500px;
    padding: 16px;
    color: var(--jelly-color-description);
    transition: max-height .3s ease, padding .3s ease
}

.accordion details:not([open]) .accordion-content {
    max-height: 0;
    padding: 0 16px;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease
}

.accordion details:last-child .accordion-header {
    border-bottom: 1px solid var(--jelly-color-border)
}

.accordion details:last-child[open] .accordion-content {
    border-bottom: 1px solid var(--jelly-color-border)
}

.accordion details:last-child[open] .accordion-header {
    border-bottom: 0
}

.accordion summary.accordion-header {
    cursor: pointer;
    list-style: none;
    border: 1px solid var(--jelly-color-border);
    border-bottom: 0;
    padding: 8px 16px;
    font-weight: 600;
    color: var(--jelly-color-title);
    position: relative;
    transition: background-color .3s ease
}

.accordion summary.accordion-header::-webkit-details-marker {
    display: none
}

.accordion summary.accordion-header:hover {
    background-color: var(--jelly-color-surface)
}

.accordion summary.accordion-header::after {
    content: "\EA4e";
    font-family: "remixicon" !important;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    color: var(--jelly-color-description);
    position: absolute;
    right: 8px;
    top: 3px;
    transition: transform .3s ease
}

.accordion details[open] summary.accordion-header::after {
    transform: rotate(180deg)
}

.accordion .accordion-content {
    border: 1px solid var(--jelly-color-border);
    border-top: 0;
    border-bottom: 0;
    overflow: hidden
}

.float-buttons {
    position: fixed;
    right: 16px;
    bottom: 15%;
    z-index: 999;
    transition: all .5s ease-in-out
}

.float-buttons .float-button {
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(0 0 0 / .02);
    background-color: var(--jelly-color-primary);
    border-radius: 99px;
    padding: 14px;
    display: flex;
    color: #141414;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1;
    color: var(--jelly-color-white);
    box-sizing: border-box;
    box-shadow: var(--jelly-box-shadow)
}

.float-buttons .float-button:hover {
    color: var(--jelly-color-white);
    transform: scale(1.2)
}

.float-buttons .float-button.whatsapp {
    background-color: #25d366;
    box-shadow: 0 0 7px 7px #25d36655
}

.float-buttons .float-button.whatsapp:hover {
    background-color: #103928
}

.float-buttons .float-button.close {
    border: 1px solid #e1e6f0;
    background-color: #f5f7fc;
    color: #141414
}

.float-buttons .float-button.close .ri-icon {
    transform: rotate(90deg)
}

.float-buttons .float-button.close:hover {
    color: #141414;
    border-color: #e1e6f0;
    background-color: #f5f7fc
}

.float-buttons .float-button.totop {
    border: 1px solid var(--jelly-color-border);
    background-color: #f5f7fc;
    color: #141414
}

.float-buttons .float-button.totop .ri-icon {
    transform: rotate(270deg)
}

.float-buttons .float-button.totop:hover {
    color: #141414;
    border-color: #e1e6f0;
    background-color: #f5f7fc
}

.float-buttons.buttons-close {
    transform: translateX(90px)
}

.float-buttons.buttons-close .float-button {
    animation-name: none
}

.float-buttons.buttons-close .float-button.close {
    transform: translateX(-60px);
    border-radius: 16px;
    padding-right: 22px;
    background: var(--jelly-color-primary);
    border: var(--jelly-color-primary);
    color: var(--jelly-color-white);
    box-shadow: var(--jelly-box-shadow)
}

.float-buttons.buttons-close .float-button.close .ri-icon {
    transform: rotate(270deg)
}

.contact-list {
    font-style: normal
}

.contact-list .contact-item {
    display: flex;
    align-items: center;
    margin: 12px 0
}

.contact-list .contact-link {
    color: inherit
}

.contact-list .contact-link:hover {
    text-decoration: underline
}

.contact-list .contact-text {
    margin: 0;
    font-size: 14px
}

.contact-line {
    display: flex;
    color: var(--jelly-color-text);
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-line .contact-icon {
    margin-right: 6px
}

.contact-line .contact-item {
    display: flex;
    align-items: center;
    margin-block: 0;
    margin-right: 12px
}

.contact-line .ri-icon {
    font-size: 16px;
    padding-right: 6px
}

.contact-line .contact-link {
    color: inherit;
    font-size: 14px
}

.contact-line .contact-link:hover {
    color: var(--jelly-color-primary)
}

.loop-post {
    width: 100%;
    box-sizing: border-box;
    background-color: var(--jelly-color-white);
    box-shadow: var(--jelly-box-shadow);
    border-radius: var(--jelly-border-radius);
    display: flex;
    flex-direction: column
}

.loop-post .loop-post-content {
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.loop-post .loop-post-content p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--jelly-color-description);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: auto
}

.loop-post .loop-post-content .post-categories {
    margin-bottom: 12px
}

.loop-post .loop-post-content .post-category {
    display: inline-block;
    padding: 6px 8px;
    background-color: var(--jelly-color-primary);
    border-radius: var(--jelly-border-radius);
    color: var(--jelly-color-white);
    font-size: 14px;
    font-weight: 600
}

.loop-post .loop-post-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: var(--jelly-border-radius) var(--jelly-border-radius) 0 0;
    background-color: #e5e5e5;
    border-bottom: 1px solid var(--jelly-color-border)
}

.loop-post .loop-post-thumbnail .loop-post-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--jelly-color-overlay);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--jelly-color-white)
}

.loop-post .loop-post-thumbnail .loop-post-thumbnail-overlay:hover {
    opacity: 1
}

.loop-post .loop-post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.loop-post .loop-post-thumbnail img:hover {
    transform: scale(1.1)
}

.loop-post .loop-post-title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.loop-post .loop-post-title a {
    color: var(--jelly-color-title)
}

.loop-post .loop-post-meta {
    font-size: 14px;
    color: var(--jelly-color-description);
    margin: 0
}

.loop-post .loop-post-meta span {
    display: inline-block;
    margin-right: 10px
}

.loop-post .loop-post-meta .ri-icon {
    font-size: 16px;
    margin-right: 6px
}

.loop-post .loop-post-more {
    margin-top: 12px;
    color: var(--jelly-color-primary);
    font-size: 14px
}

.post-category-list {
    color: var(--jelly-color-description)
}

.post-category-list a {
    font-size: 16px;
    color: var(--jelly-color-primary)
}

.post-meta {
    margin: 20px 0;
    padding-bottom: 16px;
    color: var(--jelly-color-description);
    font-size: 16px;
    border-bottom: 1px solid var(--jelly-color-border);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.post-meta .meta-left .release-date {
    margin-right: 8px
}

.post-meta .ri-icon {
    font-size: 18px
}

.post-meta .share-buttons {
    margin: 0
}

.nav-list .nav-list-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: var(--jelly-color-white)
}

.nav-list .nav-list-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav-list .nav-list-menu a {
    color: inherit
}

.nav-list .nav-list-menu .sub-menu {
    display: none
}

.categories .categories-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 600px;
    overflow-y: auto
}

.categories .categories-menu li {
    position: relative
}

.categories .categories-menu li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem .5rem;
    font-size: .95rem;
    color: #444;
    border-radius: 4px;
    text-decoration: none;
    transition: background .2s;
    background: rgb(0 0 0 / .03)
}

.categories .categories-menu li>a:hover {
    background: rgb(0 0 0 / .1);
    color: var(--jelly-color-primary)
}

.categories .categories-menu li>a .toggle-icon {
    font-family: "remixicon" !important;
    font-size: .9rem;
    color: var(--jelly-color-primary);
    margin-left: 6px;
    transition: transform .2s ease;
    flex-shrink: 0
}

.categories .categories-menu li.open>a .toggle-icon {
    transform: rotate(180deg)
}

.categories .categories-menu li ul.children {
    list-style: none;
    margin: 0;
    padding-left: .75rem;
    border-left: 1px dashed #ddd;
    margin-left: .25rem;
    display: none
}

.categories .categories-menu li ul.children li>a {
    font-size: .9rem;
    padding: .35rem .5rem
}

.categories .categories-menu li.current-cat>a,
.categories .categories-menu li.current-cat-parent>a {
    font-weight: 600;
    background: var(--jelly-color-primary);
    color: var(--jelly-color-white)
}

.categories .categories-menu li.current-cat-parent>a .toggle-icon {
    color: var(--jelly-color-white)
}

.social-media-list {
    display: flex;
    gap: 12px
}

.social-media-list .social-icon {
    font-size: 22px;
    line-height: 1;
    color: inherit;
    font-weight: 400
}

.social-media-list .social-icon:hover {
    color: var(--jelly-color-white)
}

.product-gallery {
    --swiper-theme-color: var(--jelly-color-primary, #003485);
    --swiper-navigation-size: 18px
}

.product-gallery .no-image {
    background-color: var(--jelly-color-surface);
    border-radius: var(--jelly-border-radius);
    height: 520px;
    width: 100%
}

.product-gallery .swiper-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.product-gallery .swiper-slide img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none
}

.product-gallery .gallery-thumbs {
    float: left;
    width: 96px;
    height: 520px;
    margin-right: 20px;
    box-sizing: border-box;
    --swiper-navigation-size: 12px
}

.product-gallery .gallery-thumbs .swiper-slide {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    opacity: .4;
    border: 1px solid var(--jelly-color-border);
    border-radius: var(--jelly-border-radius);
    overflow: hidden
}

.product-gallery .gallery-thumbs .swiper-slide:hover {
    opacity: 1;
    border-color: var(--jelly-color-primary)
}

.product-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.product-gallery .gallery-thumbs .swiper-button-next,
.product-gallery .gallery-thumbs .swiper-button-prev {
    left: 0;
    width: 100%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    border-radius: 0
}

.product-gallery .gallery-thumbs .swiper-button-next {
    top: auto;
    bottom: 0
}

.product-gallery .gallery-thumbs .swiper-button-next:after {
    transform: translateX(-50%) rotate(90deg)
}

.product-gallery .gallery-thumbs .swiper-button-prev {
    top: 6px
}

.product-gallery .gallery-thumbs .swiper-button-prev:after {
    transform: translateX(-50%) rotate(90deg)
}

.product-gallery .gallery-top {
    float: right;
    width: calc(100% - 116px);
    height: 520px
}

.product-gallery .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: var(--jelly-color-white);
    color: var(--jelly-color-title);
    border: 1px solid var(--jelly-color-border);
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
    border-radius: 99px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.loop-product {
    background-color: var(--jelly-color-white);
    border-radius: var(--jelly-border-radius);
    text-align: center
}

.loop-product .product-thumbnail {
    overflow: hidden;
    padding: 12px
}

.loop-product .product-thumbnail img {
    vertical-align: top;
    width: 100%;
    transition: all .3s ease
}

.loop-product .product-thumbnail img:hover {
    transform: scale(1.05)
}

.loop-product .product-content {
    padding: 12px
}

.loop-product .product-title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-attributes-widget table.product-attributes-table {
    border: 0
}

.product-attributes-widget table.product-attributes-table tbody tr.attribute-row {
    border: 0;
    background-color: #fff0
}

.product-attributes-widget table.product-attributes-table tbody tr.attribute-row td {
    border: 0;
    background-color: #fff0;
    padding: 6px;
    border-bottom: 1px solid var(--jelly-color-border)
}

.product-attributes-widget table.product-attributes-table tbody tr.attribute-row:nth-child(even) {
    background-color: var(--jelly-color-surface)
}

.product-attributes-widget table.product-attributes-table tbody tr.attribute-row .attribute-name {
    color: var(--jelly-color-title);
    font-weight: 600
}

.product-attributes-widget table.product-attributes-table tbody tr.attribute-row .attribute-value {
    color: var(--jelly-color-description)
}

.no-content {
    padding: 16px;
    text-align: center;
    font-size: 18px
}

.inquiry-form {
    width: 100%
}

.inquiry-form .form-group {
    margin-bottom: 16px
}

.inquiry-form .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px
}

.inquiry-form .form-col {
    flex: 1
}

.inquiry-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--jelly-color-title)
}

.inquiry-form label .must {
    color: red
}

.inquiry-form .form-submit {
    width: 100%
}

.inquiry-form .form-submit i {
    font-weight: 400;
    margin-right: 8px
}

@media screen and (max-width:1240px) {
    .menu-toggle {
        display: block;
        box-sizing: border-box;
        padding: 6px;
        border: none;
        background: #fff0;
        color: var(--jelly-color-title);
        line-height: 1;
        text-align: center
    }
    .menu-toggle:hover {
        background: none;
        border: 0;
        color: var(--jelly-color-title)
    }
    .menu-toggle .ri-menu-line {
        font-size: 20px
    }
    .primary-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100%;
        padding: 16px;
        background-color: var(--jelly-color-white);
        box-shadow: -2px 0 5px rgb(0 0 0 / .3);
        overflow-y: auto;
        transition: right .3s ease-in-out;
        z-index: 1001;
        display: block
    }
    .primary-menu a {
        font-size: 16px
    }
    .primary-menu a.button {
        width: 100%
    }
    .primary-menu.active {
        right: 0
    }
    .primary-menu ul {
        display: block
    }
    .primary-menu ul>li {
        border-bottom: 1px solid var(--jelly-color-border)
    }
    .primary-menu .sub-menu {
        display: block;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        width: 100%;
        box-shadow: none;
        height: auto;
        max-height: 0;
        transition: max-height 1s ease-in-out;
        padding-left: 12px;
        overflow: hidden;
        white-space: normal
    }
    .primary-menu .sub-menu>li {
        border-bottom: 0
    }
    .primary-menu .submenu-open>.sub-menu {
        max-height: 1400px
    }
    .primary-menu .menu-actions {
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        left: 0;
        padding: 16px;
        box-sizing: border-box
    }
    .primary-menu .menu-actions+.button {
        margin-bottom: 16px
    }
    .primary-menu .menu-close {
        display: block;
        background: #fff0;
        border: none;
        font-size: 20px;
        color: inherit;
        cursor: pointer
    }
    .primary-menu .menu-container {
        margin: 64px 0
    }
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / .5);
        z-index: 1000;
        display: none
    }
    .menu-overlay.active {
        display: block
    }
}

@media screen and (max-width:767px) {
    .float-buttons .float-button {
        font-size: 20px;
        padding: 10px
    }
    .totop-button {
        right: 48px;
        bottom: 48px
    }
    .totop-button.active-progress {
        transform: scale(1.1) translateY(0)
    }
    .cookie-banner {
        flex-direction: column;
        padding: 12px 16px
    }
    .cookie-banner .cookie-caption {
        width: 100%;
        align-items: flex-start
    }
    .cookie-banner .cookie-caption .cookie-description {
        margin-bottom: 24px
    }
    .cookie-banner .button-group {
        width: 100%;
        justify-content: flex-end
    }
    .product-gallery .gallery-thumbs {
        margin-top: 16px;
        float: none;
        width: 100%;
        height: auto
    }
    .product-gallery .gallery-thumbs .swiper-slide {
        height: auto
    }
    .product-gallery .gallery-thumbs img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .product-gallery .gallery-thumbs .swiper-button-next,
    .product-gallery .gallery-thumbs .swiper-button-prev {
        display: none
    }
    .product-gallery .gallery-top {
        float: none;
        width: 100%;
        height: 480px
    }
}

#gt_float_wrapper {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    min-width: 96px;
    min-height: 34px
}

.gtranslate_wrapper {
    position: relative !important;
    min-width: 96px;
    min-height: 34px
}

.gtranslate_wrapper .gt_float_wrapper {
    position: relative !important
}

.gtranslate_wrapper .gt_float_switcher {
    box-shadow: none;
    position: relative !important;
    border: 1px solid var(--jelly-color-border);
    border-radius: var(--jelly-border-radius);
    overflow: visible;
    background: #fff0;
    padding: 4px 12px;
    min-width: 96px;
    min-height: 34px;
    box-sizing: border-box;
    color: var(--jelly-color-title)
}

.gtranslate_wrapper .gt_float_switcher:hover {
    border-color: var(--jelly-color-border-secondary)
}

.gtranslate_wrapper .gt_float_switcher .gt_options {
    position: absolute;
    top: 48px;
    background: var(--jelly-color-white);
    right: 0;
    min-width: 200px;
    box-shadow: var(--jelly-box-shadow);
    max-height: 362px;
    border: 1px solid var(--jelly-color-border)
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
    font-size: 14px
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: rotate(0deg)
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg)
}

.gtranslate_wrapper .gt_float_switcher,
.gtranslate_wrapper .gt_float_switcher .gt-selected {
    background: 0 0
}

.gtranslate_wrapper .gt_float_switcher img {
    width: 18px;
    height: 13.5px;
    overflow: hidden
}

.gtranslate_wrapper .gt_float_switcher .gt_options::-webkit-scrollbar-track {
    background-color: var(--jelly-color-surface)
}

.gtranslate_wrapper .gt_float_switcher .gt_options::-webkit-scrollbar-thumb {
    background-color: var(--jelly-color-description)
}

.gtranslate_wrapper .gt_float_switcher .gt_options a {
    transition: none;
    font-size: 14px
}

.gtranslate_wrapper .gt_float_switcher .gt_options a:hover {
    color: var(--jelly-color-title);
    background-color: var(--jelly-color-surface)
}

div.trp-shortcode-switcher {
    padding: 6px
}

.trp-language-switcher {
    width: 150px
}

.trp-language-switcher>div {
    padding: 0;
    width: 100% !important;
    background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 3px) calc(1em+0px)
}

.trp-language-switcher>div>a {
    background: #fff0;
    padding: 6px;
    display: flex
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 0
}

html[dir="rtl"] .gtranslate_wrapper .gt_float_switcher .gt_options {
    right: unset;
    left: 0
}

nav.rank-math-breadcrumb p {
    margin: 0
}

#rank-math-faq {
    background-color: var(--jelly-color-surface);
    padding: 16px;
    border-radius: var(--jelly-border-radius)
}

.rank-math-list-item {
    background-color: var(--jelly-color-white);
    padding: 16px;
    border-radius: var(--jelly-border-radius);
    margin-bottom: 12px;
    box-shadow: var(--jelly-box-shadow)
}

.rank-math-list-item .rank-math-question {
    font-size: 1.44rem;
    padding-bottom: 12px;
    margin-top: 0;
    border-bottom: 1px solid var(--jelly-color-border)
}

.rank-math-list-item:last-child {
    margin-bottom: 0
}

div.wp-block-rank-math-toc-block {
    max-height: calc(100% - 200px);
    overflow-y: auto;
    margin: 24px 0
}

div.wp-block-rank-math-toc-block h2 {
    font-weight: 600;
    font-size: 16px !important;
    position: relative;
    margin-bottom: 18px;
    margin-top: 0
}

div.wp-block-rank-math-toc-block nav {
    padding-left: 8px;
    max-height: 400px;
    overflow-y: auto
}

div.wp-block-rank-math-toc-block nav::-webkit-scrollbar {
    width: 3px
}

div.wp-block-rank-math-toc-block nav::-webkit-scrollbar-track {
    background-color: var(--jelly-color-border)
}

div.wp-block-rank-math-toc-block nav::-webkit-scrollbar-thumb {
    background-color: var(--jelly-color-description)
}

div.wp-block-rank-math-toc-block nav>ul {
    padding-left: 18px;
    padding-right: 8px;
    border-left: 1px solid var(--jelly-color-border)
}

div.wp-block-rank-math-toc-block nav>ul>li {
    padding-left: 16px
}

div.wp-block-rank-math-toc-block nav>ul>li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--jelly-color-primary);
    position: absolute;
    left: -5px;
    top: 12px
}

div.wp-block-rank-math-toc-block nav ul {
    padding: 0;
    margin: 0 !important;
    list-style: none
}

div.wp-block-rank-math-toc-block nav li {
    margin: 0;
    padding-left: 0;
    position: relative;
    margin: 6px 0
}

div.wp-block-rank-math-toc-block nav a {
    color: var(--jelly-color-text);
    font-size: 14px
}

div.wp-block-rank-math-toc-block nav a:hover {
    color: var(--jelly-color-primary);
    text-decoration: underline
}

@media screen and (max-width:767px) {
    #rank-math-faq {
        padding: 0;
        background-color: none;
        border-radius: none
    }
    .wp-block-rank-math-toc-block {
        position: relative;
        top: unset
    }
    .wp-block-rank-math-toc-block nav {
        max-height: 300px
    }
    .wp-block-rank-math-toc-block h2 {
        padding: 8px;
        background: var(--jelly-color-surface)
    }
}