#vgToasts{position:fixed;right:16px;bottom:16px;z-index:99999;display:flex;flex-direction:column;gap:9px;pointer-events:none}
.vg-toast{display:flex;align-items:flex-start;gap:11px;min-width:250px;max-width:340px;
  background:#fff;border:1px solid #e8f1ea;border-left:4px solid #4fae76;border-radius:11px;
  padding:12px 13px;box-shadow:0 6px 24px rgba(20,40,30,.14);pointer-events:auto;
  transform:translateY(14px);opacity:0;transition:transform .24s ease,opacity .24s ease}
.vg-toast.vg-in{transform:translateY(0);opacity:1}
.vg-toast-warn{border-left-color:#e0a13a}
.vg-toast-neutral{border-left-color:#9aa3a0}
.vg-toast-ic{font-size:17px;line-height:1.35;color:#4fae76;flex-shrink:0;margin-top:1px}
.vg-toast-warn .vg-toast-ic{color:#e0a13a}
.vg-toast-neutral .vg-toast-ic{color:#9aa3a0}
.vg-toast-tx{flex:1;min-width:0;line-height:1.4}
.vg-toast-tx b{display:block;font-size:14px;font-weight:600;color:#2f3a35}
.vg-toast-tx span{display:block;font-size:12.5px;color:#8a938e;margin-top:2px;
  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.vg-toast-x{background:none;border:none;padding:0 2px;color:#c3ccc8;font-size:13px;cursor:pointer;line-height:1}
.vg-toast-x:hover{color:#8a938e}

.vg-pop{animation:vgPop .32s ease}
@keyframes vgPop{0%{transform:scale(1)}40%{transform:scale(1.32)}100%{transform:scale(1)}}

.vg-act{position:absolute;top:9px;right:9px;z-index:4;display:flex;flex-direction:column;gap:7px}
.vg-act button{width:36px;height:36px;border-radius:50%;border:1px solid #e8f1ea;background:#fff;
  color:#7b8681;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;
  box-shadow:0 1px 5px rgba(20,40,30,.08);transition:.16s;padding:0}
.vg-act button:hover{border-color:#7dd09b;color:#3d8f60}
.vg-act button.vg-active{background:#fdeef0;border-color:#f3c9d0;color:#e23b3b}
.vg-act button.vg-active:hover{color:#c62828}

.vg-buy{display:flex;align-items:center;gap:7px;width:100%;margin-top:9px}
.vg-buy-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;
  background:#7dd09b;color:#fff;border:none;border-radius:9px;padding:10px 12px;
  font-size:14px;font-weight:600;cursor:pointer;transition:.16s;line-height:1.2}
.vg-buy-btn:hover{background:#5cb87f;color:#fff}
.vg-buy-btn.vg-in-cart{background:#fff;color:#3d8f60;border:1.5px solid #7dd09b}
.vg-btn-qty{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;
  border-radius:10px;background:rgba(255,255,255,.28);font-size:12px;font-weight:700;padding:0 5px}
.vg-buy-btn.vg-in-cart .vg-btn-qty{background:#eaf7f0;color:#3d8f60}

.vg-qty{display:inline-flex;align-items:center;border:1px solid #dde5e0;border-radius:9px;overflow:hidden;background:#fff}
.vg-qty button{width:34px;height:36px;border:none;background:none;color:#5a635e;font-size:13px;cursor:pointer;transition:.14s;padding:0}
.vg-qty button:hover{background:#f2f9f5;color:#3d8f60}
.vg-qty .vg-qty-val{min-width:34px;text-align:center;font-size:15px;font-weight:600;color:#2f3a35;user-select:none}

.vg-unavail{display:block;width:100%;margin-top:9px;text-align:center;padding:10px;border-radius:9px;
  background:#f4f6f5;color:#8a938e;font-size:13.5px;font-weight:600}

@media(max-width:575px){
  #vgToasts{right:10px;left:10px;bottom:10px}
  .vg-toast{max-width:none;min-width:0}
  .vg-act button{width:38px;height:38px;font-size:16px}
  .vg-buy-btn{padding:11px 10px;font-size:13.5px}
  .vg-qty button{width:38px;height:38px}
}

.vg-search{display:flex;align-items:center;position:relative;width:430px;max-width:100%;
  background:#fff;border:1.5px solid #e1e8e4;border-radius:26px;padding:3px 3px 3px 16px;transition:.16s}
.vg-search:focus-within{border-color:#7dd09b;box-shadow:0 0 0 3px rgba(125,208,155,.16)}
.vg-search-ic{color:#adb5b1;font-size:15px;flex-shrink:0}
.vg-search-in{flex:1;min-width:0;border:none;outline:none;background:none;padding:10px 10px;
  font-size:14.5px;color:#2f3a35}
.vg-search-in::placeholder{color:#adb5b1}
.vg-search-in::-webkit-search-cancel-button{display:none}
.vg-search-x{display:none;border:none;background:none;color:#c3ccc8;font-size:13px;cursor:pointer;padding:0 8px}
.vg-search-x:hover{color:#8a938e}
.vg-search.vg-filled .vg-search-x{display:block}
.vg-search-go{border:none;background:#7dd09b;color:#fff;border-radius:22px;padding:9px 22px;
  font-size:14px;font-weight:600;cursor:pointer;transition:.16s;flex-shrink:0}
.vg-search-go:hover{background:#5cb87f}
@media(max-width:991px){.vg-search{width:100%}}

.vg-hide{display:none!important}
.vg-qty-wide{width:100%;justify-content:space-between}
.vg-qty-wide button{flex:0 0 42px;height:40px;font-size:14px}
.vg-qty-wide .vg-qty-val{flex:1;font-size:16px}
.vg-buy .vg-buy-btn{width:100%}

.vg-cats{display:flex;flex-direction:column;gap:9px}
.vg-cat{background:#fff;border:1px solid #e8f1ea;border-radius:12px;overflow:hidden}
.vg-cat-h{display:flex;align-items:center;gap:12px;width:100%;padding:13px 14px;background:none;
  border:none;text-align:left;cursor:pointer;transition:.15s}
.vg-cat-h:hover{background:#fafdfb}
.vg-cat.vg-open .vg-cat-h{background:#f2f9f5}
.vg-cat-ic{width:38px;height:38px;border-radius:50%;background:#f2f9f5;display:flex;
  align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.vg-cat-ic img{width:26px;height:26px;object-fit:contain}
.vg-cat-tx{flex:1;min-width:0}
.vg-cat-tx b{display:block;font-size:15px;font-weight:600;color:#2f3a35;line-height:1.3}
.vg-cat-tx small{display:block;font-size:12px;color:#8a938e;margin-top:2px}
.vg-cat-ar{color:#adb5b1;font-size:17px;transition:transform .22s;flex-shrink:0}
.vg-cat.vg-open .vg-cat-ar{transform:rotate(180deg);color:#3d8f60}
.vg-cat-b{display:none;border-top:1px solid #eef4f0}
.vg-cat.vg-open .vg-cat-b{display:block}
.vg-cat-f{display:flex;align-items:center;gap:9px;margin:10px 12px;background:#f5f8f6;
  border-radius:8px;padding:9px 12px}
.vg-cat-f i{color:#adb5b1;font-size:14px}
.vg-cat-f input{flex:1;min-width:0;border:none;background:none;outline:none;font-size:14px;color:#2f3a35}
.vg-cat-f input::-webkit-search-cancel-button{display:none}
.vg-cat-list{padding:2px 6px 6px}
.vg-cat-i{display:flex;align-items:center;gap:10px;padding:12px 10px;min-height:44px;
  border-bottom:1px solid #f4f8f6;text-decoration:none;transition:.14s}
.vg-cat-i:last-child{border-bottom:none}
.vg-cat-i:hover{background:#f7fbf9;text-decoration:none}
.vg-cat-n{flex:1;font-size:14.5px;color:#3d4642;line-height:1.35}
.vg-cat-c{font-size:12px;color:#8a938e;background:#f2f5f3;border-radius:10px;padding:2px 9px;flex-shrink:0}
.vg-cat-i i{color:#c3ccc8;font-size:15px;flex-shrink:0}
.vg-cat-i.vg-more{display:none}
.vg-cat.vg-all .vg-cat-i.vg-more{display:flex}
.vg-cat-all{display:block;width:calc(100% - 24px);margin:2px 12px 12px;padding:10px;
  background:none;border:1px solid #d9ece2;border-radius:8px;color:#3d8f60;
  font-size:13.5px;font-weight:600;cursor:pointer;transition:.15s}
.vg-cat-all:hover{background:#f2f9f5}
.vg-cat.vg-all .vg-cat-all{display:none}

.vg-search{position:relative}
.vg-sg{display:none;position:fixed;z-index:100000;
  background:#fff;border:1px solid #e8f1ea;border-radius:12px;box-shadow:0 10px 34px rgba(20,40,30,.16);
  overflow-y:auto;overscroll-behavior:contain;padding:5px}
.vg-sg-on{display:block}
.vg-sg-g{font-size:11.5px;font-weight:700;color:#adb5b1;text-transform:uppercase;
  letter-spacing:.5px;padding:10px 12px 5px}
.vg-sg-r{display:grid;align-items:center;gap:11px;padding:9px 11px;border-radius:8px;
  text-decoration:none;transition:.12s}
.vg-sg-cat{grid-template-columns:1fr auto}
.vg-sg-good{grid-template-columns:44px 1fr auto}
.vg-sg-r:hover{background:#f2f9f5;text-decoration:none}
.vg-sg-r img{width:44px;height:44px;object-fit:contain;border-radius:6px;background:#f7faf8}
.vg-sg-n{min-width:0;font-size:14px;color:#3d4642;line-height:1.35;
  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.vg-sg-r b{font-weight:700;color:#2f3a35;background:#eaf7f0;border-radius:3px;padding:0 1px}
.vg-sg-st{display:block;font-style:normal;font-size:11.5px;color:#4a9fd8;margin-top:2px}
.vg-sg-p{text-align:right;white-space:nowrap;line-height:1.3}
.vg-sg-p s{display:block;font-size:11.5px;color:#adb5b1}
.vg-sg-p b{display:block;font-size:14px;font-weight:600;color:#e23b3b;background:none;padding:0}
.vg-sg-c{font-size:12px;color:#8a938e;background:#f2f5f3;border-radius:10px;padding:2px 9px}
.vg-sg-all{display:flex;align-items:center;justify-content:center;gap:7px;margin:5px 4px 4px;
  padding:12px;border-top:1px solid #eef4f0;color:#3d8f60;font-size:13.5px;font-weight:600;text-decoration:none}
.vg-sg-all:hover{background:#f2f9f5;text-decoration:none;border-radius:8px}
.vg-sg-empty{padding:22px 14px;text-align:center;color:#8a938e;font-size:14px}



.vg-wish-btn{position:relative}
.vg-wish-btn .quantity{background:#7dd09b}

@media(max-width:575px){
  .vg-sg-good{grid-template-columns:40px 1fr auto}
  .vg-sg-r img{width:40px;height:40px}
  .vg-sg-n{font-size:13.5px}
  .vg-sg-p b{font-size:13.5px}
}

.vg-pdp-buy{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:stretch;max-width:620px;margin:6px 0 26px}
.vg-pdp-buy .vg-qty{height:50px;border-radius:12px}
.vg-pdp-buy .vg-qty button{height:48px;width:40px}
.vg-pdp-buy .vg-qty .vg-qty-val{font-size:16px}
.vg-pdp-cart{height:50px;padding:0 22px;font-size:15px;border-radius:12px;min-width:0}
.vg-pdp-wish{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;padding:0 16px;
  background:#fff;border:1.5px solid #dde5e0;border-radius:12px;font-size:14.5px;font-weight:600;color:#5a635e;
  cursor:pointer;transition:.15s;white-space:nowrap}
.vg-pdp-wish:hover{border-color:#7dd09b;color:#3d8f60}
.vg-pdp-wish.vg-active{background:#fdeef0;border-color:#f3c9d0;color:#e23b3b}
@media(max-width:575px){
  .vg-pdp-buy{grid-template-columns:auto 1fr;gap:8px;max-width:none}
  .vg-pdp-buy .vg-qty{height:48px}
  .vg-pdp-buy .vg-qty button{height:46px;width:38px}
  .vg-pdp-cart{height:48px;padding:0 14px;font-size:14.5px}
  .vg-pdp-wish{height:44px;padding:0 14px;grid-column:1/-1;font-size:14px}
  .vg-pdp-wish span{display:inline}
}
.vg-admin-wrap{display:block;margin:-12px 0 20px;max-width:620px}
@media(max-width:575px){.vg-admin-wrap{max-width:none}}
.vg-admin-edit{display:flex;width:100%;justify-content:center;align-items:center;gap:8px;padding:11px 16px;
  background:#f4f6fb;border:1px solid #dbe3f0;border-radius:8px;color:#5a6c8c;
  font-size:13.5px;font-weight:600;text-decoration:none;transition:.15s}
.vg-admin-edit:hover{background:#e9eefa;color:#42557a;text-decoration:none}
.vg-admin-edit i{font-size:12px}

.vg-hd-item{list-style:none;margin:0;padding:0}
.vg-hd-item .vg-hd-btn{position:relative!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;
  width:42px!important;height:42px!important;padding:0!important;margin:0!important;
  border-radius:50%!important;background:none!important;border:none!important;
  color:#3d4642!important;font-size:24px!important;line-height:1!important;
  text-decoration:none!important;transition:background .16s,color .16s;overflow:visible!important}
.vg-hd-item .vg-hd-btn:hover{background:#f2f9f5!important;color:#3d8f60!important}
.vg-hd-item .vg-hd-btn::before,.vg-hd-item .vg-hd-btn::after{content:none!important;display:none!important}
.vg-hd-item .vg-hd-btn > i{display:block!important;line-height:1!important;font-size:inherit!important;
  position:static!important;margin:0!important;padding:0!important}

.vg-hd-item .vg-hd-c{position:absolute!important;top:-2px!important;right:-4px!important;
  left:auto!important;bottom:auto!important;transform:none!important;
  min-width:17px!important;width:auto!important;height:17px!important;padding:0 4px!important;
  margin:0!important;border-radius:9px!important;background:#4fae76!important;color:#fff!important;
  font-size:10.5px!important;font-weight:700!important;line-height:17px!important;
  text-align:center!important;letter-spacing:0!important;white-space:nowrap!important;
  box-shadow:0 0 0 2px #fff!important;box-sizing:border-box!important;pointer-events:none}
.vg-hd-item .vg-hd-c::before,.vg-hd-item .vg-hd-c::after{content:none!important;display:none!important}
.vg-hd-item .vg-hd-c[data-zero="1"],.vg-hd-item .vg-hd-c:empty{display:none!important}

@media(max-width:575px){
  .vg-hd-item .vg-hd-btn{width:38px!important;height:38px!important;font-size:22px!important}
  .vg-hd-item .vg-hd-c{min-width:16px!important;height:16px!important;line-height:16px!important;font-size:10px!important}
}

.vg-msearch{padding:8px 15px 12px;background:#fff;border-bottom:1px solid #eef4f0}
.vg-msearch .vg-search{width:100%;padding:2px 2px 2px 14px;border-radius:24px;border:1.5px solid #dfe7e2;background:#f8faf9}
.vg-msearch .vg-search:focus-within{background:#fff;border-color:#7dd09b;box-shadow:0 0 0 3px rgba(125,208,155,.16)}
.vg-msearch .vg-search-in{padding:11px 8px;font-size:16px}
.vg-msearch .vg-search-go{width:40px;height:40px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px}
.vg-msearch .vg-search-x{font-size:14px;padding:0 6px}
@media(min-width:992px){.vg-msearch{display:none!important}}

.vg-page{padding:14px 0 60px;background:#fbfcfb}
.vg-bc{font-size:13.5px;color:#8a938e;margin-bottom:18px;display:flex;gap:9px;align-items:center;flex-wrap:wrap}
.vg-bc a{color:#4fae76;text-decoration:none}
.vg-bc a:hover{text-decoration:underline}
.vg-bc span{color:#c9d2cd}
.vg-bc b{color:#3d4642;font-weight:500}
.vg-h1{font-family:Georgia,'Times New Roman',serif;font-size:42px;font-weight:400;color:#2f4a3c;margin:0 0 22px;line-height:1.15}

.vg-empty{background:#fff;border:1px solid #e8f1ea;border-radius:18px;padding:52px 24px;text-align:center;max-width:640px;margin:0 auto 40px}
.vg-empty-ic{width:84px;height:84px;border-radius:50%;background:#eef7f1;color:#4fae76;font-size:40px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.vg-empty h2{font-size:22px;color:#2f3a35;margin:0 0 8px;font-weight:600}
.vg-empty p{color:#8a938e;font-size:15px;margin:0 0 22px;line-height:1.6}
.vg-btn-main,.vg-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  height:52px;padding:0 26px;border-radius:12px;font-size:15px;font-weight:600;line-height:1;
  text-decoration:none;transition:.16s;cursor:pointer;box-sizing:border-box;white-space:nowrap}
.vg-btn-main{background:#3d6b52;color:#fff;border:1.5px solid #3d6b52}
.vg-btn-main:hover{background:#2f5641;border-color:#2f5641;color:#fff;text-decoration:none}
.vg-btn-main.vg-btn-off{background:#c9d2cd;border-color:#c9d2cd;cursor:not-allowed}
.vg-btn-ghost{background:#fff;color:#3d6b52;border:1.5px solid #cfe3d6}
.vg-btn-ghost:hover{background:#f2f9f5;color:#2f5641;text-decoration:none}
.vg-w100{width:100%;margin-top:10px}
.vg-empty-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

.vg-cart-grid{display:grid;grid-template-columns:1fr 340px;gap:22px;align-items:start;margin-bottom:34px}
.vg-cart-list{background:#fff;border:1px solid #e8f1ea;border-radius:18px;padding:8px 22px 22px}
.vg-cart-head,.vg-cart-row{display:grid;grid-template-columns:96px 1fr 110px 130px 110px 40px;gap:14px;align-items:center}
.vg-cart-head{padding:14px 0 10px;font-size:13px;color:#8a938e;border-bottom:1px solid #eef4f0}
.vg-cart-head span:nth-child(1){grid-column:1/3}
.vg-cart-head span:nth-child(3),.vg-cart-head span:nth-child(2),.vg-cart-head span:nth-child(4){text-align:center}
.vg-cart-row{padding:18px 0;border-bottom:1px solid #eef4f0}
.vg-cart-row:last-of-type{border-bottom:none}
.vg-cart-off{opacity:.75;background:#fdf8f8;margin:0 -22px;padding-left:22px;padding-right:22px;border-radius:10px}
.vg-cart-img{width:96px;height:96px;border-radius:12px;overflow:hidden;background:#f5f8f6;display:block}
.vg-cart-img img{width:100%;height:100%;object-fit:contain}
.vg-cart-name{min-width:0}
.vg-cart-name a{display:block;font-size:15px;font-weight:600;color:#2f4a3c;text-decoration:none;line-height:1.4;
  overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.vg-cart-name a:hover{color:#3d8f60}
.vg-cart-name small{display:block;color:#adb5b1;font-size:12.5px;margin-top:4px}
.vg-cart-name em{display:block;font-style:normal;font-size:12.5px;font-weight:600;margin-top:5px}
.vg-cart-price,.vg-cart-sum{text-align:center;font-size:15px;font-weight:600;color:#2f3a35;white-space:nowrap}
.vg-cart-price .new-price{font-size:15px;color:#2f3a35}
.vg-cart-price .vg-sale-price{color:#e23b3b!important}
.vg-cart-qty{display:flex;justify-content:center}
.vg-cart-qty .vg-qty{border-radius:22px;background:#f1f6f3;border-color:#e3ece7}
.vg-cart-qty .vg-qty button{width:36px;height:38px;border-radius:22px}
.vg-cart-qn{font-weight:600;color:#8a938e}
.vg-cart-del{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;
  color:#adb5b1;font-size:16px;text-decoration:none;transition:.15s}
.vg-cart-del:hover{background:#fdeef0;color:#e23b3b;text-decoration:none}
.vg-cart-more{margin-top:18px}

.vg-cart-side{position:sticky;top:20px}
.vg-cart-card{background:#eef5f0;border-radius:18px;padding:26px 24px}
.vg-cart-card h2{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:400;color:#2f4a3c;margin:0 0 2px}
.vg-cart-cnt{font-size:14px;color:#6b7a72;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #d9e6dd}
.vg-cart-line{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:14px;color:#5a635e;margin-bottom:12px}
.vg-cart-line b{color:#2f3a35;font-weight:600;text-align:right}
.vg-cart-line .vg-muted{color:#7b8681;font-weight:400;font-size:13px;line-height:1.4}
.vg-cart-note{font-size:12.5px;color:#8a5a5a;background:#fdf6f6;border-radius:8px;padding:9px 12px;line-height:1.5;margin:4px 0 12px}
.vg-cart-total{background:#e2eee6;border-radius:12px;padding:16px 18px;margin:16px 0 6px}
.vg-cart-total span{display:block;font-size:13.5px;color:#5a635e;margin-bottom:2px}
.vg-cart-total b{font-family:Georgia,serif;font-size:30px;font-weight:400;color:#2f4a3c;line-height:1.1}

.vg-wish-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;margin-bottom:36px}
.vg-wish-card{position:relative;background:#fff;border:1px solid #e8f1ea;border-radius:16px;overflow:hidden;transition:.18s}
.vg-wish-card:hover{box-shadow:0 8px 26px rgba(20,40,30,.09);transform:translateY(-2px)}
.vg-wish-img{position:relative;display:block;aspect-ratio:1;background:#f7faf8;overflow:hidden}
.vg-wish-img img{width:100%;height:100%;object-fit:contain;padding:12px}
.vg-wish-rm{position:absolute;top:9px;right:9px;z-index:4;width:32px;height:32px;border-radius:50%;border:1px solid #e8f1ea;
  background:#fff;color:#8a938e;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}
.vg-wish-rm:hover{background:#fdeef0;border-color:#f3c9d0;color:#e23b3b}
.vg-wish-body{padding:12px 14px 14px}
.vg-wish-body small{font-size:12px;color:#adb5b1}
.vg-wish-name{display:block;font-size:14.5px;font-weight:600;color:#2f4a3c;text-decoration:none;line-height:1.4;margin:3px 0 8px;min-height:40px;
  overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.vg-wish-name:hover{color:#3d8f60}
.vg-wish-price{font-size:17px;font-weight:700;color:#2f3a35;margin-bottom:10px}
.vg-wish-price .new-price{font-size:17px;color:#2f3a35}
.vg-wish-price .vg-sale-price{color:#e23b3b!important}

.vg-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:#eef5f0;border-radius:16px;padding:20px 24px;margin-top:8px}
.vg-trust div{display:flex;align-items:center;gap:12px;font-size:13.5px;color:#3d4642;line-height:1.35}
.vg-trust i{font-size:22px;color:#4fae76;flex-shrink:0}

@media(max-width:991px){
  .vg-cart-grid{grid-template-columns:1fr}
  .vg-cart-side{position:static}
  .vg-trust{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .vg-h1{font-size:30px}
  .vg-cart-list{padding:4px 14px 14px}
  .vg-cart-head{display:none}
  .vg-cart-row{grid-template-columns:78px 1fr 34px;grid-template-areas:"img name del" "img price del" "img qty del";gap:6px 12px;padding:14px 0}
  .vg-cart-img{grid-area:img;width:78px;height:78px}
  .vg-cart-name{grid-area:name}
  .vg-cart-price{grid-area:price;text-align:left;font-size:14px}
  .vg-cart-qty{grid-area:qty;justify-content:flex-start;margin-top:4px}
  .vg-cart-sum{display:none}
  .vg-cart-del{grid-area:del;align-self:start}
  .vg-cart-off{margin:0 -14px;padding-left:14px;padding-right:14px}
  .vg-empty{padding:36px 18px}
  .vg-wish-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .vg-wish-body{padding:10px 11px 12px}
  .vg-trust{grid-template-columns:repeat(2,1fr);gap:8px;padding:14px;background:none;border-radius:0}
  .vg-trust div{flex-direction:column;text-align:center;gap:8px;padding:16px 10px;background:#eef5f0;border-radius:12px;font-size:12.5px;line-height:1.35}
  .vg-trust i{font-size:24px}
  .vg-empty .vg-btn-ghost{margin:0}
  .vg-empty-btns{flex-direction:column;gap:10px}
  .vg-empty-btns .vg-btn-main,.vg-empty-btns .vg-btn-ghost{width:100%}
}

.vg-fab{position:fixed;right:18px;bottom:18px;z-index:9000;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}
.vg-fab-btn{pointer-events:auto}
.vg-fab-panel{pointer-events:none}
.vg-fab.vg-on .vg-fab-panel{pointer-events:auto}
.vg-fab-btn{width:58px;height:58px;border-radius:50%;border:none;background:#7dd09b;color:#fff;font-size:24px;
  cursor:pointer;box-shadow:0 8px 24px rgba(125,208,155,.45);display:flex;align-items:center;justify-content:center;
  transition:transform .2s,background .2s,box-shadow .2s;position:relative}
.vg-fab-btn:hover{background:#5cb87f;transform:translateY(-2px);box-shadow:0 12px 28px rgba(125,208,155,.5)}
.vg-fab-btn i{position:absolute;transition:opacity .2s,transform .2s}
.vg-fab-close{opacity:0;transform:rotate(-90deg) scale(.6)}
.vg-fab.vg-on .vg-fab-open{opacity:0;transform:rotate(90deg) scale(.6)}
.vg-fab.vg-on .vg-fab-close{opacity:1;transform:none}
.vg-fab-btn::after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid #7dd09b;opacity:0;animation:vgPulse 2.4s ease-out infinite;pointer-events:none}
.vg-fab.vg-on .vg-fab-btn::after{animation:none}
@keyframes vgPulse{0%{transform:scale(.9);opacity:.7}100%{transform:scale(1.5);opacity:0}}
.vg-fab-panel{width:300px;max-width:calc(100vw - 36px);background:#fff;border-radius:18px;padding:16px 14px 10px;
  box-shadow:0 14px 44px rgba(20,40,30,.18);border:1px solid #e8f1ea;
  position:absolute;right:0;bottom:calc(100% + 12px);
  opacity:0;visibility:hidden;transform:translateY(12px) scale(.96);transform-origin:bottom right;transition:.22s}
.vg-fab.vg-on .vg-fab-panel{opacity:1;visibility:visible;transform:none}
.vg-fab-title{font-size:14px;font-weight:600;color:#3d4642;line-height:1.4;padding:0 4px 12px;border-bottom:1px solid #eef4f0;margin-bottom:6px}
.vg-fab-row{display:flex;align-items:center;gap:12px;padding:10px 6px;border-radius:12px;text-decoration:none;transition:.14s}
.vg-fab-row:hover{background:#f2f9f5;text-decoration:none}
.vg-fab-ic{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;font-size:18px}
.vg-fab-vb{background:#7360f2}.vg-fab-tg{background:#2aabee}.vg-fab-wa{background:#25d366}.vg-fab-ph{background:#7dd09b}
.vg-fab-tx{display:flex;flex-direction:column;min-width:0}
.vg-fab-tx b{font-size:14px;color:#2f3a35;font-weight:600;line-height:1.3}
.vg-fab-tx span{font-size:13.5px;color:#5a635e;line-height:1.3}
.vg-fab-sep{font-size:12px;font-weight:600;color:#adb5b1;text-transform:uppercase;letter-spacing:.5px;
  margin:8px 6px 2px;padding-top:12px;border-top:1px dashed #e3ece7}
.vg-fab-call{padding:7px 6px}
.vg-fab-call .vg-fab-ic{width:36px;height:36px;font-size:15px}
.vg-fab-panel{max-height:calc(100vh - 110px);overflow-y:auto}
@media(max-width:575px){
  .vg-fab{right:12px;bottom:12px}
  .vg-fab-btn{width:54px;height:54px;font-size:22px}
  .vg-fab-panel{width:calc(100vw - 24px)}
}

@media(max-width:991px){
  .vg-sticky-hd{position:sticky;top:0;z-index:1050;background:#fff;box-shadow:0 2px 12px rgba(20,40,30,.07)}
  .vg-sticky-hd .header-middle{padding-top:10px!important;padding-bottom:6px!important}
  .vg-msearch{padding:4px 15px 10px;border-bottom:none}
  body.vg-scrolled .vg-sticky-hd .header-logo img{max-height:38px;transition:max-height .2s}
  body.vg-scrolled .vg-sticky-hd .header-middle{padding-top:6px!important;padding-bottom:2px!important}
}

@media(max-width:991px){
  .header-nav .row{align-items:center}
  .header-right{display:flex;justify-content:flex-end;align-items:center;height:100%}
  .header-right > ul{display:flex;align-items:center;gap:2px;margin:0;padding:0;list-style:none}
  .header-right > ul > li{margin:0;padding:0;display:flex;align-items:center}
  .header-right .dropdown-wrap{margin:0;padding:0}
  .header-right .dropdown-wrap .dropdown{margin:0!important}
  .header-right .ht-btn{padding:6px 8px!important;font-size:14px;font-weight:600;color:#3d4642;display:flex;align-items:center;gap:3px}
  .header-right .ht-btn .lang{line-height:1}
  .header-right .mobile-menu_wrap{margin-left:2px}
  .header-right .mobile-menu_btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:26px;color:#3d4642;padding:0!important;line-height:1}
  .header-logo img{max-width:150px;height:auto}
  .header-sticky.py-4{padding-top:12px!important;padding-bottom:10px!important}
  .vg-msearch{padding-top:2px}
}
@media(max-width:400px){
  .header-logo img{max-width:132px}
  .header-right > ul{gap:0}
  .header-right .ht-btn{padding:6px 5px!important}
  .vg-hd-item .vg-hd-btn{width:36px!important;height:36px!important}
}

.vg-lead{font-size:16px;color:#5a635e;line-height:1.65;max-width:640px;margin:-8px 0 28px}
.vg-ct-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;align-items:stretch;margin-bottom:34px}

.vg-ct-form{background:#fff;border:1px solid #e8f1ea;border-radius:18px;padding:28px 28px 24px}
.vg-ct-form h2{font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:400;color:#2f4a3c;margin:0 0 6px}
.vg-ct-form p{font-size:14px;color:#8a938e;margin:0 0 20px}
.vg-form{display:flex;flex-direction:column;gap:14px}
.vg-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.vg-field{display:flex;flex-direction:column;gap:6px;margin:0}
.vg-field span{font-size:13px;font-weight:600;color:#5a635e}
.vg-field input,.vg-field textarea{width:100%;border:1.5px solid #dde5e0;border-radius:11px;padding:12px 14px;
  font-size:15px;color:#2f3a35;background:#fbfcfb;outline:none;transition:.16s;font-family:inherit}
.vg-field input:focus,.vg-field textarea:focus{border-color:#7dd09b;background:#fff;box-shadow:0 0 0 3px rgba(125,208,155,.16)}
.vg-field input::placeholder,.vg-field textarea::placeholder{color:#adb5b1}
.vg-field textarea{resize:vertical;min-height:120px}
.vg-form .vg-btn-main{margin-top:4px}
.vg-form-note{font-size:12px;color:#adb5b1;text-align:center;line-height:1.5;margin-top:-4px}

@media(max-width:991px){
  .vg-ct-grid{grid-template-columns:1fr;gap:18px}
}
@media(max-width:575px){
  .vg-lead{font-size:15px;margin-bottom:20px}
  .vg-ct-card{padding:12px 14px;gap:12px}
  .vg-ct-ic{width:42px;height:42px;font-size:18px}
  .vg-ct-tx b{font-size:15px}
  .vg-ct-form{padding:20px 16px 18px;border-radius:14px}
  .vg-ct-form h2{font-size:24px}
  .vg-form-row{grid-template-columns:1fr}
}

.vg-alert{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;font-size:14px;margin-bottom:14px;line-height:1.4}
.vg-alert i{font-size:18px;flex-shrink:0}
.vg-alert-ok{background:#eaf7f0;color:#2f6b47;border:1px solid #cfe8d9}
.vg-alert-err{background:#fdf1f1;color:#8a3d3d;border:1px solid #f0d4d4}

.vg-ct-side{display:flex;flex-direction:column;gap:14px;height:100%}
.vg-ct-side .vg-ct-box:last-child{flex:1;display:flex;flex-direction:column}
.vg-ct-side .vg-ct-box:last-child .vg-ct-mailline{margin-top:auto}
.vg-ct-box{background:#fff;border:1px solid #e8f1ea;border-radius:16px;padding:22px 24px}
.vg-ct-h{font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:400;color:#2f4a3c;margin:0 0 14px}
.vg-ct-phone{display:flex;align-items:baseline;gap:12px;padding:8px 0;text-decoration:none;color:#2f3a35}
.vg-ct-phone b{font-size:21px;font-weight:700;letter-spacing:.2px;transition:.15s}
.vg-ct-phone span{font-size:12.5px;color:#8a938e;text-transform:uppercase;letter-spacing:.4px}
.vg-ct-phone:hover b{color:#3d8f60}
.vg-ct-hours{margin-top:10px;padding-top:12px;border-top:1px dashed #e3ece7;font-size:14px;color:#5a635e;display:flex;flex-direction:column;gap:6px}
.vg-ct-hours i{color:#4fae76;margin-right:6px;width:14px;text-align:center}
.vg-ct-apps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.vg-ct-app{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 6px;border-radius:12px;
  text-decoration:none;font-size:12.5px;font-weight:600;color:#3d4642;transition:.15s;border:1px solid transparent}
.vg-ct-app:hover{background:#f7fbf9;border-color:#e3ece7;text-decoration:none;color:#2f3a35;transform:translateY(-1px)}
.vg-ct-ic{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}
.vg-ct-mail{background:#3d8f60}
.vg-ct-mailline{margin-top:12px;padding-top:12px;border-top:1px dashed #e3ece7;font-size:14px;color:#5a635e;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.vg-ct-mailline a{color:#3d8f60;font-weight:600;text-decoration:none}
.vg-ct-mailline a:hover{text-decoration:underline}
.vg-ct-social{display:flex;gap:6px}
.vg-ct-social a{width:34px;height:34px;border-radius:50%;background:#f2f9f5;border:1px solid #d9e6dd;color:#3d6b52;
  display:flex;align-items:center;justify-content:center;font-size:15px;text-decoration:none;transition:.15s}
.vg-ct-social a:hover{background:#3d6b52;border-color:#3d6b52;color:#fff}

.vg-ct-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 24px}
.vg-ct-tile{position:relative;background:#fff;border:1px solid #e8f1ea;border-radius:16px;padding:24px 22px 22px 22px}
.vg-ct-tile-n{position:absolute;top:18px;right:20px;font-family:Georgia,serif;font-size:34px;color:#e6efe9;font-weight:400;line-height:1}
.vg-ct-tile h3{font-size:16.5px;font-weight:600;color:#2f4a3c;margin:0 0 8px}
.vg-ct-tile p{font-size:14px;color:#5a635e;line-height:1.6;margin:0}

@media(max-width:991px){
  .vg-ct-tiles{grid-template-columns:1fr}
}
@media(max-width:575px){
  .vg-ct-box{padding:18px 16px}
  .vg-ct-phone b{font-size:18px}
  .vg-ct-apps{gap:4px}
  .vg-ct-ic{width:46px;height:46px;font-size:18px}
  .vg-ct-app{padding:10px 2px;font-size:12px}
}

@media(max-width:991px){
  .vg-ct-grid{grid-template-columns:1fr!important;gap:14px}
  .vg-ct-side{height:auto}
  .vg-ct-side .vg-ct-box:last-child{flex:none}
  .vg-ct-phone{flex-direction:column;align-items:flex-start;gap:2px;padding:10px 0}
  .vg-ct-phone b{font-size:22px;white-space:nowrap}
  .vg-ct-form{padding:20px 16px 18px}
  .vg-ct-form h2{font-size:24px}
}

/* ===== Иконки шапки ===== */
.header-right .mobile-menu_btn{font-size:22px!important}
.header-right .ht-btn{font-size:14.5px}
@media(min-width:992px){
  .header-right > ul{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin:0;padding:0;list-style:none}
  .header-right > ul > li{margin:0;padding:0;display:flex;align-items:center}
  .header-right .dropdown-wrap{margin:0}
  .header-right .dropdown-wrap .dropdown{margin:0!important}
  .header-right .ht-btn{padding:6px 10px!important;font-weight:600;color:#3d4642}
}
@media(max-width:991px){
  .header-right > ul{gap:0}
  .vg-hd-item .vg-hd-btn{width:40px!important;height:40px!important;font-size:20px!important}
  .header-right .mobile-menu_btn{width:40px;height:40px;font-size:22px!important;margin-left:0}
  .header-right .ht-btn{padding:6px 6px!important}
  .header-sticky.py-4{padding-top:10px!important;padding-bottom:8px!important}
}

/* ===== Мобильное меню ===== */
.mobile-menu_wrapper{position:fixed;inset:0;z-index:20000;pointer-events:none}
.vg-mm-backdrop{position:absolute;inset:0;background:rgba(20,40,30,.42);opacity:0;transition:opacity .22s;pointer-events:none}
html body .mobile-menu_wrapper .vg-mm{background:#eef5f0!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;
  width:min(88vw,360px)!important;height:100%!important;transform:translateX(-100%);transition:transform .28s cubic-bezier(.22,.8,.3,1)!important;
  visibility:visible!important;opacity:1!important;z-index:2;box-shadow:10px 0 34px rgba(20,40,30,.14);padding:0!important;
  pointer-events:auto;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:hidden!important}
.mobile-menu_wrapper.vg-open{pointer-events:auto}
.mobile-menu_wrapper.vg-open .vg-mm-backdrop{opacity:1;pointer-events:auto}
.mobile-menu_wrapper.vg-open .vg-mm{transform:none!important}

.vg-mm-top{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 14px 22px;border-bottom:1px solid #d9e6dd;background:#eef5f0}
.vg-mm-cap{font-size:13px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#3d6b52}
.vg-mm-close{width:48px;height:48px;border-radius:50%;border:none;background:#fff;color:#2f4a3c;font-size:22px;
  cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s;padding:0;flex-shrink:0;line-height:1}
.vg-mm-close:hover{background:#dfe5e1}

.vg-mm-nav{flex:0 0 auto}
.vg-mm-list{list-style:none;margin:0;padding:0}
.vg-mm-list li{margin:0;padding:0;border-bottom:1px solid #d9e6dd}
.vg-mm-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 16px 22px;
  font-family:inherit;font-size:16px;font-weight:600;letter-spacing:.2px;line-height:1.25;color:#2f4a3c;text-decoration:none;transition:.14s}
.vg-mm-list a:hover,.vg-mm-list a:active{background:#e2eee6;color:#3d8f60;text-decoration:none}
.vg-mm-list a i{font-size:18px;color:#7fa590;flex-shrink:0}

.vg-mm-tools{border-top:1px solid #d9e6dd;border-bottom:1px solid #d9e6dd;background:#e6f0ea}
.vg-mm-tools a{display:flex;align-items:center;gap:14px;padding:15px 22px;font-size:15px;font-weight:600;color:#2f4a3c;
  text-decoration:none;border-bottom:1px solid #d9e6dd;transition:.14s}
.vg-mm-tools a:last-child{border-bottom:none}
.vg-mm-tools a:hover{background:#dbe9e0;text-decoration:none}
.vg-mm-tools a i{font-size:20px;color:#3d4642;width:24px;text-align:center}
.vg-mm-cnt{margin-left:auto;min-width:22px;height:22px;padding:0 7px;border-radius:11px;background:#3d6b52;color:#fff;
  font-size:12px;font-weight:700;line-height:22px;text-align:center}
.vg-mm-cnt[data-zero="1"]{display:none}

.vg-mm-social{display:flex;justify-content:space-around;align-items:center;padding:18px 16px;margin-top:auto;border-top:1px solid #d9e6dd;background:#eef5f0}
.vg-mm-social a{color:#3d6b52;font-size:22px;text-decoration:none;transition:.14s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}
.vg-mm-social a:hover{color:#2f5641;background:#fff;text-decoration:none}

body.vg-mm-lock{overflow:hidden}
body.vg-mm-lock .vg-fab{display:none}

/* ===== Иконки шапки: правее и ровнее ===== */
@media(max-width:991px){
  .header-nav .col-6:last-child{padding-right:6px}
  .header-right{justify-content:flex-end;padding-right:0}
  .header-right > ul{gap:0;margin-right:-4px}
  .header-right .ht-btn{padding:6px 4px 6px 8px!important;font-size:14px}
  .header-right .ht-btn::after{margin-left:3px}
  .vg-hd-item .vg-hd-btn{width:38px!important;height:38px!important}
  .header-right .mobile-menu_btn{width:38px;height:38px;font-size:21px!important;margin-left:2px}
  .vg-hd-item .vg-hd-c{top:-1px!important;right:-2px!important}
}
@media(min-width:992px){
  .header-right{justify-content:flex-end}
  .header-right > ul{gap:2px;margin-right:-6px}
}

@media(max-width:991px){
  .header-right > ul{gap:0!important;margin-right:-6px}
  .header-right > ul > li{margin:0!important}
  .header-right .ht-btn{padding:6px 2px 6px 6px!important;margin:0!important}
  .vg-hd-item .vg-hd-btn{width:34px!important;height:34px!important;margin:0!important}
  .header-right .mobile-menu_btn{width:34px;height:34px;margin:0!important}
}
@media(min-width:992px){
  .header-right > ul{gap:0!important}
  .vg-hd-item .vg-hd-btn{width:38px!important;height:38px!important}
}

/* ===== Иконки шапки: убираем отступы темы ===== */
html body .header-right > ul > li:not(:last-child){padding-right:0!important;margin-right:0!important}
html body .header-right > ul > li{padding:0!important;margin:0!important}
html body .header-right .dropdown-wrap{margin:0!important;padding:0!important}
html body .header-right .lang-margin{margin-right:0!important}
html body .header-right .dropdown-wrap > li{margin:0!important;padding:0!important}
html body .header-right .ht-btn{line-height:1!important;padding:8px 4px 8px 8px!important;margin:0!important;display:flex;align-items:center;gap:2px}
html body .header-right > ul{display:flex;align-items:center;justify-content:flex-end;gap:0;margin:0;padding:0}
@media(min-width:992px){
  html body .header-right > ul{margin-right:-8px}
  html body .vg-hd-item .vg-hd-btn{width:38px!important;height:38px!important}
}


/* ===== Иконки шапки: тонкие SVG, крупнее, с воздухом ===== */
.vg-ico{display:block;flex-shrink:0}
html body .header-right > ul{gap:4px!important;margin-right:-6px}
html body .vg-hd-item .vg-hd-btn{width:44px!important;height:44px!important;color:#2f3a35!important}
html body .vg-hd-item .vg-hd-btn:hover{color:#3d8f60!important;background:#f2f9f5!important}
html body .vg-hd-item .vg-hd-btn .vg-ico{width:26px;height:26px}
html body .header-right .mobile-menu_btn{width:44px;height:44px;color:#2f3a35;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.16s}
html body .header-right .mobile-menu_btn:hover{background:#f2f9f5;color:#3d8f60}
html body .header-right .mobile-menu_btn .vg-ico{width:28px;height:28px}
html body .header-right .ht-btn{padding:8px 6px 8px 10px!important;font-size:14.5px;font-weight:600;color:#2f3a35}
html body .vg-hd-item .vg-hd-c{top:2px!important;right:2px!important}
@media(max-width:991px){
  html body .header-right > ul{gap:2px!important;margin-right:4px}
  html body .vg-hd-item .vg-hd-btn{width:42px!important;height:42px!important}
  html body .vg-hd-item .vg-hd-btn .vg-ico{width:25px;height:25px}
  html body .header-right .mobile-menu_btn{width:42px;height:42px}
  html body .header-right .mobile-menu_btn .vg-ico{width:27px;height:27px}
  html body .header-right .ht-btn{padding:8px 4px 8px 8px!important;font-size:14px}
}
@media(max-width:360px){
  html body .header-right > ul{gap:0!important}
  html body .vg-hd-item .vg-hd-btn{width:38px!important;height:38px!important}
  html body .header-right .mobile-menu_btn{width:38px;height:38px}
  html body .header-logo img{max-width:126px}
}

/* ===== Список брендов ===== */
.vg-brands{columns:3;column-gap:32px;margin:28px 0 34px;padding-top:6px}
.vg-brands-g{break-inside:avoid;margin-bottom:18px}
.vg-brands-l{display:inline-block;font-size:19px;font-weight:700;color:#4fae76;line-height:1;margin-bottom:8px}
.vg-brands-i{display:block;font-size:14.5px;line-height:1.4;padding:4px 0;color:#3d4642;text-decoration:none;transition:.12s}
.vg-brands-i:hover{color:#3d8f60;text-decoration:none}
@media(max-width:991px){.vg-brands{columns:2;column-gap:24px}}
@media(max-width:575px){
  .vg-brands{columns:2;column-gap:18px;margin:22px 0 26px}
  .vg-brands-g{margin-bottom:14px}
  .vg-brands-l{font-size:18px;margin-bottom:6px}
  .vg-brands-i{font-size:13.5px;padding:3px 0}
}
