.benefits{background-color:transparent}.benefits__header{text-align:center;margin-bottom:60px}.benefits__heading{font-size:2.5rem;font-weight:700;color:#0a5c36;margin-bottom:15px}.benefits__subtitle{font-size:1.1rem;color:#666}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.benefit-card{text-align:center;padding:40px 30px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-card__icon{font-size:3rem;margin-bottom:20px;line-height:1}.benefit-card__title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:12px}.benefit-card__text{font-size:.95rem;color:#666;line-height:1.6}@media(max-width:1279px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.benefits__grid{grid-template-columns:1fr}}.be-cart{padding:40px 20px}.be-cart__container{max-width:1400px;margin:0 auto}.be-cart__title{font-size:2rem;font-weight:700;color:#1a5632;margin-bottom:30px}.be-cart__layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.be-cart__item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid #e9ecef}.be-cart__item:first-child{border-top:1px solid #e9ecef}.be-cart__item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8f8f8}.be-cart__item-image img{width:100%;height:100%;object-fit:contain}.be-cart__item-title{font-size:.95rem;font-weight:600;color:#333;text-decoration:none;display:block;margin-bottom:4px}.be-cart__item-title:hover{color:#1a5632}.be-cart__item-variant{font-size:.8rem;color:#888;margin-bottom:2px}.be-cart__item-vendor{font-size:.8rem;color:#aaa}.be-cart__qty-control{display:flex;align-items:center;gap:8px}.be-cart__qty-input{width:50px;padding:8px;border:1px solid #ddd;border-radius:6px;text-align:center;font-size:.9rem}.be-cart__qty-input::-webkit-inner-spin-button,.be-cart__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.be-cart__qty-label{font-size:.85rem;color:#666;white-space:nowrap}.be-cart__item-total{font-size:1rem;font-weight:600;color:#1a5632;min-width:80px;text-align:right}.be-cart__item-remove{color:#999;transition:color .2s ease}.be-cart__item-remove:hover{color:#dc3545}.be-cart__summary{background:#f8f9fa;border-radius:12px;padding:24px;position:sticky;top:100px}.be-cart__summary-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.be-cart__summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#555}.be-cart__summary-row--discount{color:#dc3545}.be-cart__summary-row--shipping{font-size:.85rem;color:#888}.be-cart__summary-total{display:flex;justify-content:space-between;padding-top:16px;margin-top:8px;border-top:2px solid #e9ecef;font-size:1.2rem;font-weight:700;color:#1a5632}.be-cart__checkout-btn{width:100%;padding:16px;background:#1a5632;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:20px;transition:background .3s ease}.be-cart__checkout-btn:hover{background:#0f3d22}.be-cart__continue{display:block;text-align:center;margin-top:16px;color:#1a5632;text-decoration:none;font-size:.9rem}.be-cart__continue:hover{text-decoration:underline}.be-cart__additional{margin-top:16px}.be-cart__empty{text-align:center;padding:80px 20px;color:#666}.be-cart__empty svg{margin-bottom:20px}.be-cart__empty h2{font-size:1.4rem;color:#333;margin-bottom:8px}.be-cart__empty p{margin-bottom:24px}.be-cart__empty-btn{display:inline-block;padding:14px 32px;background:#1a5632;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s ease}.be-cart__empty-btn:hover{background:#0f3d22}@media(max-width:767px){.be-cart__layout{grid-template-columns:1fr}.be-cart__item{grid-template-columns:60px 1fr;gap:12px}.be-cart__item-qty{grid-column:2}.be-cart__item-total{grid-column:2;text-align:left}.be-cart__item-remove{position:absolute;right:0;top:20px}.be-cart__item{position:relative}}.be-collection{padding:40px 20px}.be-collection__header{margin-bottom:30px}.be-collection__title{font-size:2rem;font-weight:700;color:#1a5632;margin-bottom:8px}.be-collection__desc{color:#666;line-height:1.6}.be-collection__layout{display:grid;grid-template-columns:240px 1fr;gap:30px}.be-collection__sidebar{position:sticky;top:100px;align-self:start}.be-collection__sidebar-title{font-size:1rem;font-weight:600;color:#333;margin-bottom:12px}.be-collection__filter-list{list-style:none;padding:0;margin:0 0 30px}.be-collection__filter-item{margin-bottom:4px}.be-collection__filter-item a{display:block;padding:8px 12px;color:#555;text-decoration:none;border-radius:6px;font-size:.9rem;transition:all .2s ease}.be-collection__filter-item a:hover{background:#f0f7f0;color:#1a5632}.be-collection__filter-item--active a{background:#1a5632;color:#fff;font-weight:500}.be-collection__filter-item--group{padding:0}.be-collection__group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:500;color:#555;text-align:left;border-radius:6px}.be-collection__group-toggle:hover{color:#1a5632}.be-collection__group-arrow{transition:transform .2s ease;flex-shrink:0}.be-collection__filter-item--expanded .be-collection__group-arrow{transform:rotate(180deg)}.be-collection__sub-list{display:none;list-style:none;margin:0;padding:0 0 4px}.be-collection__sub-list--open{display:block}.be-collection__sub-item a{display:block;padding:8px 16px 8px 28px;color:#666;text-decoration:none;font-size:.9rem}.be-collection__sub-item a:hover{color:#1a5632}.be-collection__sub-item--active a{background:#1a5632;color:#fff;font-weight:500}.be-collection__sort{margin-bottom:20px}.be-collection__sort-select{width:100%;padding:10px 32px 10px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.be-collection__sort-mobile{display:none;margin-bottom:20px}.be-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.be-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:box-shadow .3s ease,transform .3s ease}.be-product-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-3px)}.be-product-card__link{text-decoration:none;color:inherit;display:block}.be-product-card__image-wrap{position:relative;aspect-ratio:1;background:#f8f8f8;overflow:hidden}.be-product-card__image{width:100%;height:100%;object-fit:contain;padding:16px}.be-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.be-product-card__badge{position:absolute;top:10px;left:10px;padding:4px 10px;background:#dc3545;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px}.be-product-card__info{padding:14px}.be-product-card__title{font-size:.95rem;font-weight:600;color:#333;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden}.be-product-card__vendor{font-size:.8rem;color:#888;margin-bottom:8px}.be-product-card__price{display:flex;align-items:center;gap:8px}.be-product-card__price-current{font-size:1rem;font-weight:700;color:#1a5632}.be-product-card__price-compare{font-size:.85rem;color:#999;text-decoration:line-through}.be-collection__pagination{margin-top:40px;font-size:.9rem;cursor:default;display:flex;align-items:center;justify-content:center;column-gap:12px}.be-collection__pagination span,.be-collection__pagination span>a{display:block}.be-collection__pagination span>a{color:inherit;text-decoration:none;border:1px solid #e0e0e0}.be-collection__pagination span.current,.be-collection__pagination span>a{padding:8px 14px;border-radius:6px}.be-collection__pagination span.current,.be-collection__pagination span:hover>a{background:#1a5632;color:#fff;border:1px solid #1a5632}@media(max-width:1023px){.be-collection__layout{grid-template-columns:1fr}.be-collection__sidebar{display:none}.be-collection__sort-mobile{display:block}.be-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.be-collection__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.be-collection__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.be-collections{padding:60px 40px;background:#fff}.be-collections__container{max-width:1400px;margin:0 auto}.be-collections__title{font-size:2rem;font-weight:700;color:#1a5632;margin-bottom:30px}.be-collections__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.be-collections__grid.collections--compact{--collection-card-size: 200px}.be-collections__grid.collections--full{--collection-card-size: 300px}.be-collections__card{display:flex;flex-direction:column;text-decoration:none;background:#f8f9fa;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.be-collections__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.be-collections__image-wrapper{width:100%;aspect-ratio:1;overflow:hidden}.be-collections__image{width:100%;height:100%;object-fit:cover}.be-collections__placeholder{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#e8f5e9}.be-collections__content{padding:16px;flex:1}.be-collections__name{font-size:1.05rem;font-weight:600;color:#333;margin:0}.be-collections__card:hover .be-collections__name{color:#1a5632}.be-collections__desc{font-size:.85rem;color:#888;margin-top:6px;line-height:1.4}@media(max-width:639px){.be-collections{padding:40px 16px}.be-collections__title{font-size:1.5rem}.be-collections__content{padding:12px}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.drug-safety{padding:48px 20px;margin-bottom:40px;background:#f0f7f2;border-radius:16px}.drug-safety__container{max-width:1400px;margin:0 auto;display:flex;align-items:flex-start;gap:32px}.drug-safety__icon-wrapper{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#d4edda;border-radius:50%}.drug-safety__icon{color:#1a5632}.drug-safety__content{flex:1}.drug-safety__heading{font-size:1.5rem;font-weight:700;color:#1a5632;margin-bottom:10px}.drug-safety__text{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:20px}.drug-safety__list{margin:0;padding-left:20px;color:#444;font-size:.9rem}.drug-safety__list li{margin-bottom:8px;line-height:1.6}.drug-safety__list li::marker{color:#4caf50}@media(max-width:767px){.drug-safety{padding:32px 16px}.drug-safety__container{flex-direction:column;align-items:center;text-align:center;gap:20px}.drug-safety__list{text-align:left;display:inline-block}}.faq{padding:80px 20px;background:#f8f9fa}.faq__container{max-width:800px;margin:0 auto}.faq__header{text-align:center;margin-bottom:50px}.faq__heading{font-size:2rem;font-weight:700;color:#0a5c36;margin-bottom:15px}.faq__subtitle{font-size:1.1rem;color:#666}.faq__list{display:flex;flex-direction:column;gap:16px}.faq__item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.faq__question{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;font-weight:600;color:#333;list-style:none;transition:background .3s ease}.faq__question::-webkit-details-marker{display:none}.faq__question:hover{background:#f8f9fa}.faq__icon{flex-shrink:0;transition:transform .3s ease;color:#0a5c36}.faq__item[open] .faq__icon{transform:rotate(180deg)}.faq__answer{padding:0 24px 20px}.faq__answer p{color:#555;line-height:1.7;margin:0}.faq__contact{margin-top:50px;text-align:center;padding:30px;background:#fff;border-radius:12px}.faq__contact p{color:#666;margin-bottom:20px}.faq__contact-button{display:inline-block;padding:14px 32px;background:#0a5c36;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s ease}.faq__contact-button:hover{background:#084a2c}.featured-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.featured-products__heading{font-size:1.6rem;font-weight:700;color:#1a5632}.featured-products__view-all{color:#1a5632;text-decoration:none;font-weight:600;transition:opacity .3s ease}.featured-products__view-all:hover{opacity:.8}.featured-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.product-card--hidden{display:none}.product-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 2px 8px #00000014}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1;background-color:#f9f9f9}.product-card__image{width:100%;height:100%;object-fit:contain;padding:20px}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999}.product-card__badge{position:absolute;top:12px;left:12px;padding:6px 12px;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase}.product-card__badge--sale{background-color:#dc3545;color:#fff}.product-card__badge--sold-out{background-color:#6c757d;color:#fff}.product-card__info{padding:20px}.product-card__title{font-size:1rem;font-weight:500;color:#333;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:10px}.product-card__price-regular{font-size:1.1rem;font-weight:700;color:#0a5c36}.product-card__price--compare{color:#999;text-decoration:line-through}.product-card__price-sale{font-size:1rem;font-weight:600;color:#dc3545}.product-card__vendor{font-size:.85rem;color:#666;margin-top:8px}.featured-products__empty{text-align:center;padding:60px 20px;background-color:#f5f5f5;border-radius:12px}.featured-products__empty p{color:#666;margin-bottom:20px}.featured-products__shop-all{display:inline-block;padding:12px 24px;background-color:#0a5c36;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .3s ease}.featured-products__shop-all:hover{background-color:#084a2c}@media(max-width:1279px){.featured-products__grid{grid-template-columns:repeat(3,1fr)}.featured-products .product-card:nth-child(n+4){display:none}}@media(max-width:1023px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}.featured-products .product-card:nth-child(n+3){display:none}}@media(max-width:639px){.featured-products__grid{grid-template-columns:1fr}.featured-products .product-card:nth-child(n+2){display:none}.featured-products__header{flex-direction:column;align-items:flex-start;gap:10px}}.be-footer{background:#1a1a1a;color:#fff;padding:60px 20px 30px}.be-footer__container{max-width:1400px;margin:0 auto}.be-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1.5fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #333}.be-footer__logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.be-footer__brand-text{display:flex;flex-direction:column}.be-footer__brand-name{font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:1px}.be-footer__brand-sub{font-size:.6rem;font-weight:600;color:#4caf50;letter-spacing:2px}.be-footer__brand-desc{font-size:.85rem;color:#999;line-height:1.6}.be-footer__links-title,.be-footer__contact-title,.be-footer__newsletter-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:20px}.be-footer__links-list{list-style:none;padding:0;margin:0}.be-footer__links-list li{margin-bottom:10px}.be-footer__link{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.be-footer__link:hover{color:#4caf50}.be-footer__contact-item{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#999;font-size:.9rem}.be-footer__newsletter-text{font-size:.85rem;color:#999;margin-bottom:16px}.be-footer__newsletter-form{display:flex;gap:8px}.be-footer__newsletter-input{flex:1;padding:10px 14px;border:1px solid #444;border-radius:6px;background:#2a2a2a;color:#fff;font-size:.9rem}.be-footer__newsletter-input::placeholder{color:#777}.be-footer__newsletter-btn{padding:10px 20px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.be-footer__newsletter-btn:hover{background:#43a047}.be-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px}.be-footer__copyright{color:#666;font-size:.85rem}.be-footer__payment{display:flex;gap:10px}.be-footer__payment svg{width:40px;height:26px;opacity:.5}@media(max-width:1023px){.be-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.be-footer__grid{grid-template-columns:1fr}.be-footer__bottom{flex-direction:column;gap:20px;text-align:center}.be-footer__newsletter-form{flex-direction:column}}.be-header{background:#fff;position:sticky;top:0;z-index:1000}.be-header__main{padding:12px 0}.be-header__main .be-header__container{display:flex;align-items:center;justify-content:space-between;gap:24px}.be-header__left{display:flex;align-items:center;gap:12px;flex-shrink:0}.be-header__logo{display:flex;align-items:center;gap:12px;text-decoration:none}.be-header__logo-img{display:block;max-width:100%;height:auto}.be-header__nav-desktop{display:flex;align-items:center;flex:1}.be-header__nav-desktop--hidden{display:none}.be-search-trigger{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#1a5632}.be-search-trigger:hover{color:#0f3d22}.be-header__center{flex:1;display:flex;align-items:center;justify-content:center}.be-header__right{display:flex;align-items:center;gap:20px;flex-shrink:0}.be-header__phone{display:flex;align-items:center;gap:8px;color:#1a5632;text-decoration:none;font-weight:600;font-size:.95rem}.be-header__phone:hover{opacity:.8}.be-header__login{display:flex;align-items:center;gap:6px;color:#333;text-decoration:none;font-size:.9rem;font-weight:500}.be-header__login:hover{color:#1a5632}.be-header__menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#333}.be-header__nav-list{display:flex;list-style:none;margin:0;padding:0;gap:0}.be-header__nav-item{position:relative}.be-header__nav-link{display:flex;align-items:center;gap:4px;padding:14px 20px;color:#333;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .3s ease}.be-header__nav-link:hover{background:#0000000a;color:#1a5632}.be-header__nav-arrow{transition:transform .2s ease}.be-header__nav-item:hover .be-header__nav-arrow{transform:rotate(180deg)}.be-header__dropdown{position:absolute;top:100%;left:0;background:#fff;min-width:220px;box-shadow:0 4px 16px #0000001a;list-style:none;margin:0;padding:8px 0;z-index:100;border-radius:0 0 8px 8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}.be-header__nav-item:hover>.be-header__dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.be-header__dropdown-item{position:relative}.be-header__dropdown-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 20px;color:#333;text-decoration:none;font-size:.9rem;transition:background .2s ease}.be-header__dropdown-link:hover{background:#f5f5f5;color:#1a5632}.be-header__sub-dropdown{position:absolute;top:0;left:100%;background:#fff;min-width:200px;box-shadow:0 4px 16px #0000001a;list-style:none;margin:0;padding:8px 0;border-radius:0 8px 8px 0;opacity:0;visibility:hidden;transform:translate(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}.be-header__dropdown-item:hover>.be-header__sub-dropdown{opacity:1;visibility:visible;transform:translate(0);pointer-events:auto}@media(min-width:1024px){.be-search-trigger{display:flex;align-items:center;justify-content:center}.be-header__center{display:flex}}@media(max-width:1023px){.be-header__menu-btn{display:block}.be-header__phone span,.be-header__login span{display:none}.be-header__center{flex:1;min-width:0}.be-search-trigger{display:flex;align-items:center;justify-content:center}.be-header__nav-desktop{position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;box-shadow:0 4px 16px #0000001a;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s;pointer-events:none}.be-header__nav-desktop.be-header__nav-desktop--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.be-header__nav-desktop .be-header__nav-list{flex-direction:column;width:100%}.be-header__nav-desktop .be-header__dropdown,.be-header__nav-desktop .be-header__sub-dropdown{position:static;box-shadow:none;border-radius:0;padding-left:20px}.be-header__logo-img{width:120px;height:auto}}@media(max-width:639px){.be-header__right{gap:12px}}.newsletter{padding:80px 20px;background:linear-gradient(135deg,#0a5c36,#1a8a5a);color:#fff}.newsletter__container{max-width:1400px;margin:0 auto;text-align:center}.newsletter__content{margin-bottom:40px}.newsletter__heading{font-size:2rem;font-weight:700;margin-bottom:15px}.newsletter__text{font-size:1.1rem;opacity:.9}.newsletter__form{width:100%}.newsletter__input-wrapper{display:flex;gap:12px;max-width:500px;margin:0 auto}.newsletter__input{flex:1;padding:16px 20px;font-size:1rem;border:none;border-radius:8px;background-color:#fff;color:#333}.newsletter__input::placeholder{color:#999}.newsletter__button{padding:16px 32px;font-size:1rem;font-weight:600;background-color:#fff;color:#0a5c36;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.newsletter__button:hover{background-color:#f0f0f0;transform:translateY(-2px)}@media(max-width:639px){.newsletter__input-wrapper{flex-direction:column}.newsletter__button{width:100%}}.be-order-help{background:transparent}.be-order-help__container{max-width:1400px;text-align:center}.be-order-help__heading{font-size:1.6rem;font-weight:700;color:#1a5632;margin-bottom:8px}.be-order-help__subheading{font-size:.95rem;color:#666;margin-bottom:30px}.be-order-help__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.be-order-help__card{display:flex;flex-direction:column;align-items:center;width:100%;padding:24px 16px;background:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.be-order-help__card:hover{box-shadow:0 2px 8px #0000001a;border-color:#0000000d}.be-order-help__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.be-order-help__icon--phone,.be-order-help__icon--sms{background:#e8f5e9;color:#1a5632}.be-order-help__icon--email{background:#fff3e0;color:#e65100}.be-order-help__icon--support{background:#e3f2fd;color:#1565c0}.be-order-help__label{font-size:1rem;font-weight:600;color:#333}.be-order-help__label-en{font-size:.8rem;color:#888;margin-top:2px}.be-order-help__value{font-size:.85rem;color:#1a5632;font-weight:500;margin-top:8px;word-break:break-word;text-align:center}@media(max-width:767px){.be-order-help__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.be-order-help__grid{grid-template-columns:repeat(2,1fr);gap:12px}.be-order-help__card{padding:20px}}.be-page{padding:60px 40px;background:#fff;min-height:400px}.be-page__container{max-width:1400px;margin:0 auto}.be-page__title{font-size:2rem;font-weight:700;color:#1a5632;margin-bottom:30px}.be-page__content{font-size:1rem;line-height:1.8;color:#333}.be-page__content p{margin-bottom:16px}.be-page__content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.be-page__content a{color:#1a5632;text-decoration:underline}.be-page__content a:hover{color:#0f3d22}.be-page__content ul,.be-page__content ol{padding-left:20px;margin-bottom:16px}.be-page__content li{margin-bottom:8px}.be-page__content h1,.be-page__content h2,.be-page__content h3{color:#1a5632;margin-top:30px;margin-bottom:12px}@media(max-width:639px){.be-page{padding:40px 16px}.be-page__title{font-size:1.5rem}}.pharmacy-info{padding:80px 20px;background:#fff}.pharmacy-info__container{max-width:1200px;margin:0 auto}.pharmacy-info__header{text-align:center;margin-bottom:50px}.pharmacy-info__heading{font-size:2rem;font-weight:700;color:#0a5c36;margin-bottom:15px}.pharmacy-info__subtitle{font-size:1.1rem;color:#666}.pharmacy-info__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.pharmacy-info__card{text-align:center;padding:30px 20px;background:#f8f9fa;border-radius:12px;transition:transform .3s ease}.pharmacy-info__card:hover{transform:translateY(-3px)}.pharmacy-info__icon{color:#0a5c36;margin-bottom:15px}.pharmacy-info__label{font-size:.9rem;color:#666;margin-bottom:8px;font-weight:500}.pharmacy-info__value{font-size:1rem;color:#333;font-weight:600}.pharmacy-info__certificate{margin-top:50px;text-align:center;padding:30px;background:#f8f9fa;border-radius:12px}.pharmacy-info__certificate-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:20px}.pharmacy-info__certificate-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px #0000001a}@media(max-width:1023px){.pharmacy-info__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.pharmacy-info__grid{grid-template-columns:1fr}}.be-portal{background:#fff;border-top:1px solid #e9ecef}.be-portal__container{max-width:1400px}.be-portal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.be-portal__title{display:flex;align-items:center;gap:10px;font-size:1.6rem;font-weight:700;color:#1a5632;margin:0}.be-portal__learn-more{display:flex;align-items:center;gap:4px;color:#1a5632;text-decoration:none;font-size:.9rem;font-weight:500}.be-portal__learn-more:hover{text-decoration:underline}.be-portal__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.be-portal__card{display:flex;flex-direction:column;align-items:center;padding:24px 16px;background:#f8f9fa;border-radius:12px;text-decoration:none;transition:all .3s ease;text-align:center;position:relative}.be-portal__card:hover{background:#f0f7f0;transform:translateY(-2px)}.be-portal__card-icon{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 2px 8px #0000000f}.be-portal__card-title{font-size:1rem;font-weight:600;color:#333}.be-portal__card-en{font-size:.75rem;color:#888;margin-top:4px}.be-portal__card-arrow{position:absolute;top:12px;right:12px;color:#ccc}.be-portal__card:hover .be-portal__card-arrow{color:#1a5632}@media(max-width:767px){.be-portal__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.be-portal__header{flex-direction:column;align-items:flex-start;gap:8px}}.be-categories{background:#fff}.be-categories__container{max-width:1400px}.be-categories__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.be-categories__title{display:flex;align-items:center;gap:10px;font-size:1.6rem;font-weight:700;color:#1a5632;margin:0}.be-categories__view-all{display:flex;align-items:center;gap:4px;color:#1a5632;text-decoration:none;font-size:.9rem;font-weight:500}.be-categories__view-all:hover{text-decoration:underline}.be-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.be-categories__card{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.be-categories__card:hover{border-color:#1a5632;background:#f0f7f0}.be-categories__image-wrapper{width:64px;height:64px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#fff}.be-categories__image{width:100%;height:100%;object-fit:cover}.be-categories__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e8f5e9}.be-categories__text{flex:1;display:flex;flex-direction:column}.be-categories__name-zh{font-size:.95rem;font-weight:600;color:#333}.be-categories__name-en{font-size:.75rem;color:#888;margin-top:2px}.be-categories__arrow{color:#ccc;flex-shrink:0}.be-categories__card:hover .be-categories__arrow{color:#1a5632}@media(max-width:1023px){.be-categories__grid{grid-template-columns:repeat(2,1fr);gap:12px}.be-categories__card{padding:12px;gap:10px}.be-categories__image-wrapper{width:52px;height:52px}}@media(max-width:639px){.be-categories__header{flex-direction:column;align-items:flex-start;gap:8px}.be-categories__grid{grid-template-columns:1fr;gap:10px}.be-categories__card{padding:10px}.be-categories__image-wrapper{width:44px;height:44px}}.be-product{padding:40px 20px}.be-product__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px}.be-product__gallery{position:sticky;top:100px;align-self:start}.be-product__main-image{position:relative;width:100%;aspect-ratio:1;background:#f8f8f8;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.be-product__img{width:100%;height:100%;object-fit:contain;padding:20px;transition:opacity .3s ease}.be-product__img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.be-product__badge{position:absolute;top:12px;left:12px;padding:6px 12px;background:#dc3545;color:#fff;font-size:.8rem;font-weight:600;border-radius:6px}.be-product__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.be-product__thumb{width:72px;height:72px;border-radius:8px;border:2px solid transparent;overflow:hidden;cursor:pointer;background:#f8f8f8;flex-shrink:0;padding:4px;transition:border-color .2s ease}.be-product__thumb img{width:100%;height:100%;object-fit:contain}.be-product__thumb--active{border-color:#1a5632}.be-product__thumb:hover{border-color:#90d4a8}.be-product__vendor{font-size:.85rem;color:#888;margin-bottom:8px}.be-product__title{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.3}.be-product__price-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.be-product__price{font-size:1.5rem;font-weight:700;color:#1a5632}.be-product__compare-price{font-size:1.1rem;color:#999;text-decoration:line-through}.be-product__label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px}.be-product__variants{margin-bottom:20px}.be-product__select{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer}.be-product__quantity{margin-bottom:24px}.be-product__qty-control{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden;width:fit-content}.be-product__qty-btn{width:44px;height:44px;border:none;background:#f8f8f8;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.be-product__qty-btn:hover{background:#e9ecef}.be-product__qty-input{width:60px;height:44px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:1rem;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.be-product__qty-input::-webkit-inner-spin-button,.be-product__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.be-product__actions{margin-bottom:16px}.be-product__add-btn{width:100%;padding:16px;background:#1a5632;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.be-product__add-btn:hover{background:#0f3d22}.shopify-payment-button{margin-top:12px}.shopify-payment-button__button{border-radius:8px!important;height:48px!important}.be-product__description{margin-top:30px;padding-top:24px;border-top:1px solid #e9ecef}.be-product__section-title{font-size:1rem;font-weight:600;color:#333;margin-bottom:12px}.be-product__desc-content{font-size:.95rem;color:#555;line-height:1.7}.be-product__meta{margin-top:20px;padding-top:16px;border-top:1px solid #e9ecef;font-size:.9rem;color:#666}.be-product__meta p{margin-bottom:6px}@media(max-width:767px){.be-product__container{grid-template-columns:1fr;gap:24px}.be-product__gallery{position:static}}.be-quick-order{background:#fff}.be-quick-order__container{max-width:1400px;margin:0 auto}.be-quick-order__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.be-quick-order__title{display:flex;align-items:center;gap:10px;font-size:1.6rem;font-weight:700;color:#1a5632;margin:0}.be-quick-order__guide{display:flex;align-items:center;gap:4px;color:#1a5632;text-decoration:none;font-size:.9rem;font-weight:500;border:1px solid #1a5632;padding:8px 16px;border-radius:20px;transition:all .3s ease}.be-quick-order__guide:hover{background:#1a5632;color:#fff}.be-quick-order__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.be-quick-order__card{display:flex;align-items:center;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.be-quick-order__card:hover{border-color:#1a5632;background:#f0f7f0}.be-quick-order__card--repeat{background:#fff8e1}.be-quick-order__card--repeat:hover{background:#fff3cd}.be-quick-order__card-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.be-quick-order__card-text{flex:1;display:flex;flex-direction:column}.be-quick-order__card-title-main{font-size:1.1rem;font-weight:600;color:#333}.be-quick-order__card-title-sub{font-size:.8rem;color:#888;margin-top:2px}.be-quick-order__card-arrow{color:#999;flex-shrink:0}.be-quick-order__card:hover .be-quick-order__card-arrow{color:#1a5632}@media(max-width:639px){.be-quick-order__grid{grid-template-columns:1fr}.be-quick-order__header{flex-direction:column;align-items:flex-start;gap:12px}.be-quick-order__guide{display:none}}.be-search-page{padding:60px 20px}.be-search-page__container{max-width:1400px;margin:0 auto}.be-search-page__title{font-size:2rem;font-weight:700;color:#1a5632;margin-bottom:30px}.be-search-page__form{display:flex;align-items:center;gap:12px;margin-bottom:40px}.be-search-page__icon{color:#1a5632;flex-shrink:0}.be-search-page__input{flex:1;padding:14px 20px;font-size:1rem;border:2px solid #1a5632;border-radius:8px;outline:none}.be-search-page__input:focus{box-shadow:0 0 0 3px #1a56321a}.be-search-page__btn{padding:14px 28px;background:#1a5632;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.be-search-page__btn:hover{background:#0f3d22}.be-search-page__empty{text-align:center;padding:60px 20px;color:#999}.be-search-page__empty svg{margin-bottom:20px}.be-search-page__empty p{font-size:1.1rem}.be-search-page__count{font-size:.95rem;color:#666;margin-bottom:24px}.be-search-page__results{display:grid;gap:24px}.be-search-page__item{display:flex;gap:20px;padding:20px;background:#f8f9fa;border-radius:12px;transition:box-shadow .3s ease}.be-search-page__item:hover{box-shadow:0 4px 12px #00000014}.be-search-page__item-image{flex-shrink:0;width:120px;height:120px;background:#fff;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.be-search-page__item-image img{max-width:100%;max-height:100%;object-fit:contain}.be-search-page__item-content{flex:1}.be-search-page__item-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.be-search-page__item-title a{color:#333;text-decoration:none}.be-search-page__item-title a:hover{color:#1a5632}.be-search-page__item-price{font-size:1rem;font-weight:700;color:#1a5632;margin-bottom:8px}.be-search-page__item-desc{font-size:.9rem;color:#666;line-height:1.5}.be-search-page__pagination{margin-top:40px;text-align:center}.be-search-page__pagination span,.be-search-page__pagination a{display:inline-block;padding:8px 14px;margin:0 4px;border:1px solid #e0e0e0;border-radius:6px;text-decoration:none;color:#333;font-size:.9rem}.be-search-page__pagination a:hover{background:#1a5632;color:#fff;border-color:#1a5632}.be-search-page__pagination em{font-style:normal;background:#1a5632;color:#fff;border-color:#1a5632}@media(max-width:639px){.be-search-page__form{flex-direction:column;align-items:stretch}.be-search-page__icon{display:none}.be-search-page__item{flex-direction:column}.be-search-page__item-image{width:100%;height:160px}}.testimonials{padding:80px 20px;background-color:#fff}.testimonials__header{text-align:center;margin-bottom:50px}.testimonials__heading{font-size:2rem;font-weight:700;color:#0a5c36;margin-bottom:15px}.testimonials__subtitle{font-size:1.1rem;color:#666}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1400px;margin:0 auto}.testimonial-card{padding:30px;background:#f9f9f9;border-radius:16px;text-align:center}.testimonial-card__stars{margin-bottom:20px}.testimonial-card__star{font-size:1.25rem;color:#ddd}.testimonial-card__star--filled{color:#ffc107}.testimonial-card__text{font-size:1rem;color:#333;line-height:1.6;font-style:italic;margin-bottom:20px}.testimonial-card__author{display:flex;align-items:center;justify-content:center;gap:12px}.testimonial-card__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0a5c36,#1a8a5a);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.testimonial-card__name{font-weight:600;color:#333}@media(max-width:1023px){.testimonials__grid{grid-template-columns:1fr}}.be-trust{padding:20px;margin-bottom:40px;background:#f8f9fa}.be-trust__container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.be-trust__item{display:flex;align-items:center;gap:12px}.be-trust__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;border-radius:50%}.be-trust__text{display:flex;flex-direction:column}.be-trust__title{font-size:.95rem;font-weight:600;color:#333}.be-trust__subtitle{font-size:.75rem;color:#888}@media(max-width:767px){.be-trust__container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:639px){.be-trust__container{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
