/* GabaTech Power Reminder product template. */

/* GabaTech Power Reminder product page */
body[data-product-template="power-reminder"] .power-hero-shell {
    max-width: 94rem;
}

body[data-product-template="power-reminder"] .product-availability-badge--available {
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #15803d !important;
    font-weight: 750;
}

body[data-product-template="power-reminder"] .product-availability-badge--available .product-availability-dot {
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

@media (min-width: 1024px) {
    body[data-product-template="power-reminder"] .power-hero-shell {
        grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
        gap: 2.35rem;
    }
}

@media (min-width: 1280px) {
    body[data-product-template="power-reminder"] .power-hero-shell {
        max-width: 98rem;
        grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
        gap: 1.75rem;
    }
}

@media (min-width: 1440px) {
    body[data-product-template="power-reminder"] .power-hero-shell {
        max-width: 100rem;
    }
}

