@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-Thin.ttf) format("truetype");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-ThinItalic.ttf) format("truetype");
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-ExtraLight.ttf) format("truetype");
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-ExtraLightItalic.ttf) format("truetype");
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-LightItalic.ttf) format("truetype");
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-Italic.ttf) format("truetype");
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-MediumItalic.ttf) format("truetype");
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-SemiBoldItalic.ttf) format("truetype");
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-BoldItalic.ttf) format("truetype");
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-ExtraBoldItalic.ttf) format("truetype");
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-Black.ttf) format("truetype");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url(//jnicon-electric.com/wp-content/themes/jnicon_theme/poppins/Poppins-BlackItalic.ttf) format("truetype");
font-weight: 900;
font-style: italic;
font-display: swap;
}
body {
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif;
}
.site-header .nav-scroll {
scrollbar-width: thin;
cursor: grab;
}
.site-header .nav-scroll.active {
cursor: grabbing;
}
.site-header .nav-scroll::-webkit-scrollbar {
height: 4px;
}
.site-header .nav-scroll::-webkit-scrollbar-track {
background: transparent;
}
.site-header .nav-scroll::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 2px;
}
.site-header .nav-scroll > ul {
margin-left: auto;
margin-right: auto;
}
.language-switcher .trp-language-switcher{
padding: 0;
line-height: 1.2;
display: inline-flex;
align-items: stretch;
flex-direction: column;
gap: 0;
width: auto;
min-width: max-content;
white-space: nowrap;
overflow: visible;
}
.language-switcher .trp-shortcode-switcher__wrapper,
.language-switcher .trp-shortcode-switcher,
.language-switcher .trp-shortcode-overlay{
width: max-content;
min-width: max-content;
overflow: visible;
}
.language-switcher .trp-current-language-item__wrapper{
padding: 0;
display: inline-flex;
align-items: center;
width: auto;
min-width: max-content;
white-space: nowrap;
flex-shrink: 0;
}
.language-switcher .trp-current-language-item__wrapper:not(.trp-hide-arrow){
padding: 0;
}
.language-switcher .trp-current-language-item__wrapper .trp-language-item__current{
display: inline-flex;
align-items: center;
justify-content: flex-start;
gap: 0.25rem;
width: auto;
min-width: max-content;
white-space: nowrap;
}
.language-switcher .trp-current-language-item__wrapper svg,
.language-switcher .trp-current-language-item__wrapper img{
flex-shrink: 0;
}
.language-switcher .trp-switcher-dropdown-list{
flex-direction: column;
align-items: stretch;
width: max-content;
min-width: max-content;
overflow-x: visible;
overflow-y: hidden;
}
.language-switcher .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.language-switcher .trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.language-switcher .trp-ls-dropdown:hover .trp-switcher-dropdown-list,
.language-switcher .trp-shortcode-switcher:hover .trp-switcher-dropdown-list,
.language-switcher .trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.language-switcher .trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list{
display: flex;
flex-direction: row;
gap: 0.75rem;
overflow-x: visible;
overflow-y: visible;
scrollbar-width: none;
}
.language-switcher .trp-switcher-dropdown-list::-webkit-scrollbar{
display: none;
}
.language-switcher .trp-switcher-dropdown-list .trp-language-item{
display: inline-flex;
width: max-content;
min-width: max-content;
white-space: nowrap;
}
a[class*="shadow"],
button[class*="shadow"],
.shadow-sm,
.shadow-md,
.shadow-lg,
.shadow-xl,
.shadow-2xl,
[class*="shadow-["] {
box-shadow: none !important;
}
.jnicon-quote-modal > div {
max-width: 760px !important;
padding: 2.25rem 3rem !important;
}
.jnicon-quote-modal h3 {
font-size: clamp(1.5rem, 2.2vw, 2.25rem) !important;
}
.jnicon-quote-modal p {
font-size: clamp(0.875rem, 1.1vw, 1rem) !important;
}
.jnicon-quote-modal form {
margin-top: 1.75rem !important;
}
.jnicon-quote-modal label {
font-size: 0.95rem !important;
}
.jnicon-quote-modal input {
height: 3rem !important;
}
.jnicon-quote-modal textarea {
min-height: 7.5rem !important;
}
.jnicon-quote-modal button[type="submit"] {
min-height: 3rem !important;
font-size: 1rem !important;
}
@media (max-width: 767px) {
.jnicon-quote-modal > div {
max-width: calc(100vw - 2rem) !important;
padding: 1.75rem 1.25rem !important;
}
}
.site-header-home:not(.is-scrolled) .language-switcher,
.site-header-home:not(.is-scrolled) .language-switcher a,
.site-header-home:not(.is-scrolled) .language-switcher span,
.site-header-home:not(.is-scrolled) .language-switcher .trp-current-language-item__wrapper,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-item,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-item__current {
color: #fff;
}
.site-header-home:not(.is-scrolled) .language-switcher svg,
.site-header-home:not(.is-scrolled) .language-switcher svg *,
.site-header-home:not(.is-scrolled) .language-switcher .trp-current-language-item__wrapper::after,
.site-header-home:not(.is-scrolled) .language-switcher .trp-current-language-item__wrapper::before,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-switcher::after,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-switcher::before {
color: #fff;
fill: #fff;
stroke: #fff;
border-color: #fff;
}
.site-header-inner .language-switcher,
.site-header-inner .language-switcher a,
.site-header-inner .language-switcher span,
.site-header-inner .language-switcher .trp-current-language-item__wrapper,
.site-header-inner .language-switcher .trp-language-item,
.site-header-inner .language-switcher .trp-language-item__current,
.site-header-home.is-scrolled .language-switcher,
.site-header-home.is-scrolled .language-switcher a,
.site-header-home.is-scrolled .language-switcher span,
.site-header-home.is-scrolled .language-switcher .trp-current-language-item__wrapper,
.site-header-home.is-scrolled .language-switcher .trp-language-item,
.site-header-home.is-scrolled .language-switcher .trp-language-item__current {
color: #e62129;
}
.site-header-inner .language-switcher svg,
.site-header-inner .language-switcher svg *,
.site-header-inner .language-switcher .trp-current-language-item__wrapper::after,
.site-header-inner .language-switcher .trp-current-language-item__wrapper::before,
.site-header-inner .language-switcher .trp-language-switcher::after,
.site-header-inner .language-switcher .trp-language-switcher::before,
.site-header-home.is-scrolled .language-switcher svg,
.site-header-home.is-scrolled .language-switcher svg *,
.site-header-home.is-scrolled .language-switcher .trp-current-language-item__wrapper::after,
.site-header-home.is-scrolled .language-switcher .trp-current-language-item__wrapper::before,
.site-header-home.is-scrolled .language-switcher .trp-language-switcher::after,
.site-header-home.is-scrolled .language-switcher .trp-language-switcher::before {
color: #e62129;
fill: #e62129;
stroke: #e62129;
border-color: #e62129;
}
.shadow-glow {
box-shadow: none !important;
}
.shadow-glow:hover {
box-shadow: none !important;
}
.site-header {
transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header-home {
background: transparent !important;
box-shadow: none !important;
}
.site-header-home .site-logo-inner {
display: none;
}
.site-header-home.is-scrolled .site-logo-home {
display: none;
}
.site-header-home.is-scrolled .site-logo-inner {
display: block;
}
.site-header-home:not(.is-scrolled) .site-header-nav .nav-scroll > ul > li > a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-scroll > ul > li > a .iconify,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-scroll > ul > li > a span {
color: #fff;
}
.site-header-home:not(.is-scrolled) .site-header-nav #desktopSearchButton,
.site-header-home:not(.is-scrolled) .site-header-nav #mobileSearchButton,
.site-header-home:not(.is-scrolled) .site-header-nav #mobileMenuToggle {
color: #fff;
border-color: transparent;
}
.site-header-home.is-scrolled {
background: #fff !important;
box-shadow: none !important;
}
.site-header-home.is-scrolled .site-header-nav .nav-scroll > ul > li > a,
.site-header-home.is-scrolled .site-header-nav .nav-scroll > ul > li > a .iconify,
.site-header-home.is-scrolled .site-header-nav .nav-scroll > ul > li > a span,
.site-header-home.is-scrolled .site-header-nav .text-white,
.site-header-home.is-scrolled #desktopSearchButton,
.site-header-home.is-scrolled #mobileSearchButton,
.site-header-home.is-scrolled #mobileMenuToggle {
color: #111827;
}
.site-header-home.is-scrolled #desktopSearchButton,
.site-header-home.is-scrolled #mobileSearchButton,
.site-header-home.is-scrolled #mobileMenuToggle {
color: #111827;
border-color: transparent;
}
.site-header-home.is-scrolled .site-header-nav .bg-brand-red {
color: #fff;
}
.site-header-home:not(.is-scrolled) .site-header-nav .bg-brand-red {
color: #fff;
}
.site-header-home:not(.is-scrolled) .site-header-nav .nav-dropdown a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-subdropdown a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-subdropdown-deep a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-mega-dropdown a,
.site-header-home.is-scrolled .site-header-nav .nav-dropdown a,
.site-header-home.is-scrolled .site-header-nav .nav-subdropdown a,
.site-header-home.is-scrolled .site-header-nav .nav-subdropdown-deep a,
.site-header-home.is-scrolled .site-header-nav .nav-mega-dropdown a {
color: #111827;
}
.site-header .nav-mega-dropdown .text-brand-muted {
color: #6b7280;
}
.site-header .nav-mega-dropdown a:hover {
color: #e62129;
}
.site-header-home.is-scrolled #mobileMenu {
color: #111827;
border-color: #f3f4f6;
background: #fff;
}
.fancybox__slide:has(#quoteForm) {
padding: 1.5rem 1rem;
}
.fancybox__slide:has(#quoteForm) .f-html {
background: transparent;
padding: 0;
overflow: visible;
}
.fancybox__slide:has(#quoteForm) .f-button.is-close-button {
top: 0.75rem;
right: 0.75rem;
color: #111827;
background: rgba(255,255,255,0.9);
border-radius: 999px;
}
.fancybox__slide:has(#quoteForm) .f-button.is-close-button svg {
width: 24px;
height: 24px;
stroke-width: 1.6;
} .site-header-top {
transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.site-header-top.is-hidden {
max-height: 0;
opacity: 0;
padding-top: 0;
padding-bottom: 0;
} .site-header-nav {
transition: box-shadow 0.3s ease;
}
.site-header-nav.is-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: white;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} .compact-power-card {
background: #ffffff;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.compact-power-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.compact-power-media {
position: relative;
overflow: hidden;
min-height: 240px;
}
.compact-power-media img,
.compact-power-media video {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.compact-power-card:hover .compact-power-media img,
.compact-power-card:hover .compact-power-media video {
transform: scale(1.05);
}
.compact-power-content {
padding: 1.5rem;
} .about-video-copy {
min-height: 100%;
}
.about-video-desc-box {
position: relative;
overflow-y: auto;
background: #fff;
color: #3f3f3f;
font-size: 16px;
line-height: 1.68;
scrollbar-width: none;
-ms-overflow-style: none;
}
.about-video-desc-box p {
margin: 0 0 14px;
}
.about-video-desc-box p:last-child {
margin-bottom: 0;
}
.about-video-desc-box::-webkit-scrollbar {
display: none;
}
.about-video-copy {
position: relative;
}
.about-video-copy .custom-scrollbar-track {
position: absolute;
right: 0;
width: 1px;
background: transparent;
pointer-events: none;
}
.about-video-copy .custom-scrollbar-thumb {
position: absolute;
right: 0;
width: 1px;
min-height: 20px;
background: #e62129;
border-radius: 999px;
pointer-events: none;
transition: background 0.2s ease;
}
.about-video-copy:hover .custom-scrollbar-thumb {
background: #c91e25;
} .homepage-built-desc-box {
overflow-y: auto;
max-h-[200px] md:max-h-[280px] xl:max-h-[360px];
padding-right: 12px;
scrollbar-width: thin;
scrollbar-color: #e62129 #f1f1f1;
}
.homepage-built-desc-box::-webkit-scrollbar {
width: 2px;
}
.homepage-built-desc-box::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.2);
border-radius: 999px;
}
.homepage-built-desc-box::-webkit-scrollbar-thumb {
background: #e62129;
border-radius: 999px;
}
.homepage-built-desc-box::-webkit-scrollbar-thumb:hover {
background: #c91e25;
} .facility-stats-row {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin: 0 auto 54px;
background: #fff;
}
.facility-stat-item {
position: relative;
min-height: 104px;
padding: 8px 28px 6px;
text-align: center;
}
.facility-stat-item + .facility-stat-item::before {
content: "";
position: absolute;
top: 6px;
bottom: 7px;
left: 0;
width: 1px;
background: #dfdfdf;
}
.facility-stat-value {
display: flex;
align-items: baseline;
justify-content: center;
gap: 5px;
color: #e62129;
font-size: 34px;
font-weight: 600;
line-height: 1.12;
letter-spacing: 0;
white-space: nowrap;
}
.facility-stat-unit {
color: #e62129;
font-size: 16px;
font-weight: 600;
line-height: 1;
}
.facility-stat-label {
max-width: 235px;
margin: 13px auto 0;
color: #4c4c4c;
font-size: 14px;
font-weight: 400;
line-height: 1.42;
}
@media (max-width: 1023px) {
.about-video-desc-box {
max-height: 240px;
font-size: 15px;
}
.facility-stats-row {
margin-bottom: 46px;
}
.facility-stat-item {
padding-right: 18px;
padding-left: 18px;
}
.facility-stat-value {
font-size: 29px;
}
.facility-stat-unit {
font-size: 14px;
}
}
@media (max-width: 767px) {
.about-video-desc-box {
max-height: 220px;
padding: 16px 18px;
font-size: 14px;
line-height: 1.62;
}
.facility-stats-row {
grid-template-columns: repeat(2, minmax(0, 1fr));
margin-bottom: 38px;
}
.facility-stat-item {
min-height: 112px;
padding: 18px 14px 16px;
}
.facility-stat-item + .facility-stat-item::before {
top: 18px;
bottom: 18px;
}
.facility-stat-item:nth-child(odd)::before {
display: none;
}
.facility-stat-item:nth-child(n + 3) {
border-top: 1px solid #dfdfdf;
}
.facility-stat-value {
font-size: 24px;
}
.facility-stat-unit {
font-size: 12px;
}
.facility-stat-label {
max-width: 170px;
margin-top: 9px;
font-size: 12px;
line-height: 1.35;
}
}
@media (min-width: 640px) {
.compact-power-media {
min-height: 280px;
}
}
@media (min-width: 768px) {
.compact-power-media {
min-height: 320px;
}
}
@media (min-width: 1024px) {
.compact-power-media {
min-height: 100%;
}
} .products-swiper-related .swiper-wrapper {
align-items: flex-start;
}
.products-swiper-related .swiper-slide {
height: auto;
display: flex;
}
.products-swiper-related .swiper-slide > div {
display: flex;
flex-direction: column;
width: 100%;
}
.products-swiper-related .swiper-slide > div > div:last-child {
display: flex;
flex-direction: column;
flex: 1;
} [class*="products-swiper-"]:not(.products-swiper-related) .swiper-wrapper {
align-items: stretch;
}
[class*="products-swiper-"]:not(.products-swiper-related) .swiper-slide {
height: auto;
display: flex;
}
[class*="products-swiper-"]:not(.products-swiper-related) .swiper-slide > div {
display: flex;
flex-direction: column;
width: 100%;
}
[class*="products-swiper-"]:not(.products-swiper-related) .swiper-slide > div > div:last-child {
display: flex;
flex-direction: column;
flex: 1;
}
[class*="products-swiper-"]:not(.products-swiper-related) .line-clamp-3 {
min-height: 4.5em;
} .flagship-products-swiper .swiper-wrapper {
align-items: stretch;
}
.flagship-products-swiper .swiper-slide {
height: auto;
display: flex;
}
.flagship-products-swiper .swiper-slide > div {
display: flex;
flex-direction: column;
width: 100%;
}
.flagship-products-swiper .swiper-slide > div > div:last-child {
display: flex;
flex-direction: column;
flex: 1;
}
.flagship-products-swiper .line-clamp-3 {
min-height: 4.5em;
} html {
font-size: 14px; }   .wp-block-heading,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
color: #101010;
font-weight: 700;
line-height: 1.3;
margin-top: 2em;
margin-bottom: 0.75em;
}
.entry-content h1,
.wp-block-heading[class*="wp-block-heading"] h1 {
font-size: 2.25rem;
}
.entry-content h2 {
font-size: 1.875rem;
}
.entry-content h3 {
font-size: 1.5rem;
}
.entry-content h4 {
font-size: 1.25rem;
}
.entry-content h5 {
font-size: 1.125rem;
}
.entry-content h6 {
font-size: 1rem;
} .wp-block-paragraph,
.entry-content p {
margin-top: 0;
margin-bottom: 1.25em;
}
.entry-content p:last-child {
margin-bottom: 0;
} .wp-block-list,
.entry-content ul,
.entry-content ol {
margin-top: 0;
margin-bottom: 1.25em;
padding-left: 1.5em;
}
.entry-content ul,
.entry-content ul[class*="wp-block"] {
list-style: disc;
}
.entry-content ol,
.entry-content ol[class*="wp-block"] {
list-style: decimal;
}
.entry-content li {
margin-bottom: 0.5em;
}
.entry-content li > ul,
.entry-content li > ol {
margin-top: 0.5em;
margin-bottom: 0;
} .wp-block-quote,
.entry-content blockquote {
border-left: 4px solid #e62129;
padding: 0.75em 1em;
margin: 1.5em 0;
color: #555;
font-style: italic;
background: #f9f9f9;
}
.wp-block-quote cite,
.entry-content blockquote cite {
display: block;
margin-top: 0.75em;
font-size: 0.875em;
color: #777;
font-style: normal;
}
.wp-block-quote.is-style-large {
font-size: 1.25rem;
padding: 1em 1.5em;
} .wp-block-pullquote {
border-top: 4px solid #e62129;
border-bottom: 4px solid #e62129;
padding: 2em 1em;
margin: 1.5em 0;
text-align: center;
font-size: 1.25rem;
color: #101010;
}
.wp-block-pullquote cite {
font-size: 0.875rem;
text-transform: uppercase;
color: #777;
} .wp-block-table,
.entry-content table {
width: 100%;
border-collapse: collapse;
margin: 1.5em 0;
}
.wp-block-table th,
.wp-block-table td,
.entry-content table th,
.entry-content table td {
border: 1px solid #ddd;
padding: 0.75em;
}
.wp-block-table th,
.entry-content table th {
background: #f5f5f5;
font-weight: 600;
text-align: left;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: #f9f9f9;
} .wp-block-image,
.entry-content figure {
margin: 1.5em 0;
}
.wp-block-image img,
.entry-content figure img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.wp-block-image figcaption,
.entry-content figcaption {
font-size: 0.875rem;
color: #666;
text-align: center;
margin-top: 0.5em;
} .wp-block-cover {
margin: 1.5em 0;
border-radius: 8px;
overflow: hidden;
} .wp-block-media-text {
margin: 1.5em 0;
}
.wp-block-media-text img {
border-radius: 8px;
} .wp-block-gallery {
margin: 1.5em 0;
gap: 1em;
}
.wp-block-gallery img {
border-radius: 8px;
} .wp-block-separator {
border: none;
border-top: 1px solid #e5e5e5;
margin: 2em 0;
}
.wp-block-separator.is-style-wide {
border-width: 2px;
}
.wp-block-separator.is-style-dots {
border: none;
text-align: center;
line-height: 1;
}
.wp-block-separator.is-style-dots::before {
content: "· · ·";
font-size: 1.5rem;
letter-spacing: 2em;
padding-left: 2em;
color: #333;
} .wp-block-preformatted,
.wp-block-code,
.entry-content pre {
background: #f5f5f5;
padding: 1em 1.25em;
overflow-x: auto;
font-size: 0.875rem;
border-radius: 4px;
margin: 1.5em 0;
}
.entry-content code {
background: #f5f5f5;
padding: 0.2em 0.4em;
font-size: 0.875em;
border-radius: 3px;
} .wp-block-verse {
font-family: inherit;
white-space: pre-wrap;
background: #f5f5f5;
padding: 1em 1.25em;
border-radius: 4px;
margin: 1.5em 0;
} .wp-block-buttons {
display: flex;
flex-wrap: wrap;
gap: 0.75em;
margin: 1.5em 0;
}
.wp-block-button__link {
background: #e62129;
color: #fff;
padding: 0.75em 1.5em;
border-radius: 999px;
font-weight: 600;
text-decoration: none;
display: inline-block;
transition: background 0.2s;
}
.wp-block-button__link:hover {
background: #cc1d24;
}
.wp-block-button.is-style-outline .wp-block-button__link {
background: transparent;
color: #e62129;
border: 2px solid #e62129;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background: #e62129;
color: #fff;
} .wp-block-columns {
display: flex;
gap: 1.5em;
margin: 1.5em 0;
}
@media (max-width: 781px) {
.wp-block-columns:not(.is-not-stacked) {
flex-direction: column;
}
}
.wp-block-column {
flex: 1;
min-width: 0;
} .wp-block-group {
margin: 1.5em 0;
}
.wp-block-group.has-background {
padding: 1.5em;
border-radius: 8px;
} .wp-block-embed {
margin: 1.5em 0;
}
.wp-block-embed iframe {
max-width: 100%;
} .wp-block-details {
margin: 1.5em 0;
}
.wp-block-details summary {
cursor: pointer;
font-weight: 600;
padding: 0.75em 0;
} .wp-block-file {
margin: 1.5em 0;
}
.wp-block-file__button {
background: #e62129;
color: #fff;
padding: 0.5em 1em;
border-radius: 6px;
margin-left: 0.75em;
} .wp-block-search {
margin: 1.5em 0;
}
.wp-block-search__input {
padding: 0.5em 0.75em;
border: 1px solid #ddd;
border-radius: 4px;
}
.wp-block-search__button {
background: #e62129;
color: #fff;
border: none;
padding: 0.5em 1em;
border-radius: 4px;
cursor: pointer;
} .wp-block-tag-cloud {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
margin: 1.5em 0;
}
.wp-block-tag-cloud a {
display: inline-block;
padding: 0.25em 0.75em;
background: #f5f5f5;
border-radius: 999px;
font-size: 0.875rem;
color: #333;
text-decoration: none;
}
.wp-block-tag-cloud a:hover {
background: #e62129;
color: #fff;
} .wp-block-latest-posts {
list-style: none;
padding: 0;
margin: 1.5em 0;
}
.wp-block-latest-posts li {
padding: 0.75em 0;
border-bottom: 1px solid #eee;
}
.wp-block-latest-posts li:last-child {
border-bottom: none;
}
.wp-block-latest-posts__post-title {
font-weight: 600;
color: #101010;
} .wp-block-social-links {
display: flex;
flex-wrap: wrap;
gap: 0.75em;
padding: 0;
margin: 1.5em 0;
list-style: none;
}
.wp-block-social-link {
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 767px) {
.mobile-category-panel {
scroll-snap-align: center;
}
#mobile-product-categories > .overflow-x-auto {
scrollbar-width: none;
}
#mobile-product-categories > .overflow-x-auto::-webkit-scrollbar {
display: none;
}
.mobile-category-panel a,
.mobile-category-panel button {
white-space: nowrap;
}
.site-footer .footer-contact-row,
.footer-contact-row {
display: flex;
flex-wrap: nowrap;
gap: 0.75rem;
}
.homepage-built-desc-box {
font-size: 0.875rem;
line-height: 1.55;
}
.homepage-built-desc-box + a,
a[href="#quoteForm"][data-fancybox],
button[data-src="#quoteForm"] {
white-space: nowrap;
}
.front-page .certificate-section,
body.home .certificate-section {
display: none;
}
}