/** Shopify CDN: Minification failed

Line 240:3 Unexpected "/"

**/
/* assets/rudraksha-calculator.css */
.calculator-section {
  background: linear-gradient(180deg, #6a3b1a, #3a1d0b);
  background-image: url(amethyst-3203771.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 20px;
  position: relative;
  text-align: center;
}

.calculator-container {
  max-width: 600px;
  margin: auto;
  background:rgba(144, 132, 143, 0.5);
  padding: 30px;
  border-radius: 12px;
}

.calculator-title {
  font-size: 2.5rem;
  margin-bottom: 5px;
  color:#FFD700;
}

.calculator-subtilte {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.calculator-tabs {
  margin: 20px 0;
}

.calculator-tabs .tab {
  background: #824920;
  border: none;
  color: #fff;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 0px;
  cursor: pointer;
}

.calculator-tabs .tab.active {
  background:rgb(206, 101, 62);
}

.calculator-personalized{
  color:#e9f505;
}

.form-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

input, select {
  flex: 1;
  padding: 10px;
  border-radius: 0px;
  border: none;
}

.rudraksha-btn {
  background: #824920;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 0px;
  font-size: 1.5rem;
  cursor: pointer;
}

.rudraksha-btn:hover {
  background:rgb(204, 96, 59);
}

/* 
.rudraksha-result-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.rudraksha-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  flex: 1 1 30%;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.rudraksha-card h3 {
  margin-bottom: 10px;
  color: #444;
} */


.gemstone-card-container {
  display: flex;
  /* flex-direction:column; */
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 20px;
}

.gemstone-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  max-width: 100%;
  flex: 1 1 calc(33.333% - 24px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gemstone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* .gemstone-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.gemstone-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gemstone-content {
  padding: 16px;
  flex-grow: 1;
}

.gemstone-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
}

.gemstone-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.gemstone-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.gemstone-footer {
  padding: 16px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}

.view-product-btn {
  background: none;
  border: 1px solid #c00;
  color: #c00;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.view-product-btn:hover {
  background: #c00;
  color: #fff;
}

.recommend-text {
  font-size: 12px;
  margin-top: 8px;
  color: #444;
}

.highlight {
  color: #c00;
  font-weight: bold;
}


.gem-card {
  max-width: 350px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #333;
  margin: 20px auto;
  border-top: 5px solid #1d3557; /* Accent color */
  /* transition: transform 0.2s ease; */
/* } */

.gem-card:hover {
  transform: translateY(-4px);
}

.gem-title {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #1d3557;
  text-align: center;
}

.gem-info p {
  margin: 6px 0;
  font-size: 1.5rem;
}

.gem-info strong {
  color: #457b9d;
} */


/* ===========================
   Common Card Styles
   =========================== */
.gemstone-card-container,
.rudraksha-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gemstone-card,
.rudraksha-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 100%;
  flex: 1 1 ;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gemstone-card:hover,
.rudraksha-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* ===========================
   Gemstone Card
   =========================== */
.gemstone-content {
  padding: 20px;
}

.gemstone-title {
  font-size: 3rem;
  color: #2a3f54;
  margin-bottom: 10px;
}

.gemstone-description {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 15px;
}

.gemstone-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.gemstone-specs li {
  font-size: 1.5rem;
  margin: 5px 0;
}

.gemstone-footer {
  background: #f8f9fa;
  padding: 15px 20px;
  text-align: center;
}

.view-product-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.view-product-btn:hover {
  background: #0056b3;
}

.recommend-text {
  font-size: 1.5rem;
  margin-top: 8px;
}

.highlight {
  font-weight: bold;
  color: #28a745;
}

/* ===========================
   Rudraksha Card
   =========================== */
.rudraksha-card {
  border-top: 5px solid #d97706; /* warm earthy tone */
  width: 100%;
}

.rudraksha-image img {
  width: 100%;
  height: auto;
  display: block;
}

.rudraksha-content {
  padding: 20px;
}

.rudraksha-tabs {
  font-size: 3rem;
  color: #7c2d12;
  margin-bottom: 10px;
}

.rudraksha-recommend {
  font-weight: bold;
  color: #b45309;
  margin-bottom: 10px;
}

.rudraksha-detail {
  font-size: 1.5rem;
  color: #4b5563;
  line-height: 1.4;
}


/* 
.calculator-form-containter{
max-width:600px;
display:flex;
flex-direction:column;

} */


@media screen and (max-width: 750px) {
  .gemstone-card-container {
    display: flex;
    flex-direction: column;
  }
}

.location-suggestions {
  max-height: 180px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.suggestion-item:hover {
  background: #f0f0f0;
}