:root{--bg-ink: #2f2b26;--bg-text: #4a453f;--bg-muted: #79726a;--bg-cream: #faf1e4;--bg-green: #4f7d57;--bg-green-hover: #446e4c;--bg-green-pressed: #3a5e41;--bg-sale: #e2593f;--bg-star: #e8a33d;--bg-radius-s: 6px;--bg-radius-m: 10px;--bg-ease: cubic-bezier(.32, .72, 0, 1);--bg-shadow-card: 0 1px 2px rgba(46, 42, 38, .06), 0 6px 16px rgba(46, 42, 38, .08)}h1,h2,h3,h4,h5,h6,.section-title,.productgrid--title{color:var(--bg-ink);font-weight:700;letter-spacing:-.015em;text-wrap:balance}body{color:var(--bg-text)}p{text-wrap:pretty}.home-section--title h2,.section--title h2{font-size:1.75rem;line-height:2.25rem}.button-primary,.shopify-payment-button__button--unbranded,.product-form--atc-button{border-radius:var(--bg-radius-s);transition:background-color .24s var(--bg-ease),transform .18s var(--bg-ease),box-shadow .24s var(--bg-ease)}.button-primary:hover,.product-form--atc-button:hover{background-color:var(--bg-green-hover)}.button-primary:active,.product-form--atc-button:active{background-color:var(--bg-green-pressed);transform:scale(.98)}.button-secondary{border-radius:var(--bg-radius-s);transition:background-color .24s var(--bg-ease),color .24s var(--bg-ease),transform .18s var(--bg-ease)}.button-secondary:hover{background-color:var(--bg-green);color:#fff}.button-secondary:active{transform:scale(.98)}a:focus-visible,button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--bg-green);outline-offset:2px;border-radius:2px}.productitem{border-radius:var(--bg-radius-m);transition:transform .3s var(--bg-ease),box-shadow .3s var(--bg-ease)}.productitem:hover{transform:translateY(-3px);box-shadow:var(--bg-shadow-card)}.productitem--image-link img{border-radius:var(--bg-radius-m)}.productitem__badge--sale,[data-badge-sales]{background:var(--bg-sale);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:5px 8px;border-radius:var(--bg-radius-s);text-transform:none;box-shadow:none}.productitem--vendor,.productitem--vendor a{color:var(--bg-muted);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none}.price__current,.price__current--emphasize{color:var(--bg-ink);font-weight:700}.price__current--on-sale{color:var(--bg-sale)}.price__compare-at.visible,.price__compare-at--single{color:var(--bg-muted);font-weight:400}.rating__star{color:var(--bg-star)}.home-section,[class*=dynamic-section]{scroll-margin-top:80px}@media(prefers-reduced-motion:no-preference){.bg-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--bg-ease),transform .7s var(--bg-ease)}.bg-reveal.bg-reveal--in{opacity:1;transform:translateY(0)}}.announcement-bar-text,.announcement-bar-text-mobile{font-weight:600;letter-spacing:.01em}.site-header-wrapper,.site-header{background-color:var(--bg-cream)}.dynamic-testimonials blockquote,.testimonial--text{font-style:normal}.fourohfour--container{padding:96px 24px;text-align:center}.fourohfour--collections{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}.fourohfour--collections a{display:inline-block;padding:8px 16px;border:1px solid var(--bg-green);border-radius:999px;color:var(--bg-green);font-weight:600;text-decoration:none;transition:background-color .24s var(--bg-ease),color .24s var(--bg-ease)}.fourohfour--collections a:hover{background:var(--bg-green);color:#fff}img{text-wrap:unset}.bg-stars{display:inline-flex;align-items:center;gap:8px;margin:4px 0 12px;text-decoration:none}.bg-stars__row,.bg-review__stars{display:inline-flex;gap:2px;position:relative}.bg-stars__star{fill:#ddd3c4}.bg-stars__row,.bg-review__stars{--bg-pct: calc(var(--bg-rating, 0) / 5 * 100%)}.bg-stars__row{-webkit-mask:none}.bg-stars__row .bg-stars__star,.bg-review__stars .bg-stars__star{fill:var(--bg-star)}.bg-stars__label{font-size:.875rem;font-weight:600;color:var(--bg-muted)}.bg-reviews{padding:48px 24px}.bg-reviews__inner{max-width:1200px;margin:0 auto}.bg-reviews__header{text-align:center;margin-bottom:32px}.bg-reviews__meta{color:var(--bg-muted);font-weight:600}.bg-reviews__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.bg-review{background:var(--bg-cream);border-radius:var(--bg-radius-m);padding:20px;display:flex;flex-direction:column;gap:10px}.bg-review__text{margin:0}.bg-review__footer{display:flex;gap:10px;align-items:baseline;font-size:.8125rem}.bg-review__author{font-weight:700;color:var(--bg-ink)}.bg-review__verified{color:var(--bg-green);font-weight:600}.bg-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;align-items:center;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -2px 12px #2e2a261f;transform:translateY(110%);transition:transform .3s var(--bg-ease)}.bg-sticky-atc.bg-sticky-atc--visible{transform:translateY(0)}.bg-sticky-atc__info{min-width:0;flex:1}.bg-sticky-atc__title{display:block;font-weight:700;color:var(--bg-ink);font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-sticky-atc__price{font-size:.875rem;color:var(--bg-muted);font-weight:600}.bg-sticky-atc__btn{flex-shrink:0;background:var(--bg-green);color:#fff;border:0;border-radius:var(--bg-radius-s);font-weight:700;font-size:1rem;padding:12px 20px}.bg-sticky-atc__btn:active{background:var(--bg-green-pressed);transform:scale(.98)}@media(max-width:859px){.bg-sticky-atc{display:flex}}@font-face{font-family:Familjen Grotesk;src:url(//bebisgrossisten.se/cdn/shop/t/29/assets/familjen-var.woff2?v=139446912555345394651788655971) format("woff2");font-weight:400 700;font-display:swap}@font-face{font-family:"Instrument Serif";src:url(//bebisgrossisten.se/cdn/shop/t/29/assets/instrument.woff2?v=176093838886440501441788655971) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:"Instrument Serif";src:url(//bebisgrossisten.se/cdn/shop/t/29/assets/instrument-italic.woff2?v=49754301505854499401788655971) format("woff2");font-weight:400;font-style:italic;font-display:swap}:root{--bg-granskog: #123d2e;--bg-mjolk: #fbf7f0;--bg-ink: #14201a;--bg-text: #33403a;--bg-muted: #5e6b64;--bg-solagg: #e8a33d;--bg-green: #1f7a4c;--bg-green-hover: #196540;--bg-green-pressed: #135234;--bg-sale: #c0362c;--bg-star: #e8a33d;--bg-cream: #e4efe7;--bg-display: "Instrument Serif", Georgia, serif;--bg-sans: "Familjen Grotesk", "Nunito Sans", sans-serif}body,input,select,textarea,button{font-family:var(--bg-sans)}h1,h2,h3,.section-title,.productgrid--title,.product-title,.home-section--title h2,.section--title h2{font-family:var(--bg-display);font-weight:400;letter-spacing:-.03em;line-height:.95;text-transform:none}.home-section--title h2,.section--title h2{font-size:2.4rem}h1.product-title{font-size:2.6rem}h4,h5,h6{font-family:var(--bg-sans);font-weight:600}.price__current,.price__current--emphasize,.bg-sticky-atc__price,.money{font-family:var(--bg-sans);font-weight:700}.productitem--vendor,.productitem--vendor a{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.button-primary,.button-secondary,.product-form--atc-button,.shopify-payment-button__button--unbranded{border-radius:999px;font-family:var(--bg-sans);font-weight:600}.productitem__badge--sale,[data-badge-sales]{border-radius:999px;padding:6px 12px}.site-header-wrapper,.site-header{background-color:var(--bg-granskog);border-bottom:0}.site-header a,.site-header .site-navigation a{color:var(--bg-mjolk)}body{background-color:var(--bg-mjolk)}.bg-review{background:#e4efe7}.promo-mosaic--inner.promo-mosaic--layout-6{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.promo-mosaic--inner.promo-mosaic--layout-6 .promo-block{min-height:0;aspect-ratio:900/660;border-radius:28px;overflow:hidden;box-shadow:0 2px 8px #123d2e0f;transition:transform .25s cubic-bezier(.32,.72,0,1),box-shadow .25s}.promo-mosaic--inner.promo-mosaic--layout-6 .promo-block:hover{transform:translateY(-3px);box-shadow:0 16px 30px #123d2e1f}.promo-mosaic--inner.promo-mosaic--layout-6 .promo-block--content{min-height:0;height:100%}.promo-mosaic--inner.promo-mosaic--layout-6 .promo-block--background{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1000px){.promo-mosaic--inner.promo-mosaic--layout-6{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.promo-mosaic--inner.promo-mosaic--layout-6{grid-template-columns:1fr;gap:16px}}.home-section--title,.section--title h2,.image-with-text__section-heading,.shoppable-image__section-heading,.faq__section-heading{font-family:"Instrument Serif",Georgia,serif!important;font-weight:400!important;font-size:clamp(2rem,3.4vw,3.25rem)!important;line-height:1.04!important;letter-spacing:-.02em!important;color:#123d2e!important}.productitem--swatches,.productitem--swatches-container{display:none!important}.productitem{--pi-clean:1}.site-footer-wrapper h1,.site-footer-wrapper h2,.site-footer-wrapper h3,.site-footer-wrapper h4,.site-footer-wrapper .home-section--title{color:#fbf7f0!important}.productitem__badge--sale{top:12px!important;left:12px!important;right:auto!important;bottom:auto!important;border-radius:999px!important;font-weight:700!important}.productitem--image,figure.productitem--image{position:relative}.productgrid--item:has(.productitem__badge--soldout){display:none!important}@media screen and (min-width:1000px){.featured-collection__content{grid-template-columns:repeat(4,1fr)!important}}.testimonials-section .testimonial{background:#fff;border:0!important;border-radius:20px;padding:34px 30px;box-shadow:0 2px 12px #123d2e0f}.testimonials-section .testimonial__text{color:#4a453f;line-height:1.6;font-style:italic}.testimonials-section .testimonial__text:before{content:"\201c";font-family:"Instrument Serif",Georgia,serif;font-style:normal;font-size:52px;color:#e8a33d;opacity:.55;display:block;line-height:.5;margin-bottom:10px}.testimonials-section .testimonial__author{color:#123d2e;font-weight:600;letter-spacing:.04em;margin-top:14px}.testimonials-section .testimonial__star-ratings{color:#e8a33d!important}.productgrid--item .productitem{transition:transform .22s cubic-bezier(.32,.72,0,1)}@media(hover:hover){.productgrid--item:hover .productitem{transform:translateY(-4px)}}.product-form--atc-button{background:#1f7a4c!important;border-color:#1f7a4c!important;color:#fbf7f0!important;font-weight:700!important}.product-form--atc-button:hover{background:#166039!important;border-color:#166039!important}.site-navigation .navmenu-submenu{border-radius:0 0 18px 18px;box-shadow:0 18px 34px #123d2e24;padding:12px 10px!important;border:0!important}.site-navigation .navmenu-link-depth-2{border-radius:10px;padding:9px 14px!important;transition:background .15s ease,color .15s ease}.site-navigation .navmenu-link-depth-2:hover{background:#e4efe7!important;color:#123d2e!important}@media screen and (min-width:750px){.home-section--title{text-align:left!important}}.home-section--title,.section--title h2,.image-with-text__section-heading,.shoppable-image__section-heading,.faq__section-heading,.bg-hero__title,.bg-brands__title,.product-meta__title,.productitem--title,h1,h2,h3{font-family:Familjen Grotesk,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:700!important;letter-spacing:-.02em!important;font-style:normal!important}.bg-hero__title{line-height:1.02!important}.bg-hero__title em{font-style:normal!important}body,.bg-catnav,.bg-brands{background:#fff!important}.productgrid--item .productitem__container{background:#fff;border:1px solid rgba(18,61,46,.08);border-radius:16px}.productgrid--item .productitem__container{transition:box-shadow .2s ease,transform .2s ease}@media(hover:hover){.productgrid--item:hover .productitem__container{box-shadow:0 10px 26px #123d2e1a;transform:translateY(-3px)}}.template-collection,.template-product,.main-content{background:#fff}@media screen and (max-width:749px){.home-section--title{font-size:1.8rem!important;margin-bottom:14px!important}.promo-mosaic--inner.promo-mosaic--layout-6{gap:14px}}.featured-collection__container .home-section--footer .button,.featured-collection__container a.button{background:transparent!important;border:0!important;color:#1f7a4c!important;font-weight:700!important;padding:8px 4px!important;text-decoration:underline;text-underline-offset:4px}.template-collection main .navmenu-submenu .navmenu-link-depth-2{display:inline-block;background:#fff;border:1px solid rgba(18,61,46,.12);border-radius:999px;padding:8px 16px;color:#123d2e;font-weight:700}.template-collection main .navmenu-submenu .navmenu-link-depth-2:hover{background:#1f7a4c!important;color:#fff!important}.testimonials-section .testimonial__content{padding:6px 4px!important}.testimonials-section .testimonial{padding:30px 28px!important;box-shadow:0 4px 18px #123d2e14!important;border:1px solid rgba(18,61,46,.06)!important}.shopify-section:has(.testimonials-section){background:#f6f1e9!important;padding-top:56px!important;padding-bottom:56px!important}.bg-brands__logo{filter:none!important;-webkit-filter:none!important;mix-blend-mode:normal!important;opacity:1!important;height:44px!important;transition:transform .2s ease}@media(hover:hover){.bg-brands__logo:hover{transform:translateY(-2px)}}.site-mobile-nav .navmenu-link,.site-mobile-nav .navmenu-link-parent,.site-mobile-nav .navmenu-button,.site-mobile-nav .navmenu-item>a,.site-mobile-nav .mobile-nav-close,.site-mobile-nav .site-header_account-link-anchor{color:#123d2e!important}.site-mobile-nav .navmenu-button svg,.site-mobile-nav .mobile-nav-close svg,.site-mobile-nav .navmenu-link svg,.site-mobile-nav svg{fill:#123d2e!important;color:#123d2e!important}.site-mobile-nav .navmenu-link:active,.site-mobile-nav .navmenu-link-parent:active{background:#e4efe7!important}.featured-collection__content,.productgrid{align-items:stretch!important}.productgrid--item>.productitem{display:flex!important;flex-direction:column;width:100%}.productgrid--item .productitem__container{height:100%!important;display:flex!important;flex-direction:column!important}.productgrid--item .productitem--info{flex:1 1 auto!important;display:flex!important;flex-direction:column!important}.productgrid--item .productitem--swatches,.productgrid--item .productitem--swatches-container{display:flex!important}.productgrid--item .productitem--swatches{flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px!important;order:20}.productgrid--item .productitem--swatches-count{color:#5e6b64;font-weight:600;font-size:12px}.productgrid--item .productitem{background:#fbf7f0!important}.productgrid--item .productitem__container{background:#fbf7f0!important;border:0!important;border-radius:0!important;box-shadow:none!important}.productgrid--item .productitem__image-container{background:#fbf7f0!important}.productgrid--item .productitem--info,.productgrid--item .productitem--info>*{background:transparent!important}.productgrid--item .productitem--info{margin-left:0!important;margin-right:0!important;padding-left:12px!important;padding-right:12px!important}.productgrid--item .productitem--image img,.productgrid--item .productitem--image picture img,.productgrid--item .rimg-wrapper img,.productgrid--item .productitem--swatches img{mix-blend-mode:multiply!important}.productgrid--item .productitem{transition:transform .22s cubic-bezier(.32,.72,0,1),box-shadow .22s ease,border-color .22s ease}@media(hover:hover){.productgrid--item:hover .productitem{box-shadow:0 12px 28px #123d2e1f!important;border-color:#123d2e29!important}}.productgrid--item .productitem--title{font-size:15px!important;line-height:1.32!important;font-weight:700!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.64em;margin:2px 0!important}.productgrid--item .productitem--vendor,.productgrid--item .productitem--vendor a{display:block!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:11px!important;letter-spacing:.09em!important;margin:1px 0 4px!important}.productgrid--item .productitem--price{margin-top:2px!important}.productgrid--item .productitem [class*=rating],.productgrid--item .productitem [class*=review]{margin-top:4px!important}.template-collection .productgrid--masthead .collection--title{margin-bottom:10px!important}.template-collection .productgrid--masthead .collection--description{max-width:72ch!important;color:#4a453f;line-height:1.6}.options-selection__swatches{border:0!important;padding:0!important;margin:16px 0 8px!important}.options-selection__option-header{padding:0 0 8px!important}.options-selection__option-name{font-weight:700;color:#14201a}.options-selection__option-values{display:flex;flex-wrap:wrap;gap:10px}.options-selection__option-value-label{border:2px solid transparent;border-radius:12px;overflow:hidden;display:block;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.options-selection__option-value-label img{border-radius:10px;display:block}@media(hover:hover){.options-selection__option-value:hover .options-selection__option-value-label{border-color:#1f7a4c73}}.options-selection__option-value--selected .options-selection__option-value-label{border-color:#1f7a4c;box-shadow:0 0 0 3px #1f7a4c26}.productgrid--utils .form-field-select,.collection--sorting select{border:1px solid rgba(18,61,46,.16)!important;border-radius:999px!important;padding:8px 32px 8px 14px!important;background-color:#fff!important;color:#123d2e!important;font-weight:600!important}.utils-filter-button{border:1px solid rgba(18,61,46,.16)!important;border-radius:999px!important;padding:8px 16px!important;font-weight:600!important;color:#123d2e!important;background:#fff!important;transition:background .15s ease,color .15s ease}@media(hover:hover){.utils-filter-button:hover{background:#1f7a4c!important;color:#fff!important}}.filter-form input{accent-color:#1F7A4C}.filter-form summary{font-weight:700;color:#123d2e;cursor:pointer}.filter-form a{transition:color .12s ease}@media(hover:hover){.filter-form a:hover{color:#1f7a4c}}[class*=subcollections] a,.subcollections-banner__item{transition:transform .18s ease}@media(hover:hover){[class*=subcollections] a:hover,.subcollections-banner__item:hover{transform:translateY(-3px)}}.site-footer-wrapper .site-footer-block-title{font-weight:700!important;letter-spacing:.02em;position:relative;padding-bottom:12px;margin-bottom:14px;color:#fbf7f0!important}.site-footer-wrapper .site-footer-block-title:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:#e8a33d;border-radius:2px}.site-footer-wrapper a{transition:color .14s ease}@media(hover:hover){.site-footer-wrapper a:not(.button-primary):hover{color:#e8a33d!important}}.site-footer-wrapper .social-link{display:inline-flex!important;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#fbf7f014;transition:background .15s ease,transform .15s ease}@media(hover:hover){.site-footer-wrapper .social-link:hover{background:#e8a33d;transform:translateY(-2px)}}.site-footer-wrapper .social-link:hover svg{color:#14201a!important;fill:#14201a!important}.site-footer-wrapper input[type=email],.site-footer-wrapper .newsletter input,.site-footer-wrapper form input:not([type=submit]):not([type=button]){border-radius:999px!important;border:1px solid rgba(251,247,240,.22)!important;background:#fbf7f00f!important;color:#fbf7f0!important;padding:12px 18px!important}.site-footer-wrapper input::placeholder{color:#fbf7f08c!important}.site-footer-wrapper .button-primary{background:#e8a33d!important;color:#14201a!important;border-radius:999px!important;font-weight:700!important;border:0!important}@media(hover:hover){.site-footer-wrapper .button-primary:hover{background:#f0b45a!important}}.product-details .product-block--text .product-text{background:#fbf7f0;border:1px solid rgba(18,61,46,.08);border-radius:14px;padding:16px 20px;margin-top:10px}.product-details .product-block--text .product-text p{line-height:1.7;margin:0}.product-details .product-block--text .product-text strong{color:#123d2e;font-weight:700}.product-details .product-block--text .product-text p:first-child:empty{display:none}.announcement-bar-text{font-weight:600;letter-spacing:.015em}.live-search-form{border-radius:12px;overflow:hidden;border:1px solid rgba(18,61,46,.14)}.live-search-form .form-field-input{border:0!important;padding-left:16px!important}.template-cart .cart-item{background:#fbf7f0!important;border:1px solid rgba(18,61,46,.08)!important;border-radius:14px!important}.template-cart .atc-banner--cart-subtotal,.template-cart .cart--subtotal,.template-cart [class*=cart-total]{font-weight:700!important;color:#14201a!important}.template-cart textarea{border-radius:12px!important;border:1px solid rgba(18,61,46,.14)!important}.site-navigation .navmenu-submenu{padding:14px 12px!important;border:1px solid rgba(18,61,46,.06)!important;box-shadow:0 20px 40px #123d2e29!important;min-width:220px}.site-navigation .navmenu-link-depth-2{border-radius:10px;padding:10px 14px!important;font-weight:600;color:#14201a!important;transition:background .14s ease,color .14s ease,padding-left .14s ease}@media(hover:hover){.site-navigation .navmenu-link-depth-2:hover{background:#e4efe7!important;color:#123d2e!important;padding-left:18px!important}}.quantity-selector__wrapper{border:1px solid rgba(18,61,46,.16)!important;border-radius:999px!important;overflow:hidden}.quantity-selector__button{background:transparent!important;color:#123d2e!important;transition:background .14s ease,color .14s ease}@media(hover:hover){.quantity-selector__button:hover{background:#1f7a4c!important;color:#fff!important}}.quantity-selector__input{background:transparent!important;font-weight:700!important;color:#14201a!important}.cart-item__quantity button{color:#123d2e!important;transition:background .14s ease,color .14s ease}@media(hover:hover){.cart-item__quantity button:hover{background:#1f7a4c!important;color:#fff!important}}.productgrid--no-results{text-align:center;padding:36px 20px 52px}.productgrid--no-results:before{content:"Vi hittade inga produkter";display:block;font-family:Familjen Grotesk,-apple-system,sans-serif;font-weight:700;font-size:clamp(1.3rem,2.6vw,1.85rem);letter-spacing:-.01em;color:#123d2e;margin-bottom:16px}.productgrid--no-results-button{border-radius:999px!important}@media(max-width:859px){.bg-sticky-atc{padding-right:84px!important}}.template-page .page--wide .rich-text-content,.template-article .rich-text-content{max-width:780px;margin-left:auto;margin-right:auto}.breadcrumbs-container{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:.875rem}.breadcrumbs-container a{color:#1f7a4c!important;text-decoration:none;transition:color .12s ease}@media(hover:hover){.breadcrumbs-container a:hover{color:#123d2e!important;text-decoration:underline;text-underline-offset:3px}}.breadcrumbs-delimiter{display:inline-flex;color:#9aa39d}.breadcrumbs-delimiter svg{opacity:.55}.template-cart select,.template-cart input[type=text],.template-cart input[type=number]{border-radius:999px!important;border:1px solid rgba(18,61,46,.16)!important;background-color:#fff!important;color:#14201a!important}.article-list-item{background:#fff;border:1px solid rgba(18,61,46,.08);border-radius:16px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}@media(hover:hover){.article-list-item:hover{transform:translateY(-3px);box-shadow:0 14px 30px #123d2e1a}}.article-list-item>*:not(.article--excerpt-image){padding-left:20px;padding-right:20px}.article-list-item>*:last-child{padding-bottom:20px}.share-buttons a{transition:transform .15s ease}@media(hover:hover){.share-buttons a:hover{transform:translateY(-2px)}}.comment-form .form-field-input,.comment-form textarea{border-radius:12px!important;border:1px solid rgba(18,61,46,.14)!important}.announcement-bar{padding:12px 18px!important;line-height:1.35}.announcement-bar-text,.announcement-bar-text-mobile{font-weight:600!important;font-size:.92rem!important;letter-spacing:.004em;max-width:1180px;margin:0 auto}@media(max-width:749px){.announcement-bar{padding:9px 12px!important}.announcement-bar-text-mobile{font-size:.8rem!important;line-height:1.4}}.pagination--inner{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:center;list-style:none;padding:0;margin:8px 0}.pagination--item{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:999px;font-weight:600;color:#123d2e;text-decoration:none;transition:background .15s ease,color .15s ease}@media(hover:hover){.pagination--container li:not(.pagination--active) a.pagination--item:hover{background:#e4efe7}}.pagination--active .pagination--item{background:#1f7a4c;color:#fff}.free-shipping-bar{margin:14px 0}.free-shipping-bar__status{font-weight:600;color:#123d2e;margin:0 0 8px;font-size:.9rem}.free-shipping-bar__meter{background:#123d2e1a;border-radius:999px;height:8px;overflow:hidden}.free-shipping-bar__progress{background:linear-gradient(90deg,#1f7a4c,#2e9a63);height:100%;width:var(--width,0%);border-radius:999px;transition:width .4s ease}.product-gallery--media-thumbnail{border-radius:10px;overflow:hidden;border:2px solid transparent;transition:border-color .15s ease,transform .15s ease}.product-gallery--media-thumbnail img{border-radius:8px;display:block}@media(hover:hover){.product-gallery--media-thumbnail:hover{border-color:#1f7a4c73}}.product-gallery--media-thumbnail[aria-current=true],.product-gallery--media-thumbnail.is-active,.product-gallery--media-thumbnail--current,.product-gallery--media-thumbnail--active{border-color:#1f7a4c!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid #1F7A4C!important;outline-offset:2px;border-radius:4px}::selection{background:#1f7a4c;color:#fbf7f0}::-moz-selection{background:#1f7a4c;color:#fbf7f0}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.site-footer select,.site-footer-wrapper select,[class*=footer] select{border-radius:999px!important;border:1px solid rgba(18,61,46,.18)!important;padding:8px 14px!important}.productgrid--items,.featured-collection__content{align-items:stretch!important}.productgrid--item{display:flex!important}.productgrid--item>.productitem{display:flex!important;flex-direction:column!important;width:100%;height:100%;background:transparent!important;padding:0!important;border:0!important;box-shadow:none!important;border-radius:0!important}.productgrid--item .productitem__container{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;height:auto!important;background:#fff!important;border:1px solid rgba(18,61,46,.1)!important;border-radius:16px!important;overflow:hidden!important;box-shadow:none!important;transition:box-shadow .2s ease,transform .2s ease}.productgrid--item .productitem__image-container,.productgrid--item .productitem--image{background:#fff!important}.productgrid--item .productitem--image img,.productgrid--item .productitem--image picture img,.productgrid--item .rimg-wrapper img,.productgrid--item .productitem--swatches img{mix-blend-mode:normal!important}.productgrid--item .productitem--info{background:#fff!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;padding:12px 14px 14px!important;margin:0!important}@media(hover:hover){.productgrid--item:hover .productitem__container{box-shadow:0 12px 28px #123d2e1f!important;transform:translateY(-3px)}.productgrid--item:hover .productitem{transform:none!important}}.productgrid--item .productitem--info,.productgrid--item .productitem--vendor,.productgrid--item .productitem--price,.productgrid--item .productitem--swatches,.productgrid--item .productitem--swatches-container,.productgrid--item .productitem--swatches-count-wrapper,.productgrid--item .productitem--swatches-count{background:transparent!important}.productgrid--item .productitem--swatches-swatch,.productgrid--item .productitem--swatches-swatch-inner{background-color:transparent!important}.productgrid--item .productitem--swatches{margin-top:10px!important;display:flex!important;flex-wrap:wrap;align-items:center;gap:6px}.productgrid--item .productitem--swatches-count-wrapper{border:1px solid rgba(18,61,46,.14)!important;border-radius:8px!important}.productgrid--item .productitem--swatches-count{color:#5e6b64!important;font-weight:600;font-size:12px}.productgrid--utils,.productgrid--utils--visible,.productgrid--utils .utils-filter,.productgrid--utils .utils-sortby{background-color:transparent!important}.productgrid--utils{border-top:1px solid rgba(18,61,46,.08);border-bottom:1px solid rgba(18,61,46,.08);padding-top:10px!important;padding-bottom:10px!important}.template-collection .productgrid--masthead{padding-bottom:8px!important}.template-collection .collection--description:empty{display:none!important}.home-section--title,.section--title h2,.featured-collection__title{margin-bottom:22px!important}.home-section--title h2,.section--title h2{letter-spacing:-.02em}@media(min-width:750px){.index-sections>.shopify-section{margin-top:20px;margin-bottom:20px}.index-sections>.shopify-section:first-child{margin-top:0}}.home-section--title,.section--title{margin-bottom:6px}.home-section--title h2,.section--title h2,.featured-collection__title{line-height:1.08}
/*# sourceMappingURL=/cdn/shop/t/29/assets/redesign.css.map */
