.klima-product-scroll-summary[hidden] { display: none !important; }
.klima-product-scroll-summary { position: fixed; z-index: 9980; top: var(--klima-product-summary-top, 0px); right: 0; left: 0; box-sizing: border-box; border-top: 2px solid #cf2447; border-bottom: 1px solid #dbe5f3; background: #fff; box-shadow: 0 10px 26px #111d3430; }
.klima-product-scroll-summary__inner { display: flex; align-items: center; justify-content: center; gap: 18px; box-sizing: border-box; max-width: 980px; min-height: 72px; margin: auto; padding: 8px 20px; }
.klima-product-scroll-summary__image { flex: none; width: 54px; height: 54px; object-fit: contain; }
.klima-product-scroll-summary__name { flex: 0 1 330px; min-width: 0; color: #172238; font-size: 16px; font-weight: 800; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.klima-product-scroll-summary__price-wrap { flex: none; display: grid; gap: 1px; min-width: 135px; color: #15233c; text-align: left; }
.klima-product-scroll-summary__price-label { color: #69768b; font-size: 11px; font-weight: 700; }
.klima-product-scroll-summary__price { font-size: 18px; font-weight: 900; white-space: nowrap; }
.klima-product-scroll-summary__price .price { margin: 0; font-size: inherit; color: inherit; }
.klima-product-scroll-summary__price del { color: #728094; font-size: 13px; font-weight: 600; }
.klima-product-scroll-summary__price ins { color: #c91f42; text-decoration: none; }
.klima-product-scroll-summary__button { flex: none; display: inline-flex; align-items: center; justify-content: center; min-width: 220px; min-height: 44px; padding: 0 18px; border-radius: 9px; background: #c61f43; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.klima-product-scroll-summary__button:hover, .klima-product-scroll-summary__button:focus-visible { background: #a91636; color: #fff; }
.klima-product-scroll-summary__button:focus-visible { outline: 3px solid #ffc83d; outline-offset: 2px; }
.woocommerce div.product .klima-product-buy-column, .woocommerce div.product .klima-product-layout { scroll-margin-top: 140px; }
@media (max-width: 960px) { .klima-product-scroll-summary__inner { gap: 12px; max-width: 760px; padding: 8px 16px; } .klima-product-scroll-summary__image { display: none; } .klima-product-scroll-summary__name { flex: 1 1 0; } .klima-product-scroll-summary__button { min-width: 0; } }
@media (max-width: 640px) { .klima-product-scroll-summary { top: auto; bottom: 0; border-top: 2px solid #cf2447; border-bottom: 0; padding-bottom: env(safe-area-inset-bottom); } .klima-product-scroll-summary__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "name button" "price button"; gap: 3px 10px; min-height: 76px; padding: 9px 14px; } .klima-product-scroll-summary__image { display: none; } .klima-product-scroll-summary__name { grid-area: name; font-size: 13px; } .klima-product-scroll-summary__price-wrap { grid-area: price; display: flex; align-items: baseline; gap: 6px; text-align: left; min-width: 0; } .klima-product-scroll-summary__price-label { font-size: 10px; white-space: nowrap; } .klima-product-scroll-summary__price { font-size: 15px; overflow: hidden; text-overflow: ellipsis; } .klima-product-scroll-summary__button { grid-area: button; max-width: 118px; padding: 0 10px; font-size: 11px; line-height: 1.2; text-align: center; } body.has-klima-product-scroll-summary .klima-back-to-top { bottom: calc(92px + env(safe-area-inset-bottom)) !important; } }
