.mobile-drawer-content{display:flex;flex-direction:column;gap:20px;padding:0 var(--inner) var(--inner);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer-cta{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 16px;background-color:#387a62;color:#fff;border-radius:4px;font-family:var(--FONT-STACK-HEADING);font-weight:600;font-size:14px;text-decoration:none;text-transform:none;letter-spacing:.02em;transition:background-color .25s ease}.mobile-drawer-cta:hover,.mobile-drawer-cta:focus-visible{background-color:#2d6350;color:#fff}.mobile-drawer-products{display:flex;flex-direction:column;gap:16px}.mobile-drawer-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mobile-drawer-product-card{display:flex;flex-direction:column;gap:12px;background:#fff;border-radius:8px;overflow:hidden;padding:12px;text-decoration:none;color:inherit;transition:box-shadow .2s ease}.mobile-drawer-product-card:hover{box-shadow:0 2px 8px #0000000f}.mobile-drawer-product-card__image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#fff;border-radius:4px}.mobile-drawer-product-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.mobile-drawer-product-card__info{display:flex;flex-direction:column;gap:8px}.mobile-drawer-product-card__info:before{content:"";display:block;width:100%;height:1px;background:#e5e0d8}.mobile-drawer-product-card__meta{display:flex;align-items:flex-end;justify-content:space-between}.mobile-drawer-product-card__text{display:flex;flex-direction:column}.mobile-drawer-product-card__type{font-family:var(--FONT-STACK-BODY);font-weight:400;font-size:11px;line-height:1.4;color:#000}.mobile-drawer-product-card__title{font-size:16px;line-height:1.2;color:#000;margin:0;text-transform:none}.mobile-drawer-product-card__arrow{flex-shrink:0;width:12px;height:12px}.mobile-drawer-product-card__arrow svg{width:100%;height:100%;display:block}.mobile-drawer-accordion{background:#fff;border-radius:4px;padding:12px}.mobile-drawer-accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin:0;border:none;background:none;cursor:pointer;text-align:left;color:#000}.mobile-drawer-accordion__title{font-size:16px;line-height:1.2;margin:0;text-transform:none}.mobile-drawer-accordion__icon{flex-shrink:0;width:12px;height:12px;transition:transform .3s ease}.mobile-drawer-accordion__icon svg{width:100%;height:100%;display:block}.mobile-drawer-accordion.is-expanded .mobile-drawer-accordion__icon{transform:rotate(90deg)}.mobile-drawer-accordion__content{overflow:hidden;max-height:0;transition:max-height .4s ease,padding .3s ease}.mobile-drawer-accordion.is-expanded .mobile-drawer-accordion__content{max-height:600px;padding-top:12px}.mobile-drawer-accordion__body p{margin:0 0 .75em;font-family:var(--FONT-STACK-BODY);font-weight:400;font-size:13px;line-height:1.6;color:#000}.mobile-drawer-accordion__body p:last-child{margin-bottom:0}.mobile-drawer-accordion__body strong,.mobile-drawer-accordion__body b{font-weight:700}.mobile-drawer-share{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#e6efea;border:1px solid #D8E6DF;border-radius:4px;padding:12px;text-decoration:none;color:inherit;transition:background-color .2s ease}.mobile-drawer-share:hover{background:#dce8e2}.mobile-drawer-share__inner{display:flex;align-items:center;gap:12px;min-width:0}.mobile-drawer-share__image{flex-shrink:0;width:60px;height:60px;border-radius:4px;overflow:hidden}.mobile-drawer-share__image img{width:100%;height:100%;object-fit:cover}.mobile-drawer-share__text{display:flex;flex-direction:column;gap:2px;min-width:0}.mobile-drawer-share__title{font-size:15px;line-height:1.3;color:#000;margin:0;text-transform:none}.mobile-drawer-share__description{font-family:var(--FONT-STACK-BODY);font-weight:400;font-size:13px;line-height:1.4;color:#000}.mobile-drawer-share__arrow{flex-shrink:0;width:10px;height:10px}.mobile-drawer-share__arrow svg{width:100%;height:100%;display:block}.mobile-drawer-menu{display:flex;flex-direction:column;gap:10px}.mobile-drawer-menu-group{background:#fff;border-radius:4px;overflow:hidden}.mobile-drawer-menu-group__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px;margin:0;border:none;background:none;cursor:pointer;text-align:left;color:#000;text-decoration:none}.mobile-drawer-menu-group__title{font-size:16px;line-height:1.2;margin:0;text-transform:none}.mobile-drawer-menu-group__icon{flex-shrink:0;width:12px;height:12px;transition:transform .3s ease}.mobile-drawer-menu-group__icon svg{width:100%;height:100%;display:block}.mobile-drawer-menu-group.is-expanded .mobile-drawer-menu-group__icon{transform:rotate(90deg)}.mobile-drawer-menu-group__content{overflow:hidden;max-height:0;transition:max-height .4s ease}.mobile-drawer-menu-group.is-expanded .mobile-drawer-menu-group__content{max-height:500px}.mobile-drawer-menu-group__links{display:flex;flex-direction:column;gap:0;padding:0 12px 12px;list-style:none;margin:0}.mobile-drawer-menu-sublink{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e5e0d8;text-decoration:none;color:#000;transition:opacity .2s ease}.mobile-drawer-menu-sublink__title{font-size:13px;line-height:1.3;margin:0;text-transform:none}.mobile-drawer-menu-sublink:last-child{border-bottom:none}.mobile-drawer-menu-sublink:hover{opacity:.7}.mobile-drawer-menu-sublink__arrow{flex-shrink:0;width:8px;height:8px}.mobile-drawer-menu-sublink__arrow svg{width:100%;height:100%;display:block}.mobile-drawer-menu-group--link{padding:0}.mobile-drawer-menu-group--link .mobile-drawer-menu-group__trigger{color:#000}.mobile-drawer-contact{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:8px;padding:12px 16px;text-decoration:none;color:inherit;transition:box-shadow .2s ease}.mobile-drawer-contact:hover{box-shadow:0 2px 8px #0000000f}.mobile-drawer-contact__inner{display:flex;align-items:center;gap:12px;min-width:0}.mobile-drawer-contact__images{position:relative;flex-shrink:0;width:64px;height:48px}.mobile-drawer-contact__images img{position:absolute;width:40px;height:40px;border-radius:4px;object-fit:cover;border:2px solid #F1EAE1}.mobile-drawer-contact__images img:first-child{left:0;top:10px;z-index:1}.mobile-drawer-contact__images img:last-child{left:24px;top:0;z-index:2}.mobile-drawer-contact__text{display:flex;flex-direction:column;gap:2px;min-width:0}.mobile-drawer-contact__title{font-size:15px;line-height:1.3;color:#231f1f;margin:0;text-transform:none}.mobile-drawer-contact__description{font-family:var(--FONT-STACK-BODY);font-weight:400;font-size:13px;line-height:1.4;color:#000}.mobile-drawer-contact__arrow{flex-shrink:0;width:10px;height:10px}.mobile-drawer-contact__arrow svg{width:100%;height:100%;display:block}
/*# sourceMappingURL=/cdn/shop/t/35/assets/custom-mobile-drawer.css.map */
