.store-product-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    gap: 8px;
}

.store-product-foot > strong {
    min-width: 0;
}

.store-product-foot .store-product-open {
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    height: 38px;
    min-height: 38px;
    padding: 0 12px;
    line-height: 1;
    white-space: nowrap;
}

.store-product-title {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.store-product-title h3 {
    margin: 0;
}

.store-product-page-head .store-product-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 5px 2px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #17445f;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: color .18s ease, transform .18s ease;
}

.store-product-page-head .store-product-back svg {
    width: 19px;
    height: 19px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.store-product-page-head .store-product-back:hover {
    background: transparent;
    color: #087fc3;
    transform: translateX(-3px);
}

.store-product-page-head .store-product-back:focus-visible {
    outline: 3px solid rgba(8, 123, 193, .18);
    outline-offset: 2px;
}

.store-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.store-card-actions .btn{width:100%;height:38px;padding:0 9px;font-size:12px;white-space:normal}.store-filters{padding:5px;border:1px solid #c5d8e5;border-radius:11px;background:#fff;box-shadow:0 2px 6px rgba(18,48,70,.05)}.store-filters input,.store-filters select{height:42px;padding:8px 12px;border:1px solid #c7d8e3;border-radius:8px;background:#f9fcfe;color:#17364e;outline:0}.store-filters input:focus,.store-filters select:focus{border-color:#087bc1;box-shadow:0 0 0 3px rgba(8,123,193,.12);background:#fff}.store-quantity-control{display:grid;grid-template-columns:38px 52px 38px;align-items:center;width:max-content;overflow:hidden;border:1px solid #b9cfdd;border-radius:8px;background:#fff}.store-quantity-control button{height:38px;padding:0;border:0;background:#edf6fb;color:#075f98;font-size:20px;font-weight:700;cursor:pointer}.store-quantity-control button:hover{background:#dceef8}.store-quantity-control input{width:52px!important;height:38px;margin:0;padding:0 4px!important;border:0!important;border-right:1px solid #c8d9e4!important;border-left:1px solid #c8d9e4!important;border-radius:0!important;text-align:center;appearance:textfield}.store-quantity-control input::-webkit-inner-spin-button,.store-quantity-control input::-webkit-outer-spin-button{margin:0;appearance:none}.store-cart-row{grid-template-columns:62px minmax(0,1fr) auto 28px!important}.store-cart-quantity{grid-template-columns:30px 38px 30px}.store-cart-quantity button,.store-cart-quantity input{height:32px}.store-cart-quantity input{width:38px!important}.store-cart-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}.store-cart-actions .btn{min-height:40px}

@media(max-width:760px){.store-filters{display:grid!important;gap:7px;padding:8px}.store-cart-row{grid-template-columns:48px minmax(0,1fr) auto!important;gap:8px!important}.store-cart-row>.store-remove{grid-column:3;grid-row:1}.store-cart-row>.store-cart-quantity{grid-column:2/4;justify-self:start}.store-cart-actions{display:grid;grid-template-columns:1fr}.store-cart-actions .btn{width:100%}}

@media(max-width:760px){.store-product-page-head .store-product-back{min-height:32px;padding:4px 1px;font-size:12px}.store-product-page-head .store-product-back svg{width:18px;height:18px}}
