/** Shopify CDN: Minification failed

Line 174:0 Expected "}" to go with "{"

**/
/* ---------------------------- */
/*      HEADER MODERN TECH      */
/* ---------------------------- */

.header {
    padding: 25px 0;
    background-color: #1f2735 !important; /* modern tech navy */
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.header__heading, .header__heading-link {
    font-size: 34px !important;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff !important;
}

/* center menu links */
.header__inline-menu a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
}

.header__inline-menu a:hover {
    color: #00d1ff !important;
}

/* ---------------------------- */
/*        TITLURI ELEGANTE      */
/* ---------------------------- */

h1, h2, h3, h4, .product__title, .section-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    color: #1d1d1f;
}

/* Featured Collection Titles */
.collection-list__title {
    font-size: 26px !important;
    font-weight: 700 !important;
}

/* ---------------------------- */
/*    CARDURI PRODUSE MODERN    */
/* ---------------------------- */

.card {
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.07);
    transition: all 0.25s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* product image zoom on hover */
.card__media img {
    transition: 0.45s ease;
}

.card:hover .card__media img {
    transform: scale(1.08);
}

/* title inside product card */
.card__heading {
    font-size: 16px !important;
    font-weight: 500 !important;
    min-height: 50px;
}

/* price styling */
.price {
    font-size: 18px !important;
    color: #111 !important;
    font-weight: 600 !important;
}

/* ---------------------------- */
/*  BUTON „ADĂUGĂ ÎN COȘ” FULL WIDTH */
/* ---------------------------- */

.product-form__submit {
    width: 100% !important;
    background: linear-gradient(90deg, #0ac8ff, #007bff) !important;
    color: white !important;
    padding: 16px 0 !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.25s ease;
}

.product-form__submit:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

/* disable grey state Shopify applies */
.product-form__submit[disabled] {
    opacity: 0.4 !important;
}

/* ---------------------------- */
/*       SECTION SPACING        */
/* ---------------------------- */

.section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px !important;
}

/* ---------------------------- */
/*         FOOTER MODERN        */
/* ---------------------------- */

.footer {
    background-color: #1f2735 !important;
    color: #eee !important;
}

.footer a {
    color: #00d1ff !important;
}

.footer__content-top, .footer__content-bottom {
    border: none !important;
}
.product-grid .card__information {
  padding: 16px 20px 20px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-grid .card__heading a {
  display: inline-block;
}

.product-grid .price {
  justify-content: center;
}

.product-grid .card__heading,
.product-grid .card__heading a {
  text-align: center;
}
.product-grid .card__heading {
  margin-bottom: 10px;
  flex-grow: 1; /* împinge prețul în jos */

/* Prețul centrat și aliniat jos în card */
.product-grid .card__information .price {
  justify-content: center !important;
  text-align: center;
}
