:root {
    --accent: #146eb4;
    --accent-dark: #0b5792;
    --ink: #303030;
    --candle-gutter: 15px;

    /* Theme typography contract. Builder components consume the same tokens. */
    --candle-h1-size: clamp(2rem, 4vw, 3rem);
    --candle-h2-size: clamp(1.7rem, 3vw, 2.4rem);
    --candle-h3-size: clamp(1.4rem, 2.5vw, 1.9rem);
    --candle-h4-size: clamp(1.2rem, 2vw, 1.5rem);
    --candle-h5-size: clamp(1.05rem, 1.5vw, 1.25rem);
    --candle-h6-size: 1rem;
    --candle-heading-line-height: 1.15;
    --candle-heading-line-height-mobile: 1.2;
    --candle-copy-size: clamp(1rem, 1.2vw, 1.125rem);
    --candle-copy-line-height: 1.7;
    --candle-copy-line-height-mobile: 1.65;
    --candle-border-color: #ddd;
    --candle-surface: #fff;
    --candle-surface-alt: #efefef;
    --candle-muted: #666;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
     font-size: 16px;
    line-height: 1.6;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    font-family:Montserrat,sans-serif;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    overflow-x: hidden;
    /*-webkit-font-smoothing: antialiased;*/
}

a {
    color: var(--accent);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .6em;
    color: #111;
    font-weight: 700;
    line-height: var(--candle-heading-line-height);
}

h1 {
    font-size: var(--candle-h1-size);
}

h2 {
    font-size: var(--candle-h2-size);
}

h3 {
    font-size: var(--candle-h3-size);
}

h4 {
    font-size: var(--candle-h4-size);
}

h5 {
    font-size: var(--candle-h5-size);
}

h6 {
    font-size: var(--candle-h6-size);
}

