.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;
}
}.woocommerce-account .page-heading,.woocommerce-compare .page-heading,.woocommerce-waitlist .page-heading,.woocommerce-wishlist .page-heading{padding:2.3vw 0;margin-bottom:2.3vw;line-height:1.4;background-color:#fafafa}@media only screen and (max-width:768px){.woocommerce-account .page-heading,.woocommerce-compare .page-heading,.woocommerce-waitlist .page-heading,.woocommerce-wishlist .page-heading{margin-bottom:50px}}@media only screen and (max-width:480px){.woocommerce-account .page-heading,.woocommerce-compare .page-heading,.woocommerce-waitlist .page-heading,.woocommerce-wishlist .page-heading{padding:15px 0}}.woocommerce-account .page-heading .back-history,.woocommerce-account .page-heading .breadcrumbs,.woocommerce-compare .page-heading .back-history,.woocommerce-compare .page-heading .breadcrumbs,.woocommerce-waitlist .page-heading .back-history,.woocommerce-waitlist .page-heading .breadcrumbs,.woocommerce-wishlist .page-heading .back-history,.woocommerce-wishlist .page-heading .breadcrumbs{display:none}.woocommerce-account .page-heading .title,.woocommerce-compare .page-heading .title,.woocommerce-waitlist .page-heading .title,.woocommerce-wishlist .page-heading .title{display:block;font-size:1.7rem;text-transform:uppercase;text-align:center}.woocommerce-account .page-heading .title:before,.woocommerce-compare .page-heading .title:before,.woocommerce-waitlist .page-heading .title:before,.woocommerce-wishlist .page-heading .title:before{font-family:xstore-icons;font-size:.75em;-webkit-margin-end:7px;margin-inline-end:7px;content:'\e1000'}.woocommerce-account.et-header-overlap .page-heading,.woocommerce-compare.et-header-overlap .page-heading,.woocommerce-waitlist.et-header-overlap .page-heading,.woocommerce-wishlist.et-header-overlap .page-heading{padding:7em 0 3em}.woocommerce-wishlist .page-heading .title:before{content:'\e908'}.woocommerce-waitlist .page-heading .title:before{content:'\e959'}.product_meta,.single-tags{width:100%}.product_meta span a,.product_meta span span,.single-tags a,.single-tags span{color:var(--et_main-color)}.product_meta span a:hover,.single-tags a:hover{color:var(--et_dark-2-white)}.product_meta{clear:both}.product_meta>div,.product_meta>span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_meta .products-page-cats a:first-child,.product_meta>span :first-child{-webkit-padding-start:3px;padding-inline-start:3px}.product_meta>.sales-booster-estimated-delivery>span:first-child{-webkit-padding-start:0;padding-inline-start:0}.product_meta>.sales-booster-estimated-delivery>span+span{-webkit-padding-start:3px;padding-inline-start:3px}.product_meta .product_brand,.product_meta .product_seller{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_meta,.product_meta .products-page-cats,.product_meta .wcml-dropdown.product,.product_meta .wcml_currency_switcher,.product_meta>span,.wcpv-sold-by-single{margin-bottom:10px}.product_meta .wcml-dropdown.product,.product_meta .wcml_currency_switcher{margin-top:0}.product-share,.product_meta,.product_meta>.sales-booster-estimated-delivery>span:first-child,.single-tags,.wcpv-sold-by-single{color:var(--et_dark-2-white);font-size:1.14rem}.et-socials span,.single-tags span{color:var(--et_dark-2-white)}.single-tags{margin:0 0 25px}.xstore-wishlist-items tr+tr{border-top:1px solid var(--et_border-color)}.xstore-wishlist-items td{vertical-align:middle}.xstore-wishlist-items .product-title{display:block;font-size:1.14em}.xstore-wishlist-items .product_meta{font-size:1rem;margin-top:.7rem;margin-bottom:0}.xstore-wishlist-items .mobile-price{margin-top:.7rem}.xstore-wishlist-items .quantity{float:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}.xstore-wishlist-product{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:300px;padding-left:0;padding-right:0}.xstore-wishlist-image{display:inline-block;float:left;padding:0}.xstore-wishlist-image img{max-width:6rem;max-height:100px;float:left;-webkit-margin-end:15px;margin-inline-end:15px}@media only screen and (max-width:992px){.xstore-wishlist-image img{max-width:3.5rem}}.xstore-wishlist-details{overflow:hidden}.xstore-wishlist-action .button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--et_btn-dark-bg-color);border:1px solid var(--et_btn-dark-br-color);color:var(--et_btn-dark-color);--loader-side-color:var(--et_btn-dark-color);height:auto;margin:0 7px}.xstore-wishlist-action .button:hover{background-color:var(--et_btn-dark-bg-color-hover);border-color:var(--et_btn-dark-br-color-hover);color:var(--et_btn-dark-color-hover);--loader-side-color:var(--et_btn-dark-color-hover)}.xstore-wishlist-action .button:focus{color:var(--et_btn-dark-color)}.xstore-wishlist-action .button .et-loader{position:static}.xstore-wishlist-action .button svg{fill:currentColor}@media only screen and (min-width:993px){.xstore-wishlist-action .button>svg{display:none}}@media only screen and (max-width:992px){.xstore-wishlist-action .button{font-size:1.14rem;padding-left:.75rem;padding-right:.75rem}.xstore-wishlist-action .button .button-text{display:none}}.xstore-wishlist-action .xstore-wishlist[data-action=remove]:not(.processing) .et-icon{color:currentColor}.xstore-wishlist-action .show-quickly,.xstore-wishlist-action .xstore-wishlist,.xstore-wishlist-action .xstore-wishlist-remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.14rem;padding-left:.75rem;padding-right:.75rem;height:auto;z-index:auto;cursor:pointer}@media only screen and (max-width:992px){.xstore-wishlist-action .show-quickly{display:none}}.xstore-wishlist-action .actions-wrapper{position:relative;display:inline-block}.xstore-wishlist-action .actions-buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.xstore-wishlist-action .date-added{position:absolute;top:100%;width:100%;left:0;right:0;text-align:end;color:var(--et_main-color);font-size:.85rem;margin-top:7px}.xstore-wishlist-apply-actions select{min-width:170px;-webkit-margin-end:10px;margin-inline-end:10px}.xstore-wishlist-table tr:first-child td{padding-top:1.5em}.xstore-wishlist-table td,.xstore-wishlist-table th{padding-top:1.5em;padding-bottom:1.5em}.xstore-wishlist-table .xstore-wishlist-checkbox{padding-right:0;padding-left:0}.xstore-wishlist-table .xstore-wishlist-checkbox{width:25px}.xstore-wishlist-table .xstore-wishlist-stock_status p{line-height:var(--p-line-height,1.6);font-size:var(--p-font-size,1.14rem)}.xstore-wishlist-table .xstore-wishlist-stock_status p:last-child{margin-bottom:0}.xstore-wishlist-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.xstore-wishlist-share .share-title{color:var(--et_dark-2-white);font-size:calc(var(--h4-size-proportion) * 1rem);-webkit-margin-end:15px;margin-inline-end:15px}@media only screen and (min-width:993px){.xstore-wishlist-share{border:1px solid var(--et_border-color);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:25px 0;margin-bottom:3.5em}}@media only screen and (max-width:992px){.xstore-wishlist-share .menu-social-icons,.xstore-wishlist-share .share-title{margin-bottom:10px}}.compare-more-products,.xstore-wishlist-actions{height:auto;padding-top:.89rem;padding-bottom:.89rem}.form-actions{border-top:1px solid var(--et_border-color);padding-top:15px;padding-bottom:15px;margin-bottom:-10px}@media only screen and (min-width:993px){.form-actions{padding-top:1.5em;padding-bottom:3em}}.form-actions>div>div{margin-bottom:10px}.form-actions .add-all-products{-webkit-margin-start:10px;margin-inline-start:10px}.form-actions .et-call-popup:empty{display:none}@media only screen and (max-width:480px){.form-actions .et-call-popup{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}}.form-actions .btn{height:auto;padding-top:.89rem;padding-bottom:.89rem}.empty-wishlist-block{text-align:center;color:var(--et_dark-2-white);padding:5em 0}.empty-wishlist-block:before{content:"\e908";font-family:xstore-icons;display:block;border:none!important;font-size:2.6rem;line-height:1.5}.empty-wishlist-block h1,.empty-wishlist-block h2{font-size:1.7rem;text-transform:uppercase}.empty-wishlist-block .btn{background-color:var(--et_btn-dark-bg-color);border:1px solid var(--et_btn-dark-br-color);color:var(--et_btn-dark-color);-webkit-text-fill-color:currentColor;height:auto}.empty-wishlist-block .btn:hover{background-color:var(--et_btn-dark-bg-color-hover);border-color:var(--et_btn-dark-br-color-hover);color:var(--et_btn-dark-color-hover)}.empty-wishlist-block p{color:var(--et_font-color)}@media only screen and (max-width:992px){.form-actions>div>div{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}.xstore-wishlist-apply-actions select{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:unset}}