/** Shopify CDN: Minification failed

Line 131:24 Unexpected "{"
Line 131:33 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:form-product-1 (INDEX:38) */
.product-form-wrapper input,
.product-form-wrapper select,
.product-form-wrapper textarea {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.product-form-wrapper button {
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.product-form-wrapper label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.product-form-wrapper .toggle-form-btn {
  background-color: #000;
  color: #fff;
}

.product-form-wrapper { max-width: 100%; } .product-form-wrapper .submit-btn { background-color: #f8d043; color: #000; font-family: 'Work Sans',sans-serif; font-weight: bold; margin-top: 3rem; display: inline-block; transition: .3s ease all; } .product-form-wrapper .submit-btn:hover { background-color: #000; color: #fff; }
.product-form-wrapper{position:relative;overflow:hidden;}
.product-form-wrapper .toggle-form-btn{border-radius:1rem;background-color:#000;color:#fff;font-size:1.8rem;font-family:'Work Sans',sans-serif;padding: 2rem 2rem;line-height: 1;width: 100%;position:relative;overflow:hidden;transition:.3s ease all;margin-bottom: 1rem;}
.product-form-wrapper .toggle-form-btn:hover{background-color:#f8d045;color: #000;}
.product-form-wrapper .toggle-form-btn::after{content:"";pointer-events:none;position: absolute;top:-50%;left:-60%;width:50%;height:200%;background:linear-gradient(to right,transparent,rgba(255,255,255,0.3),transparent);animation:shine-effect 1.5s ease-in-out infinite alternate;animation-delay:1s;pointer-events:none;transition:.3s ease all;}
/* END_SECTION:form-product-1 */

/* START_SECTION:form-product-backup (INDEX:39) */
.product-form-wrapper {
  max-width: 500px;
}

.product-form-wrapper input,
.product-form-wrapper select,
.product-form-wrapper textarea {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.product-form-wrapper button {
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.product-form-wrapper label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.product-form-wrapper .toggle-form-btn {
  background-color: #000;
  color: #fff;
}

.product-form-wrapper .submit-btn {
  background-color: #007cba;
  color: white;
}

.product-form-wrapper .submit-btn:hover {
  background-color: #005a87;
}
/* END_SECTION:form-product-backup */

/* START_SECTION:form-product (INDEX:41) */
.product-form-wrapper input,
.product-form-wrapper select,
.product-form-wrapper textarea {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.product-form-wrapper button {
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.product-form-wrapper label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.product-form-wrapper .toggle-form-btn {
  background-color: #000;
  color: #fff;
}

.product-form-wrapper { max-width: 100%; } .product-form-wrapper .submit-btn { background-color: #f8d043; color: #000; font-family: 'Work Sans',sans-serif; font-weight: bold; margin-top: 3rem; display: inline-block; transition: .3s ease all; } .product-form-wrapper .submit-btn:hover { background-color: #000; color: #fff; }
.product-form-wrapper{position:relative;overflow:hidden;}
.product-form-wrapper .toggle-form-btn{border-radius:1rem;background-color:#000;color:#fff;font-size:1.8rem;font-family:'Work Sans',sans-serif;padding: 2rem 2rem;line-height: 1;width: 100%;position:relative;overflow:hidden;transition:.3s ease all;margin-bottom: 1rem;}
.product-form-wrapper .toggle-form-btn:hover{background-color:#f8d045;color: #000;}
.product-form-wrapper .toggle-form-btn::after{content:"";pointer-events:none;position: absolute;top:-50%;left:-60%;width:50%;height:200%;background:linear-gradient(to right,transparent,rgba(255,255,255,0.3),transparent);animation:shine-effect 1.5s ease-in-out infinite alternate;animation-delay:1s;pointer-events:none;transition:.3s ease all;}
/* END_SECTION:form-product */

/* START_SECTION:variant-cards (INDEX:107) */
/* Variant Cards Grid Layout */
#custom-variant-select-{{ section.id }} option:checked {background-color: #f8d043;color: #000;}
/* END_SECTION:variant-cards */

/* START_SECTION:variant-cards2 (INDEX:108) */
/* Variant Cards Grid - Responsive Layout */
.xvariant-cards-grid {
  display: grid;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Mobile: Always single column */
@media (max-width: 767px) {
  .xvariant-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Tablet and Desktop: Dynamic columns based on variant count */
@media (min-width: 768px) {
  .xvariant-cards-grid.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .xvariant-cards-grid.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .xvariant-cards-grid.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablet: Adjust 4-column to 2-column */
@media (min-width: 768px) and (max-width: 1024px) {
  .xvariant-cards-grid.grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Individual Card */
.xvariant-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xvariant-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.xcard-icon {
  margin-bottom: 20px;
}

.xcard-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.xcard-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.xcard-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.xcard-features li {
  padding: 8px 0;
  font-size: 15px;
  color: #555;
}

.xcard-price {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}

.xprice-note {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #777;
  margin-top: 5px;
}

.xbook-now-btn {
  background-color: #f8d043;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
}

.xbook-now-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Modal Styles */
.xform-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.xform-modal.active {
  opacity: 1;
  pointer-events: all;
}

.xmodal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.xmodal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.xform-modal.active .modal-content {
  transform: scale(1);
}

.xmodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
}

.xmodal-close:hover {
  color: #000;
}

/* Form Styles */
.xcustom-form h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #333;
}

.xform-desc {
  margin: 0 0 25px 0;
  color: #666;
  font-size: 14px;
}

.xform-field {
  margin-bottom: 20px;
}

.xform-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.xform-field input,
.xform-field select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.xform-field input:focus,
.xform-field select:focus {
  outline: none;
  border-color: #f8d043;
}

.xsubmit-btn {
  width: 100%;
  background-color: #f8d043;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.xsubmit-btn:hover {
  background-color: #000;
  color: #fff;
}

.xform-message {
  margin-top: 15px;
  padding: 10px;
  border-radius: 6px;
  display: none;
  font-size: 14px;
}
/* END_SECTION:variant-cards2 */