/*
Theme Name: Astra Child
Template: astra
*/
.btn-secondary .elementor-button {
    background: transparent !important;
    color: #333333 !important;
    border: 1px solid #cccccc !important;
}

.btn-secondary .elementor-button:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
    border: 1px solid #999999 !important;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}

.body-font-large {
    font-family: "DIN OT", "DIN Next", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .body-font-large {
        font-size: 18px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .body-font-large {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
}
/* ── Recommended Products Shortcode ── */
.bbr-products {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    width: 100% !important;
}

.bbr-product-card {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.bbr-product-card__image {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 48px 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 360px !important;
}

.bbr-product-card__image img {
    width: 100% !important;
    height: auto !important;
    max-height: 320px !important;
    display: block !important;
    object-fit: contain !important;
}

.bbr-product-card__content {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 48px 48px 48px 0 !important;
}

.bbr-product-card__title {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #0F0F0F !important;
    margin: 0 0 14px !important;
    font-family: "DIN OT", "DIN Next", sans-serif !important;
    line-height: 1.3 !important;
}

.bbr-product-card__description {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #0D0D0D !important;
    margin: 0 0 20px !important;
}

.bbr-product-card__bullets {
    list-style: disc !important;
    padding-left: 18px !important;
    margin: 0 0 32px !important;
}

.bbr-product-card__bullets li {
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #0D0D0D !important;
    padding-left: 4px !important;
}

.bbr-product-card__actions {
    font-size: 19px !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
}

.bbr-btn {
    display: inline-block !important;
    flex: 1 !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    padding: 13px 20px !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    text-align: center !important;
    font-family: "DIN OT", "DIN Next", sans-serif !important;
    transition: opacity 0.2s ease !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.bbr-btn:hover {
    opacity: 0.85 !important;
    text-decoration: none !important;
}

.bbr-btn--primary {
    background-color: #008bd2 !important;
    font-size: 19px !important;
    color: #ffffff !important;
    border: 2px solid #008bd2 !important;
}

.bbr-btn--outline {
    background-color: #ffffff !important;
    color: #008bd2 !important;
    border: 2px solid #008bd2 !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .bbr-product-card__image {
        padding: 32px 28px !important;
        min-height: 280px !important;
    }
    .bbr-product-card__content {
        padding: 32px 32px 32px 0 !important;
    }
    .bbr-product-card__title {
        font-size: 20px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .bbr-product-card {
        flex-direction: column !important;
    }
    .bbr-product-card__image {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 32px 28px !important;
        min-height: auto !important;
    }
    .bbr-product-card__content {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 28px 36px !important;
    }
    .bbr-product-card__title {
        font-size: 20px !important;
    }
    .bbr-product-card__actions {
        flex-direction: column !important;
    }
    .bbr-btn {
        padding: 12px 16px !important;
        width: 100% !important;
    }
}

/* ── Accessories Section ── */
.bbr-accessories {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-content: start !important;
}

/* ── Accessory Card ── */
.bbr-accessory-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    padding: 24px !important;
    gap: 0 !important;
    max-width: 320px !important;
}

/* ── Image ── */
.bbr-accessory-card__image {
    width: 100% !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin-bottom: 16px !important;
}

.bbr-accessory-card__image img {
    max-width: 140px !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

/* ── Title ── */
.bbr-accessory-card__title {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin: 0 0 8px 0 !important;
    color: #0D0D0D !important;
    font-family: "DIN OT", "DIN Next", sans-serif !important;
}

/* ── Description ── */
.bbr-accessory-card__description {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #0D0D0D !important;
    margin: 0 0 16px 0 !important;
}

/* ── Toggle Button ── */
.bbr-accessory-card__toggle {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 12px 0 0 0 !important;
    color: #1a1a1a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
    box-shadow: none !important;
}

.bbr-accessory-card__toggle:hover {
    color: #008bd2 !important;
}

.bbr-accessory-card__toggle svg {
    transition: transform 0.3s ease, stroke 0.2s ease !important;
    flex-shrink: 0 !important;
}

/* ── Open state ── */
.bbr-accessory-card__toggle[aria-expanded="true"] {
    color: #008bd2 !important;
}

.bbr-accessory-card__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg) !important;
    stroke: #008bd2 !important;
}

/* ── Expandable Details ── */
.bbr-accessory-card__details {
    display: none !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #0D0D0D !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.bbr-accessory-card__details.is-open {
    display: block !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
    border-top: 1px solid #e8e8e8 !important;
}

/* ── Responsive: 2 columns on tablet ── */
@media (max-width: 768px) {
    .bbr-accessories {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .bbr-accessory-card {
        max-width: 100% !important;
    }
}

/* ── Responsive: 1 column on mobile ── */
@media (max-width: 480px) {
    .bbr-accessories {
        grid-template-columns: 1fr !important;
    }
    .bbr-accessory-card {
        max-width: 100% !important;
    }
}
/* ── Workflow Section ── */
.bbr-workflow {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px !important;
    width: 100% !important;
}

/* ── Step ── */
.bbr-workflow__step {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* ── Number Circle ── */
.bbr-workflow__number {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 2px solid #cccccc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #555555 !important;
    background: transparent !important;
}

.bbr-workflow__number--highlighted {
    background: #008bd2 !important;
    border-color: #008bd2 !important;
    color: #ffffff !important;
}

/* ── Title ── */
.bbr-workflow__title {
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #0D0D0D !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-family: "DIN OT", "DIN Next", sans-serif !important;
}

.bbr-workflow__step--highlighted .bbr-workflow__title {
    color: #008bd2 !important;
}

/* ── Text ── */
.bbr-workflow__text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #0D0D0D !important;
    margin: 0 !important;
}

/* ── Highlighted Tag ── */
.bbr-workflow__tag {
    display: inline-block !important;
    align-self: flex-start !important;
    margin-top: 8px !important;
    padding: 8px 16px !important;
    border: 2px solid #008bd2 !important;
    color: #008bd2 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    width: auto !important;
}

/* ── Responsive: 2 columns on tablet ── */
@media (max-width: 768px) {
    .bbr-workflow {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ── Responsive: 1 column on mobile ── */
@media (max-width: 480px) {
    .bbr-workflow {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================
   ELEMENTOR BUTTON HOVERS — single source of truth
   Replaces ALL previous button hover CSS.
   ============================================ */

/* Solid CTA buttons: lift + shadow (everything except read-more) */
.elementor-widget-button:not(.btn-readmore) .elementor-button {
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.elementor-widget-button:not(.btn-readmore) .elementor-button:hover,
.elementor-widget-button:not(.btn-readmore) .elementor-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 139, 210, .22);
  filter: brightness(.96);
}

/* Read-more links: slide + underline, never lift or shadow */
.btn-readmore .elementor-button {
  transition: transform .2s ease;
  box-shadow: none !important;
  filter: none !important;
}
.btn-readmore .elementor-button:hover,
.btn-readmore .elementor-button:focus-visible {
  transform: translateX(3px);
  box-shadow: none !important;
  filter: none !important;
}
.btn-readmore .elementor-button:hover .elementor-button-text,
.btn-readmore .elementor-button:focus-visible .elementor-button-text {
  text-decoration: underline;
  text-underline-offset: 3px;
}



.featured-banner {
  background: #008bd2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;   /* so "Most popular" → "MOST POPULAR" */
  letter-spacing: .06em;
  font-size: 13px;
  padding: 6px 0;
}
.e-loop-item:has(.featured-banner) {
  box-shadow: 0 0 0 2px #008bd2;
  overflow: hidden;
}


.event-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.event-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #0d0d0d;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 4px 10px;
  line-height: 1.4;
  text-transform: uppercase;
}
.badge-icon { width: 13px; height: 13px; flex: none; }


.label-eyebrow {
  display: inline-block !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #008bd2 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em !important;
}

.elementor-widget-text-editor a,
.p a {
    color: #0077B3 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: rgba(0, 119, 179, 0.45) !important;
}

.elementor-widget-text-editor a:hover,
.entry-content p a:hover{
    text-decoration-color: currentColor !important;
}

body.no-products .products-section {
    display: none !important;
}

.footer-link a {
    font-weight: 600 !important;
    font-size: 17px !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: currentColor !important;
}