#cart-drawer-v2{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;pointer-events:none;visibility:hidden;font-family:Figtree,sans-serif;transition:visibility 0s .4s}#cart-drawer-v2,#cart-drawer-v2 *,#cart-drawer-v2 *:before,#cart-drawer-v2 *:after{font-family:Figtree,sans-serif!important}#cart-drawer-v2.open{pointer-events:auto;visibility:visible;transition:visibility 0s 0s}#cart-drawer-v2 .cart_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#b2b7abc9;opacity:0;transition:opacity .4s ease;cursor:pointer}#cart-drawer-v2.open .cart_overlay{opacity:1}#cart-drawer-v2 .cart_section{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:450px;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:10}#cart-drawer-v2.open .cart_section{transform:translate(0)}#cart-drawer-v2 .cart_header{padding:22px 19px;border-bottom:1px solid #18321C;flex-shrink:0}#cart-drawer-v2 .cart_header_alarm{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:12px}#cart-drawer-v2 .cart_close_button{cursor:pointer;display:flex;align-items:center;padding:5px}.cart_close_button svg{width:15px}#cart-drawer-v2 .cart_label{color:#18321c;font-size:22px;font-weight:700;line-height:1}#cart-drawer-v2 .cart_scroll_container{padding:17px 19px 14px;flex:1;overflow-y:auto}#cart-drawer-v2 .cart-review-widget{display:flex;min-height:63px;padding:12px 18px;margin-bottom:19px;justify-content:space-between;align-items:center;border-radius:6px;border:1px solid #F5F3EF;text-decoration:none;transition:all .3s ease;cursor:pointer}#cart-drawer-v2 .cart-review-widget:hover{border-color:#e8e6e0;background-color:#f8f7f3}#cart-drawer-v2 .cart-review-widget__content{color:#18321c;font-family:Figtree,sans-serif;line-height:100%}#cart-drawer-v2 .cart-review-widget__rating-section{display:flex;flex-direction:column;gap:6px}#cart-drawer-v2 .cart-review-widget__score-container{display:flex;align-items:center;gap:6px}#cart-drawer-v2 .cart-review-widget__score{font-size:22px;font-weight:600}#cart-drawer-v2 .cart-review-widget__review-count{font-size:12px;font-weight:400;margin:0}#cart-drawer-v2 .cart-review-widget__stars{display:flex}#cart-drawer-v2 .cart-review-widget__star svg{width:22px;height:18px}#cart-drawer-v2 .cart-review-widget__arrow{transition:transform .3s ease}#cart-drawer-v2 .cart-review-widget:hover .cart-review-widget__arrow{transform:translate(3px)}#cart-drawer-v2 .cart-review-widget__arrow svg{height:18px;width:15px}#cart-drawer-v2 .cart_added_product{display:flex;gap:16px;padding:0;margin-bottom:19px}#cart-drawer-v2 .cart_added_product_image_box{width:140px;min-width:134px;height:134px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#f5f3ef}#cart-drawer-v2 .cart_added_product_image_box img{width:100%;height:100%;object-fit:cover;display:block}#cart-drawer-v2 .cart_added_product_info{flex:1;min-width:0;display:flex;flex-direction:column}#cart-drawer-v2 .cart_added_product_detail{display:flex;flex-direction:column;flex:1}#cart-drawer-v2 .cart_added_product_name{color:#18321c;font-family:Figtree,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:100%;text-align:left;margin-bottom:3px}#cart-drawer-v2 .cart_added_variant_servings{color:#18321c;font-family:Figtree,sans-serif;font-size:13px;font-weight:400;font-style:italic;line-height:1.3;margin-top:3px}#cart-drawer-v2 .lineitem_info_bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:10px;margin-bottom:1px}#cart-drawer-v2 .cart_added_product_delete_total_price{display:none}#cart-drawer-v2 .cart_qty_remove_wrapper{display:flex;align-items:center;gap:6px}#cart-drawer-v2 .cart_added_counter{display:flex;align-items:center;justify-content:space-between;border:1px solid #000;border-radius:6px;height:36px;width:94px;padding:8px 10px;box-sizing:border-box}#cart-drawer-v2 .cart_qty_button{display:flex;align-items:center;justify-content:center;cursor:pointer}#cart-drawer-v2 .cart_qty_button:hover{opacity:.6}#cart-drawer-v2 .cart_added_product_amount{width:24px;height:100%;border:none;text-align:center;font-family:Figtree,sans-serif;font-size:16px;font-weight:400;color:#18321c;background:transparent;padding:0;-moz-appearance:textfield}#cart-drawer-v2 .cart_added_product_amount::-webkit-outer-spin-button,#cart-drawer-v2 .cart_added_product_amount::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#cart-drawer-v2 .line_remove_button{cursor:pointer;transition:opacity .2s;display:flex;align-items:center}#cart-drawer-v2 .line_remove_button svg{width:24px;height:24px}#cart-drawer-v2 .line_remove_button:hover{opacity:1}#cart-drawer-v2 .line_price_wrapper{display:flex;flex-direction:column;align-items:flex-end}#cart-drawer-v2 .compare_price{color:#18321c;font-family:Figtree,sans-serif;font-size:12px;font-weight:400;text-decoration:line-through;line-height:13.75px;text-align:right;opacity:.66;margin-bottom:-2px;display:block}#cart-drawer-v2 .sale_price{color:#18321c;font-family:Figtree,sans-serif;font-size:16px;font-weight:700;line-height:1.3}#cart-drawer-v2 .empty_cart .cart_scroll_container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}#cart-drawer-v2 .cart_state{color:#18321c;font-family:Figtree,sans-serif;font-size:18px;font-weight:600;text-align:center;margin-bottom:24px}#cart-drawer-v2 .empty_cart_footer{text-align:center}#cart-drawer-v2 .shop_all_button{display:inline-flex;justify-content:center;align-items:center;height:50px;padding:0 40px;border-radius:6px;background:#18321c;color:#fcfcf9;font-family:Figtree,sans-serif;font-size:15px;font-weight:500;letter-spacing:.45px;text-transform:uppercase;text-decoration:none;transition:opacity .3s}#cart-drawer-v2 .shop_all_button:hover{opacity:.8}#cart-drawer-v2 .cart_footer{padding:16px 15px 20px;border-top:1px solid #E7E5D9;flex-shrink:0}#cart-drawer-v2 .cart_subtotal_wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:#0c2016;font-family:Figtree,sans-serif;font-size:16px;font-weight:400;line-height:16px}#cart-drawer-v2 .total_price span{display:block;color:#0c2016;font-family:Figtree,sans-serif;font-size:16px;font-weight:700;line-height:16px}#cart-drawer-v2 .total_price{display:flex;align-items:center}#cart-drawer-v2 .cart_compare_price{display:block;font-family:Figtree,sans-serif;font-size:12px;font-weight:400;line-height:15px;text-decoration:line-through;color:#18321c;opacity:.66;margin-right:6px}#cart-drawer-v2 .button_checkout{border-radius:6px;background:#18321c;margin:8px 0 15px;height:57px;padding:0 24px;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;font-family:Figtree,sans-serif;font-weight:600;font-size:18px;font-style:normal;line-height:normal;letter-spacing:.45px;width:100%;cursor:pointer;text-decoration:none;transition:opacity .3s}#cart-drawer-v2 .button_checkout:hover{opacity:.8}#cart-drawer-v2 .cart_footer_usp{display:flex;justify-content:center;gap:12px;margin-bottom:13px}#cart-drawer-v2 .cart_footer_usp_item{display:flex;padding:4px 9px;justify-content:center;align-items:center;gap:4px;border-radius:3px;background:#e9f1ea;color:#18321c;text-align:center;font-family:Figtree,sans-serif;font-size:clamp(9px,1.2vw,10px);font-weight:500;line-height:18px;text-transform:uppercase}#cart-drawer-v2 .cart_footer_usp_item svg{height:15px;width:15px;flex-shrink:0}#cart-drawer-v2 .list-payment{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0;justify-content:center}#cart-drawer-v2 .list-payment__item{display:flex;align-items:center}#cart-drawer-v2 .list-payment__item svg{width:38px;height:24px}#cart-drawer-v2 .cart_stock_msg{display:none;background:#fff3f3;border:1px solid #E8BCBC;border-radius:6px;padding:10px 14px;margin-bottom:14px;color:#8b2020;font-family:Figtree,sans-serif;font-size:13px;font-weight:500;line-height:1.3;text-align:center}#cart-drawer-v2 .cart_stock_msg.show{display:block}#cart-drawer-v2 .cart_loading{position:absolute;top:0;left:0;right:0;height:3px;z-index:20}#cart-drawer-v2 .cart_loading.hide{display:none}#cart-drawer-v2 .cart_loading_bar{height:100%;background:#18321c;animation:cart-loading 1.2s ease-in-out infinite}@keyframes cart-loading{0%{width:0;margin-left:0}50%{width:60%;margin-left:20%}to{width:0;margin-left:100%}}@media(max-width:380px){#cart-drawer-v2 .cart_footer_usp{flex-wrap:nowrap;gap:8px}#cart-drawer-v2 .cart_footer_usp_item{padding:4px 6px}}@media(max-width:352px){#cart-drawer-v2 .cart_footer_usp{gap:4px}#cart-drawer-v2 .cart_footer_usp_item{padding:4px}}#cart-drawer-v2 .subscription_upgrade_box{background:#f5f3ef;border-radius:8px;padding:16px;margin-bottom:16px;font-family:Figtree,sans-serif;color:#18321c}#cart-drawer-v2 .subs_upgrade_header{display:flex;align-items:center;justify-content:space-between;gap:10px}#cart-drawer-v2 .subs_upgrade_title{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px;flex-wrap:wrap}#cart-drawer-v2 .subs_upgrade_pct{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;background:#a65409;color:#fff;font-size:11px;font-weight:600;line-height:1;font-family:Sometype Mono,monospace}#cart-drawer-v2 .subs_switch{width:40px;height:22px;border-radius:12px;background:#18321c;border:none;position:relative;cursor:pointer;padding:0;flex-shrink:0;transition:background .2s ease}#cart-drawer-v2 .subs_switch:not(.on){background:#bdbdb5}#cart-drawer-v2 .subs_switch_thumb{position:absolute;top:2px;left:20px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 2px #00000026}#cart-drawer-v2 .subs_switch:not(.on) .subs_switch_thumb{transform:translate(-18px)}#cart-drawer-v2 .subs_upgrade_body{margin-top:14px;overflow:hidden;max-height:600px;opacity:1;transition:max-height .3s ease,opacity .2s ease,margin-top .3s ease}#cart-drawer-v2 .subscription_upgrade_box.collapsed .subs_upgrade_body{max-height:0;opacity:0;margin-top:0}#cart-drawer-v2 .s_subs_option{background:#fff;border:1px solid #E7E5D9;border-radius:6px;padding:14px 14px 12px;cursor:pointer;transition:border-color .2s ease,transform .1s ease}#cart-drawer-v2 .s_subs_option:hover{border-color:#18321c}#cart-drawer-v2 .s_subs_option:active{transform:scale(.998)}#cart-drawer-v2 .subs_option_title{font-size:15px;font-weight:600;line-height:1.2}#cart-drawer-v2 .subs_desc{margin-top:4px;font-size:12px;font-style:italic;font-weight:400;color:#18321c}#cart-drawer-v2 .save_and_price{display:flex;align-items:flex-end;justify-content:space-between;margin-top:12px;gap:12px}#cart-drawer-v2 .subs_save{height:24px;padding:0 8px;border-radius:4px;background:#a65409;color:#fff;font-family:Sometype Mono,monospace;font-size:11px;font-weight:600;line-height:1;display:inline-flex;align-items:center}#cart-drawer-v2 .subs_prices{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}#cart-drawer-v2 .subs_compare_price{font-size:12px;color:#18321c;text-decoration:line-through;font-weight:400}#cart-drawer-v2 .subs_actual_price{font-size:16px;font-weight:700;color:#18321c}#cart-drawer-v2 .subs_usp_holder{margin-top:14px;display:flex;flex-direction:column;gap:8px}#cart-drawer-v2 .s_subs_usp{display:flex;align-items:flex-start;gap:8px;font-size:13px;font-weight:400;line-height:1.3;color:#18321c}#cart-drawer-v2 .s_subs_usp svg{flex-shrink:0;margin-top:2px}.hero-header{--hh: 64px;position:fixed;top:0;left:0;right:0;z-index:100;transition:background-color .4s ease,box-shadow .4s ease,color .4s ease;background-color:transparent;font-family:Figtree,sans-serif;color:#fff}.hero-header__cta-wrap{margin-left:auto}.hero-header__cart-btn{display:flex;align-items:center;gap:6px;text-decoration:none;color:inherit;cursor:pointer;position:relative}.hero-header__cart-label{font-family:Figtree,sans-serif;font-size:15px;font-weight:500;letter-spacing:.45px}.hero-header__cart-btn svg{width:18px;height:20px}.hero-header__cart-count{position:absolute;bottom:-6px;right:-10px;min-width:18px;height:18px;border-radius:50%;background:#fff;color:#000;font-family:Figtree,sans-serif;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}@media(min-width:768px){.hero-header{--hh: 98px}}.hero-header.is-opaque{background-color:#fff;box-shadow:0 1px 2px #0000000d;color:#18321c}.hero-header--static{transition:none}.hero-header__spacer{height:64px}@media(min-width:768px){.hero-header__spacer{height:98px}}.hero-header.is-drawer-open{box-shadow:none}.hero-header__inner{position:relative;padding:10px 20px;height:64px;display:flex;align-items:center;justify-content:space-between}@media(min-width:990px){.hero-header__inner{padding:24px 32px;height:auto}}.hero-header__drawer{position:static}.hero-header__drawer>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:12px;position:relative;z-index:201;-webkit-tap-highlight-color:transparent}.hero-header__drawer>summary::-webkit-details-marker{display:none}.hero-header__burger{padding:0;background:transparent;border:0}.hero-header__drawer>summary,.hero-header__drawer>summary:hover,.hero-header__drawer>summary:focus,.hero-header__drawer>summary:focus-visible,.hero-header__drawer>summary:active,.hero-header__burger,.hero-header__burger:hover,.hero-header__burger:focus,.hero-header__burger:focus-visible,.hero-header__burger:active{background:transparent!important;opacity:1!important;outline:none!important;box-shadow:none!important}.hero-header__burger:hover .hero-header__burger-icon,.hero-header__burger:focus .hero-header__burger-icon,.hero-header__drawer>summary:hover .hero-header__burger-icon,.hero-header__drawer>summary:focus .hero-header__burger-icon{opacity:1;transform:none}.hero-header__burger-icon{position:relative;display:inline-flex;width:44px;height:44px;color:inherit}.hero-header__burger-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;transition:opacity .3s ease}.hero-header .hero-header__burger-icon svg line,.hero-header .hero-header__burger-icon svg path{transition:stroke .4s ease,fill .4s ease}.hero-header .hero-header__burger-icon svg line{stroke:#fff!important}.hero-header .hero-header__burger-icon svg path{fill:#fff!important}.hero-header.is-opaque .hero-header__burger-icon svg line{stroke:#18321c!important}.hero-header.is-opaque .hero-header__burger-icon svg path{fill:#18321c!important}.hero-header__burger-close,.hero-header__drawer[open] .hero-header__burger-open{opacity:0}.hero-header__drawer[open] .hero-header__burger-close{opacity:1}.hero-header__menu-label{display:none;font-size:18px;font-weight:400;text-transform:lowercase;color:#fff!important;transition:color .4s ease}.hero-header.is-opaque .hero-header__menu-label{color:#18321c!important}.hero-header__drawer>summary:hover .hero-header__menu-label,.hero-header__drawer>summary:focus .hero-header__menu-label,.hero-header__burger:hover .hero-header__menu-label,.hero-header__burger:focus .hero-header__menu-label{color:inherit}@media(min-width:990px){.hero-header__menu-label{display:inline}}.hero-header__drawer[open] .hero-header__menu-label{display:none}.hero-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media(max-width:749px){.hero-header__logo{position:static;left:auto;top:auto;transform:none;margin-right:auto;margin-left:8px}}.hero-header__logo a{position:relative;display:inline-block;line-height:0}.hero-header__logo-img{height:24px;width:auto;display:block;transition:opacity .35s ease}@media(min-width:768px){.hero-header__logo-img{height:32px}}.hero-header__logo-img--dark{position:absolute;top:0;left:0;opacity:0}.hero-header.is-opaque .hero-header__logo-img--dark{opacity:1}.hero-header.is-opaque .hero-header__logo-img--white{opacity:0}.hero-header__logo-text{font-size:20px;font-weight:700;color:inherit}.hero-header .hero-header__cta{background-color:transparent;border-color:transparent;transition:background-color .35s ease,border-color .35s ease,color .35s ease}.hero-header.is-opaque .hero-header__cta{background-color:#18321c;border-color:#18321c;color:#fff}@media(max-width:750px){.hero-header .hero-header__cta{width:130px;min-width:130px;height:37px;min-height:37px;padding:10px 14px;gap:0}.hero-header .hero-header__cta .dev-btn__caret{width:7px;height:10px}}.hero-header__panel{position:fixed;top:var(--hh);left:0;right:0;bottom:0;background:#fff;color:#18321c;z-index:200;display:flex;flex-direction:column;overflow:hidden;transform:translate(-100%);pointer-events:none;transition:transform .4s ease}.hero-header.is-drawer-open .hero-header__panel{transform:translate(0);pointer-events:auto}.hero-header__overlay{position:fixed;top:var(--hh);left:0;right:0;bottom:0;background:#18321c80;opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:150}.hero-header.is-drawer-open .hero-header__overlay{opacity:1;pointer-events:auto;cursor:pointer}@media(min-width:750px){.hero-header__panel{right:auto;width:420px}}.hero-header__panel-topbar{display:none}.hero-header__panel-logo{display:block;width:115px;line-height:0}.hero-header__panel-logo img{width:100%;display:block}.hero-header__panel-close{background:transparent;border:0;padding:0;width:33px;height:33px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#18321c}.hero-header__panel-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:22px;scrollbar-width:none;-ms-overflow-style:none}.hero-header__panel-scroll::-webkit-scrollbar{display:none}@media(max-width:749px){.hero-header__panel-scroll{padding:22px 12px}}.hero-header__feat{position:relative;display:block;min-height:283px;width:100%;padding:15px;text-decoration:none;overflow:hidden;border-radius:6px;background:#f5f3ef;margin-bottom:8px}@media(min-width:750px){.hero-header__feat{min-height:290px;padding:16px;margin-bottom:15px}}.hero-header__feat-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-header__feat-content{position:relative;display:flex;flex-direction:column;height:100%;min-height:inherit}.hero-header__feat-sub{color:#18321c;font-size:16px;font-weight:500;line-height:125%;margin-bottom:4px}.hero-header__feat-heading{color:#18321c;font-size:26px;font-weight:700;line-height:26px;text-transform:lowercase;margin-bottom:auto;max-width:220px}.hero-header__feat-btn{margin-top:16px;border-radius:6px;color:#fff;font-size:15px;font-weight:500;letter-spacing:.45px;text-transform:uppercase;width:fit-content;height:50px;padding:0 24px;display:inline-flex;align-items:center;gap:28px;background-color:#18321c}.hero-header__rating{display:block;text-decoration:none;border-radius:6px;border:1px solid #f5f3ef;padding:10px 18px;background-repeat:no-repeat;background-size:9px;background-position:calc(100% - 18px) center;background-image:url(//epetome.com/cdn/shop/t/14/assets/right-caret-black.svg?v=35400886476800758211749113221);margin-top:8px}.hero-header__rating-row{display:flex;align-items:center;margin-bottom:5px}.hero-header__rating-score{color:#18321c;font-size:22px;font-weight:600;line-height:100%;margin-right:5px}.hero-header__rating-stars{display:flex;align-items:center;margin-top:-3px}.hero-header__rating-stars img{height:22px;width:auto}.hero-header__rating-count{color:#18321c;font-size:12px;font-weight:400;line-height:100%}.hero-header__nav{margin-top:18px;padding-bottom:30px}@media(min-width:750px){.hero-header__nav{margin-top:15px}}.hero-header__nav-item{margin-bottom:12px}.hero-header__nav-item:last-child{margin-bottom:0}.hero-header__nav-title{position:relative;color:#18321c;font-size:18px;font-weight:400;line-height:120%;text-decoration:none;cursor:pointer;display:flex;align-items:center;gap:10px}@media(min-width:750px){.hero-header__nav-title{font-size:22px}}.hero-header__nav-caret{transform:rotate(90deg);transition:transform .2s ease}.hero-header__nav-item.is-open .hero-header__nav-caret{transform:rotate(-90deg)}.hero-header__nav-sublinks{display:none;padding-left:12px}.hero-header__nav-item.is-open .hero-header__nav-sublinks{display:block}.hero-header__nav-sublink{display:block;text-decoration:none;color:#18321c;font-size:18px;font-weight:400;line-height:120%;margin-top:15px}.hero-header__panel-footer{flex-shrink:0;margin:0 auto;border-top:1px solid #18321c;padding:18px 0;width:calc(100% - 48px);display:flex;flex-direction:row;align-items:center;justify-content:space-between}.hero-header__socials{list-style:none;padding:0;margin:0;display:flex}.hero-header__socials li{display:flex}.hero-header__socials a{display:flex;align-items:center;padding:5px 10px;color:#18321c}.hero-header__login{width:130px;justify-content:center}.new-footer{position:relative;background:#fcfcf9;padding-top:50px;padding-bottom:50px;font-family:Figtree,sans-serif;color:#18321c}@media(min-width:991px){.new-footer{padding-top:100px;padding-bottom:100px}}.new-footer__inner{position:relative;max-width:1500px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:flex-start}@media(min-width:991px){.new-footer__inner{flex-direction:row;padding:0 40px}}.new-footer__main{max-width:350px;width:100%}@media(min-width:991px){.new-footer__main{min-width:300px;margin-right:70px}}@media(min-width:1401px){.new-footer__main{margin-right:150px;min-width:0}}.new-footer__logo{display:block;width:175px;height:35px}.new-footer__logo-img{width:100%;height:100%;object-fit:contain}.new-footer__socials{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:40px 0 35px;padding:0;list-style:none}.new-footer__social-item{margin-right:16px;height:24px;display:flex;align-items:center}.new-footer__social-item:last-child{margin-right:0}.new-footer__social-link{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.new-footer__social-link:hover{opacity:.6}.new-footer__heading{font-size:18px;font-weight:700;line-height:1.2;color:#18321c}.new-footer__description{font-size:15px;line-height:1.2;margin:12px 0 25px;color:#18321c}.new-footer__description p{margin:0}.new-footer__newsletter{position:relative}.new-footer__newsletter .newsletter-form__field-wrapper{position:relative;width:100%}.new-footer__newsletter .newsletter-form__field-wrapper .field{position:relative}.new-footer__newsletter .newsletter-form__field-wrapper .field:before,.new-footer__newsletter .newsletter-form__field-wrapper .field:after{display:none}.new-footer__newsletter .field__input{width:100%;height:50px;border-radius:6px;border:1px solid #18321c;padding:0 74px 0 24px;color:#18321c;background:transparent;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;box-sizing:border-box;background-color:#fff!important}.new-footer__newsletter .field__input::placeholder{color:#18321c;opacity:1}.new-footer__newsletter .field__input:focus{outline:none}.new-footer__newsletter .newsletter-form__button{position:absolute;top:.5px;right:1px;width:50px;height:50px;border-radius:0 5px 6px 0;background:#18321c;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.new-footer__newsletter .newsletter-form__button:hover{opacity:.8}.new-footer__newsletter .newsletter-form__button svg{width:10px;height:15px}.new-footer__form-msg{margin:10px 0 0;font-size:13px}.new-footer__form-msg--error{color:#b00020}.new-footer__menus{width:100%;padding-top:34px}@media(min-width:751px){.new-footer__menus{padding-top:72px}}@media(min-width:991px){.new-footer__menus{padding-top:72px}}.new-footer__columns{display:flex;flex-direction:column;align-items:flex-start}@media(min-width:751px){.new-footer__columns{flex-direction:row;justify-content:flex-start;align-items:flex-start}}.new-footer__col{width:100%;margin-bottom:15px}@media(min-width:751px){.new-footer__col{width:33%;margin-right:30px;margin-bottom:0}}@media(min-width:1401px){.new-footer__col{width:220px;margin-right:50px}}.new-footer__col:last-child{margin-right:0}.new-footer__col-heading{color:#18321c;font-family:Figtree,sans-serif;font-size:18px;font-weight:700;line-height:1.2;display:flex;align-items:center;justify-content:space-between}.new-footer__caret{display:none;width:9px;height:15px;flex-shrink:0;margin-left:12px;transform:rotate(90deg);transition:transform .3s linear}@media(max-width:750px){.new-footer__col--collapsible .new-footer__caret{display:block;cursor:pointer}.new-footer__col--collapsible .new-footer__col-heading{cursor:pointer}.new-footer__col--collapsible.is-open .new-footer__caret{transform:rotate(-90deg)}.new-footer__col--collapsible .new-footer__col-links{display:none}.new-footer__col--collapsible.is-open .new-footer__col-links{display:flex}}.new-footer__col-links{display:flex;flex-direction:column}.new-footer__col-links a{color:#18321c;font-family:Figtree,sans-serif;font-size:15px;font-weight:400;line-height:1.2;text-decoration:none;margin-top:12px;display:block;transition:opacity .3s ease}.new-footer__col-links a:hover{opacity:.6}.new-footer__policy{margin-top:20px;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}@media(min-width:991px){.new-footer__policy{margin-top:42px}}.new-footer__policy a{color:#18321c;font-family:Figtree,sans-serif;font-size:13px;font-weight:400;line-height:1.2;text-decoration:none;margin-left:23px;transition:opacity .3s ease}.new-footer__policy a:first-child{margin-left:0}@media(min-width:991px){.new-footer__policy a{margin-left:37px}}.new-footer__policy a:hover{opacity:.6}.page-content{position:relative;background:var(--page-content-bg, #fcfcf9);color:var(--page-content-color, #18321c);padding-top:var(--page-content-pt-mobile, 20px);padding-bottom:var(--page-content-pb-mobile, 20px);font-family:Figtree,sans-serif}@media(min-width:751px){.page-content{padding-top:var(--page-content-pt-desktop, 40px);padding-bottom:var(--page-content-pb-desktop, 80px)}}.page-content__inner{width:100%;margin:0 auto;padding:0 90px;box-sizing:border-box}@media(max-width:749px){.page-content__inner{padding:0 15px}}@media(min-width:991px){.page-content__inner{padding:0;max-width:726px}}.page-content--align-left .page-content__inner{text-align:left}.page-content--align-center .page-content__inner{text-align:center}.page-content__heading{box-sizing:border-box;display:block;margin:0 0 40px;font-family:Figtree,sans-serif;font-size:34px;font-weight:400;line-height:1.1;letter-spacing:.6px;color:#18321c;word-break:break-word}@media(min-width:751px){.page-content__heading{font-size:52px;line-height:67.6px}}.page-content__rte{box-sizing:border-box;font-family:Figtree,sans-serif;font-size:16px;font-weight:500;font-style:normal;line-height:20.8px;letter-spacing:normal;color:#18321c}.page-content__rte>*:first-child{margin-top:0}.page-content__rte>*:last-child{margin-bottom:0}.page-content__rte p{margin:0 0 16px}.page-content__rte h1,.page-content__rte h2,.page-content__rte h3,.page-content__rte h4,.page-content__rte h5,.page-content__rte h6{margin:28px 0 12px;font-family:Figtree,sans-serif;font-weight:700;line-height:1.15;color:inherit}.page-content__rte h2{font-size:24px}.page-content__rte h3{font-size:20px}.page-content__rte h4{font-size:18px}.page-content__rte h5,.page-content__rte h6{font-size:15px;text-transform:uppercase;letter-spacing:.4px}.page-content__rte strong,.page-content__rte b{font-weight:700}.page-content__rte em,.page-content__rte i{font-style:italic}.page-content__rte a{color:inherit;text-decoration:underline}.page-content__rte a:hover{opacity:.7}.page-content__rte ul,.page-content__rte ol{margin:0 0 16px;padding-left:20px}.page-content__rte li{margin-bottom:6px}.page-content__rte li:last-child{margin-bottom:0}.page-content__rte blockquote{margin:24px 0;padding:8px 16px;border-left:2px solid currentColor;font-style:italic;opacity:.85}.page-content__rte img{max-width:100%;height:auto;margin:16px 0}.page-content__rte .rte-table-wrapper,.page-content__rte table{overflow-x:auto;margin:20px 0}.page-content__rte .rte-table-wrapper table{margin:0;overflow-x:visible}.page-content__rte table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.4}@media(min-width:751px){.page-content__rte table{font-size:15px}}.page-content__rte th,.page-content__rte td{padding:12px 14px;border:1px solid rgba(24,50,28,.2);vertical-align:top;text-align:left}.page-content__rte th{background:#18321c0f;font-weight:700}.page-content__rte td p,.page-content__rte th p{margin:0}.page-content__rte td p+p{margin-top:6px}@media(max-width:749px){.page-content__rte table{table-layout:fixed;border-collapse:collapse;border-spacing:2px;width:100%}.page-content__rte th,.page-content__rte td{box-sizing:border-box;display:table-cell;width:auto;padding:14px;border:1px solid rgba(24,50,28,.2);font-family:Figtree,sans-serif;font-size:14px;font-weight:500;font-style:normal;line-height:18.2px;letter-spacing:normal;color:#18321c;text-indent:0;vertical-align:middle}.page-content__rte th{background:#18321c0f;font-weight:700}}media-gallery:where(.media-gallery--grid) .media-gallery__grid{display:none}media-gallery.media-gallery--grid .media-gallery__grid .product-media-container{height:100%}@media screen and (min-width:750px){.media-gallery--two-column .media-gallery__grid{grid-template-columns:repeat(2,1fr)}media-gallery:is(.media-gallery--grid) slideshow-component{display:none}media-gallery:where(.media-gallery--grid) .media-gallery__grid{display:grid}}.product-media-container__zoom-button{position:absolute;width:100%;height:100%;z-index:var(--layer-flat);cursor:zoom-in;background-color:transparent}.product-media-container__zoom-button:hover{background-color:transparent}slideshow-slide.product-media-container--tallest{content-visibility:visible}.product-media__drag-zoom-wrapper{aspect-ratio:inherit;min-height:inherit;min-width:inherit;display:inherit;flex:inherit}.media-gallery__mobile-controls{grid-area:auto}.product-media-container--zoomable.product-media-container--image{cursor:zoom-in}#quick-add-dialog{display:contents}@media screen and (min-width:750px){.quick-add-modal{width:var(--quick-add-modal-width);height:var(--quick-add-modal-height);max-width:none}}.quick-add-modal{padding:0;border:var(--style-border-popover);overflow:hidden;box-shadow:0 5px 30px rgb(0 0 0 / var(--opacity-15))}@media screen and (max-width:749px){.quick-add-modal{position:fixed;margin:auto 0 0;min-height:unset;max-width:100%;border-radius:0;overflow:clip;height:fit-content}}@media screen and (max-width:750px){.quick-add-modal[open]{border-top-left-radius:var(--style-border-radius-popover);border-top-right-radius:var(--style-border-radius-popover)}}@media screen and (min-width:750px){.quick-add-modal[open]{display:flex}}@media screen and (max-width:749px){.quick-add-modal .view-more-details__wrapper{display:none}}.quick-add-modal[open]{animation:modalSlideInTop var(--animation-speed) var(--animation-easing) forwards}.quick-add-modal.dialog-closing{animation:modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards}.quick-add-modal__close{position:absolute;top:var(--margin-2xs);right:var(--margin-2xs);transition:transform .15s var(--animation-timing-bounce);z-index:var(--layer-raised);overflow:visible;transform-origin:center}.quick-add-modal__close:active{transform:scale(.99) translateY(1px)}.quick-add-modal__close:focus-visible{outline:none}.quick-add-modal__close:focus-visible:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:calc(var(--style-border-radius-popover) - var(--margin-2xs));outline:var(--focus-outline-width) solid currentColor}.quick-add-modal__content{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:100% 1fr;position:relative;overflow-y:auto;max-height:100vh;flex-grow:1}@media screen and (max-width:749px){.quick-add-modal__content{grid-template-columns:repeat(4,1fr);grid-template-rows:auto;padding-inline:var(--padding-xl);padding-block:var(--padding-xl);gap:var(--gap-lg);flex:1;min-height:0;overflow-y:auto;height:auto;max-height:100vh}}.quick-add-modal__content .media-gallery--grid .media-gallery__grid{grid-template-columns:1fr}.quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child{grid-column:auto}.quick-add-modal__content .media-gallery--grid:not(.media-gallery--two-column) .product-media>*,.quick-add-modal__content .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image) .product-media-container:nth-of-type(odd) .product-media>*,.quick-add-modal__content .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image .product-media-container:is(:first-of-type,:nth-of-type(2n)) .product-media>*,.quick-add-modal__content .media-gallery--carousel slideshow-container{border-top-left-radius:0;border-bottom-left-radius:0}.quick-add-modal__content .view-more-details__wrapper{display:flex;justify-content:flex-start;width:100%}.view-more-details__wrapper .view-more-details{display:flex;align-items:center;width:fit-content}@media screen and (max-width:749px){.quick-add-modal__content .product-header{display:flex;flex-direction:column;grid-column:2 / -1;grid-row:1;padding-right:var(--padding-2xl)}}@media screen and (max-width:749px){.quick-add-modal__content .product-header a:not(product-price *){font-size:var(--font-size--md);font-weight:500;color:inherit;width:fit-content}}@media screen and (max-width:749px){.quick-add-modal__content variant-picker,.quick-add-modal__content product-form-component{grid-column:1 / -1}}.quick-add-modal__content .product-media-container__zoom-button{cursor:default}.quick-add-modal__content .product-details{grid-column:4 / -1;grid-row:1 / span 2;display:flex;flex-direction:column;justify-content:stretch;height:100%;min-height:0;overflow-y:auto;position:relative}dialog[open] :is(.quick-add-modal__content .product-details){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both;animation-delay:.1s}@media screen and (max-width:749px){.quick-add-modal__content .product-details{grid-column:2 / span 2;grid-row:span 1;max-height:100%;height:100%}}@property --quick-add-modal-mask-start{syntax: "<length>"; initial-value: 0px; inherits: false;}@property --quick-add-modal-mask-end{syntax: "<length>"; initial-value: 0px; inherits: true;}@keyframes detect-scroll{0%,to{--can-scroll: }}@supports (animation-timeline: scroll(self)){dialog[open] .quick-add-modal__content .product-details{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 var(--quick-add-modal-mask-start),#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 var(--quick-add-modal-mask-start),#000 100%);animation:.3s var(--animation-timing-fade-in) .1s both fadeSlideIn,scrollStart 1s linear both,scrollEnd 1s linear both,detect-scroll 1ms linear none;animation-timeline:auto,scroll(self),scroll(self),scroll(self);animation-range:normal,0px 48px,calc(100% - 48px) 100%,0% 100%}}@keyframes scrollStart{0%{--quick-add-modal-mask-start: 0px}to{--quick-add-modal-mask-start: 48px}}@keyframes scrollEnd{0%{--quick-add-modal-mask-end: 0px}to{--quick-add-modal-mask-end: 48px}}.quick-add-modal__content .product-details>.group-block{flex-grow:1;width:auto}.quick-add-modal__content>*{min-height:0}.quick-add-modal__content .product-details :is(.view-product-title,.buy-buttons-block){flex:0 0 auto}.quick-add-modal__content .product-details :is(.buy-buttons-block){margin-top:auto;position:sticky;bottom:0;padding-bottom:var(--padding-3xl);background-color:var(--color-background);z-index:var(--layer-raised)}.quick-add-modal__content .product-details :is(.buy-buttons-block):before{--quick-add-modal-mask-end-progressive-enhanced: 0px;position:absolute;content:"";display:block;inset:auto 0 100% 0;pointer-events:none;height:min(var(--gap-2xl),var(--gap));background-color:inherit;-webkit-mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent);mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent)}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form){position:static;padding-bottom:0;flex-grow:1;display:flex;flex-direction:column}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form)>product-form-component{flex-grow:1;display:flex;flex-direction:column}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) form{flex-grow:1;display:flex;flex-direction:column}.quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form):before{display:none}.quick-add-modal__content .product-details .buy-buttons-block__bar{display:block;position:sticky;bottom:0;margin-top:auto;padding-block:var(--gap-md) var(--padding-3xl);background-color:var(--color-background);z-index:var(--layer-raised)}.quick-add-modal__content .product-details .buy-buttons-block__bar:before{--quick-add-modal-mask-end-progressive-enhanced: 0px;position:absolute;content:"";display:block;inset:auto 0 100% 0;pointer-events:none;height:min(var(--gap-2xl),var(--gap));background-color:inherit;-webkit-mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent);mask-image:linear-gradient(to top,#000 0%,#000 calc(var(--gap-2xs)),transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),transparent)}@supports (animation-timeline: scroll(self)){.quick-add-modal__content .product-details :is(.buy-buttons-block):before,.quick-add-modal__content .product-details .buy-buttons-block__bar:before{--mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);--mask-if-no-scroll: 48px;--quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));height:calc(var(--gap-2xs) + 48px)}}.quick-add-modal__content .product-details .variant-picker{flex:0 0 auto;padding-block:min(var(--gap-2xl),var(--gap));margin-block-end:calc(var(--focus-outline-offset) + var(--focus-outline-width))}.quick-add-modal__content .variant-option--swatches{padding-inline-start:var(--padding-2xs)}.quick-add-modal__content .variant-option--swatches legend{margin-inline-start:calc(-1 * var(--padding-2xs))}.quick-add-modal__content:not(:has(.product-information__media)) .product-details{grid-column:1 / -1}.quick-add-modal__content .view-product-title{display:flex;padding-block:0;margin-block-end:12px;padding-inline-end:calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2))}.quick-add-modal__content .view-product-title a{color:inherit;text-decoration:none;text-align:left;font-size:var(--font-size--2xl);font-weight:600;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;transition:color .2s var(--animation-easing)}.quick-add-modal__content .product-details product-price{--text-align: left}.quick-add-modal__content .product-details product-price.text-block--align-center{margin-inline:0}.quick-add-modal__content .product-details product-price.text-center{--text-align: left}.quick-add-modal__content .product-details product-price>*{text-align:left}@media screen and (min-width:750px){.quick-add-modal__content .product-details *:not(.group-block,.group-block-content,.buy-buttons-block,.buy-buttons-block *,.view-product-title,.view-product-title *,variant-picker,variant-picker *,product-price,product-price *,product-inventory,product-inventory *,.view-more-details__wrapper,.view-more-details__wrapper *){display:none!important}}.quick-add-modal__content .group-block:not(:has(.buy-buttons-block,.buy-buttons-block *,.view-product-title,.view-product-title *,variant-picker,variant-picker *,product-price,product-price *,product-inventory,product-inventory *,.view-more-details__wrapper,.view-more-details__wrapper *),.buy-buttons-block){display:none}@media screen and (min-width:750px){.quick-add-modal__content .group-block-content{gap:0}.quick-add-modal__content .media-gallery__grid{gap:min(var(--gap-2xs),var(--image-gap));border-radius:var(--style-border-radius-popover, 0)}.quick-add-modal__content .media-gallery--grid .product-media img{border-radius:0}}.quick-add-modal__content .product-details>.group-block{padding-block:var(--padding-3xl) 0}.quick-add-modal__content :where(.product-details>.group-block>.group-block-content>*){padding-inline:var(--padding-3xl)}.quick-add-modal__content slideshow-slide:not([aria-hidden=false]){content-visibility:auto}.quick-add-modal__content .product-information__media{width:100%;grid-column:1 / span 1;grid-row:1;position:relative;top:0;animation:fadeIn .4s var(--animation-timing-fade-in) both}@media screen and (min-width:750px){.quick-add-modal__content .product-information__media{position:sticky;grid-column:1 / 4;width:var(--quick-add-modal-gallery-width);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}}.quick-add-modal__content .product-information__media::-webkit-scrollbar{display:none}.quick-add-modal__content .product-information__media media-gallery{pointer-events:none}@media screen and (min-width:750px){.quick-add-modal__content .product-information__media media-gallery{position:absolute;top:0;right:0;bottom:0;left:0}}.quick-add-modal media-gallery{padding:0}.quick-add-modal__content .product-information__media slideshow-arrows{display:none}.quick-add-modal__content .product-information__media slideshow-container{display:block}.quick-add-modal__content .product-information__media slideshow-slides{display:flex;flex-direction:column;gap:var(--gap-2xs);overflow:visible;scroll-snap-type:none}.quick-add-modal__content .product-information__media slideshow-slide{width:100%;flex:none;scroll-snap-align:unset;position:relative;transform:none;opacity:1;visibility:visible;transition:opacity .3s var(--animation-easing)}@media screen and (max-width:749px){.quick-add-modal__content .product-information__media slideshow-slide[aria-hidden=true]{display:none}}.quick-add-modal__content .product-information__media slideshow-slide:nth-child(1){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both}.quick-add-modal__content .product-information__media slideshow-slide:nth-child(2){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both;animation-delay:.05s}.quick-add-modal__content .product-information__media slideshow-slide:nth-child(3){animation:fadeSlideIn .3s var(--animation-timing-fade-in) both;animation-delay:.1s}.quick-add-modal__content .product-information__media :is(slideshow-controls,slideshow-controls[thumbnails]){display:none}.quick-add-modal__content .sticky-content,.quick-add-modal__content .sticky-content--desktop{top:0}.quick-add-modal__content .text-block.rte:not(product-price),.quick-add-modal__content .view-more-details__wrapper{display:none}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.resource-card{--resource-card-secondary-image-opacity: 0;--resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));display:flex;flex-direction:column;row-gap:var(--padding-xs);position:relative;text-decoration:none;height:100%;opacity:0;animation:fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards}.resource-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.resource-card__content{display:flex;flex-direction:column;color:var(--color-foreground);gap:var(--padding-3xs)}.resource-card__content .price{font-weight:500}.resource-card__content .volume-pricing-note{display:block;margin-top:var(--padding-3xs);font-family:var(--font-body--family);font-weight:400;font-size:min(.85em,var(--font-paragraph--size));line-height:normal;letter-spacing:normal;text-transform:none;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.resource-card[data-resource-type=article] .resource-card__content,.resource-card[data-resource-type=page] .resource-card__content{gap:var(--padding-xs)}.resource-card__image{aspect-ratio:var(--resource-card-aspect-ratio, auto);object-fit:cover;border-radius:var(--resource-card-corner-radius);opacity:var(--resource-card-primary-image-opacity)}.resource-card__image--secondary{position:absolute;top:0;opacity:var(--resource-card-secondary-image-opacity);border-radius:var(--resource-card-corner-radius)}.resource-card__media:empty{display:none}.resource-card__image-placeholder{padding:var(--padding-sm);font-size:var(--font-size--lg);line-height:var(--line-height--display-loose);word-break:break-word;background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5));aspect-ratio:var(--resource-card-aspect-ratio, auto);border-radius:var(--resource-card-corner-radius);color:var(--color-foreground)}.resource-card__title{margin-block:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.3;word-break:break-word;overflow-wrap:break-word}.resource-card__title.paragraph{line-height:1.3}.resource-card--overlay{height:100%}.resource-card--overlay:before{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;background:var(--gradient-image-overlay);border-radius:var(--resource-card-corner-radius);pointer-events:none;z-index:var(--layer-flat)}.resource-card--overlay .resource-card__image{height:100%}.resource-card--overlay .resource-card__content{position:absolute;inset:auto 0 0;padding:var(--padding-lg) var(--padding-lg) var(--padding-sm);z-index:var(--layer-raised)}.resource-card--overlay .resource-card__title{color:var(--color-white)}.resource-card__image-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap-2xs)}.resource-card__collection-image{aspect-ratio:1 / 1;object-fit:cover;border-radius:calc(var(--card-corner-radius) - (var(--padding-xs) / 2))}.resource-card__subtext{color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));margin-block-start:0}.resource-card__subtext.paragraph{font-size:var(--font-size--body-sm);line-height:var(--line-height--body-tight);color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.resource-card:has(.resource-card__image--secondary):hover,.resource-card:has(.resource-card__image--secondary):focus{--resource-card-secondary-image-opacity: 1}.search-modal{--search-border-radius: var(--style-border-radius-popover);--search-border-width: var(--style-border-width)}.search-modal__content{--modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);--modal-width: 66dvw;padding:0;border:var(--style-border-popover)}@media screen and (min-width:750px){.search-modal__content{width:var(--modal-width);margin-block-start:var(--modal-top-margin);overflow:hidden}}@media screen and (max-width:749px){.search-modal__content::backdrop{display:none}}.dialog-modal[open].search-modal__content{transform-origin:bottom center;animation:search-element-slide-in-bottom .3s var(--ease-out-quad) forwards;border-radius:var(--search-border-radius);box-shadow:var(--shadow-popover)}@media screen and (max-width:749px){.dialog-modal[open].search-modal__content{border-radius:0}}.dialog-modal.search-modal__content.dialog-closing{animation:search-element-slide-out-bottom .2s var(--ease-out-quad) forwards}.search-modal__content[open]{display:flex}.search-modal__content :is(.predictive-search-dropdown,.predictive-search-form__content-wrapper){position:relative}.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden])):before{content:"";position:absolute;right:calc(var(--padding-sm) + var(--minimum-touch-target));top:0;bottom:0;width:var(--border-width-sm);background-color:var(--color-border)}.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))>.predictive-search__close-modal-button:before{content:none}@media screen and (min-width:750px){.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden])):before{right:calc(var(--padding-2xl) * 2)}}predictive-search-component{--resource-card-corner-radius: var(--product-corner-radius);display:flex;width:100%;position:relative;margin-inline:auto;align-items:center;background-color:var(--color-background);z-index:var(--layer-heightened)}.predictive-search-form__footer{display:none;position:absolute;bottom:0;left:0;right:0}@media screen and (min-width:750px){.predictive-search-form__footer{--to-top-gradient-background: linear-gradient( to top, rgb(var(--color-background-rgb) / var(--opacity-90)), rgb(var(--color-background-rgb) / var(--opacity-80)), rgb(var(--color-background-rgb) / var(--opacity-40)), transparent );padding-block:var(--padding-xs) var(--padding-lg);background-image:var(--to-top-gradient-background)}}predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{display:block}.predictive-search-form{position:relative;width:100%;align-self:flex-start}.predictive-search-form__content{max-height:50dvh;overflow-y:auto;background-color:var(--color-background);scrollbar-width:none}.predictive-search-form__content::-webkit-scrollbar{display:none}.predictive-search-form__content-wrapper{position:absolute;top:100%;width:100%;left:0;z-index:var(--layer-raised);display:flex;flex-direction:column;border-radius:0 0 var(--search-border-radius) var(--search-border-radius);transition:box-shadow var(--animation-speed) var(--animation-easing);transform:translateZ(0);will-change:transform,opacity;overflow:hidden}@media screen and (max-width:749px){.predictive-search-form__content-wrapper{border-radius:0}}@media screen and (min-width:750px){.predictive-search-form__content-wrapper{max-height:var(--modal-max-height)}}.predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))>.predictive-search-form__content{padding-block-end:var(--padding-6xl)}.predictive-search-form__header-inner{background:var(--color-background);border:var(--search-border-width) solid var(--color-border);color:var(--color-foreground);border-radius:var(--style-border-radius-popover);display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:749px){.predictive-search-form__header-inner{border-radius:var(--style-border-radius-inputs);border:none}}.predictive-search-form__header-inner:focus-within{outline-offset:var(--focus-outline-offset)}@media screen and (min-width:750px){.predictive-search-form__header-inner:focus-within{outline:var(--focus-outline-width) solid var(--color-primary)}}.predictive-search-form__header{display:flex;position:sticky;top:0;z-index:var(--layer-heightened);width:100%;align-items:center;background-color:var(--color-input-background);border:var(--search-border-width) solid var(--color-border);border-radius:var(--style-border-radius-inputs)}@media screen and (max-width:749px){.predictive-search-form__header{padding:var(--padding-2xs) var(--padding-sm)}}.predictive-search-form__header:focus-within,.predictive-search-form__header-inner:focus-within,.predictive-search-form__header-inner:has(.search-input:is(:focus,:focus-visible)){outline:none;box-shadow:none;border-color:var(--color-border)!important}input.search-input{border-radius:var(--style-border-radius-inputs);padding-block:var(--padding-sm);font-size:var(--font-size--md);width:100%;color:var(--color-foreground);padding-inline:calc(var(--margin-lg) + var(--icon-size-lg)) 0;background:transparent;text-overflow:ellipsis;overflow:hidden;outline:none;border:0}.search-input::placeholder{color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.search-input,.search-input:is(:focus,:focus-visible,:focus-within),.predictive-search-form__header *:is(:focus,:focus-visible){outline:none;box-shadow:none}.search-input:hover{background-color:transparent}.predictive-search__icon{position:absolute;left:var(--margin-xl);top:auto;width:var(--icon-size-lg);height:var(--icon-size-lg);color:rgb(var(--color-foreground-rgb) / var(--opacity-60))}@media screen and (min-width:750px){.predictive-search__icon{left:var(--margin-md)}}.predictive-search__icon>svg{width:var(--icon-size-md);height:var(--icon-size-md)}.predictive-search__reset-button{cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:var(--minimum-touch-target);height:var(--minimum-touch-target);padding:0;margin-inline-end:var(--margin-md);background:transparent;color:var(--color-foreground);opacity:.68;transition:opacity var(--animation-speed-medium) var(--animation-timing-fade-out),visibility var(--animation-speed-medium) var(--animation-timing-fade-out)}.predictive-search__reset-button:hover{color:var(--color-foreground)}.predictive-search__reset-button:active{transform:scale(.9);transition:transform .1s var(--animation-timing-active)}@media screen and (min-width:750px){.predictive-search__reset-button{margin-inline-end:var(--margin-2xs)}}.predictive-search__reset-button[hidden]{opacity:0;pointer-events:none;visibility:hidden}.predictive-search__reset-button-icon{display:flex;align-items:center;justify-content:center;width:var(--icon-size-lg);height:var(--icon-size-lg);transition:background-color var(--animation-speed-medium) ease-in-out,transform var(--animation-speed-medium) var(--animation-timing-bounce);border-radius:50%}.predictive-search__reset-button-icon:hover{background-color:rgb(var(--color-primary-hover-rgb) / var(--opacity-8))}.predictive-search__reset-button:active .predictive-search__reset-button-icon{transform:scale(.85);transition-timing-function:var(--animation-timing-active);transition-duration:.1s}.predictive-search__reset-button svg{width:var(--icon-size-md);height:var(--icon-size-md)}.predictive-search__reset-button-text{display:none}.predictive-search__search-button{margin:auto;z-index:var(--layer-raised);transition:transform var(--animation-speed-medium) var(--animation-timing-bounce),box-shadow var(--animation-speed-medium) var(--animation-timing-hover);transform-origin:center}.predictive-search__search-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / var(--opacity-5))}.predictive-search__search-button:active{transform:scale(.97);transition:transform .1s var(--animation-timing-active);box-shadow:none}.predictive-search__close-modal-button{--button-color: var(--color-foreground);--button-background-color: transparent;display:flex;justify-content:center;align-items:center;width:var(--minimum-touch-target);height:var(--minimum-touch-target);margin-inline-start:var(--margin-sm);padding:0;box-shadow:none}.predictive-search__close-modal-button:active{transform:scale(.8);transition:transform .1s var(--animation-timing-active)}.predictive-search__close-modal-button .svg-wrapper,.predictive-search__close-modal-button svg{width:var(--icon-size-xs);height:var(--icon-size-xs)}.predictive-search__close-modal-button:hover{--button-color: var(--color-foreground);--button-background-color: transparent}.skip-to-content-link{position:absolute;left:-99999px}.skip-to-content-link:focus{z-index:var(--layer-temporary);overflow:auto;width:auto;height:auto;padding:var(--padding-lg) var(--padding-4xl);left:var(--margin-lg);top:var(--margin-lg);background-color:var(--color-background);box-shadow:0 0 0 var(--focus-outline-offset) var(--color-background)}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map?subset=AAQAEAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAABARIg */
