/* Winter storefront shell. Native order components remain in cart-components.css. */
.winter-template .winter-store-currency { position: relative; display: flex; align-items: center; flex-shrink: 0; }
.winter-template .winter-store-currency .winter-top-action { gap: 8px; font-size: var(--winter-font-size-body); }
.winter-template .winter-store-currency-code { padding: 0 12px; color: var(--winter-text); font-size: var(--winter-font-size-body); }
.winter-template .winter-store-currency .dropdown-menu { min-width: 120px; margin-top: 4px; padding: 6px; border-color: var(--winter-border); border-radius: var(--winter-radius); box-shadow: var(--winter-shadow-soft); }
.winter-template .winter-store-currency .dropdown-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; padding: 8px 12px; border: 0; border-radius: 3px; color: var(--winter-text); background: transparent; font-size: var(--winter-font-size-body); cursor: pointer; }
.winter-template .winter-store-currency .dropdown-item.active,
.winter-template .winter-store-currency .dropdown-item:hover,
.winter-template .winter-store-currency .dropdown-item:focus { color: var(--winter-primary); background: #eef3ff; }
.winter-template .winter-store-tabs { display: flex; gap: 28px; margin: 0 0 28px; border-bottom: 1px solid var(--winter-border); }
.winter-template .winter-store-tabs a { display: flex; align-items: center; min-height: 48px; padding: 8px 0; border-bottom: 2px solid transparent; color: var(--winter-text); font-size: var(--winter-font-size-body); }
.winter-template .winter-store-tabs a.active,
.winter-template .winter-store-tabs a:hover { color: var(--winter-primary); }
.winter-template .winter-store-tabs a.active { border-bottom-color: var(--winter-primary); }
.winter-template .winter-store-tabs a:focus-visible,
.winter-template .winter-store-currency button:focus-visible { outline: 2px solid var(--winter-primary); outline-offset: 2px; }
.winter-template .winter-store-header { margin-bottom: 24px; }
.winter-template .winter-store-header h1 { margin: 0 0 12px; font-size: var(--winter-font-size-page); line-height: var(--winter-line-height-page); font-weight: 700; }
.winter-template .winter-store-header p { margin: 0; color: var(--winter-text); }
.winter-template .winter-store-help { margin: 12px 0 20px; color: var(--winter-muted); font-size: var(--winter-font-size-meta); line-height: var(--winter-line-height-meta-flow); }
.winter-template .winter-pricing-filters { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.winter-template .winter-pricing-filters select { width: 240px; max-width: 100%; }
.winter-template .winter-pricing-filters input { width: 300px; max-width: 100%; }
.winter-template .winter-pricing-frame { min-width: 0; border: 1px solid var(--winter-border); border-radius: var(--winter-radius); }
.winter-template .winter-pricing-table-scroll { overflow-x: auto; }
.winter-template #tableDomainPricing { width: 100%; min-width: 780px; margin: 0; }
.winter-template #tableDomainPricing th { padding: 16px 20px; border: 0; background: var(--winter-surface-muted); color: var(--winter-text); font-size: var(--winter-font-size-meta); font-weight: 500; }
.winter-template #tableDomainPricing td { padding: 16px 20px; border-top: 1px solid var(--winter-border); border-bottom: 0; color: var(--winter-heading); font-size: var(--winter-font-size-body); line-height: var(--winter-line-height-body); background: var(--winter-surface); vertical-align: middle; }
.winter-template #tableDomainPricing small { color: var(--winter-muted); font-size: var(--winter-font-size-meta); }
.winter-template #tableDomainPricing .tld-sale-group { margin-left: 6px; padding: 2px 5px; border-radius: 3px; color: var(--winter-primary); background: #eef3ff; font-size: var(--winter-font-size-caption); }
.winter-template .winter-pricing-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 20px; border-top: 1px solid var(--winter-border); }
.winter-template .winter-pricing-footer .dataTables_info,
.winter-template .winter-pricing-footer .dataTables_length,
.winter-template .winter-pricing-footer .dataTables_paginate { float: none; margin: 0; padding: 0; }
.winter-template .winter-pricing-footer label { margin: 0; }
@media (max-width: 767px) {
    .winter-template .winter-store-currency .winter-top-action { padding: 8px; }
    .winter-template .winter-store-currency-code { padding: 0 8px; }
    .winter-template .winter-store-tabs { gap: 24px; margin-bottom: 24px; }
    .winter-template .winter-store-header h1 { font-size: 28px; line-height: 38px; }
    .winter-template .winter-pricing-filters { gap: 12px; }
    .winter-template .winter-pricing-filters select,
    .winter-template .winter-pricing-filters input { width: 100%; }
    .winter-template .winter-pricing-footer { align-items: flex-start; }
    .winter-template .winter-pricing-footer .dataTables_paginate { max-width: 100%; }
    .winter-template .winter-pricing-footer .pagination { flex-wrap: wrap; }
}
