.et-product-gallery__main.is-missing{position:relative;background:#f8faf8}.et-product-gallery__main.is-missing:before{content:"Фото товара скоро появится";position:absolute;z-index:1;inset:0;display:grid;place-items:center;padding-top:82px;color:var(--et-muted);font-size:14px;font-weight:600}

/* Catalog counters */
.et-filter-links a{align-items:center;gap:10px;padding:3px 6px;border-radius:5px}
.et-filter-links a:hover,.et-filter-links a.is-active{background:#edf7f1;color:var(--et-green)}
.et-filter-links a em{min-width:24px;padding:2px 6px;border-radius:10px;background:#f1f3f1;color:#59615b;text-align:center;font-weight:700}
.et-filter-links a.is-active em{background:#dcefe4;color:var(--et-green)}

/* Product page: keep the gallery inside its column and make the whole page fluid. */
.et-product-main{
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
    gap:clamp(24px,3vw,48px);
    align-items:start;
}
.et-product-gallery{overflow:hidden}
.et-product-gallery__main{
    position:relative;
    width:100%;
    height:auto;
    aspect-ratio:1/1;
    max-height:620px;
    overflow:hidden;
    border-radius:8px;
    background:#f8faf8;
}
.et-product-gallery__main img{
    position:absolute;
    inset:0;
    display:block;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    object-fit:contain!important;
    object-position:center;
}
.et-product-thumbs{height:auto;min-height:66px;margin-top:10px;overflow-x:auto;scrollbar-width:thin}
.et-product-thumbs button{flex:0 0 62px}
.et-product-info{min-width:0;padding:8px 0}
.et-product-info h1{font-size:clamp(28px,2.4vw,38px);overflow-wrap:anywhere}
.et-product-accordions{clear:both;margin-top:26px}
.et-related{clear:both}
.et-related>div:last-child{align-items:stretch}
.et-related article{
    min-width:0;
    display:flex;
    flex-direction:column;
    padding:10px;
    overflow:hidden;
    background:#fff;
}
.et-related .et-related__favorite{
    position:absolute;
    z-index:2;
    top:8px;
    right:8px;
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid var(--et-line);
    border-radius:50%;
    background:#fff;
}
.et-related .et-related__favorite svg{width:19px;height:19px}
.et-related .et-related__image{
    position:relative;
    width:100%;
    height:260px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:6px;
    background:#f7f9f7;
}
.et-related .et-related__image img{
    position:absolute;
    inset:0;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    object-fit:contain!important;
    object-position:center;
}
.et-related .et-related__image span{display:none;color:var(--et-muted);font-size:12px}
.et-related .et-related__image.is-missing span{display:block}
.et-related .et-related__title{
    height:auto;
    min-height:42px;
    margin:9px 0 8px;
    display:-webkit-box;
    overflow:hidden;
    color:var(--et-ink);
    font-size:12px;
    line-height:1.4;
    text-decoration:none;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.et-related .et-related__bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin-top:auto;
}
.et-related .et-related__bottom strong{font-size:16px;line-height:1.2}
.et-related .et-related__bottom button{
    flex:0 0 38px;
    width:38px;
    height:36px;
    display:grid;
    place-items:center;
    padding:0;
    border:0;
    border-radius:6px;
    background:var(--et-green);
    color:#fff;
}
.et-related .et-related__bottom button svg{width:20px;height:20px}

@media(max-width:900px){
    .et-product-main{grid-template-columns:minmax(0,1fr) minmax(320px,.88fr);gap:20px}
    .et-product-gallery__actions button{width:42px;height:42px}
    .et-product-info h1{font-size:28px}
    .et-delivery-cards>a{padding:10px 12px}
}

@media(max-width:767px){
    .et-product-main{display:block}
    .et-product-gallery{overflow:hidden}
    .et-product-gallery__main{
        width:100%;
        height:auto;
        min-height:0;
        max-height:none;
        aspect-ratio:1/1;
    }
    .et-product-gallery__main img{width:100%!important;height:100%!important}
    .et-product-thumbs{display:flex;margin-top:8px;padding-bottom:4px}
    .et-product-thumbs button{display:block;flex-basis:54px;width:54px;height:54px}
    .et-image-count{bottom:76px}
    .et-product-info{padding:16px 14px 6px}
    .et-product-info h1{margin-top:5px;font-size:24px}
    .et-product-rating{gap:7px}
    .et-product-price{margin:14px 0 10px;font-size:28px}
    .et-delivery-cards{margin:16px 0}
    .et-buy-row{display:none}
    .et-product-accordions{margin-top:10px}
    .et-product-accordions summary{min-height:54px;height:auto;padding-block:12px}
    .et-related .et-related__image{height:210px}
    .et-related .et-related__title{min-height:40px}
}
.et-cart{padding:24px 0 70px}.et-page-heading{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.et-page-heading h1{margin:0;font-size:34px}.et-page-heading p{margin:5px 0 0;color:var(--et-muted)}.et-page-heading>a{display:flex;align-items:center;gap:8px;color:var(--et-green);font-weight:700;text-decoration:none}.et-page-heading>a svg{width:18px}.et-empty-state{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--et-line);border-radius:16px;background:#fff;text-align:center}.et-empty-state>svg{width:76px;height:76px;padding:19px;border-radius:50%;background:#edf8e2;color:var(--et-green);box-sizing:border-box}.et-empty-state h2{margin:22px 0 8px;font-size:27px}.et-empty-state p{margin:0;color:var(--et-muted)}.et-empty-state>a{height:50px;margin-top:24px;padding:0 24px;display:flex;align-items:center;border-radius:9px;background:var(--et-green);color:#fff;font-weight:800;text-decoration:none}.et-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.et-cart-items{display:grid;gap:12px}.et-cart-item{position:relative;min-height:180px;padding:18px;display:grid;grid-template-columns:150px minmax(0,1fr) 190px;gap:20px;align-items:center;border:1px solid var(--et-line);border-radius:14px;background:#fff}.et-cart-item>a:first-child{height:140px;display:grid;place-items:center;border-radius:10px;background:#f8faf8;overflow:hidden}.et-cart-item>a:first-child img{width:100%;height:100%;object-fit:contain}.et-cart-item>div:nth-child(2) small{color:var(--et-muted);font-size:12px}.et-cart-item>div:nth-child(2)>a{margin:7px 0;display:block;color:var(--et-ink);font-size:17px;font-weight:800;line-height:1.35;text-decoration:none}.et-cart-item>div:nth-child(2) p{margin:0;color:var(--et-muted);font-size:12px}.et-cart-item__controls{display:grid;gap:18px;justify-items:end}.et-cart-item__controls>div{width:132px;height:44px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border:1px solid var(--et-line);border-radius:9px;text-align:center}.et-cart-item__controls button{height:100%;border:0;background:transparent;font-size:18px}.et-cart-item__controls>strong{font-size:21px}.et-cart-item__remove{position:absolute;top:12px;right:12px;width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#a0a5a1}.et-cart-item__remove:hover{color:#d33}.et-cart-item__remove svg{width:19px}.et-cart-summary{position:sticky;top:18px;padding:25px;border:1px solid var(--et-line);border-radius:14px;background:#fff}.et-cart-summary h2{margin:0 0 22px;font-size:24px}.et-cart-summary>p{display:flex;justify-content:space-between;margin:12px 0;color:var(--et-muted)}.et-cart-summary>p b{color:var(--et-ink)}.et-cart-summary .et-green{color:var(--et-green)}.et-cart-summary>div{margin:20px 0;padding-top:18px;display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--et-line);font-size:17px}.et-cart-summary>div strong{font-size:27px}.et-cart-summary>label{display:grid;gap:8px;color:var(--et-muted);font-size:12px}.et-cart-summary>label>span{height:46px;display:grid;grid-template-columns:1fr auto;border:1px solid var(--et-line);border-radius:8px;overflow:hidden}.et-cart-summary input{min-width:0;padding:0 12px;border:0;outline:0}.et-cart-summary label button{padding:0 14px;border:0;background:#edf7e9;color:var(--et-green);font-weight:700}.et-cart-summary>a{height:54px;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;background:var(--et-green);color:#fff;font-size:16px;font-weight:800;text-decoration:none}.et-cart-summary>a svg{width:18px}.et-cart-summary>small{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--et-muted)}.et-cart-summary>small svg{width:15px}
@media(max-width:900px){.et-cart-layout{grid-template-columns:1fr}.et-cart-summary{position:static}.et-cart-item{grid-template-columns:125px 1fr 160px}}
@media(max-width:767px){.et-cart{width:100%;padding:12px 14px 120px}.et-cart>.et-breadcrumbs{display:none}.et-page-heading{min-height:78px}.et-page-heading h1{font-size:27px}.et-page-heading p{font-size:13px}.et-page-heading>a{font-size:0}.et-page-heading>a svg{width:25px}.et-empty-state{min-height:390px;padding:30px 20px;border-radius:13px}.et-empty-state h2{font-size:23px}.et-empty-state p{font-size:13px}.et-cart-item{min-height:0;padding:12px;grid-template-columns:96px 1fr;gap:12px}.et-cart-item>a:first-child{height:105px}.et-cart-item>div:nth-child(2)>a{padding-right:25px;font-size:14px}.et-cart-item__controls{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.et-cart-item__controls>div{width:125px}.et-cart-item__controls>strong{font-size:19px}.et-cart-summary{padding:19px}.et-cart-summary h2{font-size:21px}.et-cart-summary>div strong{font-size:24px}}
.et-account:not(.et-account-settings){max-width:840px;padding-top:24px}.et-account-title{margin-bottom:8px}.et-account-title h1{margin:0;font-size:28px;font-weight:600}.et-profile-card{grid-template-columns:96px minmax(0,1fr) 26px;padding:24px 26px;box-shadow:0 8px 28px rgba(17,32,22,.035)}.et-profile-card>svg{width:22px}.et-avatar{width:86px;height:86px}.et-avatar svg{width:48px;height:48px}.et-bonus{gap:12px;padding:12px;background:linear-gradient(90deg,#f0fad9,#f5fbdc)}.et-bonus>span{min-height:72px;padding:8px 14px;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto;border-radius:10px}.et-bonus>span+span{border-left:1px solid rgba(8,127,69,.13)}.et-bonus svg{width:48px;height:48px;padding:10px;box-sizing:border-box}.et-bonus small{align-self:end;color:#303b32}.et-bonus strong{align-self:start;font-size:22px;line-height:1.15}.et-current-order{padding:25px 26px;box-shadow:0 8px 28px rgba(17,32,22,.03)}.et-current-order h3{font-size:20px}.et-current-order>strong{font-size:23px}.et-current-order>p{margin:5px 0;color:var(--et-muted)}.et-order-track{margin:27px 18px 8px}.et-order-track>b{width:38px}.et-order-track>i{background:#c8ccc9}.et-track-labels{color:#454b46}.et-account-links{gap:12px}.et-account-links a{min-height:112px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s}.et-account-links a:hover{border-color:#a9cbb6;box-shadow:0 8px 22px rgba(17,32,22,.055);transform:translateY(-2px)}.et-account-links svg{width:29px;height:29px}.et-account-links span{align-self:end;font-weight:600}.et-account-links b{font-size:23px;font-weight:400}.et-account-section-title{margin-top:26px}
@media(max-width:767px){.et-account:not(.et-account-settings){padding-top:8px}.et-account-title{margin-bottom:4px}.et-profile-card{grid-template-columns:72px minmax(0,1fr) 20px;padding:16px;gap:12px}.et-avatar{width:68px;height:68px}.et-avatar svg{width:40px;height:40px}.et-profile-card h2{font-size:19px}.et-profile-card p{font-size:12px}.et-bonus{grid-template-columns:1fr;gap:6px}.et-bonus>span{min-height:60px;padding:6px 8px;grid-template-columns:50px 1fr}.et-bonus>span+span{border-top:1px solid rgba(8,127,69,.13);border-left:0}.et-bonus svg{width:42px;height:42px}.et-bonus strong{font-size:19px}.et-current-order{padding:17px 15px}.et-current-order h3{font-size:17px}.et-current-order>strong{font-size:19px}.et-order-track{grid-template-columns:30px 1fr 30px 1fr 30px 1fr 30px;margin:22px 3px 8px}.et-order-track>b{width:30px;height:30px}.et-track-labels{font-size:8px}.et-account-links{grid-template-columns:repeat(2,1fr)}.et-account-links a{min-height:92px}.et-account-section-title h2{font-size:19px}}
