.et_pb_menu_0_tb_header .et-menu-nav #menu-main-menu > li > a,
.et_pb_menu_0_tb_header .et_mobile_menu > li > a {
color: #121212 !important;
}
.et_pb_menu_0_tb_header .et-menu-nav #menu-main-menu > li.current-menu-item > a,
.et_pb_menu_0_tb_header .et-menu-nav #menu-main-menu > li.current_page_item > a,
.et_pb_menu_0_tb_header .et_mobile_menu > li.current-menu-item > a,
.et_pb_menu_0_tb_header .et_mobile_menu > li.current_page_item > a {
color: #fb6307 !important;
}
.et_pb_menu_0_tb_header .et-menu-nav #menu-main-menu > li > a:hover,
.et_pb_menu_0_tb_header .et_mobile_menu > li > a:hover {
color: #fb6307 !important;
}
.l24-posts-wrap {
width: 100%;
}
.l24-posts-filter {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 26px;
font-family: "Inter", Arial, sans-serif;
}
.l24-posts-filter__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 36px;
padding: 9px 14px;
border: 1px solid #eeeeee;
border-radius: 999px;
background: #ffffff;
color: #343434 !important;
font-size: 13px;
font-weight: 700;
line-height: 1;
text-decoration: none !important;
transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.l24-posts-filter__link:hover,
.l24-posts-filter__link:focus-visible,
.l24-posts-filter__link.is-active {
border-color: #121212;
background: #121212;
color: #ffffff !important;
}
.l24-posts-empty {
margin: 0;
padding: 22px;
border: 1px solid #eeeeee;
border-radius: 14px;
background: #ffffff;
color: #555555;
font-family: "Inter", Arial, sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 1.5;
}
.l24-posts-archive-page {
padding-top: 54px;
padding-bottom: 64px;
}
.l24-posts-archive-page::before {
content: none !important;
display: none !important;
}
.l24-posts-archive-header {
max-width: 760px;
margin: 0 0 34px;
font-family: "Inter", Arial, sans-serif;
}
.l24-posts-archive-header__eyebrow {
margin: 0 0 10px;
color: #fb6307;
font-size: 12px;
font-weight: 800;
line-height: 1.2;
text-transform: uppercase;
}
.l24-posts-archive-header h1 {
margin: 0;
color: #121212;
font-size: clamp(34px, 5vw, 56px);
font-weight: 800;
line-height: 1.05;
letter-spacing: 0;
}
.l24-posts-archive-header__description {
margin-top: 14px;
color: #555555;
font-size: 15px;
font-weight: 500;
line-height: 1.65;
}
.l24-posts-grid {
--l24-posts-gap: 26px;
display: grid;
grid-template-columns: repeat(var(--l24-posts-columns, 3), minmax(0, 1fr));
gap: var(--l24-posts-gap);
width: 100%;
font-family: "Inter", Arial, sans-serif;
}
.l24-post-card {
display: flex;
flex-direction: column;
min-width: 0;
overflow: hidden;
border: 1px solid #eeeeee;
border-radius: 16px;
background: #ffffff;
color: #121212;
transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.l24-post-card:hover {
border-color: #dedede;
transform: translateY(-3px);
box-shadow: 0 10px 24px rgba(18, 18, 18, 0.06);
}
.l24-post-card__media {
position: relative;
display: block;
overflow: hidden;
aspect-ratio: 16 / 10;
background: #f4f4f4;
color: inherit;
text-decoration: none;
}
.l24-post-card__image,
.l24-post-card__placeholder {
display: block;
width: 100%;
height: 100%;
}
.l24-post-card__image {
object-fit: cover;
transform: scale(1);
transition: transform 320ms ease;
}
.l24-post-card:hover .l24-post-card__image {
transform: scale(1.045);
}
.l24-post-card__placeholder {
background:
linear-gradient(135deg, rgba(251, 99, 7, 0.16), rgba(18, 18, 18, 0.04)),
#f6f6f6;
}
.l24-post-card__badge {
position: absolute;
top: 14px;
left: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
max-width: calc(100% - 28px);
min-height: 30px;
padding: 7px 12px;
border-radius: 999px;
background: #121212;
color: #ffffff;
font-size: 12px;
font-weight: 700;
line-height: 1;
letter-spacing: 0;
text-align: center;
}
.l24-post-card__body {
display: flex;
flex: 1 1 auto;
flex-direction: column;
padding: 20px;
}
.l24-post-card__meta {
display: flex;
flex-wrap: wrap;
gap: 8px 14px;
margin-bottom: 10px;
color: #777777;
font-size: 12px;
font-weight: 600;
line-height: 1.3;
}
.l24-post-card__title {
margin: 0 0 10px;
padding: 0;
color: #121212;
font-family: "Inter", Arial, sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 1.25;
letter-spacing: 0;
}
.l24-post-card__title a {
color: inherit !important;
text-decoration: none !important;
}
.l24-post-card__excerpt {
margin: 0 0 18px;
color: #555555;
font-size: 14px;
font-weight: 500;
line-height: 1.65;
}
.l24-post-card__link {
display: inline-flex;
align-items: center;
width: fit-content;
margin-top: auto;
margin-left: auto;
color: #121212 !important;
font-size: 13px;
font-weight: 700;
line-height: 1.2;
text-decoration: none !important;
}
.l24-posts-pagination {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
margin-top: 34px;
font-family: "Inter", Arial, sans-serif;
}
.l24-posts-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
min-height: 40px;
padding: 9px 13px;
border: 1px solid #eeeeee;
border-radius: 10px;
background: #ffffff;
color: #121212 !important;
font-size: 13px;
font-weight: 700;
line-height: 1;
text-decoration: none !important;
transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.l24-posts-pagination .page-numbers:hover,
.l24-posts-pagination .page-numbers.current {
border-color: #121212;
background: #121212;
color: #ffffff !important;
}
.l24-posts-pagination .page-numbers.dots {
border-color: transparent;
background: transparent;
color: #777777 !important;
}
@media (max-width: 980px) {
.l24-posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.l24-posts-filter {
gap: 7px;
margin-bottom: 22px;
}
.l24-posts-filter__link {
min-height: 34px;
padding: 8px 12px;
font-size: 12px;
}
.l24-posts-archive-page {
padding-top: 36px;
padding-bottom: 46px;
}
.l24-posts-archive-header {
margin-bottom: 26px;
}
.l24-posts-archive-header h1 {
font-size: 34px;
}
.l24-posts-grid {
grid-template-columns: 1fr;
gap: 22px;
}
.l24-post-card__body {
padding: 18px;
}
.l24-post-card__title {
font-size: 18px;
}
}
html{
scroll-behavior: smooth;
}
.doi {
animation: doiPulse 2s cubic-bezier(0.45, 0, 0.55, 1) infinite !important;
}
@keyframes doiPulse {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.03);
opacity: 0.95;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.wc-block-components-checkout-return-to-cart-button{
display: none;
}
.wc-block-components-button{
border-radius: 10px; 
} 
.dgwt-wcas-search-form{
background-color: transparent !important;
}
#dgwt-wcas-search-input-1:focus{
border: 1px solid #00000052 !important;
}
.cky-btn-customize, .cky-btn-reject, .cky-btn-preferences{
border-color: #121212 !important;
color: #121212 !important;
}
.cky-btn-accept{
border-color: #121212!important;
background-color: #121212 !important;
}
.cky-btn-revisit-wrapper{
background-color: #121212 !important;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
* {
box-sizing: border-box;
}
#page-container,
.et-l,
.et_builder_inner_content,
.et_pb_section,
.et_pb_row,
.et_pb_column,
.woocommerce,
.woocommerce-page,
.product {
max-width: 100%;
}
img {
max-width: 100%;
height: auto;
}
.page-id-11 .woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before{
content: none !important;
}
.xoo-wsc-basket{
bottom: 8px !important; 
}
@media only screen and (max-width: 768px) {
.xoo-wsc-basket[style*='block']  {
display: none !important;
}
}
@media only screen and (max-width: 768px) {
body {
position: relative !important;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
position: absolute !important;
left: 15px !important;
bottom: 15px !important;
right: auto !important;
top: auto !important;
z-index: 10 !important;
}
}
#tidio-chat-root{
margin-bottom: 84px !important;
}
.cky-btn-revisit-wrapper,
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
display: none !important;
visibility: hidden !important;
pointer-events: none !important;
} body.page-id-13 .et_pb_section_19 .et_pb_group_carousel {
display: block !important;
}
body.page-id-13 .et_pb_section_19 .et_pb_column_62.et_animated {
animation: none !important;
opacity: 1 !important;
transform: none !important;
} @media (max-width: 980px) {
}
@media (max-width: 767px) {
}