.product-card.g-card{display:flex;width:100%;padding:12px 12px 24px;flex-direction:column;align-items:flex-start;gap:20px;cursor:default;min-width:0;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.product-card.g-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.product-card__image{width:100%;aspect-ratio:1;border-radius:6px;overflow:hidden;background:#f7f7f5;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card.g-card:hover .product-card__image img{transform:scale(1.03)}.product-card__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;min-width:0}.product-card__code{color:rgba(0,0,0,.45);font-size:13px;line-height:18px}.product-card__name{color:rgba(0,0,0,.85);font-size:14px;font-weight:400;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;word-break:break-word}.product-card__price{align-self:stretch;color:rgba(0,0,0,.85);font-size:20px;font-weight:600;line-height:24px;margin-top:4px}.product-card__actions{display:flex;align-items:center;gap:12px;width:100%;margin-top:4px;min-width:0}.product-card__cart-btn{display:flex;padding:9px 16px;justify-content:center;align-items:center;gap:8px;flex:1 0;border-radius:8px;background:#FF3364;color:#fff;border:none;cursor:pointer;font-family:var(--g-font-family-sans,"Merriweather",sans-serif);font-size:14px;font-weight:600;line-height:20px;transition:background .15s ease;white-space:nowrap;min-width:0;overflow:hidden}.product-card__cart-btn:hover{background:#FF1950}.product-card__cart-btn:active{background:#E8003D}.product-card__cart-btn svg{flex-shrink:0}.product-card__counter{display:flex;padding:9px 16px;justify-content:space-between;align-items:center;flex:1 0;border-radius:8px;background:rgba(255,0,61,.1);min-width:0}.product-card__counter-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#FF3364;font-size:18px;font-weight:600;cursor:pointer;border-radius:4px;transition:background .15s ease;line-height:1}.product-card__counter-btn:hover{background:rgba(255,0,61,.1)}.product-card__counter-value{color:rgba(0,0,0,.85);font-size:14px;font-weight:600;line-height:20px;min-width:32px;text-align:center}.product-card__min-qty{color:rgba(0,0,0,.45);font-size:13px;line-height:18px;white-space:nowrap;flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card.g-card{padding:8px 8px 16px;gap:12px}.product-card__name{font-size:13px;line-height:18px;min-height:36px}.product-card__price{font-size:17px;line-height:22px}.product-card__actions{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch}.product-card__cart-btn{font-size:14px}.product-card__cart-btn,.product-card__counter{padding:9px 16px;align-self:stretch}.product-card__min-qty{color:rgba(0,0,0,.5);text-align:center;font-size:9px;font-weight:500;line-height:12px;align-self:center}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.1);background:#fff}.header__inner{height:80px;gap:20px}.header__inner,.header__logo{display:flex;align-items:center}.header__logo{gap:10px;text-decoration:none;color:rgba(0,0,0,.85);flex-shrink:0}.header__logo-icon{flex-shrink:0}.header__logo-text{display:flex;flex-direction:column;line-height:1.2}.header__logo-title{font-size:14px;font-weight:700;white-space:nowrap}.header__search{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0;padding:10px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#faf9f7;transition:border-color .2s}.header__search:focus-within{border-color:rgba(0,0,0,.3)}.header__search--mobile{display:none}.header__search-icon{flex-shrink:0;color:rgba(0,0,0,.35)}.header__search-input{flex:1 1;min-width:0;border:none;outline:none;background:transparent;font-family:inherit;font-size:14px;line-height:20px;color:rgba(0,0,0,.85)}.header__search-input::placeholder{color:rgba(0,0,0,.35)}.header__search-section{flex-shrink:0;font-size:14px;color:rgba(0,0,0,.45);white-space:nowrap}.header__right{gap:16px;flex-shrink:0}.header__phone,.header__right{display:flex;align-items:center}.header__phone{gap:8px;text-decoration:none;color:rgba(0,0,0,.85);font-size:14px;font-weight:600;white-space:nowrap;transition:color .15s}.header__phone:hover{color:rgba(0,0,0,.65)}.header__phone svg{flex-shrink:0}.header__login-btn{padding:8px 20px;border-radius:8px;border:1px solid rgba(0,0,0,.15);background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:rgba(0,0,0,.85);cursor:pointer;transition:all .15s;white-space:nowrap}.header__login-btn:hover:not(:disabled){border-color:rgba(0,0,0,.35);background:rgba(0,0,0,.03)}.header__login-btn:disabled{opacity:.5;cursor:default}.header__burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:rgba(0,0,0,.85);cursor:pointer;flex-shrink:0}.header__mobile-menu{display:none}@media (max-width:768px){.header{padding:16px 8px 16px 20px}.header__inner{height:auto;padding:0;gap:0;justify-content:space-between}.header__right--desktop,.header__search--desktop{display:none}.header__burger{display:flex}.header__mobile-menu,.header__search--mobile{display:flex;margin-top:16px}.header__mobile-menu{gap:8px;width:100%}.header__mobile-phone{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;text-decoration:none}.header__mobile-login,.header__mobile-phone{flex:1 1;padding:12px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.85);font-size:14px;font-weight:500;white-space:nowrap}.header__mobile-login{background:rgba(0,0,0,.03);font-family:inherit;cursor:pointer}.header__mobile-login:disabled{opacity:.5;cursor:default}}