.hbf {
--hbf-bg: #fbf8f3;
--hbf-card: #fff;
--hbf-ink: #241c14;
--hbf-mut: #7d6c58;
--hbf-line: #e8e0d3;
--hbf-gold: #c19a4b;
--hbf-brand: #992238;
background: var(--hbf-bg);
border-top: 1px solid var(--hbf-line);
color: var(--hbf-ink);
font-size: 15px;
line-height: 1.6;
}
.hbf ul {
list-style: none;
margin: 0;
padding: 0;
}
.hbf a {
color: inherit;
text-decoration: none;
transition: color .15s ease;
}
.hbf a:hover,
.hbf a:focus-visible {
color: var(--hbf-brand);
}
.hbf :focus-visible {
outline: 2px solid var(--hbf-brand);
outline-offset: 3px;
border-radius: 3px;
}
.hbf .hbf-i {
flex: none;
width: 18px;
height: 18px;
} .hbf-top {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 34px 22px;
padding: 48px 0 8px;
}
.hbf-brand {
grid-column: 1 / -1;
}
@media (min-width: 600px) {
.hbf-top {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (min-width: 992px) {
.hbf-top {
grid-template-columns: minmax(0, 1.55fr) repeat(4, minmax(0, 1fr));
gap: 40px 30px;
padding: 60px 0 12px;
}
.hbf-brand {
grid-column: auto;
padding-right: 24px;
}
} .hbf-logo {
display: inline-block;
}
.hbf-logo img {
display: block;
width: 220px;
max-width: 100%;
height: auto;
}
.hbf-about {
margin: 18px 0 0;
max-width: 34em;
color: var(--hbf-mut);
font-size: 14px;
}
.hbf-contact {
display: grid;
gap: 11px;
margin-top: 20px;
}
.hbf-contact li {
display: grid;
grid-template-columns: 18px minmax(0, 1fr);
align-items: start;
gap: 10px;
}
.hbf-contact .hbf-i {
margin-top: 3px;
color: var(--hbf-gold);
}
.hbf-contact a,
.hbf-contact span {
overflow-wrap: anywhere;
}
.hbf-phone {
font-weight: 600;
letter-spacing: .01em;
white-space: nowrap;
}
.hbf-social {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin-top: 22px;
}
.hbf-social a {
display: grid;
place-items: center;
width: 38px;
height: 38px;
border: 1px solid var(--hbf-line);
border-radius: 50%;
background: var(--hbf-card);
color: var(--hbf-mut);
transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}
.hbf-social a:hover,
.hbf-social a:focus-visible {
background: var(--hbf-brand);
border-color: var(--hbf-brand);
color: #fff;
} .hbf-social .hbf-mark {
width: 17px;
height: 17px;
}
.hbf-social .hbf-s-viber a:hover,
.hbf-social .hbf-s-viber a:focus-visible {
background: #7360f2;
border-color: #7360f2;
}
.hbf-social .hbf-s-whatsapp a:hover,
.hbf-social .hbf-s-whatsapp a:focus-visible {
background: #25d366;
border-color: #25d366;
}
.hbf-rating {
display: inline-flex;
align-items: center;
gap: 7px;
margin-top: 20px;
padding: 8px 14px;
border: 1px solid var(--hbf-line);
border-radius: 999px;
background: var(--hbf-card);
font-size: 13px;
line-height: 1;
}
.hbf-rating .hbf-i {
width: 15px;
height: 15px;
color: var(--hbf-gold);
}
.hbf-rating b {
font-weight: 700;
}
.hbf-rating span {
color: var(--hbf-mut);
}
.hbf-rating:hover {
border-color: var(--hbf-gold);
} .hbf-h {
margin: 0 0 15px;
color: var(--hbf-mut);
font-size: 11px;
font-weight: 700;
letter-spacing: .14em;
line-height: 1.4;
text-transform: uppercase;
}
.hbf-list li + li {
margin-top: 9px;
} .hbf-list a {
display: block;
max-width: 100%;
overflow-wrap: anywhere;
font-size: 14.5px;
} .hbf-strips {
display: grid;
gap: 12px;
margin-top: 34px;
padding: 22px 0 4px;
border-top: 1px solid var(--hbf-line);
}
.hbf-strip {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4px 10px;
font-size: 13.5px;
color: var(--hbf-mut);
}
.hbf-strip-label {
font-weight: 600;
color: var(--hbf-ink);
white-space: nowrap;
}
.hbf-strip ul {
display: flex;
flex-wrap: wrap;
gap: 4px 8px;
}
.hbf-strip li + li::before {
content: "·";
margin-right: 8px;
color: var(--hbf-gold);
}
.hbf-strip a {
color: var(--hbf-mut);
border-bottom: 1px solid transparent;
}
.hbf-strip a:hover,
.hbf-strip a:focus-visible {
border-bottom-color: currentColor;
} .hbf-bottom {
margin-top: 26px;
border-top: 1px solid var(--hbf-line);
padding: 16px 0;
}
.hbf-bottom .container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px 26px;
}
.hbf-legal {
margin: 0;
color: var(--hbf-mut);
font-size: 12.5px;
}
.hbf-dev {
white-space: nowrap;
}
.hbf-dev::before {
content: "·";
margin: 0 8px;
color: var(--hbf-gold);
}
.hbf-heart {
color: var(--hbf-brand);
}
.hbf-pay {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
color: var(--hbf-mut);
font-size: 12.5px;
}
.hbf-pay img {
display: block;
width: auto;
height: 22px;
} .hbf-pay .hbf-mono {
align-self: flex-start;
width: 31px;
height: 20px;
margin-right: -7px;
border-radius: 3px;
object-fit: cover;
}
@media (max-width: 575px) {
.hbf-bottom .container {
justify-content: flex-start;
}
.hbf-dev {
display: block;
}
.hbf-dev::before {
content: none;
}
}
@media (prefers-reduced-motion: reduce) {
.hbf a,
.hbf-social a {
transition: none;
}
}.hky-page{--hky-ink:#302b27;--hky-muted:#71695f;--hky-line:#d9d1c7;--hky-paper:#faf8f4;--hky-soft:#eee9e1;--hky-wine:#7c263d}
.hky-page .content-page{padding-top:0}.hky-page .page-content{padding-bottom:35px}.hky-page .page-heading{margin-bottom:22px}
.hky{color:var(--hky-ink);font-family:Raleway,sans-serif;font-variant-numeric:lining-nums;padding:56px 0;margin-bottom:0!important}
.hky *{box-sizing:border-box}.hky p{font-size:16px;line-height:1.65;color:var(--hky-muted);margin:0 0 18px}.hky h1,.hky h2,.hky h3{color:var(--hky-ink);text-transform:none;letter-spacing:-.035em}.hky h1,.hky h2{font-family:Georgia,'Times New Roman',serif;font-weight:400}.hky h1{font-size:clamp(38px,3.65vw,57px);line-height:1.07;margin:20px 0 24px}.hky h1 span{display:block;color:var(--hky-wine);font-style:italic;font-size:.83em;margin-top:12px}.hky h2{font-size:clamp(30px,2.8vw,42px);line-height:1.15;margin:10px 0 18px}.hky h3{font-family:Raleway,sans-serif;font-size:21px;font-weight:600;line-height:1.3;margin:10px 0 12px}.hky .wpb_content_element{margin-bottom:0}.hky .hky-eyebrow{display:block;font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.17em;text-transform:uppercase;color:var(--hky-wine);margin-bottom:14px}
.hky-hero{padding:10px 0 34px;display:flex;align-items:center;gap:0}.hky-hero>.vc_column_container:first-child>.vc_column-inner{padding-right:42px}.hky-hero .hky-lead{font-size:16px;max-width:430px}.hky-hero .hky-actions{margin-top:27px}.hky-hero-image img{width:100%;height:450px;object-fit:cover;object-position:50% 65%}.hky-hero-image figure,.hky-hero-image .vc_single_image-wrapper{display:block;width:100%}.hky .hky-caption{font-size:11px;line-height:1.4;margin:9px 0 0;color:var(--hky-muted)}
.hky-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.hky a.hky-btn{background:var(--hky-wine);color:#fff!important;display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:49px;padding:14px 23px;font-weight:600;font-size:14px;line-height:1.4;border:1px solid var(--hky-wine);text-decoration:none;transition:background .2s}.hky a.hky-btn:hover{background:#5e1d2e}.hky a.hky-link{color:var(--hky-ink);font-weight:500;font-size:14px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;line-height:1.65}.hky a.hky-link:hover{color:var(--hky-wine)}.hky a:focus-visible,.hky summary:focus-visible{outline:2px solid var(--hky-wine);outline-offset:5px}.hky [id],.hky[id]{scroll-margin-top:110px}
.hky-proof{padding:0 0 28px}.hky-proof .wpb_text_column > .wpb_wrapper>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-top:1px solid var(--hky-line);border-bottom:1px solid var(--hky-line);padding:19px 0}.hky-proof p{font-size:13px;margin:0}.hky-proof strong{color:var(--hky-ink);font-weight:600}.hky-proof a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.hky-browse{padding:14px 0 30px}.hky-browse nav{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.hky-browse nav a{padding:10px 15px;border:1px solid var(--hky-line);color:var(--hky-ink);font-size:13px;line-height:1.4;text-decoration:none}.hky-browse nav a:hover{background:var(--hky-soft);border-color:var(--hky-muted)}.hky-browse nav a:last-child{color:var(--hky-wine);border-color:var(--hky-wine)}
.hky-section-head{padding:25px 0 25px;display:flex;align-items:flex-end}.hky-section-head p{max-width:560px;margin-bottom:0}.hky-section-head>.vc_column_container:last-child{text-align:right}.hky-products{padding:0 0 32px;display:flex;flex-wrap:wrap}.hky-products>.vc_column_container{display:flex}.hky-products>.vc_column_container>.vc_column-inner{display:flex}.hky-products>.vc_column_container>.vc_column-inner>.wpb_wrapper{width:100%;display:flex}.hky-card{width:100%;display:flex;flex-direction:column;padding-bottom:22px;border-bottom:1px solid var(--hky-line)}.hky-card-image{height:285px;background:var(--hky-paper);display:block;overflow:hidden}.hky-card-photo{width:100%;height:100%;object-fit:contain;transition:transform .3s}.hky-card-image:hover .hky-card-photo{transform:scale(1.025)}.hky-card-body{padding-top:20px;display:flex;flex-direction:column;flex:1}.hky .hky-card-kind{font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;color:var(--hky-wine)}.hky .hky-card h3{font-size:18px;letter-spacing:-.025em;margin:0 0 9px}.hky-card h3 a{color:var(--hky-ink)}.hky .hky-card-note{font-size:13px;line-height:1.5;min-height:40px;margin-bottom:18px}.hky-card-spec{display:flex;gap:7px;flex-wrap:wrap;justify-content:space-between;font-size:11px;line-height:1.5;color:var(--hky-muted);margin-top:auto;margin-bottom:8px}.hky-stock{color:#486047}.hky-card-price{font-size:23px;font-family:Georgia,serif;color:var(--hky-ink);margin-bottom:13px;font-variant-numeric:lining-nums}.hky-card-price .woocommerce-Price-currencySymbol{font-size:15px}.hky-card-cta{display:flex;justify-content:space-between;gap:8px;color:var(--hky-ink);font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:4px}.hky-card-cta:hover{color:var(--hky-wine)}
.hky-all{padding:0 0 55px}.hky-all .wpb_text_column > .wpb_wrapper{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}.hky-all p{font-size:13px;margin:0;max-width:510px}.hky-guidance{background:var(--hky-paper);padding:40px 24px}.hky-guidance .hky-guides{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hky-guides article{border-top:1px solid var(--hky-line);padding-top:17px}.hky-guides h3{font-size:19px}.hky-guides p{font-size:14px}.hky-guides .hky-link{display:inline-block;margin:0 12px 8px 0}.hky-fit{margin-top:34px!important;background:var(--hky-soft);padding:42px 28px;display:flex;align-items:center}.hky-fit>.vc_column_container:first-child>.vc_column-inner{padding-right:40px}.hky-fit .hky-steps{list-style:none;margin:0;padding:0;counter-reset:hky-step}.hky-steps li{position:relative;padding:15px 0 15px 48px;border-top:1px solid #cbc2b5;font-size:14px;line-height:1.6;counter-increment:hky-step}.hky-steps li:before{content:'0' counter(hky-step);font:24px Georgia,serif;position:absolute;left:0;top:14px;color:var(--hky-wine)}.hky-steps strong{display:block;color:var(--hky-ink);font-size:16px;margin-bottom:4px}.hky-fit .hky-note{font-size:12px;margin-top:18px}.hky-services{padding:60px 0 45px}.hky-services>.vc_column_container>.vc_column-inner>.wpb_wrapper{border-top:1px solid var(--hky-line);padding-top:24px}.hky-services h2{font-size:32px}.hky-services p{font-size:14px;max-width:510px}.hky-services .hky-link{font-size:16px}
.hky-delivery{padding:25px 0 45px}.hky-delivery .hky-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hky-facts article{padding:20px;background:var(--hky-paper)}.hky-facts h3{font-size:16px;margin:0 0 10px}.hky-facts p{font-size:13px;margin:0}.hky-faq{padding:24px 0 50px}.hky details{border-top:1px solid var(--hky-line);padding:0}.hky details:last-child{border-bottom:1px solid var(--hky-line)}.hky summary{cursor:pointer;padding:18px 28px 18px 0;position:relative;color:var(--hky-ink);font-size:15px;line-height:1.4;font-weight:500;list-style:none}.hky summary::-webkit-details-marker{display:none}.hky summary:after{content:'+';position:absolute;right:2px;top:16px;font:23px Georgia,serif}.hky details[open] summary:after{content:'−'}.hky details p{font-size:14px;padding:0 20px 18px 0;margin:0}.hky-contact{border-top:1px solid var(--hky-line);padding:30px 0}.hky-contact .wpb_text_column > .wpb_wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.hky-contact p{margin:0}.hky-contact .hky-link{font-size:18px}.hky-page .hbr-reviews{margin-top:25px}
@media(min-width:1500px){.hky-hero-image img{height:470px}}
@media(max-width:1100px){.hky-card-image{height:230px}.hky-hero h1{font-size:42px}.hky-hero>.vc_column_container:first-child>.vc_column-inner{padding-right:24px}}
@media(max-width:900px){.hky-products>.vc_column_container{width:50%;margin-bottom:25px}.hky-card-image{height:340px}.hky-card-note{min-height:0!important}.hky-hero h1{font-size:36px}.hky-hero-image img{height:440px}.hky-guidance .hky-guides{gap:18px}.hky-proof .wpb_text_column > .wpb_wrapper>div{gap:12px}.hky-proof p{font-size:12px}}
@media(max-width:767px){.hky{padding-top:32px;padding-bottom:32px}.hky-hero{display:flex;flex-direction:column;padding-top:0}.hky-hero>.vc_column_container{width:100%}.hky-hero>.vc_column_container:first-child>.vc_column-inner{padding-right:15px}.hky-hero h1{font-size:40px;margin-top:15px;margin-bottom:18px}.hky-hero .hky-lead{max-width:none;font-size:15px}.hky-hero .hky-actions{margin-top:20px;margin-bottom:24px}.hky-hero-image img{height:320px}.hky-proof{padding:0 0 20px}.hky-proof .wpb_text_column > .wpb_wrapper>div{grid-template-columns:1fr;padding:15px 0;gap:9px}.hky-browse{padding:4px 0 15px}.hky-browse nav{gap:7px}.hky-browse nav a{font-size:12px;padding:9px 11px}.hky-section-head{display:block;padding:20px 0}.hky-section-head>.vc_column_container:last-child{text-align:left;margin-top:14px}.hky-products{padding:0}.hky-card-image{height:270px}.hky .hky-card h3{font-size:17px}.hky-card-price{font-size:22px}.hky-card-spec{flex-direction:column;gap:3px}.hky-all{padding:5px 0 35px}.hky-guidance{padding:28px 8px}.hky-guidance .hky-guides{grid-template-columns:1fr;gap:18px}.hky-guides article{padding-top:12px}.hky-fit{display:block;margin-top:24px!important;padding:28px 10px}.hky-fit>.vc_column_container:first-child>.vc_column-inner{padding-right:15px}.hky-fit .hky-steps{margin-top:24px}.hky-services{padding:15px 0}.hky-services>.vc_column_container{margin-top:20px}.hky-delivery .hky-facts{margin-top:20px;gap:12px}.hky-faq{padding-top:8px}.hky-contact{padding:24px 0}}
@media(max-width:520px){.hky-products>.vc_column_container{width:100%;margin-bottom:28px}.hky-card{display:block}.hky-card-image{height:360px}.hky-card-spec{flex-direction:row}.hky-card-body{padding-top:16px}.hky .hky-card h3{font-size:21px}.hky .hky-card-note{font-size:14px;margin-bottom:12px}.hky-card-cta{font-size:14px;min-height:35px;align-items:center}.hky-card-price{font-size:25px}.hky-hero h1{font-size:37px}.hky-hero-image img{height:270px}.hky-delivery .hky-facts{grid-template-columns:1fr}.hky a.hky-btn{font-size:13px;gap:22px}.hky h2{font-size:32px}}
@media(prefers-reduced-motion:reduce){.hky *{transition:none!important;scroll-behavior:auto!important}}