p {
    margin: 0 0 1.2em;
    font-size: var(--candle-copy-size);
    line-height: var(--candle-copy-line-height);
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th,
td {
    padding: 10px 14px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
}

th {
    background: #f5f5f5;
    font-weight: 700;
}

tr:nth-child(even) td {
    background: #fafafa;
}

tr:hover td {
    background: #f7f7f7;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}


.container {
    width: 100%;
    padding-right: var(--candle-gutter);
    padding-left: var(--candle-gutter);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 15px;
    }

    body {
        font-size: 16px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: var(--candle-heading-line-height-mobile);
    }

    p {
        line-height: var(--candle-copy-line-height-mobile);
    }
}

.container-fluid{width:100%;margin-inline:auto;padding-inline:var(--candle-gutter)}

 .row{display:flex;flex-wrap:wrap;margin-inline:calc(var(--candle-gutter)*-1);row-gap:var(--candle-row-gap,0)}
 .row>[class*="col-"]{position:relative;width:100%;min-width:0;padding-inline:var(--candle-gutter)}
 .col-1{flex:0 0 8.333333%;max-width:8.333333%} .col-2{flex:0 0 16.666667%;max-width:16.666667%} .col-3{flex:0 0 25%;max-width:25%} .col-4{flex:0 0 33.333333%;max-width:33.333333%} .col-5{flex:0 0 41.666667%;max-width:41.666667%} .col-6{flex:0 0 50%;max-width:50%} .col-7{flex:0 0 58.333333%;max-width:58.333333%} .col-8{flex:0 0 66.666667%;max-width:66.666667%} .col-9{flex:0 0 75%;max-width:75%} .col-10{flex:0 0 83.333333%;max-width:83.333333%} .col-11{flex:0 0 91.666667%;max-width:91.666667%} .col-12{flex:0 0 100%;max-width:100%}
 .img-responsive{width:100%;display:block;height:auto} .text-center{text-align:center} .text-left{text-align:left} .text-right{text-align:right}
@media(min-width:768px){ .col-sm-1{flex:0 0 8.333333%;max-width:8.333333%} .col-sm-2{flex:0 0 16.666667%;max-width:16.666667%} .col-sm-3{flex:0 0 25%;max-width:25%} .col-sm-4{flex:0 0 33.333333%;max-width:33.333333%} .col-sm-5{flex:0 0 41.666667%;max-width:41.666667%} .col-sm-6{flex:0 0 50%;max-width:50%} .col-sm-7{flex:0 0 58.333333%;max-width:58.333333%} .col-sm-8{flex:0 0 66.666667%;max-width:66.666667%} .col-sm-9{flex:0 0 75%;max-width:75%} .col-sm-10{flex:0 0 83.333333%;max-width:83.333333%} .col-sm-11{flex:0 0 91.666667%;max-width:91.666667%} .col-sm-12{flex:0 0 100%;max-width:100%}}
@media(min-width:992px){ .col-md-1{flex:0 0 8.333333%;max-width:8.333333%} .col-md-2{flex:0 0 16.666667%;max-width:16.666667%} .col-md-3{flex:0 0 25%;max-width:25%} .col-md-4{flex:0 0 33.333333%;max-width:33.333333%} .col-md-5{flex:0 0 41.666667%;max-width:41.666667%} .col-md-6{flex:0 0 50%;max-width:50%} .col-md-7{flex:0 0 58.333333%;max-width:58.333333%} .col-md-8{flex:0 0 66.666667%;max-width:66.666667%} .col-md-9{flex:0 0 75%;max-width:75%} .col-md-10{flex:0 0 83.333333%;max-width:83.333333%} .col-md-11{flex:0 0 91.666667%;max-width:91.666667%} .col-md-12{flex:0 0 100%;max-width:100%}}
@media(min-width:1200px){ .col-lg-20{flex:0 0 20%;max-width:20%} .col-lg-1{flex:0 0 8.333333%;max-width:8.333333%} .col-lg-2{flex:0 0 16.666667%;max-width:16.666667%} .col-lg-3{flex:0 0 25%;max-width:25%} .col-lg-4{flex:0 0 33.333333%;max-width:33.333333%} .col-lg-8{flex:0 0 66.666667%;max-width:66.666667%} .col-lg-9{flex:0 0 75%;max-width:75%}}
@media(max-width:767px){
	:root{--candle-gutter:12px} 
	.container{padding-inline:14px} 
	.container-wide{width:calc(100% - 24px)
	} 
}
 .site-main{padding-top:0}
 .breadcrumb-wrap{display:block}
 .button{border-radius:0}

 body.theme-candle-catalog .content-builder figure[data-media-id] {
    margin-inline: 0;
}

.cb-section ul li {
    font-size: 17px;
    margin-bottom: 15px;
}

/* Header */
.candle-site-header{height:68px;background:#fff;border:0;position:relative;z-index:40; box-shadow:0 20px 51px -1px rgba(144,155,165,0.2)}
.candle-header-inner{height:68px;margin:0 auto;display:flex;align-items:center;padding:0 28px 0 0;position:relative}
.candle-brand{width:360px;height:68px;background:#000;display:flex;align-items:center;padding:0 70px 0 28px;clip-path:polygon(0 0,88% 0,100% 100%,0 100%);flex:0 0 360px}
.candle-brand-image{display:block;width:350px;max-width:100%;height:auto;object-fit:contain}
.candle-primary-nav{margin-left:auto;}

/*
ul {
    margin-bottom: 20px!important;
}


@media(min-width:767px){ 
    .candle-primary-nav .primary-nav-inner {
        margin-top: 20px;
    }
}
*/
.candle-primary-nav .primary-nav-inner>ul,
.candle-primary-nav ul.menu{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none;}
.candle-primary-nav .primary-nav-inner>ul>li>a,
.candle-primary-nav ul.menu>li>a{
    display:block;padding:5px 14px;color:#000; margin: 0 1px;
    text-decoration:none;font-size:18px;white-space:nowrap;border:2px solid transparent
}


.candle-primary-nav .primary-nav-inner>ul>li:first-child>a:after,
.candle-primary-nav ul.menu>li:first-child>a:after{content:'⌄';margin-left:8px}
.candle-primary-nav a:hover{border: 2px solid #000!important}
.candle-primary-nav .menu-item.is-active > a {
      border: 2px solid #000!important;
}
.candle-phone{margin-left:8px;border:2px solid #000;padding:7px 14px;color:#000!important;text-decoration:none;font-weight:bold;white-space:nowrap}

.candle-phone:hover {
    background: #000;
    color: #fff!important;
}

.candle-primary-nav
.primary-nav-inner > ul > li.candle-centrale-item:has(.candle-centrale-card.is-active)
> a.candle-centrale-main-link {
    border: 2px solid #000 !important;
}


.candle-nav-toggle{display:none;align-items:center;gap:8px;min-height:42px;padding:7px 10px;border:2px solid transparent;background:#fff;color:#000;font:inherit;font-size:14px;font-weight:700;line-height:1;cursor:pointer}
.candle-nav-toggle:hover,.candle-nav-toggle:focus-visible,.candle-nav-toggle[aria-expanded="true"]{border-color:#000;outline:0}
.candle-nav-toggle .nav-toggle-lines{display:grid;gap:4px;width:22px}
.candle-nav-toggle .nav-toggle-lines i{display:block;width:22px;height:2px;background:currentColor;transform-origin:center;transition:transform .2s ease,opacity .2s ease}
.candle-nav-toggle[aria-expanded="true"] .nav-toggle-lines i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.candle-nav-toggle[aria-expanded="true"] .nav-toggle-lines i:nth-child(2){opacity:0}
.candle-nav-toggle[aria-expanded="true"] .nav-toggle-lines i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.candle-nav-toggle .nav-toggle-label{display:block}

/* Global search */
.candle-search-trigger{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;margin-left:6px;padding:0;border:0;background:#fff;color:#000;cursor:pointer}
.candle-search-trigger:hover,.candle-search-trigger[aria-expanded="true"]{background:#000;color:#fff}
.candle-search-trigger svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.candle-global-search[hidden]{display:none!important}
.candle-global-search{position:absolute;top:100%;left:0;right:0;z-index:60;background:#fff;border-top:1px solid #e2e2e2;border-bottom:1px solid #d6d6d6;box-shadow:0 14px 26px rgba(0,0,0,.12)}
.candle-global-search__inner{padding-top:14px;padding-bottom:14px}
.candle-global-search__form{display:grid;grid-template-columns:minmax(0,1fr) auto 44px;gap:8px;align-items:stretch;max-width:1050px;margin:0 auto}
.candle-global-search__form input{width:100%;height:48px;padding:0 16px;border:2px solid #111;border-radius:0;background:#fff;color:#222;font:16px Arial,Helvetica,sans-serif;outline:none}
.candle-global-search__form input:focus{border-color:#146eb4;box-shadow:0 0 0 1px #146eb4}
.candle-global-search__submit{min-width:128px;border:0;background:#000;color:#fff;padding:0 24px;font-size:16px;font-weight:700;cursor:pointer}
.candle-global-search__submit:hover{background:#146eb4}
.candle-global-search__close{width:44px;border:1px solid #d5d5d5;background:#fff;color:#111;font-size:30px;line-height:1;cursor:pointer}
.candle-global-search__close:hover{background:#f3f3f3}

/* Functional toast fallback used by the active CANDLE JavaScript. */
.frontend-toast{position:fixed;top:22px;left:50%;z-index:1100;max-width:min(420px,calc(100vw - 36px));padding:13px 18px;background:#111;color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.24);font-size:15px;line-height:1.4;opacity:0;transform:translate(-50%,-12px);transition:opacity .22s ease,transform .22s ease}
.frontend-toast.is-visible{opacity:1;transform:translate(-50%,0)}
.frontend-toast-error{background:#b42318}


/* Hero */
.candle-hero{height:500px;background:#050505;position:relative;overflow:hidden}
.candle-hero-fire{position:absolute;inset:0;background:url('../images/b5.webp') center center/cover no-repeat;opacity:1}

.candle-hero-inner{height:100%;position:relative;z-index:2}

.candle-hero-title{
    position:absolute;
    left:35px;
    top:152px;
    width:580px;
    background:rgba(255,255,255,.1);
    padding:10px;
    text-align:center;
    border-radius:35%;
    box-shadow:0 20px 51px -1px rgba(144,155,165,0.2);
}
.candle-hero-title h1{
    margin:0;
    font-size:45px;
    line-height:1.15;
    color:#fff;
    font-weight:bold
}


.candle-hero-boilers{position:absolute;left:43%;top:0;height:420px;width:auto;object-fit:contain}
.candle-hero-points{z-index: 333; position:absolute;right:20px;top:110px;width:385px;display:grid;gap:0;filter:drop-shadow(0 10px 20px rgba(0,0,0,.08))}
.candle-hero-points>div{background:rgba(255,255,242,.93);padding:12px 20px;font-size:17px;line-height:1.25;font-weight:700;color:#111;border-bottom:2px solid #146eb4}
.candle-list-heading{text-align:center;padding:36px 0 28px}
.candle-list-heading h2{font-size:29px;margin:0 0 16px;color:#383838}
.candle-list-heading p{max-width:850px;margin:0 auto;font-size:17px;color:#666;line-height:1.55}
.candle-category-heading{padding:38px 0 26px;border-bottom:1px solid #eee}
.candle-category-heading h1{font-size:34px;margin:0 0 8px}


/* Product listing */
.candle-catalog-section{padding:0 0 60px;background:#fff}
.candle-product-card{
	position: relative;
	border:4px solid #fff;
	box-shadow:0 2px 7px #bee5f7;
	background:#fafafa; 
	margin-bottom:30px;
}


.candle-product-card__media{position:relative;display:block;overflow:hidden;background:#fff;text-decoration:none}
.candle-product-card__media picture{display:block;width:100%}
.candle-product-card__image{display:block;width:100%;height:auto;object-fit:contain}

.candle-product-placeholder{font-size:34px;font-weight:900;color:#111}
.candle-power-badge{
	position:absolute;right:11px;top:11px;width:75px;height:75px;border-radius:50%;
	background:#33923e;color:#fff;display:flex;
	align-items:center;justify-content:center;font-size:19px;font-weight:bold;
	 box-shadow: 0 20px 51px -1px rgba(144, 155, 165, 0.3);
}
.candle-card-stock{position:absolute;left:10px;top:10px;background:#222;color:#fff;padding:5px 8px;font-size:12px}
.candle-product-card__body{padding:7px 14px 12px;flex:1}
.candle-product-card__body h2{margin:0 -5px 10px;background:#fff;border-radius:22px;text-align:center;font-size:23px;line-height:1.2;padding:6px 8px}
.candle-product-card__body h2 a{color:#1476bb;border-bottom: 2px solid transparent;}
.candle-product-card__body h2 a:hover{color:#1476bb;border-bottom: 2px solid #1476bb}
.candle-product-spec-list{margin:0;padding:0 0 0 18px;font-size:15px;line-height:1.5;color:#333}

.candle-card-order{display:grid;grid-template-columns:82px 1fr;background:#000;min-height:46px}

.candle-card-order label{display:flex;align-items:center;gap:2px;padding:2px;color:#fff;margin:0;font-size:11px}

.candle-card-order input{border:1px solid #fff;border-radius:0;padding:13px;text-align:center; font-size: 16px}
.candle-card-order button,
.candle-card-detail{
	background:#000;color:#fff;text-align:center;text-decoration:none;font-size:22px;
	padding:10px 10px;cursor:pointer;border:2px solid transparent;
}

.candle-card-order button:hover,
.candle-card-detail:hover{background:#fff;color:#000; border: 2px solid #000}


.candle-card-detail{display:block;}


/* =========================================================
   KIT SUPRAVEGHERE - PAGINA PRODUS
   ========================================================= */

.candle-kit-section {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 34px 38px 38px;
    border: 0;
    background: #fff;
}


.candle-kit-section > h2 {
    margin: 0 0 8px;
    color: #222;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}


/* Textul introductiv */

.candle-kit-section__intro,
.candle-kit-section > p {
    max-width: 820px;
    margin: 0 0 24px;
    color: #555;
    font-size: 15px;
    line-height: 1.55;
}

.candle-kit-showcase-list {
    display: grid;
    gap: 20px;
    width: 100%;
    margin: 0;
}


.candle-kit-section .candle-kit-showcase {
    display: grid;
    grid-template-columns:
        minmax(220px, 270px)
        minmax(0, 1fr)
        205px;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dedede;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
}


.candle-kit-section .candle-kit-showcase__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    padding: 4px;
    border: 0;
    border-right: 1px solid #e6e6e6;
    background: #fff;
}


.candle-kit-section .candle-kit-showcase__media img {
    display: block;
    width: 100%;
    height: auto;
}


.candle-kit-section .candle-kit-showcase__media > span {
    color: #777;
    font-size: 18px;
    font-weight: 800;
}


.candle-kit-section .candle-kit-showcase__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 28px 30px;
}


.candle-kit-section .candle-kit-showcase__body h3 {
    margin: 0 0 12px;
    color: #222;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
}


.candle-kit-section .candle-kit-showcase__lead {
    margin: 0 0 18px;
    color: #444;
    font-size: 15px;
    line-height: 1.55;
}


.candle-kit-section .candle-kit-showcase__benefits {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.candle-kit-section .candle-kit-showcase__benefits li {
    position: relative;
    margin: 0;
    padding-left: 27px;
    color: #333;
    font-size: 15px;
    line-height: 15px;
}


.candle-kit-section .candle-kit-showcase__benefits li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #198f2b;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
}


.candle-kit-section .candle-kit-showcase__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 24px 18px;
    border: 0;
    border-left: 1px solid #e6e6e6;
    background: #f4f5f6;
    text-align: center;
}


.candle-kit-section .candle-kit-showcase__availability {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 18px;
    padding: 7px 11px;
    border-radius: 3px;
    background: #f9ffd4;
    color: red;
    font-size: 13px;
    line-height: 1.25;
    font-weight: bold;
    border:2px solid #fff;
    box-shadow: 0 1px 2px #ccc;
}


.candle-kit-section .candle-kit-showcase__price del {
    display: block;
    margin: 0 0 4px;
    color: #777;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
}


.candle-kit-section .candle-kit-showcase__price strong {
    display: block;
    margin: 0;
    color: #333;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}


/* TVA inclus */

.candle-kit-section .candle-kit-showcase__price small {
    display: block;
    margin-top: 7px;
    color: #555;
    font-size: 12px;
    line-height: 1.2;
}


.candle-kit-section .candle-kit-showcase__order-note {
    display: block;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}


@media (max-width: 950px) {

    .candle-kit-section {
        padding: 28px;
    }

    .candle-kit-section .candle-kit-showcase {
        grid-template-columns:
            210px
            minmax(0, 1fr);
    }
    
  
    
    .candle-card-order button{
        font-size:16px;
        font-weight:bold;
        text-align:center;
    }

    .candle-kit-section .candle-kit-showcase__media {
        min-height: 230px;
    }

    .candle-kit-section .candle-kit-showcase__media img {
        max-width: 175px;
        height: 190px;
    }

    .candle-kit-section .candle-kit-showcase__price {
        grid-column: 1 / -1;

        display: grid;

        grid-template-columns:
            minmax(0, 1fr)
            auto
            auto
            minmax(0, 1fr);

        align-items: center;

        gap: 12px 20px;

        padding: 16px 22px;

        border-left: 0;
        border-top: 1px solid #e6e6e6;

        text-align: left;
    }

    .candle-kit-section .candle-kit-showcase__availability {
        justify-self: start;

        margin: 0;
    }

    .candle-kit-section .candle-kit-showcase__price del {
        margin: 0;
    }

    .candle-kit-section .candle-kit-showcase__price small {
        margin: 0;
    }

    .candle-kit-section .candle-kit-showcase__order-note {
        grid-column: 1 / -1;

        width: 100%;

        margin: 0;
        padding-top: 12px;
    }

}


@media (max-width: 650px) {

    .candle-kit-section {
        width: 100%;

        padding: 22px 16px;
    }

    .candle-kit-section > h2 {
        font-size: 23px;
    }

    .candle-kit-section__intro,
    .candle-kit-section > p {
        margin-bottom: 18px;

        font-size: 14px;
    }


    .candle-kit-section .candle-kit-showcase {
        display: block;
    }
    
   


    /* imagine */

    .candle-kit-section .candle-kit-showcase__media {
        width: 100%;

        min-height: 0;

        padding: 22px;

        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .candle-kit-section .candle-kit-showcase__media img {
        width: 100%;
        max-width: 230px;

        height: 230px;
    }


    /* text */

    .candle-kit-section .candle-kit-showcase__body {
        padding: 22px 18px;
    }

    .candle-kit-section .candle-kit-showcase__body h3 {
        font-size: 20px;
    }

    .candle-kit-section .candle-kit-showcase__lead {
        font-size: 14px;
    }

    .candle-kit-section .candle-kit-showcase__benefits li {
        font-size: 13px;
    }


    /* preț */

    .candle-kit-section .candle-kit-showcase__price {
        display: flex;

        align-items: flex-start;

        padding: 20px 18px;

        border-top: 1px solid #e6e6e6;

        text-align: left;
    }

    .candle-kit-section .candle-kit-showcase__availability {
        justify-content: flex-start;

        margin-bottom: 12px;
    }

    .candle-kit-section .candle-kit-showcase__price strong {
        font-size: 28px;
    }

    .candle-kit-section .candle-kit-showcase__order-note {
        margin-top: 15px;
    }

}


/* ==========================================================
   PRODUCT DETAIL
   ========================================================== */


.candle-product-page {
    margin: 0;
    padding: 0;
    background: transparent;
}


/* ==========================================================
   OVERVIEW
   Titlu + breadcrumbs + galerie + buybox
   ========================================================== */

.candle-product-overview {
    width: 100%;
    padding: 46px 0 60px;
    background: #fff;
}

.candle-product-top {
    --candle-row-gap: 24px;
    align-items: flex-start;
}

.candle-product-main-column {
    min-width: 0;
}


/* ==========================================================
   TITLU
   ========================================================== */

.candle-product-title-row {
    display: flex;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 8px;
}

.candle-product-title-row h1 {
    margin: 0;
    color: #333;
    font-size: 34px;
    line-height: 1.15;
    font-weight: bold;
}

.candle-product-title-row > span {
	position: relative;
	bottom: 5px;
    color: #333;
    font-size: 17px;
    line-height: 1.4;
}

.candle-product-title-row {
    flex-wrap: wrap;
}

.candle-product-rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    margin-left: auto;
    color: #222;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.candle-product-rating-summary__stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
}

.candle-product-rating-summary__star {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: url('../images/stea_empty.svg') center center / 18px 18px no-repeat;
}

.candle-product-rating-summary__star.is-full {
    background-image: url('../images/stea_plina.svg');
}

.candle-product-rating-summary strong {
    font-size: 14px;
    font-weight: 800;
}

.candle-product-rating-summary:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .candle-product-rating-summary {
        width: 100%;
        margin-left: 0;
    }
}


/* =========================================================
   AVANTAJE CANDLE
   ========================================================= */

.candle-advantages {
    width: 100%;
    padding: 38px 0;
    background: #fff;
    box-sizing: border-box;
}

/*
 * Containerul trebuie să rămână strict în interiorul
 * secțiunii. Padding-ul intră în lățimea totală.
 */
.candle-advantages > .container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}

.candle-advantages__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.candle-advantage {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 8px 10px;
    background: #fafafa;
    border-radius: 9px;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

.candle-advantage__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 42px;
    width: 42px;
    height: 42px;

    min-width: 0;
}

.candle-advantage__icon svg {
    display: block;
    width: 40px;
    height: 40px;
}

.candle-advantage:first-child .candle-advantage__icon svg {
    fill: #d92727;
    stroke: #d92727;
}

.candle-advantage__icon--flag span {
    display: block;
    font-size: 42px;
    line-height: 1;
}

.candle-advantage__copy {
    min-width: 0;
    line-height: 1.15;
}

.candle-advantage__copy strong {
    display: block;

    margin: 0 0 3px;

    color: #111;

    font-size: 14px;
    line-height: 1.15;
    font-weight: 800;

    overflow-wrap: anywhere;
}

.candle-advantage__copy span,
.candle-advantage__copy a {
    display: block;
    max-width: 100%;
    color: #222;
    font-size: 12px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.candle-advantage__copy a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.candle-advantage__copy a:hover {
    text-decoration: underline;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .candle-advantages {
        padding: 32px 0;
    }

    .candle-advantages__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .candle-advantages {
        padding: 24px 0;
    }

    .candle-advantages > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .candle-advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .candle-advantage {
        align-items: flex-start;
        gap: 8px;
        padding: 8px;
    }

    .candle-advantage__icon {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
    }

    .candle-advantage__icon svg {
        width: 34px;
        height: 34px;
    }

    .candle-advantage__icon--flag span {
        font-size: 32px;
    }

    .candle-advantage__copy strong {
        font-size: 12px;
        line-height: 1.15;
    }

    .candle-advantage__copy span,
    .candle-advantage__copy a {
        font-size: 11px;
        line-height: 1.15;
    }

}


/* =========================================================
   MOBILE FOARTE MIC
   ========================================================= */

@media (max-width: 390px) {

    .candle-advantages__grid {
        grid-template-columns: 1fr;
    }

    .candle-advantage {
        align-items: center;
    }

}


/* ==========================================================
   BREADCRUMBS
   ========================================================== */

.candle-product-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;

    margin: 0 0 22px;
    padding: 0;

    font-size: 15px;
    line-height: 1.4;
}

.candle-product-breadcrumbs a {
    color: #146eb4;
    text-decoration: none;
}

.candle-product-breadcrumbs a:hover {
    text-decoration: underline;
}

.candle-product-breadcrumbs span[aria-current="page"] {
    color: #222;
}


/* ==========================================================
   GALERIE PRODUS
   ========================================================== */

.candle-product-gallery-layout {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.candle-product-thumbs-shell {
    display: grid;
    grid-template-rows: 32px minmax(0, 1fr) 32px;
    gap: 5px;
    width: 95px;
    height: var(--candle-gallery-main-height, auto);
    max-height: var(--candle-gallery-main-height, none);
    min-height: 0;
    overflow: hidden;
}

.candle-product-thumbs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.candle-product-thumbs::-webkit-scrollbar {
    display: none;
}

.candle-product-thumbs button {
    display: flex;
    flex: 0 0 95px;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.candle-product-thumbs button.is-active {
    border-color: #000;
}

.candle-product-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.candle-product-thumbs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 32px;
    padding: 0;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    background: #fff;
    color: #111;
    cursor: pointer;
}

.candle-product-thumbs-nav:hover:not(:disabled) {
    border-color: #111;
    background: #f3f3f3;
}

.candle-product-thumbs-nav:disabled {
    opacity: .25;
    cursor: default;
}

.candle-product-thumbs-nav svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.candle-product-thumbs-nav--next svg {
    transform: rotate(180deg);
}

.candle-product-thumbs-shell:not(.has-overflow) .candle-product-thumbs-nav {
    visibility: hidden;
}

.candle-product-main-image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f7f7f7;
}

.candle-product-main-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 650px) {
    .candle-product-gallery-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        width: 100%;
        min-width: 0;
    }

    .candle-product-main-image {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        min-width: 0;
    }

    .candle-product-main-image > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .candle-product-thumbs-shell {
        position: relative;
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        grid-template-rows: 64px;
        align-items: stretch;
        gap: 6px;
        width: 100%;
        height: 64px;
        max-height: 64px;
        min-width: 0;
        overflow: hidden;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs-nav--previous {
        grid-column: 1;
        grid-row: 1;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: row;
        gap: 6px;
        width: 100%;
        height: 64px;
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs::-webkit-scrollbar {
        display: none;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs button {
        flex: 0 0 64px;
        width: 64px;
        min-width: 64px;
        max-width: 64px;
        height: 64px;
        margin: 0;
        padding: 0;
        scroll-snap-align: start;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs button img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs-nav--next {
        grid-column: 3;
        grid-row: 1;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs-nav {
        align-self: stretch;
        width: 36px;
        height: 64px;
        min-width: 36px;
        margin: 0;
        padding: 0;
        border: 1px solid #d7d7d7;
        background: #fff;
        color: #111;
    }

    .candle-product-thumbs-shell > .candle-product-thumbs-nav--previous svg {
        transform: rotate(-90deg);
    }

    .candle-product-thumbs-shell > .candle-product-thumbs-nav--next svg {
        transform: rotate(90deg);
    }

    .candle-product-thumbs-shell:not(.has-overflow) {
        grid-template-columns: minmax(0, 1fr);
    }

    .candle-product-thumbs-shell:not(.has-overflow) > .candle-product-thumbs {
        grid-column: 1;
        justify-content: center;
    }

    .candle-product-thumbs-shell:not(.has-overflow) > .candle-product-thumbs-nav {
        display: none;
    }
}

.candle-product-image-placeholder {
    display: flex;

    height: 100%;

    align-items: center;
    justify-content: center;

    font-size: 48px;
    font-weight: 900;
}


/* Badge putere */

.candle-product-main-power {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #37963f;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
    opacity: .9;
}


.candle-product-main-discount {
    position: absolute;
    z-index: 3;
    top: 100px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #f00;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
    opacity: .9;
}


/* ==========================================================
   BUYBOX
   ========================================================== */

.candle-product-buybox {
    display: flex;
    flex-direction: column;
    min-height: 455px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}


.candle-product-kit {
	margin-top: 19px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.candle-product-kit p {
    font-size: 16px;
        color: #333;
}


/* Preț */


.candle-product-buybox-price > span {
    margin-right: 7px;
    color: #333;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}


.candle-product-buybox-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    min-height: 72px;
    padding: 0 4px 18px;
}

.candle-product-buybox-price del {
    display: block;
    margin: 0;
    color: #777;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.candle-product-buybox-price strong {
    display: block;
    margin-left: auto;
    color: #333;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}
.green {
	color: green;
}


/* =========================================================
   PROMOTIE - PRODUCT BUYBOX
   ========================================================= */

.candle-product-promotion {
    display: block;
    width: auto;

    margin-top: auto;
    margin-right: -8px;
    margin-bottom: -8px;
    margin-left: -8px;

    padding: 10px 8px 13px;

    border: 0;
    border-left: 0;

    background: #fbffd0;
    color: #333;

    text-align: center;
}

.candle-product-promotion__title {
    display: block;

    margin: 0 0 8px;

    color: #333;

    font-size: 17px;
    line-height: 1.1;
    font-weight: 800;
}

.candle-product-promotion__countdown {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;
}

.candle-product-promotion__unit {
    display: flex;
    flex: 0 0 42px;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 2px solid #fff;
    border-radius: 50%;

    background: #f00;
    color: #fff;

    line-height: 1;

    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.candle-product-promotion__unit b {
    display: block;

    margin: 0;

    color: #fff;

    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.candle-product-promotion__unit small {
    display: block;

    margin-top: 2px;

    color: #fff;

    font-size: 9px;
    line-height: 1;
    font-weight: 700;
}


/* Variante */

.candle-variant-select {
    display: grid;
    gap: 5px;

    margin: 0 0 12px;
}

.candle-variant-select select {
    height: 40px;

    border: 1px solid #bbb;
    border-radius: 0;

    background: #fff;
}


/* Cumpărare */

.candle-buy-actions {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 8px;
    margin: 10px 0 42px;
}

.candle-buy-actions label {
    margin: 0;

    font-size: 12px;
}

.candle-buy-actions label span {
    display: block;

    margin-bottom: 4px;
}

.candle-buy-actions input {
    width: 100%;
    height: 46px;
    border: 2px solid #000;
    border-radius: 0;
    text-align: center;
}

.candle-buy-actions button {
    height: 46px;
    border: 2px solid #000;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.candle-buy-actions button:hover,
.candle-buy-actions button:focus-visible {
    background: #fff;
    color: #000;
}


/* Ajutor */

.candle-buy-help {
    margin: auto 0 14px;
    font-size: 16px;
    font-weight: bold;
}

.candle-buy-help a {
    font-weight: 700;
    text-decoration: none;
}


/* Meta */

.candle-buy-meta {
    padding-top: 12px;
    border-top: 1px solid #eee;
    font-size: 14px;

}

.candle-buy-meta p {
    margin: 5px 0;
    line-height: 30px;
}


/* Bundle only */

.candle-bundle-only {
    padding: 12px;

    background: #fff6db;
}


/* ==========================================================
   SECȚIUNI FULL WIDTH
   ========================================================== */

.candle-product-section-band {
    width: 100%;

    margin: 0;
    padding: 48px 0;
}

.candle-product-section-band--white {
    background: #fff;
}

.candle-product-section-band--soft {
    background: #f2f2f2;
}


/* Container intern secțiuni */

.candle-product-section {
    padding-top: 0;
    padding-bottom: 0;
}

.candle-product-section h2 {
    margin: 0 0 24px;

    color: #333;

    font-size: 28px;
    line-height: 1.2;
}


/* ==========================================================
   CARD DE CONȚINUT / DESCRIERE
   ========================================================== */

.candle-content-card {
    max-width: 980px;
    margin-inline: auto;
    padding: 42px 52px;
    background: #fff;
}

.candle-prose h2 {
    margin: 0 0 18px;
    color: #333;
    font-size: 31px;
    line-height: 1.15;
}
.candle-content-card ul {
    padding-left: 18px;
    margin: 0;
}

.candle-prose p,
.candle-prose li {
    font-size: 16px;
    line-height: 1.6;
}

.candle-prose p:first-child {
    margin-top: 0;
}

.candle-prose p:last-child {
    margin-bottom: 0;
}

.candle-managed-section__intro {
    margin-bottom: 24px;
}


/* ==========================================================
   SPECIFICAȚII
   ========================================================== */

.candle-spec-table {
    width: 100%;

    border-collapse: collapse;

    background: #fff;
}

.candle-spec-table th,
.candle-spec-table td {
    padding: 10px;

    border-bottom: 1px solid #ddd;

    text-align: left;
    vertical-align: top;
}

.candle-spec-table th {
    width: 35%;
    background: #f7f7f7;
}


/* ==========================================================
   COMMUNITY
   ========================================================== */
.candle-community-item {
    padding: 14px 0;

    border-top: 1px solid #ddd;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1199px) {

    .candle-product-overview {
        padding-top: 36px;
    }

    .candle-product-title-row h1 {
        font-size: 31px;
    }

    .candle-product-main-image {
       /* height: 380px;*/
    }

}


/* ==========================================================
   <= 991
   ========================================================== */

@media (max-width: 991px) {

    .candle-product-overview {
        padding: 30px 0 44px;
    }

    .candle-product-title-row {
        display: block;
    }

    .candle-product-title-row > span {
        display: block;

        margin-top: 8px;

        white-space: normal;
    }

    .candle-product-buybox {
        min-height: 0;
        margin-top: 6px;
    }

    .candle-buy-actions {
        margin-bottom: 26px;
    }
.candle-product-section-band {
        padding: 40px 0;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

    .candle-product-overview {
        padding: 24px 0 36px;
    }


    .candle-product-title-row h1 {
        font-size: 26px;
    }


    .candle-product-breadcrumbs {
        margin-bottom: 16px;

        font-size: 13px;
    }


    /* Buybox */

    .candle-product-buybox {
        margin-top: 18px;
    }


    .candle-product-buybox-price {
        min-height: 0;
        padding-bottom: 14px;
    }


    .candle-product-buybox-price > span,
    .candle-product-buybox-price strong {
        font-size: 27px;
    }


    .candle-buy-actions {
        grid-template-columns: 70px minmax(0, 1fr);

        margin-bottom: 24px;
    }


    /* Secțiuni */

    .candle-product-section-band {
        padding: 32px 0;
    }


    .candle-content-card {
        padding: 28px 20px;
    }


    .candle-prose h2,
    .candle-product-section h2 {
        font-size: 25px;
    }


    .candle-prose p,
    .candle-prose li {
        font-size: 15px;
        line-height: 1.55;
    }


    .candle-spec-table th {
        width: 42%;
    }

}


/* Footer */
.candle-footer{background:#050505;color:#eee;padding:35px 0 0}
.candle-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px}
.candle-footer-logo{max-width:230px;height:auto}
.candle-footer p{color:#bbb;line-height:1.5}
.candle-footer h2{color:#fff;font-size:27px}
.candle-footer a{display:block;color:#ddd;text-decoration:none;margin:7px 0}
.candle-footer a:hover{color:#fff}
.candle-footer .footer-nav .menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.candle-footer-bottom{
    border-top:1px solid #333;margin-top:28px;padding:16px 0;color:#999;font-size:13px
}

@media(max-width:1100px){
    .candle-brand{width:300px;flex-basis:300px}
    .candle-primary-nav .primary-nav-inner>ul>li>a,
    .candle-primary-nav ul.menu>li>a{padding:12px 9px;font-size:18px}
    .candle-phone{font-size:14px}
    .candle-hero-boilers{left:38%}
    .candle-hero-points{right:12px;width:340px}
    .candle-hero-title{left:20px;width:480px}
}
@media(max-width:900px){
	body.nav-open{overflow:hidden}
	.nav-backdrop{position:fixed;inset:62px 0 0;z-index:38;background:rgba(0,0,0,.42)}
	.nav-backdrop[hidden]{display:none!important}
	.candle-site-header,.candle-header-inner{height:62px}
    .candle-header-inner{padding-right:12px}
    .candle-brand{height:62px;width:250px;flex-basis:250px;padding-left:15px}
	.candle-brand-image{width:250px}
	.candle-nav-toggle{display:flex;margin-left:auto}
    .candle-primary-nav{display:none}
	.candle-primary-nav.is-open{
        display:block;position:absolute;top:62px;left:0;right:0;
        z-index:41;background:#fff;padding:12px;
        box-shadow:0 12px 22px rgba(0,0,0,.15)
    }
    .candle-primary-nav.is-open ul{display:block!important}
    .candle-primary-nav.is-open a{border:0!important;margin:0!important}
    .candle-phone{margin-left:8px;padding:8px 10px}
    .candle-hero{height:auto;min-height:600px}
    .candle-hero:after{display:none}
    .candle-hero-inner{min-height:600px;padding-top:24px}
    .candle-hero-title{position:relative;left:auto;top:300px;width:auto;margin:0 12px}
    .candle-hero-title h1{font-size:27px}
    .candle-hero-boilers{left:50%;top:135px;transform:translateX(-50%);height:300px}
    .candle-hero-points{left:12px;right:12px;top:auto;bottom:18px;width:auto}
    .candle-hero-points>div{padding:8px 12px;font-size:14px}
	.candle-product-buybox{min-height:0}
    .candle-buy-actions{margin-bottom:24px}
	.candle-product-title-row{display:block}
	.candle-product-title-row h1{font-size:30px}
}
@media(max-width:650px){
	.candle-header-inner{padding-right:6px}
	.candle-brand{width:auto;flex:1 1 auto;min-width:0;height:62px;padding:0 34px 0 16px;clip-path:polygon(0 0,86% 0,100% 100%,0 100%)}
	.candle-brand-image{width:215px;max-width:100%}.candle-phone{display:none}
	.candle-search-trigger{order:2;flex-shrink:0;margin-left:0;margin-right:0}.candle-nav-toggle{order:3;flex-shrink:0;margin-left:0}
	.candle-product-card__body h2{font-size:21px}
	.candle-product-title-row h1{font-size:26px}
	.candle-footer-grid{grid-template-columns:1fr;gap:18px}
.candle-hero{min-height:620px}.candle-hero-inner{min-height:620px}
	.candle-hero-boilers{height:250px;top:155px}
	.candle-list-heading h2{font-size:24px}}


@media(max-width:380px){
	.candle-header-inner{padding-right:4px}
	.candle-brand{width:auto;flex:1 1 auto;min-width:0;padding:0 28px 0 12px}
	.candle-brand-image{width:195px;max-width:100%}
	.candle-search-trigger{flex-basis:38px;width:38px;height:38px}
	.candle-nav-toggle{min-height:40px;padding-inline:7px;font-size:13px}
}

/* Product community forms keep Catalog review/question functionality inside CANDLE. */
.candle-community-form{margin-top:18px;border:1px solid #d9d9d9;background:#fafafa}.candle-community-form summary{padding:11px 13px;font-weight:700;cursor:pointer;color:#146eb4}.candle-community-form form{padding:0 13px 14px;display:grid;gap:10px}.candle-community-form label{display:grid;gap:5px;font-weight:700;font-size:14px}.candle-community-form input,.candle-community-form select,.candle-community-form textarea{width:100%;border:1px solid #bbb;border-radius:0;background:#fff;padding:9px;font:inherit}.candle-community-form .button{justify-self:start;background:#000;color:#fff;border:0;padding:10px 16px;cursor:pointer}.candle-community-form .button:hover{background:#146eb4}

.candle-error-section{min-height:60vh;padding:64px 0;background:#f4f4f4}
.candle-error-page{max-width:820px;text-align:center}
.candle-error-code{margin-bottom:10px;color:#146eb4;font-size:64px;line-height:1;font-weight:900}
.candle-error-page h1{margin:0 0 18px;color:#333;font-size:38px;line-height:1.12}
.candle-error-copy{max-width:680px;margin:0 auto;color:#555;font-size:16px;line-height:1.6}
.candle-error-action{margin:28px 0 0}.candle-error-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;border:2px solid #000;background:#000;color:#fff!important;text-decoration:none;font-size:15px;font-weight:800}.candle-error-button:hover,.candle-error-button:focus-visible{background:#fff;color:#000!important;outline:0}
@media(max-width:650px){.candle-error-section{padding:44px 0}.candle-error-code{font-size:52px}.candle-error-page h1{font-size:30px}}

/* CANDLE CMS pages, category heroes and utility pages. */
.candle-page-hero{position:relative;isolation:isolate;overflow:hidden;padding:48px 0;background:#f2f2f2;color:#222}
.candle-page-hero.has-image{min-height:300px;display:flex;align-items:center;background:#111;color:#fff}
.candle-page-hero__media{position:absolute;inset:0;z-index:-2;background:#111}
.candle-page-hero__media::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.54)}
.candle-page-hero__media picture,.candle-page-hero__image{display:block;width:100%;height:100%}
.candle-page-hero__image{object-fit:cover}
.candle-page-hero__content{width:100%}
.candle-page-hero__inner{position:relative;z-index:1}
.candle-page-hero__breadcrumbs{margin:0 0 18px;padding:0;color:#555}
.candle-page-hero__breadcrumbs .breadcrumbs,
.candle-page-hero__breadcrumbs .breadcrumbs ol{margin:0;padding:0}
.candle-page-hero__breadcrumbs .breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:6px;list-style:none}
.candle-page-hero__breadcrumbs .breadcrumbs li{display:flex;align-items:center;gap:6px;margin:0;padding:0;font-size:14px;line-height:1.4}
.candle-page-hero__breadcrumbs .breadcrumbs a,
.candle-page-hero__breadcrumbs .breadcrumbs span{color:inherit}
.candle-page-hero__breadcrumbs .breadcrumbs a{font-weight:700;text-decoration:none}
.candle-page-hero__breadcrumbs .breadcrumbs a:hover,
.candle-page-hero__breadcrumbs .breadcrumbs a:focus-visible{text-decoration:underline;outline:0}
.candle-page-hero__breadcrumbs .breadcrumbs li>span[aria-hidden="true"]{opacity:.72}
.candle-page-hero.has-image .candle-page-hero__breadcrumbs{color:#fff}
.candle-page-hero__eyebrow,
.candle-catalog-utility-header__eyebrow,
.candle-blog-archive__eyebrow{display:block;margin-bottom:8px;color:#333;font-size:13px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.candle-page-hero.has-image .candle-page-hero__eyebrow{color:#fff}
.candle-page-hero h1{max-width:900px;margin:0;color:inherit;font-size:50px;line-height:1.30;font-weight:800;letter-spacing:-.02em}
.candle-page-hero p{max-width:780px;margin:16px 0 0;color:inherit;font-size:17px;line-height:1.55}
.candle-page-content,.candle-category-content{padding:46px 0;background:#f4f4f4}
.candle-page-content .candle-content-card+.content-builder{margin-top:32px}

.candle-catalog-utility-page{min-height:55vh;padding:42px 0 64px;background:#f4f4f4}
.candle-catalog-utility-header,
.candle-blog-archive__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px;padding-bottom:14px;border-bottom:2px solid #111}
.candle-catalog-utility-header h1,
.candle-blog-archive__header h1,
.candle-blog-archive__header h2{margin:0;color:#333;font-size:34px;line-height:1.12;font-weight:800;letter-spacing:-.02em}
.candle-catalog-utility-action,
.candle-blog-archive__action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border:2px solid #000;background:#fff;color:#000!important;text-decoration:none;font-size:15px;font-weight:800;white-space:nowrap}
.candle-catalog-utility-action:hover,
.candle-catalog-utility-action:focus-visible,
.candle-blog-archive__action:hover,
.candle-blog-archive__action:focus-visible{background:#000;color:#fff!important;outline:0}
.candle-wishlist-grid{--candle-row-gap:30px}
.candle-empty-state h2{margin:0 0 8px;font-size:25px}
.candle-empty-state p{margin:0;color:#555;font-size:16px}

.candle-compare-scroll{width:100%;overflow-x:auto;background:#fff;border:1px solid #ddd}
.candle-compare-table{width:100%;min-width:760px;border-collapse:collapse;background:#fff;font-size:15px;line-height:1.4}
.candle-compare-table th,
.candle-compare-table td{padding:14px;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;text-align:left;vertical-align:top}
.candle-compare-table tr>th:first-child{width:180px;background:#f4f4f4;color:#333;font-weight:800}
.candle-compare-table thead th{background:#fff;vertical-align:bottom}
.candle-compare-table thead th:first-child{background:#111;color:#fff}
.candle-compare-table thead th a{display:block;color:#146eb4;font-size:17px;font-weight:800;line-height:1.25}
.candle-compare-remove{margin-top:7px;padding:0;border:0;background:none;color:#a02118;font:inherit;font-size:13px;font-weight:700;text-decoration:underline;cursor:pointer}
.candle-compare-product-media{position:relative;max-width:220px}
.candle-compare-image{display:block;width:100%;height:auto;object-fit:contain}
.candle-compare-product-discount{position:absolute;top:6px;right:6px;padding:4px 7px;background:#d40000;color:#fff;font-size:12px;font-weight:800}
.candle-compare-product-price del,
.candle-compare-product-price strong{display:block}
.candle-compare-product-price del{margin-bottom:4px;color:#777}
.candle-compare-product-price strong{color:#188b1f;font-size:18px}

@media(max-width:767px){
    .candle-page-hero{padding:34px 0}
    .candle-page-hero.has-image{min-height:240px}

    .candle-page-hero__breadcrumbs {
        display: none;
    }
    .candle-page-hero h1{font-size:31px}
    .candle-page-hero p{font-size:15px}
    .candle-page-content,
    .candle-category-content{padding:30px 0}
    .candle-catalog-utility-page{padding:30px 0 48px}
    .candle-catalog-utility-header,
    .candle-blog-archive__header{align-items:flex-start;flex-direction:column;gap:14px}
    .candle-catalog-utility-header h1,
    .candle-blog-archive__header h1,
    .candle-blog-archive__header h2{font-size:28px}
    .candle-catalog-utility-action,
    .candle-blog-archive__action{width:100%}
    .candle-compare-table{font-size:14px}
    .candle-compare-table th,
    .candle-compare-table td{padding:11px}
}

/* CANDLE blog -- compact Bootstrap-like layout, scoped to this theme only. */
.candle-blog-index{padding:20px 0 56px}.candle-blog-index__header{max-width:760px;margin:0 auto 28px}.candle-blog-index__header h1{margin:0;font-size:36px;line-height:1.12;color:#383838;font-weight:800;letter-spacing:-.02em}.candle-blog-grid{--candle-row-gap:28px;max-width:1080px;margin-inline:auto}
.candle-blog-index__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;align-items:start}.candle-blog-index__layout.has-sidebar{grid-template-columns:minmax(0,1fr) minmax(240px,290px)}.candle-blog-index__content{min-width:0}
/* Shared CANDLE widget presentation. Area rendering is handled by the layouts/partials. */
body.theme-candle-catalog .widget-area{display:grid;gap:18px}
body.theme-candle-catalog .widget{min-width:0}
body.theme-candle-catalog .widget-title{margin:0 0 14px;padding-bottom:10px;border-bottom:2px solid #111;color:#333;font-size:20px;line-height:1.2;font-weight:800}
body.theme-candle-catalog .widget-content{color:#444;font-size:14px;line-height:1.55;overflow-wrap:anywhere}
body.theme-candle-catalog .widget-content>:first-child{margin-top:0}
body.theme-candle-catalog .widget-content>:last-child{margin-bottom:0}
body.theme-candle-catalog .widget-content img{max-width:100%;height:auto}
body.theme-candle-catalog .widget-list{display:grid;gap:9px;margin:0;padding:0;list-style:none}
body.theme-candle-catalog .widget-list a{color:#1476bb;text-decoration:none;font-size:14px;line-height:1.4;font-weight:700}
body.theme-candle-catalog .widget-list a:hover,body.theme-candle-catalog .widget-list a:focus-visible{text-decoration:underline;outline:0}
body.theme-candle-catalog .widget-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto}
body.theme-candle-catalog .widget-search-form input{min-width:0;height:42px;padding:0 10px;border:1px solid #bbb;border-right:0;border-radius:0;background:#fff;color:#222;font:14px Arial,Helvetica,sans-serif;outline:0}
body.theme-candle-catalog .widget-search-form input:focus{border-color:#146eb4;box-shadow:inset 0 0 0 1px #146eb4}
body.theme-candle-catalog .widget-search-form button{min-height:42px;padding:8px 12px;border:0;background:#111;color:#fff;font-size:13px;font-weight:800;cursor:pointer}
body.theme-candle-catalog .widget-search-form button:hover,body.theme-candle-catalog .widget-search-form button:focus-visible{background:#146eb4;outline:0}

.theme-widget-zone{padding:26px 0}
.theme-widget-zone-before{border-bottom:1px solid #e1e1e1;background:#fff}
.theme-widget-zone-after{border-top:1px solid #e1e1e1;background:#f4f4f4}
.theme-widget-zone .widget-area{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}
.theme-widget-zone .widget{padding:20px;border:1px solid #ddd;background:#fff}

.candle-sidebar{display:grid;gap:18px;align-self:start;min-width:0}
.candle-sidebar .widget{padding:18px;border:1px solid #ddd;background:#fff}

.candle-footer .footer-widget-zone{margin-top:28px;padding-top:24px;border-top:1px solid #333}
.candle-footer .footer-widget-zone .widget-area{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:28px}
.candle-footer .footer-widget-zone .widget-title{margin-bottom:12px;padding-bottom:8px;border-bottom-color:#444;color:#fff;font-size:17px}
.candle-footer .footer-widget-zone .widget-content{color:#bbb}
.candle-footer .footer-widget-zone .widget-list a{margin:0;color:#ddd}
.candle-footer .footer-widget-zone .widget-list a:hover,.candle-footer .footer-widget-zone .widget-list a:focus-visible{color:#fff}
.candle-footer .footer-widget-zone .widget-search-form input{border-color:#555;background:#111;color:#fff}
.candle-footer .footer-widget-zone .widget-search-form input::placeholder{color:#aaa}
.candle-footer .footer-widget-zone .widget-search-form input:focus{border-color:#188f29;box-shadow:inset 0 0 0 1px #188f29}
.candle-footer .footer-widget-zone .widget-search-form button{background:#188f29}
.candle-footer .footer-widget-zone .widget-search-form button:hover,.candle-footer .footer-widget-zone .widget-search-form button:focus-visible{background:#146eb4}

@media(max-width:650px){.theme-widget-zone{padding:20px 0}body.theme-candle-catalog .widget-search-form{grid-template-columns:1fr}body.theme-candle-catalog .widget-search-form input{border-right:1px solid #bbb}body.theme-candle-catalog .widget-search-form button{min-height:40px}.candle-footer .footer-widget-zone .widget-search-form input{border-right-color:#555}}

.candle-blog-card{height:100%;background:#fff;box-shadow:0 1px 4px rgba(20,110,180,.08);display:flex;flex-direction:column}
.candle-blog-card__media{display:block;overflow:hidden;background:#e9e9e9}
.candle-blog-card__image{width:100%; display: block; height: auto; /*aspect-ratio:2/1;object-fit:cover*/}
.candle-blog-card__body{padding:22px 10px 26px;display:flex;flex:1;flex-direction:column}
.candle-blog-card h2{margin:0 0 26px;font-size:28px;line-height:1.12;letter-spacing:-.025em}
.candle-blog-card h2 a{color:#1476bb;border-bottom: 2px solid transparent;}
.candle-blog-card h2 a:hover{border-bottom: 2px solid #1476bb}
.candle-blog-card p{margin:0 0 4px;color:#333;font-size:16px;line-height:1.5}
.candle-blog-read-more{margin-top:auto;font-size:16px;font-weight:700;text-decoration:underline}
.candle-blog-card__meta{color:#777!important;font-size:13px!important}
.candle-blog-archive{padding:38px 0 56px;background:#f4f4f4}
.candle-blog-archive__count{display:grid;min-width:170px;text-align:right}.candle-blog-archive__count strong{color:#146eb4;font-size:28px;line-height:1}.candle-blog-archive__count span{margin-top:5px;color:#666;font-size:12px;line-height:1.3}
.candle-blog-search-form{display:grid;grid-template-columns:minmax(0,1fr) 130px;max-width:820px;margin:0 0 30px}
.candle-blog-search-form input{height:48px;padding:0 14px;border:2px solid #111;border-right:0;border-radius:0;background:#fff;color:#222;font:16px Arial,Helvetica,sans-serif;outline:0}
.candle-blog-search-form input:focus{border-color:#146eb4;box-shadow:inset 0 0 0 1px #146eb4}.candle-blog-search-form button{border:0;background:#000;color:#fff;font-size:15px;font-weight:800;cursor:pointer}.candle-blog-search-form button:hover,.candle-blog-search-form button:focus-visible{background:#146eb4;outline:0}
.candle-pagination--with-label{align-items:center}.candle-pagination--with-label span{color:#555;font-size:14px}
@media(max-width:767px){.candle-blog-archive{padding:28px 0 44px}.candle-blog-archive__count{text-align:left}.candle-blog-search-form{grid-template-columns:1fr}.candle-blog-search-form input{border-right:2px solid #111}.candle-blog-search-form button{min-height:44px}.candle-pagination--with-label{flex-wrap:wrap}}
.candle-empty-state{padding:30px;background:#fff;text-align:center}
.candle-pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}
.candle-pagination a{display:grid;place-items:center;min-width:36px;height:36px;border:1px solid #cfd7df;background:#fff;color:#333;text-decoration:none}
.candle-pagination a.is-active,.candle-pagination a:hover{border-color:#146eb4;background:#146eb4;color:#fff}

.candle-blog-article-page{padding:12px 0 56px;background:#f4f4f4}
.candle-article-layout{--candle-row-gap:22px;align-items:flex-start}
.candle-blog-article{background:#fff;padding:8px 6px 36px}
.candle-blog-article__header h1{margin:4px 0 16px;font-size:36px;line-height:1.08;color:#383838;font-weight:800;letter-spacing:-.025em}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 3px;
}


th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #efefef;
  color: #333;
}


.candle-blog-breadcrumbs{margin-bottom:36px}
.candle-blog-breadcrumbs .breadcrumbs,
.candle-blog-breadcrumbs ol,
.candle-blog-breadcrumbs ul{margin:0;padding:0;list-style:none}
.candle-blog-breadcrumbs a,
.candle-blog-breadcrumbs span{font-size: 16px}
.candle-blog-article__featured{margin-bottom:34px;overflow:hidden}
.candle-blog-article__featured picture,
.candle-blog-article__featured img{width:100%}
.candle-blog-article__featured-image{width:100%;max-height:560px;object-fit:cover}
.candle-blog-article__content{font-size:16px;line-height:1.52;color:#333}
.candle-blog-article__content p{margin:0 0 16px}
.candle-blog-article__content h2{margin:28px 0 18px;font-size:31px;line-height:1.12;color:#383838}
.candle-blog-article__content h3{margin:24px 0 14px;font-size:24px;line-height:1.2}
.candle-blog-article__content img,
.candle-blog-article__content video,
.candle-blog-article__content iframe{max-width:100%;height:auto}
.candle-blog-article__content table{max-width:100%}
.candle-article-gallery,
.candle-related-posts,
.candle-blog-article .article-comments{margin-top:34px;padding-top:24px;border-top:1px solid #e3e3e3}
.candle-article-gallery h2,
.candle-related-posts h2,
.candle-blog-article .article-comments h2{margin:0 0 18px;font-size:26px}
.candle-article-gallery .row,
.candle-related-posts .row{--candle-row-gap:18px}
.candle-article-gallery figure{margin:0}
.candle-related-post{height:100%;padding:16px;background:#f7f7f7}
.candle-related-post h3{margin:0 0 8px;font-size:19px}
.candle-related-post p{margin:0;font-size:14px;line-height:1.45}

.candle-share-column{align-self:stretch; display: block;}


 #shares {
       top: 100px; 
       position: fixed; 
       opacity: 0;
       transition: .2s;
    }


.candle-article-share a{
    display:grid;
    width: 70px;
    height:32px;
    color:#fff!important;
    text-decoration:none;
    font-size:17px;
    font-weight:bold;
    border-radius:3px;
    margin-bottom:10px;
    text-align: center;
    line-height: 2;
}

.candle-share-facebook{background:#6788ce}.candle-share-twitter{background:#29c5f6}.candle-share-linkedin{background:#3a9bdc}

.candle-blog-products{display:grid;}
.candle-blog-product-card{border:4px solid #fff;background:#fafafa;box-shadow:0 2px 7px #bee5f7;overflow:hidden;margin-bottom:30px}
.candle-blog-product-card__media{position:relative;display:block;background:#fff;text-decoration:none}
.candle-blog-product-card__media picture{display:block;width:100%}
.candle-blog-product-card__image{display:block;width:100%;height:auto;object-fit:contain}
.candle-blog-product-card__placeholder{display:grid;place-items:center;min-height:240px;color:#111;font-size:28px;font-weight:900}
.candle-blog-product-card__power{position:absolute;z-index:3;top:9px;right:9px;display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:#3c9a45;color:#fff;font-size:14px;line-height:1;font-weight:800;text-align:center}
.candle-blog-product-card__discount{position:absolute;z-index:3;top:70px;right:9px;display:flex;width:54px;height:54px;align-items:center;justify-content:center;padding:5px;border-radius:50%;background:#f00;color:#fff;font-size:12px;line-height:1.05;font-weight:800;text-align:center;box-shadow:0 5px 16px rgba(0,0,0,.18)}
.candle-blog-product-card__price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;min-height:30px;background:linear-gradient(to right,#d7d7d7 0 50%,#188b1f 50% 100%);text-align:center}
.candle-blog-product-card__price del{grid-column:1;display:flex;align-items:center;justify-content:center;min-width:0;margin:0;padding:8px;background:#d7d7d7;color:#333;font-size:18px;line-height:1.1;font-weight:600}
.candle-blog-product-card__price strong{grid-column:2;display:flex;align-items:center;justify-content:center;min-width:0;margin:0;padding:8px;background:#188b1f;color:#fff;font-size:20px;line-height:1.1;font-weight:800}
.candle-blog-product-card__title{margin:7px 7px 12px;padding:5px 8px;border-radius:20px;background:#fff;text-align:center;font-size:18px;line-height:1.2}
.candle-blog-product-card__title a{color:#1476bb;border-bottom:1px solid transparent}
.candle-blog-product-card__title a:hover{border-bottom:1px solid #1476bb}

.candle-discount-badge {
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 11px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    box-shadow: 0 20px 51px -1px rgba(144, 155, 165, 0.3);
}

.candle-card-commerce {
    display: grid;
    grid-template-columns: 36% 64%;
    align-items: stretch;
    background: #fff;
}

.candle-card-prices {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-self: start;
    min-width: 0;
    text-align: center;
}

.candle-card-prices del {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 10px 8px;
    background: #d7d7d7;
    color: #333;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
}

.candle-card-prices strong {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px;
    background: #188b1f;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
}

.candle-card-offer {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 5px 10px 7px;
    background: #fbffd0;
    text-align: center;
}

.candle-card-offer__title {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 17px;
    line-height: 1.1;
    font-weight: bold;
}

.candle-card-offer__countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.candle-card-offer__unit {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f00;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px -1px rgba(144, 155, 165, 0.8);
}

.candle-card-offer__unit b {
    display: block;
    font-size: 14px;
    font-weight: 900;
}

.candle-card-offer__unit small {
    display: block;
    margin-top: 2px;
    color: inherit;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
}


.candle-comments-eyebrow{display:block;margin-bottom:5px;color:#188f29;font-size:12px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.candle-blog-article .comments-empty{margin-top:16px;border:1px solid #e0e0e0}
.candle-blog-article .comment-reply-to{display:block;margin-top:3px;color:#777;font-size:12px}
.candle-comment-alert{margin:18px 0 0;padding:12px 14px;border:1px solid #d9d9d9;background:#f7f7f7;color:#444;font-size:14px}
.candle-comment-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.candle-blog-article .article-comments{font-size:15px}
.candle-blog-article .comments-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.candle-blog-article .comment-thread{display:grid;gap:14px}
.candle-blog-article .comment-item{padding:14px;border:1px solid #ddd;background:#fafafa}
.candle-blog-article .comment-replies{display:grid;gap:10px;margin:12px 0 0 24px}
.candle-blog-article .comment-header{display:flex;justify-content:space-between;gap:10px}
.candle-blog-article .comment-author-row{display:flex;gap:8px;align-items:center}

.candle-blog-article .comment-badge{padding:2px 6px;background:#146eb4;color:#fff;font-size:11px}
.candle-blog-article .comment-content{margin-top:8px;line-height:1.5}
.candle-blog-article .comment-reply-button{margin-top:8px;border:0;background:none;color:#146eb4;cursor:pointer;text-decoration:underline}
.candle-blog-article .comment-form{margin-top:20px}
.candle-blog-article .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.candle-blog-article .form-full{grid-column:1/-1}
.candle-blog-article .form-group{display:grid;gap:6px}
.candle-blog-article .input{width:100%;padding:10px;border:1px solid #bbb;border-radius:0;background:#fff;font:inherit}
.candle-blog-article .comment-reply-context{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;margin-bottom:12px;background:#eef7fd}
.candle-blog-article .comment-reply-context[hidden]{display:none}
.candle-blog-article .button{display:inline-flex;align-items:center;justify-content:center;border:0;background:#146eb4;color:#fff;padding:10px 15px;text-decoration:none;cursor:pointer}
.candle-blog-article .button-secondary{background:#fff;color:#146eb4;border:1px solid #146eb4}

@media(max-width:991px){.candle-blog-index__layout.has-sidebar{grid-template-columns:1fr}
    .candle-blog-index__header h1{font-size:31px}
    .candle-blog-article{padding-inline:5;}
    .candle-blog-article__header h1{font-size:32px}.candle-share-column{order:2}
    .candle-article-share{position:static;padding-top:0;display:flex;gap:6px}.candle-article-share a{width:54px}
    .candle-blog-products{order:3;grid-template-columns:repeat(2,minmax(0,1fr));}
    .candle-blog-product-card__image{aspect-ratio:1/1}.candle-blog-product-card__media{min-height:0}}

@media(max-width:767px){.candle-blog-index{padding-top:16px}.candle-blog-index__header{margin-bottom:20px}
    .candle-blog-index__header h1{font-size:27px}.candle-blog-card__body{padding:18px}
    .candle-blog-card h2{font-size:24px;margin-bottom:16px}.candle-blog-card p{font-size:15px}
    .candle-blog-article-page{padding-top:8px}
    .candle-blog-article__header h1{font-size:29px}
    .candle-blog-breadcrumbs{margin-bottom:22px}
    .candle-blog-article__featured{margin-bottom:24px}
    .candle-blog-article__featured-image{max-height:none}
    .candle-blog-article__content{font-size:16px;line-height:1.55}
    .candle-blog-article__content h2{font-size:26px}
    .candle-blog-article .form-grid{grid-template-columns:1fr}
    .candle-blog-article .form-full{grid-column:auto}}

@media(max-width:575px){.candle-blog-products{grid-template-columns:1fr}.candle-blog-product-card{max-width:360px;width:100%;margin-inline:auto}.candle-blog-card__image{aspect-ratio:16/9}
    .candle-blog-article__header h1{font-size:27px}
    .candle-blog-article .comments-heading{align-items:flex-start;flex-direction:column}
    .candle-blog-article .comment-header{display:block}.candle-blog-article .comment-replies{margin-left:12px}
    .candle-share-column{padding-top:0}}

/* Product secondary navigation -- mirrors the old CI3 top_bar.php behavior:
   hidden initially, revealed only after the product intro is scrolled past. */
[data-candle-product-nav-trigger]{height:0;overflow:hidden}
.candle-product-subnav{
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:9999;
  width:100%;
  margin:0;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #ddd;
  box-shadow:0 0 20px rgba(0,0,0,.12);
  opacity:0;
  visibility:hidden;
  transform:translateY(-100%);
  transition:transform .28s ease,opacity .28s ease,visibility .28s ease;
  pointer-events:none;
}
.candle-product-subnav.is-floating{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.candle-product-subnav__inner{min-height:68px;display:flex;align-items:center;gap:14px}
.candle-product-subnav__image{flex:0 0 50px;width:50px;height:50px;object-fit:contain;background:#fff}
.candle-product-subnav__info{flex:1 1 auto;min-width:0}
.candle-product-subnav__title{display:block;margin:0 0 5px;color:#222;font-size:17px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.candle-product-subnav__links{display:flex;align-items:center;gap:20px;min-width:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;white-space:nowrap}
.candle-product-subnav__links::-webkit-scrollbar{display:none}
.candle-product-subnav__links a{display:block;flex:0 0 auto;padding:4px 0 5px;border-bottom:2px solid transparent;color:#222;text-decoration:none;font-size:16px;line-height:1.2}
.candle-product-subnav__links a:hover,.candle-product-subnav__links a.is-active{color:#146eb4;border-bottom-color:#146eb4}
.candle-product-subnav__actions{flex:0 0 auto;display:flex;align-items:center;gap:13px;margin-left:auto}
.candle-product-subnav__price{font-size:22px;line-height:1;color:#222;white-space:nowrap}
.candle-product-subnav__actions button{border:0;border-radius:0;background:#000;border:2px solid #000;color:#fff;padding:8px 22px;font:inherit;font-size:18px;cursor:pointer;white-space:nowrap}
.candle-product-subnav__actions button:hover{background:#fff;border:2px solid #000;color:#000}
.candle-product-anchor{scroll-margin-top:88px}
.candle-kit-section__intro{margin:0 0 16px;color:#555}
@media(max-width:900px){
  .candle-product-subnav__inner{min-height:58px;gap:10px}
  .candle-product-subnav__image{width:42px;height:42px;flex-basis:42px}
  .candle-product-subnav__title{display:none}
  .candle-product-subnav__links{gap:14px}
  .candle-product-subnav__links a{font-size:14px;padding-block:8px}
  .candle-product-subnav__price{display:none}
  .candle-product-subnav__actions{margin-left:2px}
  .candle-product-subnav__actions button{padding:9px 13px;font-size:13px}
  .candle-product-anchor{scroll-margin-top:72px}
}
@media(max-width:650px){
  .candle-product-subnav__image{display:none}
  .candle-product-subnav__inner{gap:7px}
  .candle-product-subnav__info{overflow:hidden}
  .candle-product-subnav__links{gap:12px}
  .candle-product-subnav__actions button{padding-inline:10px}
}

.t-left {
    text-align: left;
}


/* Product Sections: dynamic CANDLE package/bundle section. */
.candle-bundle-section__list{display:grid;gap:30px;margin-top:26px}
.candle-bundle-section__card{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:38px;align-items:stretch;padding:28px 0 0;border-top:2px solid #222}
.candle-bundle-section__card:first-child{padding-top:28px}
.candle-bundle-section__copy{display:flex;min-width:0;flex-direction:column;align-self:stretch}
.candle-bundle-section__copy h3{margin:0 0 18px;color:#2f2f2f;font-size:25px;line-height:1.18}
.candle-bundle-section__included{margin:0 0 24px}
.candle-bundle-section__included-title{display:block;margin:0 0 9px;color:#333;font-size:14px;line-height:1.2}
.candle-bundle-section__included ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.candle-bundle-section__included li{display:flex;align-items:flex-start;gap:9px;margin:0;color:#444;font-size:15px;line-height:1.35}
.candle-bundle-section__included li>span{flex:0 0 auto;color:#24933a;font-size:17px;font-weight:900;line-height:1.15}
.candle-bundle-section__included li b{font-weight:600}
.candle-bundle-section__price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;width:min(100%,430px);min-height:40px;margin:auto 0 10px;background:linear-gradient(to right,#dedede 0 50%,#188b1f 50% 100%);text-align:center}
.candle-bundle-section__price-old,
.candle-bundle-section__price>strong{display:flex;align-items:center;justify-content:center;min-width:0;padding:5px 12px}
.candle-bundle-section__price-old{color:#666;font-size:19px;font-weight:700}
.candle-bundle-section__price-old del{color:inherit;text-decoration-thickness:1px}
.candle-bundle-section__price>strong{color:#fff;font-size:23px;line-height:1.05;font-weight:800}
.candle-bundle-promotion-expiry{grid-column:1/-1;display:block;margin:0;padding:7px 10px;background:#fff6d6;color:#7f1d1d;font-size:12px;line-height:1.35;font-weight:600;text-align:center}
.candle-bundle-section__actions{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;width:min(100%,430px)}
.candle-bundle-section__actions label{display:block;margin:0}
.candle-bundle-section__actions input{box-sizing:border-box;width:100%;height:46px;border:2px solid #222;border-radius:0;background:#fff;text-align:center;font:inherit;font-weight:700}
.candle-bundle-section__actions button{height:46px;border:2px solid #000;border-radius:0;background:#000;color:#fff;padding:0 22px;font:inherit;font-size:16px;font-weight:700;cursor:pointer;line-height: 18px}
.candle-bundle-section__actions button:hover{background:#fff;color:#000}
.candle-bundle-section__media{position:relative;display:flex;align-items:center;justify-content:center;align-self:start;min-width:0;overflow:visible}
.candle-bundle-section__image{display:block;width:100%;aspect-ratio:1/1;height:auto;object-fit:contain;background:#fff}
.candle-bundle-section__discount{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background:#f00;color:#fff;font-size:15px;line-height:1.05;font-weight:800;text-align:center;box-shadow:0 3px 10px rgba(0,0,0,.18)}
.candle-prose table{width:100%;border-collapse:collapse;margin:18px 0}
.candle-prose th,.candle-prose td{padding:5px 10px;border:1px solid #d6d6d6;text-align:left;vertical-align:top}
.candle-prose th{background:#f3f3f3;font-weight:700}
.candle-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.candle-muted{color:#777}
@media(max-width:767px){.candle-bundle-section__list{margin-top:20px}.candle-bundle-section__card{grid-template-columns:1fr;gap:22px;padding-top:22px}.candle-bundle-section__media{grid-row:1;width:min(100%,360px);margin-inline:auto}.candle-bundle-section__copy h3{font-size:22px}.candle-bundle-section__price,.candle-bundle-section__actions{width:100%}.candle-bundle-section__price{margin-top:6px}.candle-bundle-section__discount{top:8px;right:8px;width:62px;height:62px;font-size:14px}}

/* Bundle product page: explicit package contents. */
.candle-bundle-contents{padding-top:34px;padding-bottom:10px}
.candle-bundle-contents__heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px;border-bottom:2px solid #111;padding-bottom:12px}
.candle-bundle-contents__heading h2{margin:2px 0 0;font-size:28px;line-height:1.15}
.candle-bundle-contents__heading>p{max-width:560px;margin:0;color:#555;line-height:1.45}
.candle-bundle-contents__eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#1474b8}
.candle-bundle-contents__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.candle-bundle-component{display:grid;grid-template-columns:140px minmax(0,1fr);min-height:160px;border:1px solid #d8d8d8;background:#fff}
.candle-bundle-component__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:158px;padding:2px;border-right:1px solid #e2e2e2;background:#fafafa;overflow:hidden}
.candle-bundle-component__media img{display:block;width:100%;height:134px;object-fit:contain}
.candle-bundle-component__media>span{font-weight:800;color:#999}
.candle-bundle-component__qty{position:absolute;top:8px;left:8px;display:flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 7px;border-radius:50%;background:#2f963f;color:#fff;font-size:13px;line-height:1}
.candle-bundle-component__body{display:flex;flex-direction:column;padding:14px}
.candle-bundle-component__body h3{margin:0 0 7px;font-size:18px;line-height:1.22}
.candle-bundle-component__body h3 a{color:#111;text-decoration:none}
.candle-bundle-component__body h3 a:hover{color:#1474b8;text-decoration:underline}
.candle-bundle-component__variant,.candle-bundle-component__sku{margin:0 0 5px;color:#666;font-size:13px;line-height:1.35}
.candle-bundle-component__included{margin:auto 0 0;padding-top:10px;border-top:1px solid #eee;font-size:14px}
.candle-bundle-component__included strong{font-size:16px}
@media(max-width:1180px){.candle-bundle-contents__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.candle-bundle-contents__heading{display:block}.candle-bundle-contents__heading>p{margin-top:8px}.candle-bundle-contents__grid{grid-template-columns:1fr}.candle-bundle-component{grid-template-columns:112px minmax(0,1fr)}.candle-bundle-component__media{min-height:138px}.candle-bundle-component__media img{height:112px}}


/* CANDLE mega submenu -- ported from the original CI3 navigation. */
.candle-primary-nav .primary-nav-inner>ul>li:first-child>.sub-menu{display:none!important}
.candle-primary-nav .primary-nav-inner>ul>li.candle-centrale-item{position:static}
.candle-primary-nav .primary-nav-inner>ul>li.candle-centrale-item>.sub-menu,
.candle-primary-nav .primary-nav-inner>ul>li.candle-centrale-item>.submenu-toggle{display:none!important}
.candle-primary-nav .primary-nav-inner>ul>li.candle-centrale-item>a.candle-centrale-main-link{display:inline-flex;align-items:center;justify-content:center;gap:7px}
.candle-primary-nav .primary-nav-inner>ul>li.candle-centrale-item>a.candle-centrale-main-link:after{content:"";position:relative;top:-2px;width:8px;height:8px;margin-left:0;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg);transform-origin:center;transition:transform .18s ease,top .18s ease;flex:0 0 auto}
.candle-primary-nav .primary-nav-inner>ul>li.candle-centrale-item.is-open>a.candle-centrale-main-link:after{top:2px;transform:rotate(225deg)}
.candle-centrale-mega-menu{box-sizing:border-box;position:absolute;left:50%;top:100%;width:min(1200px,calc(100vw - 80px));transform:translateX(-50%);background:#fff;padding:10px;opacity:0;visibility:hidden;pointer-events:none;z-index:1200;box-shadow:0 12px 28px rgba(0,0,0,.08);transition:opacity .16s ease,visibility 0s linear .16s}
.candle-centrale-item.is-open>.candle-centrale-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}
.candle-centrale-mega-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px;background:transparent}
.candle-centrale-mega-inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
.candle-centrale-card{box-sizing:border-box;display:flex;flex-direction:column;min-width:0;min-height:335px;padding:10px;background:#fafafa;border:2px solid transparent;color:#000!important;text-decoration:none!important;transition:border-color .14s ease,background .14s ease}
.candle-centrale-card:hover,.candle-centrale-card:focus-visible,.candle-centrale-card.is-active{background:#fafafa;border-color:#111;color:#000!important;text-decoration:none!important;outline:0}
.candle-centrale-card__image{height:155px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden}
.candle-centrale-card__image img{display:block;width:100%;height:155px;object-fit:contain}
.candle-centrale-card__content{display:flex;align-items:flex-start;gap:10px;min-width:0}
.candle-centrale-card__badge{flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#3d903b;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;line-height:1}
.candle-centrale-card__copy{display:block;min-width:0}
.candle-centrale-card__copy strong{display:block;margin:0 0 7px;color:#000;font-size:18px;line-height:1.15}
.candle-centrale-card__copy span{display:block;color:#000;font-size:14px;line-height:1.45}
.candle-centrale-card__button{margin-top:auto;min-height:32px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#000;font-size:16px;font-weight:700;text-align:center}
@media(max-width:1199px) and (min-width:901px){.candle-centrale-mega-menu{width:min(980px,calc(100vw - 40px))}.candle-centrale-mega-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.candle-centrale-card{min-height:325px}}
@media(max-width:900px){
  .candle-primary-nav .primary-nav-inner>ul>li.candle-centrale-item{position:relative}


.candle-primary-nav
.primary-nav-inner > ul > li.candle-centrale-item
> a.candle-centrale-main-link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 9px !important;
    box-sizing: border-box;
}


  .candle-centrale-mega-menu{position:static;width:100%;max-width:100%;transform:none;display:none;padding:8px 0 10px;background:transparent;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;transition:none}
  .candle-centrale-item.is-open>.candle-centrale-mega-menu{display:block}
  .candle-centrale-mega-menu:before{display:none}
  .candle-centrale-mega-inner{width:100%;max-width:100%;display:grid;grid-template-columns:1fr;gap:8px}
  .candle-centrale-card{width:100%;max-width:100%;min-height:0;display:grid;grid-template-columns:78px 1fr;grid-template-rows:auto auto;gap:2px 8px;padding:8px;background:#fafafa;border:0}
  .candle-centrale-card:hover,.candle-centrale-card:focus-visible,.candle-centrale-card.is-active{border:0;background:#f4f4f4}
  .candle-centrale-card__image{grid-row:1 / span 2;height:82px;margin:0;display:flex;align-items:center;justify-content:center}
  .candle-centrale-card__image img{width:78px;height:78px;object-fit:contain}
  .candle-centrale-card__content{gap:8px;margin:0}
  .candle-centrale-card__badge{width:30px;height:30px;flex-basis:30px;font-size:13px}
  .candle-centrale-card__copy strong{margin:0 0 3px;font-size:14px}
  .candle-centrale-card__copy span{font-size:12px;line-height:1.3}
  .candle-centrale-card__button{min-height:24px;margin-top:2px;font-size:12px;justify-content:flex-start}
}

/* CANDLE WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  bottom: -8px;
  right: -8px;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 85px;
  height: 85px;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


.candle-home{overflow:hidden;background:#fff;color:#343434}
.candle-home *{box-sizing:border-box}


.container-wide {
    width: min(1500px, calc(100% - 20px));
    margin-inline: auto;
}


.candle-home-section{padding:72px 0}
.candle-home-heading{max-width:820px;margin:0 auto 52px;text-align:center}
.candle-home-heading h2,.candle-home-guide>div>h2{margin:0 0 44px;font-size:38px;line-height:1.08;font-weight:800;letter-spacing:-.025em;color:#343434;text-align:center}
.candle-home-heading p{margin:0;padding:0 0 28px;border-bottom:1px dotted #bbb;font-size:18px;line-height:1.55;font-weight:500}
.candle-home-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:62px}
.candle-home-columns p{margin:0 0 24px;font-size:17px;line-height:1.58}
.candle-home a{text-underline-offset:2px}
.candle-home-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 38px;border:1px solid #ddd;background:#fff;color:#111!important;text-decoration:none;font-size:18px;font-weight:800;box-shadow:0 1px 2px rgba(0,0,0,.18);cursor:pointer}
.candle-home-button:hover,.candle-home-button:focus-visible{background:#000;color:#fff!important;border-color:#000;text-decoration:none}
.candle-home-intro{padding-top:24px;background:#fff}
.candle-home-intro .candle-home-heading h2{max-width:900px;margin-inline:auto;font-size:38px}

.candle-home-models{padding-top:62px;background:#f3f3f3}
.candle-home-models__intro{max-width:1040px!important;text-align:center}
.candle-home-models__intro>h2{margin:0 0 30px;font-size:35px;line-height:1.15;font-weight:800;color:#343434}

.candle-home-columns ul {
    padding-left: 20px;
    margin: 0;
}
.candle-home-columns ul li {
    font-size: 16px;
}

.candle-home-models__promo{
    padding: 5px 0;
    border: 2px solid #fff;
    background: #f9ffd4;
    margin:0 0 24px;
    color:#f00;
    font-size:18px;
    font-weight:800;
    box-shadow: 0 1px 2px #ccc;
}

@media (max-width: 650px) {
    .candle-home-bundles .candle-home-model-card__image {
        height: auto;
        aspect-ratio: 4 / 5;
    }
}


.candle-home-models__intro .candle-home-columns{text-align:left;gap:70px;margin-bottom:42px}
.candle-home-models__intro .candle-home-columns p{font-size:16px; font-weight: 500}


.candle-home-guide{background:#f3f3f3;padding-top:66px}
.candle-home-guide>div>h2{max-width:760px;margin-inline:auto;margin-bottom:54px}
.candle-home-columns--guide{gap:80px}
.candle-home-plain-list{margin:0 0 24px;padding:0;list-style:none;font-size:16px;line-height:1.55}
.candle-home-guide__closing{max-width:730px;margin:60px auto 0;text-align:center;font-size:15px;line-height:1.55}

.candle-home-innovation{padding:74px 0 205px;background:#fff}
.candle-home-innovation .candle-home-heading{margin-bottom:38px}
.candle-home-innovation__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(180px,.65fr) minmax(260px,1fr);gap:44px;align-items:center}
.candle-home-innovation__copy h3{margin:0 0 14px;font-size:23px}
.candle-home-innovation__copy p{margin:0 0 54px;font-size:16px;line-height:1.55}
.candle-home-controller{text-align:center}
.candle-home-controller img{display:block;width:min(190px,100%);height:auto;margin:0 auto 16px}
.candle-home-controller a{display:inline-block;margin-bottom:6px;color:#1476bb;text-decoration:none}
.candle-home-controller p{margin:0;font-size:15px}
.candle-home-controller-boiler{text-align:center}
.candle-home-controller-boiler img{display:block;max-width:100%;width:auto;height:510px;margin:auto;object-fit:contain}

.candle-home-performance{padding:112px 0 120px;background:#f7f7ff}
.candle-home-performance__box{position:relative;min-height:250px;display:flex!important;align-items:center;justify-content:center;padding:42px 70px 42px 330px;border-radius:25px;background:#1775b8;color:#fff;text-align:center}
.candle-home-performance__box>img{position:absolute;left:38px;bottom:0;width:auto;height:420px;object-fit:contain}
.candle-home-performance__box h2{margin:0 0 12px;color:#fff;font-size:36px;line-height:1.1;font-weight:800}
.candle-home-performance__box p{margin:0 0 28px;color:#fff;font-size:17px;line-height:1.5}
.candle-home-performance__box .candle-home-button{min-height:45px;padding:10px 36px;font-size:16px}

.candle-home-notice{padding:52px 0;background:#ffffc9;text-align:center}
.candle-home-notice h2{margin:0 0 18px;color:#d20c00;font-size:28px;font-weight:800}
.candle-home-notice p{margin:0 auto 20px;max-width:850px;font-size:18px;line-height:1.55;color:#222}
.candle-home-videos{padding:70px 0 48px;background:#f3f3f3}
.candle-home-video{position:relative;display:block;width:100%;padding:0;border:0;background:#d8dde0;cursor:pointer;overflow:hidden}
.candle-home-video img{display:block;width:100%;aspect-ratio:2.15/1;object-fit:cover}
.candle-home-video>span{position:absolute;left:50%;top:50%;width:74px;height:74px;transform:translate(-50%,-50%);border-radius:50%;background:#ff302a;box-shadow:0 5px 16px rgba(0,0,0,.18)}
.candle-home-video>span:after{content:'';position:absolute;left:30px;top:22px;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:23px solid #fff}
.candle-home-video:hover>span,
.candle-home-video:focus-visible>span{background:red}
.candle-home-extra-content{background:#fff}

.candle-home-video-lightbox{position:fixed;inset:0;z-index:40000;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.92)}
.candle-home-video-lightbox[hidden]{display:none!important}
.candle-home-video-lightbox__dialog{position:relative;width:min(1120px,94vw);aspect-ratio:16/9;background:#000;box-shadow:0 20px 70px rgba(0,0,0,.45)}
.candle-home-video-lightbox iframe{display:block;width:100%;height:100%;border:0}
.candle-home-video-lightbox__close{position:absolute;right:-8px;top:-48px;width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:36px;line-height:1;cursor:pointer}
body.candle-home-video-open{overflow:hidden}

@media(max-width:1250px){
.candle-home-model-card__image{height:430px}
}
@media(max-width:1050px){
  .candle-home-section{padding:58px 0}
  .candle-home-model-card__image{height:470px}
  .candle-home-innovation{padding-bottom:150px}
  .candle-home-innovation__grid{grid-template-columns:1fr .65fr .8fr;gap:28px}
  .candle-home-controller-boiler img{height:430px}
  .candle-home-performance__box{padding-left:270px}
  .candle-home-performance__box>img{height:360px}
}
@media(max-width:900px){
.candle-home-columns{grid-template-columns:1fr;gap:0}
  .candle-home-models__intro .candle-home-columns{gap:0}
  .candle-home-heading h2,.candle-home-guide>div>h2,.candle-home-intro .candle-home-heading h2{font-size:32px}
  .candle-home-model-card__image{height:500px}
  .candle-home-innovation{padding-bottom:70px}
  .candle-home-innovation__grid{grid-template-columns:1fr 1fr;align-items:start}
  .candle-home-innovation__copy{display:grid;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:24px}
  .candle-home-innovation__copy p{margin:0}
  .candle-home-controller-boiler img{height:420px}
  .candle-home-performance{padding:70px 0}
  .candle-home-performance__box{min-height:230px;padding:36px 30px 36px 250px}
  .candle-home-performance__box>img{left:20px;height:310px}
  .candle-home-performance__box h2{font-size:31px}
  .candle-home-video-grid{grid-template-columns:1fr;max-width:720px!important}
  .candle-home-video-grid article h2{min-height:0}
}
@media(max-width:650px){
  .candle-home-section{padding:46px 0}
.candle-home-button{min-height:48px;padding:10px 20px;font-size:16px}
  .candle-home-heading{margin-bottom:34px}
  .candle-home-heading h2,.candle-home-guide>div>h2,.candle-home-intro .candle-home-heading h2{margin-bottom:28px;font-size:28px}
  .candle-home-heading p{font-size:16px}
  .candle-home-columns p{font-size:16px}
  .candle-home-models__intro>h2{font-size:29px}
  .candle-home-model-card__price strong{font-size:25px}
  .candle-home-model-card__price del{font-size:18px}
  .candle-home-guide__closing{margin-top:36px}
  .candle-home-innovation__grid{grid-template-columns:1fr;gap:30px}
  .candle-home-innovation__copy{display:block;grid-column:auto}
  .candle-home-innovation__copy p{margin-bottom:28px}
  .candle-home-controller-boiler img{height:390px}
  .candle-home-performance{padding:40px 0}
  .candle-home-performance__box{display:block!important;min-height:0;padding:34px 20px 30px;border-radius:18px}
  .candle-home-performance__box>img{position:relative;left:auto;bottom:auto;display:block;height:240px;margin:-120px auto 10px}
  .candle-home-performance__box h2{font-size:28px}
  .candle-home-performance__box p{font-size:15px}
  .candle-home-notice{padding:42px 0}
  .candle-home-video-grid article h2{font-size:23px}
  .candle-home-video>span{width:62px;height:62px}
  .candle-home-video>span:after{left:26px;top:19px;border-top-width:12px;border-bottom-width:12px;border-left-width:19px}
  .candle-home-video-lightbox{padding:12px}
  .candle-home-video-lightbox__close{right:0;top:-44px}
}

/* --------------------------------------------------------------------------
   CANDLE homepage product hero carousel
   -------------------------------------------------------------------------- */

.candle-home-carousel-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    background: #05090d;
    color: #fff;
}

.candle-home-carousel-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background: url('../images/home/carousel-studio-dark-desktop.webp') center 54% / cover no-repeat;
    filter: saturate(.92) brightness(.84) contrast(1.05);
    transform: scale(1.01);
}

.candle-home-carousel-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(2, 7, 13, .10) 0%,
            rgba(2, 7, 13, 0) 35%,
            rgba(3, 10, 18, .02) 55%,
            rgba(3, 10, 18, .14) 78%,
            rgba(2, 7, 13, .30) 100%
        ),
        radial-gradient(
            ellipse at 50% 48%,
            rgba(3, 12, 24, 0) 0%,
            rgba(2, 8, 16, .04) 45%,
            rgba(0, 3, 8, .30) 100%
        ),
        linear-gradient(
            180deg,
            rgba(1, 5, 11, .25) 0%,
            rgba(1, 6, 13, .02) 32%,
            rgba(1, 5, 10, .02) 66%,
            rgba(0, 3, 7, .24) 100%
        );
}

.candle-home-carousel-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: clamp(36px, 4vw, 58px);
    padding-bottom: clamp(36px, 4.5vw, 62px);
}

.candle-home-carousel-hero__heading {
    width: min(950px, 100%);
    margin: 0 auto;
    text-align: center;
}

.candle-home-carousel-hero__heading h1,
.candle-home-carousel-hero__fallback-copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 3.4vw, 3.1rem);
    font-weight: 700;
    line-height: 1.2;
}

.candle-home-carousel-hero__heading p,
.candle-home-carousel-hero__fallback-copy p {
    max-width: 890px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, .9);
    font-size: 1.3rem;
    line-height: 1.55;
}

.candle-home-carousel {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: clamp(10px, 1.4vw, 18px) auto 0;
}

.candle-home-carousel__stage {
    position: relative;
    width: 100%;
    height: clamp(640px, 48vw, 690px);
    outline: 0;
    perspective: 1400px;
    touch-action: pan-y;
    isolation: isolate;
}

.candle-home-carousel__stage::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 57%;
    left: 50%;
    width: min(1040px, 92vw);
    height: 84%;
    pointer-events: none;
    background:
        radial-gradient(
            ellipse at 50% 52%,
            rgba(118, 164, 207, .18) 0%,
            rgba(68, 108, 148, .10) 25%,
            rgba(31, 65, 94, .04) 43%,
            rgba(8, 25, 36, 0) 67%
        ),
        radial-gradient(
            ellipse at 50% 88%,
            rgba(226, 116, 57, .08) 0%,
            rgba(226, 116, 57, .035) 12%,
            rgba(14, 38, 54, 0) 28%
        );
    filter: blur(8px);
    transform: translate(-50%, -50%);
}

.candle-home-carousel__stage:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 8px;
}

.candle-home-carousel__slide {
    position: absolute;
    top: calc(50% + 110px);
    left: 50%;
    z-index: 1;
    display: grid;
    width: clamp(400px, 25vw, 490px);
    grid-template-rows: auto auto;
    opacity: 0;
    pointer-events: none;
    filter: saturate(.6) brightness(.58);
    transform: translate(-50%, -50%) scale(.48);
    transform-origin: center center;
    transition:
        transform 520ms cubic-bezier(.22, .61, .36, 1),
        opacity 420ms ease,
        filter 420ms ease;
    will-change: transform, opacity;
}

.candle-home-carousel__slide.is-active {
    z-index: 5;
    opacity: 1;
    pointer-events: none;
    filter: none;
    transform: translate(-50%, -50%) scale(1);
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.candle-home-carousel__slide:not(.is-active) {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.candle-home-carousel__slide.is-prev,
.candle-home-carousel__slide.is-next {
    z-index: 3;
    opacity: .82;
    pointer-events: none;
    filter: saturate(.92) brightness(.98);
}

.candle-home-carousel__slide.is-prev {
    transform: translate(-114%, -50%) scale(.80);
}

.candle-home-carousel__slide.is-next {
    transform: translate(14%, -50%) scale(.80);
}

.candle-home-carousel__slide.is-far-prev,
.candle-home-carousel__slide.is-far-next {
    z-index: 2;
    opacity: .52;
    pointer-events: none;
    filter: saturate(.82) brightness(.92);
}

.candle-home-carousel__slide.is-far-prev {
    transform: translate(-150%, -50%) scale(.57);
}

.candle-home-carousel__slide.is-far-next {
    transform: translate(50%, -50%) scale(.57);
}

.candle-home-carousel__media {
    position: relative;
    display: flex;
    width: 100%;
    height: clamp(480px, 34vw, 530px);
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/*
 * Centrala + badge-uri formeaza un singur grup vizual.
 * Grupul are raportul real al imaginilor carousel (800x1600 = 1/2),
 * astfel incat dimensiunea vizuala, zona clickabila si badge-urile raman
 * legate de centrala, nu de latimea mare a slide-ului.
 */
.candle-home-carousel__product-visual {
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 2;
    transform: scale(1.36);
    transform-origin: center bottom;
    transition: transform 450ms ease, filter 300ms ease;
    will-change: transform;
   
}

.candle-home-carousel__product-visual > a {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block;
    pointer-events: auto;
    cursor: pointer;
}

.candle-home-carousel__product-visual > a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .95);
    outline-offset: 4px;
}

.candle-home-carousel__product-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    background: transparent;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .38)) brightness(1.07) contrast(1.03);
    pointer-events: none;
}

.candle-home-carousel__slide.is-active .candle-home-carousel__product-visual:hover {
    transform: scale(1.40);
}

.candle-home-carousel__slide.is-active .candle-home-carousel__product-visual:hover img {
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .42)) brightness(1.08) contrast(1.03);
}

.candle-home-carousel__slide:not(.is-active) .candle-home-carousel__media {
    border: 0;
    background: transparent;
    box-shadow: none;
}

/*
 * Badge-urile sunt pozitionate fata de grupul ingust al centralei,
 * nu fata de slide. Astfel raman lipite de corpul centralei la orice scale.
 */
.candle-home-carousel__power,
.candle-home-carousel__discount {
    position: absolute;
    z-index: 8;
    right: 22px;
    left: auto;
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 100%;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .32);
    pointer-events: none;
}

.candle-home-carousel__power {
    top: 15%;
    background: #29923d;
}

.candle-home-carousel__discount {
    top: calc(18% + 58px);
    background: #f00;
}

.candle-home-carousel__details {
    display: grid;
    width: 100%;
    min-height: 128px;
    justify-items: center;
    align-content: start;
    gap: 7px;
    padding: 4px 0 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 300ms ease 120ms, transform 300ms ease 120ms, visibility 0s linear 420ms;
}

.candle-home-carousel__slide:not(.is-active) .candle-home-carousel__details {
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
}

.candle-home-carousel__slide.is-active .candle-home-carousel__details {
    height: auto;
    min-height: 128px;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 120ms;
}

.candle-home-carousel__title {
    display: block;
    margin: 0;
    font-size: clamp(1.2rem, 1.55vw, 1.46rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.015em;
}

.candle-home-carousel__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 9px;
    margin-top: 2px;
    line-height: 1.2;
}

.candle-home-carousel__price del {
    color: #efefef;
    font-size: .9rem;
}

.candle-home-carousel__price strong {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.candle-home-carousel__product-button {
    display: inline-flex;
    width: min(240px, 78%);
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    padding: 10px 18px;
    border: 2px solid #000;
    border-radius: 2px;
    background: #fff;
    color: #000 !important;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
}

.candle-home-carousel__product-button:hover,
.candle-home-carousel__product-button:focus-visible {
    border-color: #fff;
    background: #000;
    color: #fff !important;
}

.candle-home-carousel__arrow {
    position: absolute;
    top: 52%;
    z-index: 10;
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px;
    border: 2px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: rgba(3, 9, 15, .38);
    color: #fff;
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow:
        0 8px 26px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.candle-home-carousel__arrow:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .94);
    color: #05080c;
}

.candle-home-carousel__arrow:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .95);
    outline-offset: 4px;
    border-color: #fff;
    background: rgba(3, 9, 15, .76);
    color: #fff;
}

.candle-home-carousel__arrow--prev {
    left: 2%;
}

.candle-home-carousel__arrow--next {
    right: 2%;
}

.candle-home-carousel__dots {
    position: relative;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 8px;
}

.candle-home-carousel__dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .38);
    cursor: pointer;
    transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.candle-home-carousel__dots button[aria-current="true"] {
    width: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
}

.candle-home-carousel-hero--fallback {
    min-height: 520px;
}

.candle-home-carousel-hero__fallback-copy {
    display: grid;
    min-height: 520px;
    justify-items: center;
    align-content: center;
    text-align: center;
}

.candle-home-carousel-hero__fallback-copy .candle-home-carousel__all-models {
    margin-top: 22px;
}

.candle-home-carousel__all-models {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #1686cc;
    border-radius: 2px;
    background: #1686cc;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.candle-home-carousel__all-models:hover,
.candle-home-carousel__all-models:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #111 !important;
}

@media (max-width: 1100px) {
    .candle-home-carousel__slide.is-far-prev,
    .candle-home-carousel__slide.is-far-next {
        opacity: 0;
        pointer-events: none;
    }

    .candle-home-carousel__slide.is-prev {
        transform: translate(-108%, -50%) scale(.67);
    }

    .candle-home-carousel__slide.is-next {
        transform: translate(8%, -50%) scale(.67);
    }

    .candle-home-carousel__arrow--prev {
        left: 1%;
    }

    .candle-home-carousel__arrow--next {
        right: 1%;
    }
}

@media (max-width: 900px) {
    .candle-home-carousel-hero::before {
        background-image: url('../images/home/carousel-studio-dark-mobile.webp');
        background-position: 50% 58%;
        background-size: cover;
        filter: saturate(.9) brightness(.76) contrast(1.05);
    }

    .candle-home-carousel-hero::after {
        background:
            linear-gradient(90deg, rgba(2, 7, 13, .14) 0%, rgba(2, 7, 13, .02) 34%, rgba(3, 10, 18, .02) 54%, rgba(3, 10, 18, .18) 80%, rgba(2, 7, 13, .34) 100%),
            radial-gradient(ellipse at 50% 48%, rgba(3, 12, 24, 0) 0%, rgba(2, 8, 16, .06) 42%, rgba(0, 3, 8, .36) 100%),
            linear-gradient(180deg, rgba(1, 5, 11, .30) 0%, rgba(1, 6, 13, .04) 30%, rgba(1, 5, 10, .03) 60%, rgba(0, 3, 7, .32) 100%);
    }

    .candle-home-carousel-hero__inner {
        padding-top: 32px;
        padding-bottom: 42px;
    }

    .candle-home-carousel__stage {
        height: 620px;
    }

    .candle-home-carousel__slide {
        top: calc(50% + 82px);
        width: min(66vw, 350px);
    }

    .candle-home-carousel__media {
        height: min(78vw, 455px);
    }

    .candle-home-carousel__slide.is-prev {
        transform: translate(-102%, -50%) scale(.55);
    }

    .candle-home-carousel__slide.is-next {
        transform: translate(2%, -50%) scale(.55);
    }

    .candle-home-carousel__slide.is-active .candle-home-carousel__details {
        min-height: 126px;
    }

    .candle-home-carousel__arrow {
        width: 48px;
        height: 48px;
        font-size: 2.45rem;
    }
}

@media (max-width: 575px) {
    .candle-home-carousel-hero__inner {
        padding-top: 24px;
        padding-bottom: 30px;
    }

    .candle-home-carousel-hero__heading {
        padding-inline: 4px;
    }

    .candle-home-carousel-hero__heading h1 {
        font-size: clamp(1.9rem, 9vw, 2.55rem);
        line-height: 1.03;
    }

    .candle-home-carousel-hero__fallback-copy h1 {
        font-size: clamp(2rem, 10.5vw, 2.85rem);
    }

    .candle-home-carousel-hero__heading p,
    .candle-home-carousel-hero__fallback-copy p {
        font-size: .94rem;
        line-height: 1.45;
    }

    .candle-home-carousel {
        max-width: none;
        margin-top: 8px;
    }

    .candle-home-carousel__stage {
        height: 575px;
        overflow: visible;
    }

    .candle-home-carousel__slide {
        top: calc(50% + 52px);
        width: min(88vw, 330px);
    }

    .candle-home-carousel__media {
        height: min(102vw, 405px);
    }

    .candle-home-carousel__product-visual {
        transform: scale(1.12);
    }

    .candle-home-carousel__slide.is-active .candle-home-carousel__product-visual:hover {
         transform: scale(1.14);
    }

    .candle-home-carousel__slide.is-prev,
    .candle-home-carousel__slide.is-next {
        z-index: 2;
        opacity: .76;
        pointer-events: none;
        filter: saturate(.9) brightness(.96);
    }

    .candle-home-carousel__slide.is-prev {
        transform: translate(-86%, -50%) scale(.38);
    }

    .candle-home-carousel__slide.is-next {
        transform: translate(-14%, -50%) scale(.38);
    }

    .candle-home-carousel__slide.is-active .candle-home-carousel__details {
        min-height: 132px;
        gap: 5px;
        padding-top: 2px;
    }

    .candle-home-carousel__title {
        font-size: 1.08rem;
    }

    .candle-home-carousel__price strong {
        font-size: 1rem;
    }

    .candle-home-carousel__product-button {
        width: min(250px, 84%);
        min-height: 42px;
        margin-top: 6px;
        padding: 9px 12px;
        font-size: .9rem;
    }

    .candle-home-carousel__power,
    .candle-home-carousel__discount {
        right: 16px;
        width: 46px;
        height: 46px;
        padding: 5px;
        font-size: .60rem;
    }

    .candle-home-carousel__power {
        top: 18%;
    }

    .candle-home-carousel__discount {
        top: calc(18% + 52px);
    }

    .candle-home-carousel__arrow {
        top: 43%;
        width: 40px;
        height: 40px;
        border-width: 1px;
        font-size: 2rem;
    }

    .candle-home-carousel__arrow--prev {
        left: 0;
    }

    .candle-home-carousel__arrow--next {
        right: 0;
    }

    .candle-home-carousel__dots {
        margin-top: 6px;
    }

    .candle-home-carousel__all-models {
        width: 100%;
        min-height: 42px;
        padding: 9px 12px;
        font-size: .9rem;
    }
}

@media (max-width: 390px) {
    .candle-home-carousel__stage {
        height: 555px;
    }

    .candle-home-carousel__slide {
        top: calc(50% + 46px);
        width: min(89vw, 318px);
    }

    .candle-home-carousel__media {
        height: min(104vw, 392px);
    }

    .candle-home-carousel__slide.is-active .candle-home-carousel__details {
        min-height: 128px;
    }
}

/* CMS forms: frontend form layout is part of the active CANDLE theme. */
.cms-form-shell{
    --cms-form-columns-gap:16px;
    --cms-form-field-gap:16px;
    --cms-form-label-color:var(--ink,#303030);
    --cms-form-input-bg:#fff;
    --cms-form-input-border:#bbb;
    --cms-form-button-bg:var(--accent,#146eb4);
    --cms-form-button-color:#fff;
}
.cms-form{width:100%}
.cms-form-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.cms-form-alert,.cms-form-live-message{padding:12px 14px;margin-bottom:16px;border:1px solid transparent}
.cms-form-alert.is-success,.cms-form-live-message.is-success{background:#ecfdf3;border-color:#a7f3d0;color:#166534}
.cms-form-alert.is-error,.cms-form-live-message.is-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.cms-form-progress{margin-bottom:24px}
.cms-form-progress__bar{height:7px;background:#e2e8f0;overflow:hidden}
.cms-form-progress__bar span{display:block;height:100%;width:0;background:var(--cms-form-button-bg);transition:width .25s}
.cms-form-progress ol{display:flex;gap:10px;list-style:none;margin:12px 0 0;padding:0}
.cms-form-progress li{display:flex;align-items:center;gap:7px;color:#64748b;font-size:.85rem}
.cms-form-progress li span{display:grid;place-items:center;width:24px;height:24px;border:1px solid #cbd5e1;border-radius:50%;font-size:.75rem;font-weight:800}
.cms-form-progress li.is-active,.cms-form-progress li.is-complete{color:var(--ink,#303030)}
.cms-form-progress li.is-active span,.cms-form-progress li.is-complete span{background:var(--cms-form-button-bg);border-color:var(--cms-form-button-bg);color:var(--cms-form-button-color)}
.cms-form-progress--bar ol{display:none}
.cms-form-step__header{margin-bottom:18px}
.cms-form-step__header h3{margin:0 0 5px}
.cms-form-step__header p{margin:0;color:#666}
.cms-form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--cms-form-field-gap) var(--cms-form-columns-gap)}
.cms-form-field{grid-column:span 12;min-width:0}
.cms-form-field--span-3{grid-column:span 3}
.cms-form-field--span-4{grid-column:span 4}
.cms-form-field--span-6{grid-column:span 6}
.cms-form-field--span-8{grid-column:span 8}
.cms-form-field--span-9{grid-column:span 9}
.cms-form-field--span-12{grid-column:span 12}
.cms-form-field>label:not(.cms-form-check),.cms-form-field>label:first-child{display:block;margin-bottom:6px;color:var(--cms-form-label-color);font-weight:700}
.cms-form-field input:not([type=checkbox]):not([type=radio]),.cms-form-field textarea,.cms-form-field select{display:block;width:100%;padding:10px 11px;border:1px solid var(--cms-form-input-border);border-radius:0;background:var(--cms-form-input-bg);color:inherit;font:inherit;outline:none;transition:border-color .15s,box-shadow .15s}
.cms-form-field textarea{min-height:120px;resize:vertical}
.cms-form-field input:focus,.cms-form-field textarea:focus,.cms-form-field select:focus{border-color:var(--cms-form-button-bg);box-shadow:0 0 0 2px color-mix(in srgb,var(--cms-form-button-bg) 16%,transparent)}
.cms-form-field small{display:block;margin-top:5px;color:#666}
.cms-form-check,.cms-form-options label{display:flex;align-items:flex-start;gap:9px;cursor:pointer}
.cms-form-check input,.cms-form-options input{margin-top:.25em}
.cms-form-options{display:grid;gap:8px}
.cms-form-heading{margin:0}
.cms-form-paragraph{color:#555;line-height:1.6}
.cms-form-field-error{display:block;min-height:1em;margin-top:4px;color:#b91c1c;font-size:.8rem}
.cms-form-field.is-hidden-by-condition{display:none!important}
.cms-form-field.has-error input,.cms-form-field.has-error textarea,.cms-form-field.has-error select{border-color:#dc2626}
.cms-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
.cms-form-actions button{border:0;border-radius:0;padding:11px 18px;font:inherit;font-weight:700;cursor:pointer}
.cms-form-next,.cms-form-submit{background:var(--cms-form-button-bg);color:var(--cms-form-button-color)}
.cms-form-next:hover,.cms-form-submit:hover{background:var(--accent-dark,#0b5792)}
.cms-form-back{background:#e5e5e5;color:var(--ink,#303030)}
.cms-form-submit[disabled]{opacity:.6;cursor:wait}
@media(max-width:767px){
    .cms-form-field{grid-column:1/-1!important}
    .cms-form-progress ol{overflow:auto}
    .cms-form-progress li em{display:none}
}


/* ==========================================================
   HOMEPAGE - CARD MODELE
   ========================================================== */


   .candle-home-model-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;}


.candle-home-model-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
}


/* Imagine */

.candle-home-model-card__image {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    border-bottom: 2px solid #efefef;
}

.candle-home-model-card__image picture {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.candle-home-model-card__image img {
    display: block;

    width: auto;
    max-width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}


/* Badge putere */

.candle-home-model-card__power {
    position: absolute;
    z-index: 3;

    top: 10px;
    right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    border-radius: 50%;

    background: #38963f;
    color: #fff;

    font-size: 17px;
    line-height: 1;
    font-weight: 800;

    text-align: center;
}


/* Badge reducere */

.candle-home-model-card__discount {
    position: absolute;
    z-index: 3;

    top: 82px;
    right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #ff2b27;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
}


/* ==========================================================
   PROMOȚIE PESTE PARTEA DE JOS A IMAGINII
   ========================================================== */

.candle-home-model-card__promotion {
    position: absolute;
    z-index: 4;

    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 8px 6px 10px;

    background: #fbffd0;
    color: #333;

    text-align: center;
}

.candle-home-model-card__promotion-title {
    display: block;

    margin: 0 0 6px;

    font-size: 16px;
    line-height: 1.1;
    font-weight: 800;
}


/* Countdown */

.candle-home-model-card__countdown {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;
}

.candle-home-model-card__countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border: 2px solid #fff;
    border-radius: 50%;

    background: #f00;
    color: #fff;

    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);

    line-height: 1;
}

.candle-home-model-card__countdown-unit b {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.candle-home-model-card__countdown-unit small {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 8px;
    line-height: 1;
    font-weight: 700;
}


/* ==========================================================
   BODY
   ========================================================== */

.candle-home-model-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 12px 16px;
    text-align: center;
}

.candle-home-model-card__body h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.candle-home-model-card__body h3 a {
    color: #1476bb;
    border-bottom: 1px solid transparent;
}

.candle-home-model-card__body h3 a:hover {
    border-bottom: 1px solid #1476bb;
}


/* ==========================================================
   PREȚURI SIMPLE SUB PROMO
   ========================================================== */

.candle-home-model-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
    margin-bottom: 12px;
}

.candle-home-model-card__price del {
    color: #777;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.candle-home-model-card__price strong {
    color: #000;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}


/* Suprafață */

.candle-home-model-card__body p {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}


/* Buton */

.candle-home-model-card__buy {
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 8px 10px;
    border: 0;
    border-radius: 0;
    background: #000;
    border:2px solid #000;
    color: #fff;
    font: inherit;
    font-size: 18px;
    cursor: pointer;
}

.candle-home-model-card__buy:hover,
.candle-home-model-card__buy:focus-visible {
    background: #fff;
    color: #000;
     border:2px solid #000;
}


/* ==========================================================
   HOMEPAGE MODELS - RESPONSIVE
   IMPORTANT: trebuie să fie DUPĂ stilurile de bază ale cardului
   ========================================================== */

@media (max-width: 1050px) {

    .candle-home-model-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
    }

}


@media (max-width: 900px) {

    .candle-home-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
        margin-inline: auto;
    }

}


@media (max-width: 650px) {
    .candle-home-model-card__image {
        height: auto;
        aspect-ratio: 1 / 2;
    }

    .candle-home-model-card__image picture,
    .candle-home-model-card__image img {
        width: 100%;
        height: 100%;
    }

    .candle-home-model-card__image img {
        object-fit: contain;
        object-position: center bottom;
    }

    .candle-home .container-wide.candle-home-model-grid {
        width: calc(100% - 20px);
        max-width: 620px;
        margin-inline: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .candle-home-model-card__power {
        top: 7px;
        right: 7px;
        width: 48px;
        height: 48px;
        font-size: 13px;
    }

    .candle-home-model-card__discount {
        top: 61px;
        right: 7px;
        width: 48px;
        height: 48px;
        padding: 3px;
        font-size: 12px;
        line-height: 1.05;
    }

    .candle-home-model-card__promotion {
        padding: 6px 4px 8px;
    }

    .candle-home-model-card__promotion-title {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .candle-home-model-card__countdown {
        flex-wrap: nowrap;
        gap: 2px;
    }

    .candle-home-model-card__countdown-unit {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        border-width: 1px;
    }

    .candle-home-model-card__countdown-unit b {
        font-size: 11px;
    }

    .candle-home-model-card__countdown-unit small {
        margin-top: 1px;
        font-size: 7px;
    }

    .candle-home-model-card__body {
        padding: 12px 7px 13px;
    }

    .candle-home-model-card__body h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.2;
    }

    .candle-home-model-card__price {
        flex-wrap: wrap;
        gap: 5px 8px;
        margin-bottom: 10px;
    }

    .candle-home-model-card__price del {
        font-size: 13px;
    }

    .candle-home-model-card__price strong {
        font-size: 18px;
    }

    .candle-home-model-card__body p {
        font-size: 12px;
        line-height: 1.35;
    }

    .candle-home-model-card__buy {
        min-height: 42px;
        padding-inline: 5px;
        font-size: 14px;
    }
}

/* CANDLE global search results */
.candle-search-page{min-height:65vh;padding:42px 0 70px;background:#f4f4f4}
.candle-search-page__header{max-width:980px;margin:0 auto 34px;text-align:center}
.candle-search-page__eyebrow{display:block;margin-bottom:8px;color:#188f29;font-size:13px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.candle-search-page__header h1{margin:0 0 22px;color:#333;font-size:36px;line-height:1.12;font-weight:800}
.candle-search-page__form{display:grid;grid-template-columns:minmax(0,1fr) 150px;max-width:820px;margin:0 auto}
.candle-search-page__form input{height:50px;padding:0 16px;border:2px solid #111;border-right:0;border-radius:0;background:#fff;color:#222;font:16px Arial,Helvetica,sans-serif;outline:none}
.candle-search-page__form input:focus{border-color:#146eb4;box-shadow:inset 0 0 0 1px #146eb4}
.candle-search-page__form button{border:0;background:#000;color:#fff;font-size:16px;font-weight:800;cursor:pointer}
.candle-search-page__form button:hover{background:#146eb4}
.candle-search-page__summary{margin:14px 0 0;color:#666;font-size:14px}
.candle-search-empty{max-width:820px;margin:0 auto;padding:32px;background:#fff;border:1px solid #e2e2e2;text-align:center;color:#555}
.candle-search-empty strong,.candle-search-empty span{display:block}.candle-search-empty strong{margin-bottom:7px;color:#222;font-size:20px}
.candle-search-section{max-width:1180px;margin:0 auto 42px}
.candle-search-section__heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px;padding-bottom:9px;border-bottom:2px solid #111}
.candle-search-section__heading h2{margin:0;color:#333;font-size:27px;line-height:1.1}.candle-search-section__heading span{color:#777;font-size:13px}
.candle-search-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.candle-search-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.candle-search-result{display:flex;flex-direction:column;min-width:0;padding:22px 24px;background:#fff;border:1px solid #e1e1e1}
.candle-search-result__type{margin-bottom:7px;color:#188f29;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.candle-search-result h3{margin:0 0 10px;font-size:21px;line-height:1.2}.candle-search-result h3 a{color:#146eb4;text-decoration:none}.candle-search-result h3 a:hover{text-decoration:underline}
.candle-search-result p{margin:0 0 12px;color:#444;font-size:15px;line-height:1.5}.candle-search-result__link{margin-top:auto;color:#146eb4;font-size:14px;font-weight:700;text-decoration:none}.candle-search-result__link:hover{text-decoration:underline}

@media(max-width:1000px){.candle-search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.candle-search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.candle-search-list{grid-template-columns:1fr}.candle-search-page__header h1{font-size:30px}}
@media(max-width:650px){.candle-search-trigger{flex-basis:40px;width:40px;height:40px;margin-left:4px}.candle-global-search__inner{padding:10px 12px}.candle-global-search__form{grid-template-columns:minmax(0,1fr) 42px}.candle-global-search__form input{height:44px;font-size:15px}.candle-global-search__submit{grid-column:1/-1;grid-row:2;min-height:42px}.candle-global-search__close{grid-column:2;grid-row:1;width:42px}.candle-search-page{padding:28px 0 50px}.candle-search-page__form{grid-template-columns:1fr}.candle-search-page__form input{border-right:2px solid #111}.candle-search-page__form button{min-height:46px}.candle-search-product-grid{grid-template-columns:1fr;max-width:330px;margin-inline:auto}.candle-search-section__heading h2{font-size:24px}}

/* CANDLE autocomplete search */
.candle-global-search__field,
.candle-search-page__field{
    position:relative;
    min-width:0;
}

.candle-site-search-results[hidden]{
    display:none!important;
}

.candle-site-search-results{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    right:0;
    z-index:95;
    max-height:min(60vh,540px);
    overflow:auto;
    background:#fff;
    border:1px solid #d8d8d8;
    box-shadow:0 16px 34px rgba(0,0,0,.16);
    text-align:left;
}

.candle-site-search-results__group{
    padding:8px 12px;
    background:#f2f2f2;
    color:#555;
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.candle-site-search-results__empty{
    margin:0;
    padding:18px 14px;
    color:#555;
    font-size:14px;
    text-align:center;
}

.candle-site-search-result{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    align-items:center;
    gap:11px;
    min-height:70px;
    padding:7px 12px;
    border-top:1px solid #ececec;
    background:#fff;
    color:#222;
    text-decoration:none;
}

.candle-site-search-results__group + .candle-site-search-result{
    border-top:0;
}

.candle-site-search-result:hover,
.candle-site-search-result:focus{
    background:#f7fafc;
    outline:none;
}

.candle-site-search-result img,
.candle-site-search-result__placeholder{
    display:flex;
    width:58px;
    height:58px;
    align-items:center;
    justify-content:center;
    background:#f2f2f2;
    object-fit:contain;
}

.candle-site-search-result__placeholder{
    color:#777;
    font-size:18px;
    font-weight:800;
}

.candle-site-search-result__copy{
    display:flex;
    flex-direction:column;
    min-width:0;
    gap:4px;
}

.candle-site-search-result__copy > strong{
    overflow:hidden;
    color:#146eb4;
    font-size:14px;
    line-height:1.25;
    font-weight:800;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.candle-site-search-result__copy > small{
    display:-webkit-box;
    overflow:hidden;
    color:#666;
    font-size:12px;
    line-height:1.35;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.candle-site-search-result__price{
    display:flex;
    align-items:baseline;
    gap:8px;
    color:#222;
    font-size:13px;
    line-height:1.2;
}

.candle-site-search-result__price del{
    color:#8a8a8a;
    font-size:12px;
}

.candle-site-search-result__price strong{
    color:#188b1f;
    font-size:14px;
    font-weight:900;
}

@media(max-width:650px){
    .candle-site-search-results{
        top:calc(100% + 4px);
        max-height:58vh;
    }

    .candle-site-search-result{
        grid-template-columns:48px minmax(0,1fr);
        min-height:62px;
        padding:7px 9px;
    }

    .candle-site-search-result img,
    .candle-site-search-result__placeholder{
        width:48px;
        height:48px;
    }
}


/* Documente publice CANDLE (CMS + Page Builder). */
.content-documents-public{width:100%;margin:34px 0;padding:0}
.content-documents-public__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.content-documents-public__head h2{margin:0;color:#303030;font-size:clamp(26px,3vw,36px);line-height:1.1;font-weight:900}
.content-documents-public__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:14px}
.content-documents-public__item{display:grid;grid-template-columns:82px minmax(0,1fr);gap:15px;align-items:center;min-width:0;padding:14px;border:2px solid #111;background:#fff;color:#303030;text-decoration:none;transition:border-color .16s ease,transform .16s ease}
.content-documents-public__item:hover,.content-documents-public__item:focus-visible{border-color:var(--accent,#146eb4);transform:translateY(-1px);outline:0}
.content-documents-public__cover{display:grid;place-items:center;width:82px;aspect-ratio:4/5;overflow:hidden;background:#f1f1f1;border:1px solid #d7d7d7}
.content-documents-public__cover img{display:block;width:100%;height:100%;object-fit:cover}
.content-documents-public__cover span{display:grid;place-items:center;width:100%;height:100%;background:#111;color:#fff;font-size:15px;font-weight:900;letter-spacing:.08em}
.content-documents-public__body{min-width:0}
.content-documents-public__body strong{display:block;margin-bottom:6px;color:#303030;font-size:16px;line-height:1.3;font-weight:900}
.content-documents-public__body small{display:block;overflow:hidden;color:#777;font-size:13px;white-space:nowrap;text-overflow:ellipsis}
.content-documents-public__action{display:inline-flex;align-items:center;gap:5px;margin-top:10px;color:var(--accent,#146eb4);font-size:13px;font-weight:900}
@media(max-width:520px){.content-documents-public{margin:26px 0}.content-documents-public__item{grid-template-columns:68px minmax(0,1fr);padding:12px}.content-documents-public__cover{width:68px}.content-documents-public__body strong{font-size:15px}}


/* CANDLE classic CMS page blocks (page_blocks registry). */
.candle-page-block{max-width:980px;margin:28px auto 0;border:1px solid #d9d9d9;background:#fff;color:#222;overflow:hidden}
.candle-page-block:first-child{margin-top:0}
.candle-page-block h2{margin:0;color:#333;font-size:30px;line-height:1.15;font-weight:800;letter-spacing:-.015em}
.candle-page-block p{margin:14px 0 0;font-size:16px;line-height:1.6}
.candle-page-block__media picture,.candle-page-block__image{display:block;width:100%}
.candle-page-block__image{height:auto;max-height:460px;object-fit:cover}
.candle-page-block__body{padding:30px}
.candle-page-block__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:20px;padding:10px 18px;border:2px solid #000;background:#000;color:#fff!important;text-decoration:none;font-size:15px;font-weight:800}
.candle-page-block__button:hover,.candle-page-block__button:focus-visible{background:#fff;color:#000!important;outline:0}
.candle-image-box{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:stretch}
.candle-image-box__media,.candle-image-box__media picture{display:block;height:100%}
.candle-image-box__image{display:block;width:100%;height:100%;min-height:260px;object-fit:cover}
.candle-image-box__body{display:flex;flex-direction:column;justify-content:center;padding:30px}
.candle-testimonial-block{padding:30px;border-left:5px solid #188f29}
.candle-testimonial-block blockquote{margin:0;color:#333;font-size:20px;line-height:1.55;font-weight:600}
.candle-testimonial-block figcaption{margin-top:16px;color:#188f29;font-size:15px;font-weight:800}
.candle-gallery-block{padding:30px}
.candle-gallery-block>h2{margin-bottom:22px}
.candle-gallery-block__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.candle-gallery-block__item{margin:0;overflow:hidden;background:#f4f4f4}
.candle-gallery-block__item picture{display:block;width:100%;height:100%}
.candle-gallery-block__image{display:block;width:100%;aspect-ratio:4/3;height:100%;object-fit:cover}
@media(max-width:767px){.candle-page-block{margin-top:22px}.candle-page-block h2{font-size:25px}.candle-page-block__body,.candle-image-box__body,.candle-testimonial-block,.candle-gallery-block{padding:22px}.candle-image-box{grid-template-columns:1fr}.candle-image-box__image{min-height:0;max-height:360px}.candle-gallery-block__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.candle-gallery-block__grid{grid-template-columns:1fr}}

/* CANDLE autocomplete: acces la rezultatele complete. */
.candle-site-search-results__all{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:10px 14px;
    border-top:2px solid #111;
    background:#f7f7f7;
    color:#146eb4;
    font-size:13px;
    line-height:1.2;
    font-weight:900;
    text-align:center;
    text-decoration:none;
}
.candle-site-search-results__all:hover,
.candle-site-search-results__all:focus-visible{
    background:#111;
    color:#fff;
    outline:0;
}


.anpc-footer .anpc-button-wrapper{width:260px;height:56px;color:#2a3f84;background-color:#fff;padding:8px;vertical-align:middle;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:6px;-webkit-box-shadow:inset 0 0 0 2px rgba(255,255,255,.6),inset 0 0 0 3px #2a3f84;box-shadow:inset 0 0 0 2px rgba(255,255,255,.6),inset 0 0 0 3px #2a3f84;margin-top:10px}

    .anpc-footer .anpc-button-wrapper span{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:600;font-size:13px;line-height:13px;margin-right:4px; text-align: left;}

    .anpc-footer .anpc-button-wrapper .anpc-button{padding:4px 8px;background-color:#2a3f84;vertical-align:middle;color:#fff!important;font-size:11px;line-height:15px;font-weight:400;border-radius:4px;margin:0; text-transform: uppercase;}

    .anpc-footer .anpc-button-wrapper .anpc-button:hover{background-color:#122564}
    .anpc-footer .anpc-button-wrapper .anpc-logo{
        background-image:url("../images/anpc-small.webp");
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        padding:22px 42px; 
        }
    
    .anpc-footer .anpc-button-wrapper.alt{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}

    .anpc-footer .anpc-button-wrapper.alt span{font-size:13px;line-height:13px;width:100%;margin-left:8px}
    
.anpc-footer li:hover span{
    color: #112564;
}


    @media only screen and (max-width:1100px){
        .anpc-button-wrapper{width:240px}.anpc-button-wrapper span{font-size:14px}
        .anpc-button-wrapper.alt span{font-size:11px}
    }
    @media only screen and (max-width:767px){
        .anpc-button-wrapper{width:178px}
        .anpc-button-wrapper .anpc-button{display:none}
    }


#messenger-toggle,
a #tel-toggle {
    -webkit-appearance: none;
    bottom: 10px;
    height: 48px;
    color: #fff;
    line-height: 46px;
    cursor: pointer;
    outline: 0;
}
.at-widgettext {
    color: #fff;
    position: relative;
}
a #tel-toggle {
    -moz-appearance: none;
    appearance: none;
    border: 4px solid #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: fixed;
    left: 10px;
    width: 52px;
    height:50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 950;
    background-color: #208321 !important;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    
}
@media only screen and (min-width: 767px) {
    #messenger-toggle,
    a #tel-toggle {
        display: none;
    }
}
a #tel-toggle:after,
a #tel-toggle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.fa-phone::before {
    position: relative;
    width: 30px !important;
    height: 30px !important;
    top: 6px;
    right: 2px;
    content: url("../images/call.svg");
    text-align: center;
}


.candle-category-bundle-intro {
    margin: 20px 0 55px;
    padding: 55px;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px #ccc;
    background: #156eb4;
    text-align: center;
}

.candle-category-bundle-intro__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .08em;
}

.candle-category-bundle-intro h2 {
    max-width: 800px;
    margin: 0 auto 54px;
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
}

.candle-category-bundle-intro p {
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.candle-category-bundle-intro__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    margin-top: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.candle-category-bundles {
    margin-top: 0;
}

@media (max-width: 767px) {
    .candle-category-bundle-intro {
        margin: 35px 0 25px;
        padding: 30px 20px;
        text-align: left;
    }

    .candle-category-bundle-intro h2 {
        font-size: 26px;
    }

    .candle-category-bundle-intro__features {
        display: grid;
        justify-content: start;
        gap: 8px;
    }
}


/* ==========================================================
   PRODUCT REVIEWS - interactive star rating
   Requires ../images/stea_empty.svg and ../images/stea_plina.svg
   ========================================================== */
.candle-review-overview{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(0,1.15fr);gap:54px;margin-top:22px;padding:30px 32px;border:1px solid #e3e3e3;background:#fff}
.candle-review-overview h3{margin:0 0 8px;color:#222;font-size:21px;line-height:1.25;font-weight:800}
.candle-review-overview p{margin:0;color:#555;font-size:14px;line-height:1.5}
.candle-review-overview__summary{align-self:start}
.candle-review-overview__score{display:flex;align-items:baseline;gap:5px;margin-top:12px!important;color:#222!important}
.candle-review-overview__score strong{font-size:18px;font-weight:800}
.candle-review-overview__score span{font-size:14px}
.candle-review-static-stars{display:inline-flex;align-items:center;gap:2px}
.candle-review-static-star{display:block;flex:0 0 auto;width:24px;height:24px;background:url('../images/stea_empty.svg') center/contain no-repeat}
.candle-review-static-star.is-full{background-image:url('../images/stea_plina.svg')}
.candle-review-static-stars--large{margin-top:7px;gap:3px}
.candle-review-static-stars--large .candle-review-static-star{width:35px;height:35px}
.candle-review-static-stars--small .candle-review-static-star{width:20px;height:20px}
.candle-review-compose{min-width:0}
.candle-review-rating-row{display:flex;align-items:center;gap:12px;margin-top:10px}
.candle-review-rating{position:relative;display:inline-flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;flex:0 0 auto}
.candle-review-rating__input{position:absolute;width:1px;height:1px;margin:0;padding:0;opacity:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.candle-review-rating__star{display:block;width:35px;height:35px;margin:0;cursor:pointer;background:url('../images/stea_empty.svg') center/contain no-repeat;}
.candle-review-rating__star:hover,
.candle-review-rating__star:hover~.candle-review-rating__star,
.candle-review-rating__input:checked~.candle-review-rating__star{background-image:url('../images/stea_plina.svg')}
.candle-review-rating__input:focus-visible+.candle-review-rating__star{outline:2px solid #111;outline-offset:3px}
.candle-review-rating-label{min-width:105px;color:#222;font-size:14px;line-height:1.2;font-weight:800}
.candle-review-form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-top:18px;padding-top:18px;border-top:1px solid #e3e3e3}
.candle-review-form-fields[hidden]{display:none!important}
.candle-review-field{display:grid;gap:6px;margin:0;color:#222;font-size:14px;line-height:1.35;font-weight:700}
.candle-review-field--full{grid-column:1/-1}
.candle-review-field small{color:#777;font-size:12px;font-weight:500}
.candle-review-field input,.candle-review-field textarea{box-sizing:border-box;width:100%;border:1px solid #bbb;border-radius:0;background:#fff;padding:10px 11px;color:#222;font:inherit;font-weight:400;outline:0}
.candle-review-field input:focus,.candle-review-field textarea:focus{border-color:#111;box-shadow:0 0 0 1px #111}
.candle-review-field textarea{min-height:120px;resize:vertical}
.candle-review-suggestions{grid-column:1/-1;margin-top:-5px}
.candle-review-suggestions>span{display:block;margin-bottom:7px;color:#555;font-size:12px;font-weight:700}
.candle-review-suggestions__group{display:flex;flex-wrap:wrap;gap:6px}
.candle-review-suggestions__group[hidden]{display:none!important}
.candle-review-suggestion{border:1px solid #ddd;border-radius:999px;background:#f3f3f3;padding:5px 9px;color:#333;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.candle-review-suggestion:hover,.candle-review-suggestion:focus-visible{border-color:#111;background:#fff;outline:0}
.candle-review-submit{display:flex;align-items:center;gap:14px}
.candle-review-submit .button{min-height:42px;border:2px solid #000;border-radius:0;background:#000;color:#fff;padding:9px 18px;font:inherit;font-weight:800;cursor:pointer}
.candle-review-submit .button:hover,.candle-review-submit .button:focus-visible{background:#fff;color:#000;outline:0}
.candle-review-submit small{color:#666;font-size:12px}
.candle-review-list{margin-top:28px;border-top:1px solid #ddd}
.candle-review-item{display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr);gap:28px;padding:22px 4px;border-bottom:1px solid #ddd;background:#fff}
.candle-review-item__author{display:flex;flex-direction:column;gap:4px;color:#222;font-size:13px;line-height:1.35}
.candle-review-item__author strong{font-size:14px;font-weight:800}
.candle-review-item__author time{color:#666}
.candle-review-item__content h3{margin:0 0 6px;color:#222;font-size:16px;line-height:1.3;font-weight:800}
.candle-review-item__content p{margin:8px 0 0;color:#333;font-size:15px;line-height:1.55}
.candle-review-empty{padding:22px 0;color:#666;font-size:15px}
@media(max-width:767px){.candle-review-overview{grid-template-columns:1fr;gap:28px;padding:24px 20px}.candle-review-rating-row{align-items:flex-start;flex-direction:column;gap:8px}.candle-review-form-fields{grid-template-columns:1fr}.candle-review-field--full,.candle-review-suggestions{grid-column:auto}.candle-review-submit{align-items:flex-start;flex-direction:column}.candle-review-item{grid-template-columns:1fr;gap:12px}.candle-review-static-stars--large .candle-review-static-star,.candle-review-rating__star{width:32px;height:32px}}
@media(max-width:360px){.candle-review-static-stars--large .candle-review-static-star,.candle-review-rating__star{width:28px;height:28px}}


.candle-product-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    min-height: 40px;
    margin-top: 0px;
    padding:8px 2px;
    border: 2px solid #28cc62;
    background: #28cc62;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
}

.candle-product-whatsapp img {
    display: block;
    flex: 0 0 4px;
    width: 30px;
    height: 30px;
}

.candle-product-whatsapp:hover {
    background: #fff;
    color: #111;
}


@media (max-width: 900px) {

    .candle-primary-nav
    .candle-centrale-main-link:focus,
    .candle-primary-nav
    .candle-centrale-main-link:focus-visible {
        outline: 0 !important;
        box-shadow: none !important;
    }

    .candle-primary-nav
    .primary-nav-inner > ul > li.candle-centrale-item
    > a.candle-centrale-main-link:after {
        transition: none !important;
    }

}


.button {
    position: relative;
    border: none;
    top:50px;
    padding: 15px 25px;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    font-size: 20px;
}


.button:hover {
    text-decoration: underline;
}


.rte-video {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
}

.rte-video iframe.rte-video__frame {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

.rte-video video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #000;
}

.rte-video figcaption {
    margin-top: .6rem;
    font-size: .92em;
    line-height: 1.5;
}

