/*
Theme Name: Astra Child
Template: astra
*/

/* ================================
   SD HOME PAGE
   ================================ */

.sd-home-wrap {
  background: #1A1A1A;
  width: 100%;
 margin-top: -10px;

}

/* HERO */
.sd-hero {
  text-align: center;
  padding: 30px 20px 40px;
  background: linear-gradient(180deg, #2a2a2a 0%, #1A1A1A 100%);

}

.sd-product-slot img {
  width: 100% !important;
  max-width: 300px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}


.sd-hero-label {
  font-family: 'Cinzel', serif;
  color: #D85C0D;
  font-size: 26px;
  margin-bottom: -10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.sd-hero-title {
  color: #E3A21C;
  font-size: 52px;
  font-weight: 700;
  margin: -12 0 12px;
  text-align: center;
  text-transform: none;
}

/* FEATURED GRID */
.sd-featured-grid {
  padding: 40px 40px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -40px;

}

.sd-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sd-product-slot {
  background: #2A2A2A;
  border: 1px solid rgba(227, 162, 28, 0.3);
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
}


.sd-product-slot img {
  width: 100%;
  height: auto;
  display: block;
}

.sd-product-slot h3 {
  color: #F7F7F7;
  font-size: 16px;
  text-transform: none;
  padding: 12px 10px 4px;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: 'inter', serif;

}

.sd-product-slot .sd-price {
  color: #E3A21C;
  font-weight: 700;
  font-size: 15px;
  padding: 4px 10px;
  margin: 0;
}

.sd-product-slot .sd-select-btn {
  background: #E3A21C;
  color: #1A1A1A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin: 10px auto 16px;
  display: block;
  width: 90%;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
}

.sd-product-slot .sd-select-btn:hover {
  background: #D85C0D;
  color: #F7F7F7;
}

/* TAGLINE */
.sd-tagline {
  text-align: center;
  padding: 20px 20px;
  margin-top: -40px;
  font-size: 20px
}

.sd-tagline p {
  color: #cdcdcd;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Cinzel', serif;

}

.sd-tagline h2 {
  color: #E3A21C;
  font-size: 38px;
  font-weight: 700; 
  font-family: 'Cinzel', serif;

}

/* EXPLORE */
.sd-explore {
  text-align: center;
  padding: 20px 20px 60px;
}

.sd-shop-btn {
  display: inline-block;
  background: #E3A21C;
  color: #1A1A1A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 40px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 8px;
}

.sd-shop-btn:hover {
  background: #D85C0D;
  color: #F7F7F7;
}

/* ----RESPONSIVE Tablet----- */


@media (max-width: 1024px) {
  .sd-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ----RESPONSIVE Mobile----- */

@media (max-width: 600px) {
  .sd-product-grid {
    grid-template-columns: 1fr;
  }

.sd-hero-title {
    font-size: 24px;
  }
 
.sd-product-slot h3 {
  font-size: 14px;
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
}




/* ================================
   SD CONTACT PAGE
   ================================ */
.sd-home-wrap {
  background: #1A1A1A;
  width: 100%;
  margin-top: -10px;
}

.sd-contact-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  text-align: center;
}

.sd-contact-title {
  font-family: 'Cinzel', serif;
  color: #E3A21C;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sd-contact-sub {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  color: #F7F7F7;
  margin-bottom: 40px;
  line-height: 1.6;
}

div.wpforms-container-full {
  background: #121212 !important;
  border: 1px solid rgba(227, 162, 28, 0.2) !important;
  padding: 40px !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  text-align: left !important;
}

div.wpforms-container-full .wpforms-field-label {
  color: #F7F7F7 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}

div.wpforms-container-full .wpforms-field input,
div.wpforms-container-full .wpforms-field textarea,
div.wpforms-container-full .wpforms-field select {
  background: #1A1A1A !important;
  border: 1px solid rgba(227, 162, 28, 0.3) !important;
  color: #F7F7F7 !important;
  width: 100% !important;
  padding: 10px !important;
  border-radius: 4px !important;
}

div.wpforms-container-full .wpforms-submit-container {
  text-align: center !important;
}

div.wpforms-container-full .wpforms-submit {
  background: #E3A21C !important;
  color: #1A1A1A !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
}

div.wpforms-container-full .wpforms-submit:hover {
  background: #D85C0D !important;
  color: #F7F7F7 !important;
}



/* ================================
   SD ABOUT PAGE
   ================================ */
.sd-about-header {
  text-align: center;
  padding: 40px 20px 20px;
}

.sd-about-title {
  font-family: 'Cinzel', serif;
  color: #E3A21C;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sd-about-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  text-align: center;
}

.sd-about-inner {
  margin-bottom: 30px;
}

.sd-about-text {
  font-family: 'Inter', sans-serif;
  color: #F7F7F7;
  font-size: 16px;
  line-height: 26px;
}

.sd-about-checklist {
  margin: 20px auto 30px;
  display: inline-block;
  text-align: left;
}

.sd-about-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sd-about-checklist ul li {
  font-family: 'Cinzel', serif;
  color: #F7F7F7;
  font-size: 18px;
  padding: 8px 0;
  letter-spacing: 1px;
}

.sd-about-checklist ul li::before {
  content: "\2713";
  color: #E3A21C;
  font-weight: 700;
  margin-right: 10px;
}

.pm-divider-text.sd-section-heading {
  font-size: 26px;
  font-weight: 500;
  color: #E3A21C;
  margin: 25px 0;
}

.sd-about-divider {
  border-top: 1px solid rgba(227, 162, 28, 0.4);
  border-bottom: 1px solid rgba(227, 162, 28, 0.4);
  padding: 16px 0;
  margin: 30px auto;
  max-width: 800px;
}

.sd-about-section-title {
  font-family: 'Cinzel', serif;
  color: #E3A21C;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}