.dilmio-brand-home{--dbh-olive: var(--dilmio-button-primary-bg);--dbh-olive-hover: var(--dilmio-button-primary-hover-bg);--dbh-cream: var(--dilmio-cream-bg);--dbh-white: var(--dilmio-button-ghost-text);--dbh-text: var(--dilmio-text);--dbh-text-muted: var(--dilmio-text-muted);--dbh-border: var(--dilmio-primary-border, #E8E4DC);--dbh-bg-rgb: var(--dilmio-bg-rgb, 250, 249, 246);--dbh-shadow: var(--dilmio-shadow-xs);--dbh-shadow-hover: var(--dilmio-shadow-card-hover);--dbh-radius: var(--dilmio-radius-card);--dbh-radius-lg: var(--dilmio-radius-xl);--dbh-dark: var(--dilmio-text);font-family:inherit;background-color:var(--dbh-cream)}.dbh-wrapper{max-width:144rem;margin:0 auto;padding:0 3.2rem}.dbh-section-heading{font-size:2.8rem;font-weight:800;color:var(--dbh-text);margin:0 0 2.8rem;letter-spacing:-.03em}.dbh-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.8rem;border-radius:var(--dilmio-radius-btn);font-size:1.4rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;border:2px solid transparent;letter-spacing:.01em;cursor:pointer}.dbh-btn--primary{background-color:var(--dbh-olive);color:var(--dbh-white);border-color:var(--dbh-olive)}.dbh-btn--primary:hover{background-color:var(--dbh-olive-hover);border-color:var(--dbh-olive-hover)}.dbh-btn--outline{background-color:transparent;color:var(--dbh-white);border-color:var(--dbh-white)}.dbh-btn--outline:hover{background-color:var(--dbh-white);color:var(--dbh-olive)}.dbh-hero{background:var(--dbh-cream);padding:6.4rem 0;display:flex;align-items:center}.dbh-hero__content{display:flex;flex-direction:column;gap:2.4rem}.dbh-hero__content .dbh-btn{align-self:flex-start}.dbh-hero__heading{font-size:4.8rem;font-weight:800;line-height:1.08;letter-spacing:-.04em;color:var(--dbh-text);margin:0}.dbh-hero__subtext{font-size:1.6rem;line-height:1.65;color:var(--dbh-text-muted);margin:0}.dbh-hero--has-image{background:linear-gradient(180deg,var(--dilmio-ambient-warm-top) 0%,var(--dilmio-ambient-warm-mid) 35%,var(--dilmio-ambient-warm-end) 100%);padding:2.4rem 4%;display:flex;align-items:stretch}.dbh-hero__card{flex:1;position:relative;border-radius:var(--dilmio-radius-media);overflow:hidden;min-height:88vh}.dbh-hero__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.dbh-hero--has-image .dbh-hero__content{position:relative;z-index:1;min-height:88vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:4.8rem;background:linear-gradient(to top,#000000a6,#0000004d 36%,#0000000f 60%,#0000 80%)}.dbh-hero--has-image .dbh-hero__heading{color:#fff;font-size:5.6rem;line-height:1.06}.dbh-hero--has-image .dbh-hero__subtext{color:#ffffffd1;max-width:52rem}.dbh-hero--has-image .dbh-hero__content .dbh-btn--primary{background:#fff;color:#2c3520;border-color:#fff;border-radius:9999px;padding:1.4rem 3.6rem;font-size:1.5rem;font-weight:700;align-self:flex-start;margin-top:.8rem}.dbh-hero--has-image .dbh-hero__content .dbh-btn--primary:hover{background:#ffffffe0;border-color:#ffffffe0;color:#2c3520}.dbh-categories{background-color:var(--dbh-cream);padding:6.4rem 0}.dbh-categories__grid-wrap{max-width:144rem;margin:0 auto;padding:0 3.2rem}.dbh-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.dbh-category__card{display:flex;flex-direction:column;width:100%;min-width:0;background:var(--dbh-white);border-radius:var(--dbh-radius);overflow:hidden;box-shadow:var(--dbh-shadow);text-decoration:none;transition:box-shadow .2s ease,transform .2s ease;position:relative}.dbh-category__card:hover{box-shadow:var(--dbh-shadow-hover);transform:translateY(-3px)}.dbh-category__image-wrap{width:100%;border-radius:var(--dbh-radius) var(--dbh-radius) 0 0;overflow:hidden;aspect-ratio:3 / 4;position:relative;background-color:var(--dbh-border)}.dbh-category__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.dbh-category__card:hover .dbh-category__img{transform:scale(1.04)}.dbh-category__badge{position:absolute;top:1rem;left:1rem;width:3rem;height:3rem;border-radius:50%;background:var(--dbh-olive);color:var(--dbh-white);display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:var(--dilmio-shadow-sm);z-index:1}.dbh-category__body{padding:2rem 1.6rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.dbh-category__info{flex:1;min-width:0}.dbh-category__title{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;color:var(--dbh-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dbh-category__subtitle{font-size:1.2rem;color:var(--dbh-text-muted);margin:.4rem 0 0}.dbh-editorial-bridge{background-color:var(--dbh-cream);padding:1.6rem 0 6.4rem;text-align:center}.dbh-editorial-bridge__text{font-size:1.55rem;font-style:italic;color:var(--dbh-text-muted);line-height:1.72;margin:0 auto;max-width:48rem;letter-spacing:.012em}.dbh-products{background-color:var(--dbh-white);padding:5.2rem 0;border-top:1px solid var(--dbh-border)}.dbh-products__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem;margin-bottom:2.8rem;text-align:left}.dbh-products__header-left{display:flex;flex-direction:column;gap:.4rem}.dbh-products__heading{margin:0}.dbh-products__subtitle{font-size:1.45rem;color:var(--dbh-text-muted);margin:0;line-height:1.6}.dbh-products__carousel-wrap{position:relative}.dbh-products__carousel{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.4rem}.dbh-products__carousel::-webkit-scrollbar{display:none}.dbh-pcard{flex:0 0 calc(25% - 1.2rem);scroll-snap-align:start;background:var(--dbh-white);border-radius:var(--dbh-radius);border:1px solid var(--dbh-border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease;text-decoration:none;color:inherit}@media(hover:hover)and (min-width:750px){.dbh-pcard:hover{box-shadow:var(--dbh-shadow-hover);transform:translateY(-3px)}}.dbh-pcard__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:var(--dbh-border)}.dbh-pcard__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.dbh-pcard:hover .dbh-pcard__img{transform:scale(1.03)}.dbh-pcard__img-placeholder{width:100%;height:100%;background:var(--dbh-border)}.dbh-pcard__badge{position:absolute;top:.8rem;left:.8rem;background:var(--dbh-olive);color:var(--dbh-white);font-size:1.1rem;font-weight:600;padding:.3rem .8rem;border-radius:2rem;letter-spacing:.01em;z-index:1;white-space:nowrap}.dbh-pcard__body{padding:1.4rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.dbh-pcard__name{font-size:1.4rem;font-weight:600;color:var(--dbh-text);margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dbh-pcard__price{display:flex;align-items:center;gap:.6rem}.dbh-pcard__price-now{font-size:1.5rem;font-weight:700;color:var(--dbh-text)}.dbh-pcard__price-was{font-size:1.2rem;color:var(--dbh-text-muted);text-decoration:line-through}.dbh-criteria{background-color:var(--dbh-cream);padding:5.2rem 0;border-top:1px solid var(--dbh-border)}.dbh-criteria__heading{font-size:2.4rem;font-weight:800;color:var(--dbh-text);letter-spacing:-.02em;margin:0 0 4rem;text-align:center}.dbh-criteria__grid{display:flex;gap:3.2rem;align-items:flex-start;counter-reset:criteria-counter}.dbh-criteria__item{flex:1;text-align:left;padding:0 0 0 2rem;background:transparent;border-radius:0;border:none;border-left:3px solid var(--dbh-olive);box-shadow:none;counter-increment:criteria-counter}.dbh-criteria__item:before{content:"0" counter(criteria-counter);display:block;font-size:3.2rem;font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--dbh-olive);opacity:.15;margin-bottom:1.2rem}.dbh-criteria__title{font-size:1.6rem;font-weight:700;color:var(--dbh-olive);margin:0 0 .8rem}.dbh-criteria__text{font-size:1.3rem;color:var(--dbh-text-muted);line-height:1.5;margin:0}.dbh-brandstory{background-color:var(--dbh-cream);padding:6.4rem 0 2rem;border-top:1px solid var(--dbh-border)}.dbh-brandstory__card{display:grid;grid-template-columns:1fr 1fr;gap:6.4rem;align-items:center;background:var(--dbh-white);border-radius:var(--dilmio-radius-panel);padding:5.6rem;box-shadow:var(--dilmio-shadow-panel)}.dbh-brandstory__content{display:flex;flex-direction:column}.dbh-brandstory__heading{font-size:clamp(2.8rem,3.2vw,4.2rem);font-weight:800;color:var(--dbh-text);letter-spacing:-.03em;line-height:1.1;margin:0 0 2rem}.dbh-brandstory__body{font-size:1.5rem;line-height:1.65;color:var(--dbh-text-muted);margin:0 0 3.2rem}.dbh-brandstory__list{list-style:none;padding:1.6rem 0 0;margin:0;display:flex;flex-direction:column;gap:1.1rem;border-top:1px solid var(--dbh-border)}.dbh-brandstory__point{display:flex;align-items:center;gap:1rem;font-size:1.4rem;font-weight:500;color:var(--dbh-text);letter-spacing:.01em;line-height:1.5}.dbh-brandstory__point:before{content:"\2713";color:var(--dbh-olive);font-size:1.2rem;font-weight:700;flex-shrink:0;line-height:1;position:relative;top:-.05em}.dbh-brandstory__visual{border-radius:var(--dilmio-radius-media);overflow:hidden;aspect-ratio:4 / 3}.dbh-brandstory__img{width:100%;height:100%;object-fit:cover;display:block}.dbh-brandstory__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ede9e3,#d5cfc7 55%,#c4bab0)}.dbh-banner__reveal{overflow:visible}.dbh-banner{background-color:var(--dbh-cream);position:relative;padding:4rem 0}.dbh-banner__sticky{position:relative;height:auto;display:flex;align-items:center;justify-content:center;overflow:visible}.dbh-banner__frame{position:relative;overflow:hidden;flex-shrink:0;width:calc(100% - 6.4rem);height:42vh;height:42svh;border-radius:var(--dilmio-radius-media)}.dbh-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.dbh-banner__bg-img{width:100%;height:100%;object-fit:cover;object-position:center 62%;display:block}.dbh-banner:not(.dbh-banner--has-image) .dbh-banner__frame{background-color:var(--dbh-olive)}.dbh-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:transparent}.dbh-banner--has-image .dbh-banner__overlay{background:linear-gradient(to bottom,#00000070,#0000 28%),linear-gradient(to top,#000000b8,#0006 30%,#00000014 58%,#0000 80%)}.dbh-banner__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:2rem 2.4rem 3.6rem;gap:1.4rem;pointer-events:none}.dbh-banner__content .dbh-btn{pointer-events:auto}.dbh-banner__label{position:absolute;top:3.2rem;left:2.4rem;font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffffad;margin:0;padding-left:.8rem;border-left:2px solid rgba(255,255,255,.36);line-height:1.4}.dbh-banner__heading{font-size:clamp(3.2rem,5vw,6.4rem);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.06;margin:0;max-width:20ch}.dbh-banner .dbh-btn{color:#fff;border-color:#ffffffbf}.dbh-banner .dbh-btn:hover{background-color:#fff;border-color:#fff;color:var(--dbh-olive)}.dbh-faq{background-color:var(--dbh-cream);padding:4rem 0;border-top:1px solid var(--dbh-border)}.dbh-faq__card{display:grid;grid-template-columns:1fr 1.5fr;gap:7.2rem;align-items:start;background:var(--dbh-white);border-radius:var(--dilmio-radius-panel);padding:5.6rem;box-shadow:var(--dilmio-shadow-panel)}.dbh-faq__heading{font-size:clamp(2.4rem,2.8vw,3.6rem);font-weight:800;color:var(--dbh-text);letter-spacing:-.03em;line-height:1.15;margin:0 0 2rem}.dbh-faq__body{font-size:1.4rem;line-height:1.6;color:var(--dbh-text-muted);margin:0 0 2.8rem}.dbh-wa-link{display:inline-flex;align-items:center;gap:1.2rem;text-decoration:none;color:inherit}.dbh-wa-link__circle{width:4.8rem;height:4.8rem;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 14px #25d3664d;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.dbh-wa-link:hover .dbh-wa-link__circle{background:#1ebe58;transform:scale(1.07);box-shadow:0 4px 20px #25d3666b}.dbh-wa-link__label{font-size:1.35rem;font-weight:600;color:var(--dbh-text);line-height:1.3}.dbh-faq__list{display:flex;flex-direction:column}.dbh-faq__item{border-bottom:1px solid var(--dbh-border)}.dbh-faq__item:first-child{border-top:1px solid var(--dbh-border)}.dbh-faq__question{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 0;font-size:1.45rem;font-weight:600;color:var(--dbh-text);cursor:pointer;list-style:none;gap:1.2rem;-webkit-user-select:none;user-select:none}.dbh-faq__question::-webkit-details-marker{display:none}.dbh-faq__question:after{content:"+";font-size:2rem;font-weight:300;flex-shrink:0;color:var(--dbh-text-muted);line-height:1}.dbh-faq__item[open] .dbh-faq__question:after{content:"\2212";color:var(--dbh-olive)}.dbh-faq__answer{font-size:1.35rem;line-height:1.65;color:var(--dbh-text-muted);margin:0;padding:0 0 2rem}@media screen and (min-width:990px){.dbh-hero--has-image{padding:4rem 4vw 6.4rem;align-items:flex-start}.dbh-hero__card{flex:1;max-width:1600px;margin-inline:auto;border-radius:var(--dilmio-radius-media);aspect-ratio:2.55 / 1;min-height:560px;max-height:720px;box-shadow:var(--dilmio-shadow-hero)}.dbh-hero__card-img{object-position:center right}.dbh-hero--has-image .dbh-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;align-items:flex-start;text-align:left;padding:clamp(2.8rem,4vw,5.6rem) clamp(3.2rem,5vw,7.2rem);background:linear-gradient(to top,#000000b3,#0006 32%,#0000001a 56%,#0000 75%)}.dbh-hero--has-image .dbh-hero__heading{font-size:clamp(4.8rem,4.2vw,7.2rem);line-height:.97;letter-spacing:-.05em;max-width:14ch}.dbh-hero--has-image .dbh-hero__subtext{max-width:46rem;font-size:1.5rem}.dbh-hero--has-image .dbh-hero__content .dbh-btn--primary{align-self:flex-start;margin-top:1.4rem}.dbh-banner{padding:5.2rem 0}.dbh-banner__frame{width:calc(100% - 6.4rem);height:48vh;border-radius:var(--dilmio-radius-media)}.dbh-banner__heading{font-size:clamp(4.8rem,5vw,7.2rem)}.dbh-banner__content{padding:2.4rem 6.4rem 4.8rem}.dbh-banner__label{top:2.4rem;left:6.4rem}}@media screen and (min-width:750px)and (max-width:989px){.dbh-hero--has-image{padding:3.6rem 8%}.dbh-hero__card{min-height:calc(72vh - 7.2rem)}.dbh-hero--has-image .dbh-hero__content{min-height:calc(72vh - 7.2rem);padding:3.6rem}.dbh-hero--has-image .dbh-hero__heading{font-size:4.4rem}.dbh-pcard{flex:0 0 calc(50% - .8rem)}}@media screen and (max-width:749px){.dbh-wrapper{padding:0 2rem}.dbh-hero{padding:4rem 0 4.8rem}.dbh-hero__heading{font-size:2.8rem}.dbh-hero__subtext{font-size:1.4rem}.dbh-hero__content .dbh-btn{font-size:1.4rem;padding:1.2rem 2.4rem;display:inline-flex;width:auto}.dbh-hero--has-image{padding:0}.dbh-hero__card{border-radius:0;min-height:92vh;min-height:92svh}.dbh-hero--has-image .dbh-hero__content{min-height:92vh;min-height:92svh;align-items:center;text-align:center;padding:2.4rem 3.2rem 5.2rem;justify-content:flex-end;background:linear-gradient(to bottom,#0000006b,#0000 18%),linear-gradient(to top,#000000b8,#00000061 28%,#0000 58%)}.dbh-hero--has-image .dbh-hero__heading{color:#fff;font-size:3.8rem;line-height:1.04;letter-spacing:-.04em}.dbh-hero--has-image .dbh-hero__subtext{color:#ffffffd1;font-size:1.4rem;max-width:30rem;margin:0 auto}.dbh-hero--has-image .dbh-hero__content .dbh-btn--primary{align-self:center;padding:1.4rem 3.6rem;font-size:1.5rem;margin-top:.4rem}.dbh-categories{padding:4.8rem 0}.dbh-categories__grid-wrap{max-width:unset;margin:0;padding:0;position:relative;overflow:hidden}.dbh-categories__grid-wrap:after{content:"";position:absolute;top:0;right:0;width:4.8rem;height:100%;pointer-events:none;background:linear-gradient(to right,transparent,var(--dbh-cream))}.dbh-categories__grid{display:flex;grid-template-columns:unset;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:2rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-left:2rem;padding-right:4rem;padding-bottom:.4rem}.dbh-categories__grid::-webkit-scrollbar{display:none}.dbh-category__card{flex:0 0 72vw;min-width:0;scroll-snap-align:start}.dbh-category__title{white-space:normal;overflow:visible;text-overflow:unset}.dbh-editorial-bridge{padding:1.6rem 0 5.2rem}.dbh-editorial-bridge__text{font-size:1.45rem;max-width:34rem;line-height:1.72}.dbh-products{padding:5.6rem 0 4.8rem;display:flex;flex-direction:column}.dbh-products__carousel-wrap{position:relative;width:100%;overflow:hidden}.dbh-products__carousel-wrap:after{content:"";position:absolute;top:0;right:0;width:4.2rem;height:100%;pointer-events:none;background:linear-gradient(to right,rgba(250,248,243,0),var(--dbh-cream))}.dbh-products .dbh-products__header{text-align:left!important;align-items:flex-start!important;padding:0 2rem}.dbh-products .dbh-products__header .dbh-section-heading,.dbh-products .dbh-products__header .dbh-products__heading{text-align:left!important}.dbh-products .dbh-products__header-left{text-align:left!important;align-items:flex-start!important}.dbh-products .dbh-wrapper .dbh-products__header .dbh-products__header-left .dbh-section-heading{text-align:left!important}.dbh-products__carousel{display:flex;gap:1.4rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-left:1.6rem;padding-right:4.2rem;padding-bottom:1.2rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box}.dbh-products__carousel::-webkit-scrollbar{display:none}.dbh-pcard{flex:0 0 72vw;max-width:72vw;scroll-snap-align:start;min-width:0;box-sizing:border-box;overflow:hidden}.dbh-pcard *{max-width:100%;box-sizing:border-box}.dbh-criteria{padding:3.6rem 0}.dbh-criteria__grid{flex-direction:column;gap:2rem}.dbh-criteria__item{padding:0 0 0 1.4rem;text-align:left;border-left-width:2px;border-left-color:#3e4a2d59}.dbh-criteria__heading{font-size:2rem;text-align:left}.dbh-banner{padding:3.2rem 0}.dbh-banner__frame{width:calc(100% - 4rem);height:38svh;border-radius:1.4rem}.dbh-banner__content{padding:1.2rem 1.6rem 3rem;gap:1rem}.dbh-banner__heading{font-size:3rem;max-width:20ch}.dbh-banner__label{font-size:1rem;top:2.4rem;left:1.6rem}.dbh-banner__cta{font-size:1.3rem;padding:1rem 2rem}.dbh-section-heading{font-size:2.2rem;margin-bottom:2.4rem}.dilmio-brand-home{overflow-x:clip}}@media screen and (max-width:749px){.dbh-brandstory{padding:3.6rem 0 2.4rem}.dbh-brandstory__card{grid-template-columns:1fr;gap:0;padding:0;border-radius:var(--dilmio-radius-media);overflow:hidden}.dbh-brandstory__visual{order:-1;border-radius:0;aspect-ratio:4 / 3;width:100%}.dbh-brandstory__content{padding:2.8rem 2.4rem}.dbh-brandstory__heading{font-size:2.6rem}.dbh-brandstory__body{font-size:1.4rem;margin-bottom:2.4rem}.dbh-faq{padding:3.2rem 0}.dbh-faq__card{grid-template-columns:1fr;gap:3.2rem;padding:3.2rem 2.4rem;border-radius:var(--dilmio-radius-media)}.dbh-faq__heading{font-size:2.4rem}.dbh-faq__right{border-top:1px solid var(--dbh-border);padding-top:.4rem}}body:has(.dbh-hero--has-image){background-color:var(--dilmio-ambient-warm-top)}body:has(.dbh-hero--has-image) .dilmio-brand-home-section{margin-top:calc(-1 * var(--header-height, 7.2rem))}body:has(.dbh-hero--has-image) .dbh-hero--has-image{padding-top:calc(var(--header-height, 7.2rem) + 2rem)}@media screen and (max-width:749px){body:has(.dbh-hero--has-image) .dbh-hero--has-image{padding-top:0}}body:has(.dbh-hero--has-image) .header-wrapper{background:transparent!important;box-shadow:none!important}body:has(.dbh-hero--has-image) .header-wrapper--border-bottom{border-bottom:none!important}body:has(.dbh-hero--has-image) .section-header.scrolled-past-header .header-wrapper{background:#fff!important;box-shadow:var(--dilmio-shadow-header)!important}body:has(.dbh-hero--has-image) .header__heading-link,body:has(.dbh-hero--has-image) .header__menu-item,body:has(.dbh-hero--has-image) .header__icon,body:has(.dbh-hero--has-image) .header__heading{color:#fffffff2!important}body:has(.dbh-hero--has-image) .header__icon svg{fill:currentColor!important}body:has(.dbh-hero--has-image) .section-header.scrolled-past-header .header__heading-link,body:has(.dbh-hero--has-image) .section-header.scrolled-past-header .header__menu-item,body:has(.dbh-hero--has-image) .section-header.scrolled-past-header .header__icon,body:has(.dbh-hero--has-image) .section-header.scrolled-past-header .header__heading{color:unset!important}
/*# sourceMappingURL=/cdn/shop/t/9/assets/dilmio-brand-home.css.map */
