.product__eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--color-base-button));margin:0}.product__eyebrow-icon{display:inline-flex;align-items:center}.product__offer-callout-wrap{display:block}.product__offer-callout{--oc-accent: #6e4423;--oc-heading: #3d2c1a;--oc-text: #5a4632;--oc-bg: #fbf1d6;--oc-border: #ebd9a6;--oc-radius: 999px;--oc-icon-size: 20px;box-sizing:border-box;display:inline-flex;align-items:center;gap:.6rem;max-width:100%;padding:.6rem 1.1rem;background-color:var(--oc-bg);border:1px solid var(--oc-border);border-radius:var(--oc-radius);text-align:left;vertical-align:top}.product__offer-callout--stacked{flex-direction:column;align-items:center;text-align:center;gap:.45rem;padding:.9rem 1.25rem}.product__offer-callout--stacked .product__offer-callout-body{align-items:center}.product__offer-callout-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--oc-accent)}.product__offer-callout-icon svg{display:block;width:var(--oc-icon-size);height:var(--oc-icon-size)}.product__offer-callout-icon--image{color:inherit}.product__offer-callout-icon-img{display:block;width:var(--oc-icon-size);height:var(--oc-icon-size);object-fit:contain}.product__offer-callout-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.product__offer-callout-heading{font-size:.95rem;font-weight:600;line-height:1.25;color:var(--oc-heading)}.product__offer-callout-heading p{margin:0}.product__offer-callout-text{font-size:.85rem;line-height:1.35;color:var(--oc-text)}.product__offer-callout-text p{margin:0}.product__whats-in-box{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border:1px dashed rgb(var(--color-foreground) / .25);border-radius:calc(var(--rounded-card, 1.5rem) * .5);text-decoration:none;color:inherit;transition:background-color .2s ease,border-color .2s ease;margin-top:20px!important}.product__whats-in-box:hover{background-color:rgb(var(--color-foreground) / .03);border-color:rgb(var(--color-foreground) / .4)}.product__whats-in-box-icon{flex-shrink:0;color:rgb(var(--color-base-button));display:inline-flex}.product__whats-in-box-content{flex:1 1 auto;display:flex;flex-direction:column;gap:.125rem;min-width:0}.product__whats-in-box-title{font-weight:700;line-height:1.3}.product__whats-in-box-description{font-size:.8125rem;color:rgb(var(--color-foreground) / .65);line-height:1.4}.product__whats-in-box-chevron{flex-shrink:0;color:rgb(var(--color-foreground) / .55);display:inline-flex}button.product__whats-in-box{width:100%;margin:0;padding:.875rem 1rem;font:inherit;text-align:inherit;cursor:pointer;background:transparent;border:1px dashed rgb(var(--color-foreground) / .25);border-radius:calc(var(--rounded-card, 1.5rem) * .5);appearance:none;-webkit-appearance:none;box-sizing:border-box}.whats-in-box-modal.x-modal .overlay.fixed-modal{background:#000000e0!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media(prefers-reduced-motion:reduce){.whats-in-box-modal.x-modal .overlay.fixed-modal{backdrop-filter:none;-webkit-backdrop-filter:none}}.whats-in-box-modal.x-modal[active]>.drawer__inner{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--rounded-block, 1rem);max-width:841px!important;width:fit-content;box-shadow:none!important}.whats-in-box-modal .drawer__inner:before{content:"";display:block;height:5px;flex-shrink:0;background:#9a623c}.whats-in-box-modal .drawer__header{padding:clamp(1.125rem,2.5vw,1.5rem) clamp(1rem,3vw,1.5rem) clamp(.5rem,1.5vw,.75rem);width:100%;box-sizing:border-box;border-bottom:1px solid rgb(var(--color-foreground) / .08);background:linear-gradient(180deg,rgb(var(--color-foreground) / .04) 0%,transparent 100%)}.whats-in-box-modal .drawer__title.whats-in-box-drawer__title{font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:700;line-height:1.25;letter-spacing:normal}.whats-in-box-modal .drawer__scrollable{width:100%;padding:clamp(1.25rem,3vw,1.75rem) clamp(1rem,3vw,1.5rem) clamp(2rem,4vw,2.5rem);box-sizing:border-box;gap:clamp(1.5rem,3vw,2rem)!important}.whats-in-box-modal .drawer__close{display:inline-flex!important;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;border-radius:999px;align-items:center;justify-content:center;background-color:rgb(var(--color-foreground) / .06)!important;border:1px solid rgb(var(--color-foreground) / .1)!important}.whats-in-box-modal .whats-in-box-drawer__gallery{padding:0!important}.whats-in-box-modal .whats-in-box-drawer__gallery-title{font-size:.6875rem;font-weight:700;letter-spacing:normal;text-transform:uppercase;color:#171717;margin:0 0 1rem;padding-bottom:.625rem;border-bottom:2px solid rgb(154 98 60);display:inline-block;width:100%}.whats-in-box-modal .whats-in-box-drawer__photo-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.75rem,2vw,1rem);width:100%}@media screen and (min-width:640px){.whats-in-box-modal .whats-in-box-drawer__photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.whats-in-box-modal .whats-in-box-drawer__photo-card{margin:0;border-radius:calc(var(--rounded-card, 1.5rem) * .4);overflow:hidden;border:1px solid rgb(var(--color-foreground) / .12);background-color:rgb(var(--color-background));box-shadow:none}.whats-in-box-modal .whats-in-box-drawer__photo-card img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;vertical-align:middle;display:block}.whats-in-box-modal .whats-in-box-drawer__photo-caption{display:block;font-size:.6875rem;line-height:1.4;padding:.625rem .75rem;font-weight:500;background:linear-gradient(180deg,rgb(var(--color-foreground) / .05),rgb(var(--color-foreground) / .02))}.whats-in-box-modal .whats-in-box-drawer__panel-title{font-size:.6875rem;font-weight:700;letter-spacing:normal;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0 0 1rem!important;padding-bottom:.625rem;border-bottom:2px solid rgb(154 98 60)}.whats-in-box-modal .whats-in-box-drawer__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;align-items:stretch}@media screen and (min-width:480px){.whats-in-box-modal .whats-in-box-drawer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.whats-in-box-modal .whats-in-box-drawer__cell{display:flex;flex-direction:column;padding:.75rem .625rem;border-radius:calc(var(--rounded-card, 1.5rem) * .38);border:1px solid rgb(var(--color-foreground) / .09);background:linear-gradient(165deg,#ffffffeb,rgb(var(--color-background)));min-width:0;min-height:0;height:100%;box-shadow:none;align-self:stretch}.whats-in-box-modal .whats-in-box-drawer__cell-inner{display:flex;flex-direction:row;align-items:flex-start;text-align:left;gap:.5rem;flex:1;min-height:0;width:100%}.whats-in-box-modal .whats-in-box-drawer__cell figure{width:2rem!important;height:2rem!important;max-width:2rem!important;max-height:2rem!important;flex-shrink:0;padding:.2rem;border-radius:.5rem;background:rgb(var(--color-foreground) / .05);align-self:flex-start}.whats-in-box-modal .whats-in-box-drawer__cell figure img,.whats-in-box-modal .whats-in-box-drawer__cell figure .whats-in-box-drawer__icon-img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain}.whats-in-box-modal .whats-in-box-drawer__cell .flex.flex-col{min-width:0;flex:1 1 auto}.whats-in-box-modal .whats-in-box-drawer__cell-title{font-size:.8125rem;font-weight:700;line-height:1.35;letter-spacing:normal;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;word-break:normal;color:rgb(var(--color-foreground))}.whats-in-box-modal .whats-in-box-drawer__cell-desc{font-size:.6875rem;line-height:1.45;font-weight:500;color:rgb(var(--color-foreground) / .52);margin-top:.125rem}.whats-in-box-modal .whats-in-box-drawer__grid .whats-in-box-drawer__cell:last-child:nth-child(3n+1):not(:only-child){grid-column:1 / -1;margin-inline:auto;width:100%}.product__featured-review{display:flex;gap:.875rem;padding:1rem 1.25rem;border:1px solid rgb(var(--color-foreground) / .1);border-radius:calc(var(--rounded-card, 1.5rem) * .5);margin:0;align-items:flex-start}.product__featured-review-avatar{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:999px;overflow:hidden;background-color:rgb(var(--color-foreground) / .08);display:inline-block}.product__featured-review-avatar img{width:100%;height:100%;object-fit:cover}.product__featured-review-body{flex:1 1 auto;display:flex;flex-direction:column;gap:.375rem;min-width:0}.product__featured-review-meta{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.product__featured-review-author{font-weight:500;font-size:.9375rem}.product__featured-review-stars{display:inline-flex;align-items:center;gap:.125rem;color:rgb(var(--color-rating, 234 179 8))}.product__featured-review-quote{margin:0;font-size:.875rem;line-height:1.5;color:rgb(var(--color-foreground) / .8)}.product__featured-review-quote p{margin:0}.product__brand-badge{--bb-accent: #9a623c;--bb-border: #ecdcd0;position:relative;display:none;align-items:center;gap:.85rem;width:fit-content;max-width:100%;padding:.5rem 1rem;border:1px solid var(--bb-border);border-radius:8px;background-color:transparent;margin:var(--sp-3) 0 0;margin-top:20px!important}.product__brand-badge-mark{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.product__brand-badge-icon{display:inline-flex;color:var(--bb-accent)}.product__brand-badge-icon svg{display:block;width:27px;height:auto}.product__brand-badge-name{font-size:.8125rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--bb-accent);line-height:1;white-space:nowrap}.product__brand-badge-divider{width:1.5px;align-self:stretch;margin:.125rem 0;background-color:#cfb9ad;flex-shrink:0}.product__brand-badge-tagline{font-size:.875rem;line-height:1.3;color:rgb(var(--color-foreground) / .82);flex:0 1 auto;min-width:0}.product__brand-badge-info-wrap{position:relative;flex-shrink:0;display:inline-flex}.product__brand-badge-info{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:rgb(var(--color-foreground) / .5);cursor:help;border-radius:999px;transition:color .15s ease,background-color .15s ease}.product__brand-badge-info:focus-visible{color:var(--bb-accent);background-color:rgb(var(--color-foreground) / .05)}.product__brand-badge-info svg{display:block;width:1.25rem;color:#b4866c;height:1.25rem}.product__brand-badge-tip{position:absolute;z-index:5;top:calc(100% + .5rem);right:0;width:min(20rem,calc(100vw - 2.5rem));border:1px solid var(--bb-border);border-radius:12px;background-color:rgb(var(--color-background));box-shadow:0 12px 28px #0000001f;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s;pointer-events:none}.product__brand-badge-tip:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:.5rem}.product__brand-badge-info:focus-visible+.product__brand-badge-tip{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.product__brand-badge-tip-inner{display:block;padding:.875rem 1rem;font-size:.8125rem;line-height:1.5;text-align:left;text-indent:0;color:rgb(var(--color-foreground) / .85)}@media screen and (max-width:767px){#klarna_message,#countdown_block{font-size:12px!important}#countdown-timer div{font-size:6px!important}}span#hours:after{content:":"}span#minutes:after{content:":"}
/*# sourceMappingURL=/cdn/shop/t/175/assets/kop-product-blocks.css.map */
