* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  background: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

header {
  text-align: center;
  padding: 20px 40px;
  background: #ffffff;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.cart-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.cart-icon:hover {
  transform: translateY(-50%) scale(1.05);
  color: #e31837;
}

.cart-count {
  background: #e31837;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65em;
  font-weight: 700;
}

.home-link {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid #ddd;
}

.home-link:hover {
  background: #f8f8f8;
  border-color: #333;
  transform: translateY(-50%);
}

header h1 {
  margin: 5px 100px 0 100px;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #333;
}

.logo {
  height: 70px;
  display: block;
  margin: 0 auto 5px;
}

.container {
  display: flex;
  min-height: calc(100vh - 250px);
}

.sidebar {
  width: 280px;
  background: #ffffff;
  padding: 20px 0;
  box-shadow: none;
  overflow-y: auto;
  border-right: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  align-self: flex-start;
  max-height: 100vh;
}

.sidebar h3 {
  margin-top: 0;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 20px 15px 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
}

.customer-category {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
}

.customer-category h4 {
  color: #666;
  margin: 0;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 18px 20px 12px 20px;
  background: transparent;
  border-radius: 0;
  border-left: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.customer-category h4 i {
  font-size: 1em;
  color: #999;
}

.customer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customer-menu li {
  margin: 3px 0;
}

.customer-menu a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 0;
  transition: all 0.15s ease;
  font-size: 0.9em;
  position: relative;
  overflow: hidden;
  border-left: 3px solid transparent;
}

.customer-menu a i {
  font-size: 0.7em;
  transition: transform 0.2s ease;
  color: #999;
}

.customer-menu a::before {
  display: none;
}

.customer-menu a:hover {
  background: #f8f8f8;
  color: #e31837;
  padding-left: 20px;
  transform: none;
  box-shadow: none;
  border-left-color: #e31837;
}

.customer-menu a:hover i {
  transform: translateX(2px);
  color: #e31837;
}

.customer-menu a.active {
  background: #f8f8f8;
  color: #e31837;
  border-left-color: #e31837;
  font-weight: 600;
}

.customer-menu a.active i {
  color: #e31837;
}

.main-content {
  flex: 1;
  overflow-y: auto;
}

.hero {
  background: #ffffff;
  color: #333;
  text-align: center;
  padding: 50px 40px;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
}

.hero h2 {
  font-size: 2.2em;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-shadow: none;
  color: #333;
}

.hero p {
  font-size: 1.1em;
  margin: 0;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  color: #666;
}

.products {
  padding: 40px 30px;
  text-align: center;
  background: #f5f5f5;
  max-width: 1400px;
  margin: 0 auto;
}

.products h2 {
  color: #333;
  font-size: 2em;
  margin-bottom: 30px;
  text-shadow: none;
  font-weight: 700;
}

.category-header {
  grid-column: 1 / -1;
  text-align: left;
  color: #333 !important;
  font-size: 1.6em !important;
  margin: 40px 0 25px 0 !important;
  padding: 0 0 12px 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #e31837 !important;
  box-shadow: none;
  font-weight: 700;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 20px;
}

.coming-soon {
  padding: 50px 30px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.products h2, .coming-soon h2 {
  color: #333;
  font-size: 2em;
  margin-bottom: 30px;
  text-shadow: none;
  font-weight: 700;
}

.product {
  background: white;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.product img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  height: 280px;
  object-fit: contain;
  object-position: center;
  background: #f8f8f8;
}

.product-image-container .flip-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.3s ease;
}

.flip-btn:hover {
  background: rgba(0,0,0,0.85) !important;
  transform: scale(1.05);
}


.product h3 {
  color: #333;
  font-size: 1.1em;
  margin: 15px 20px 8px 20px;
  font-weight: 600;
  line-height: 1.3;
}

.price {
  font-size: 1.5em;
  margin: 8px 20px;
  font-weight: 700;
  color: #e31837;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

.product label {
  display: block;
  margin: 12px 20px 6px 20px;
  color: #666;
  font-weight: 600;
  text-align: left;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product select {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95em;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product select:focus {
  outline: none;
  border-color: #333;
  box-shadow: none;
}

.product input[type="number"] {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95em;
  background: white;
  transition: all 0.2s ease;
}

.product input[type="number"]:focus {
  outline: none;
  border-color: #333;
  box-shadow: none;
}

button {
  background: #e31837;
  color: #fff;
  border: none;
  padding: 14px 24px;
  margin: 20px 20px 20px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.95em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 40px);
}

button i {
  font-size: 1em;
}

button:hover {
  transform: none;
  box-shadow: none;
  background: #c01830;
}

button:active {
  transform: scale(0.98);
}

.coming-soon ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.coming-soon li {
  background: #f8f8f8;
  color: #666;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  box-shadow: none;
  transition: all 0.2s ease;
  border: 1px solid #e5e5e5;
}

.coming-soon li:hover {
  transform: none;
  box-shadow: none;
  background: #e31837;
  color: white;
  border-color: #e31837;
}

.testimonials {
  padding: 60px 30px;
  background: #f8f8f8;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.testimonials h2 {
  color: #333;
  font-size: 2em;
  margin-bottom: 40px;
  text-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
  text-align: left;
  border: 1px solid #e5e5e5;
}

.testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.stars {
  color: #ffa41c;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.testimonial-card p {
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
  margin: 15px 0;
  font-style: normal;
}

.testimonial-author {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-author strong {
  color: #333;
  font-size: 1em;
  font-weight: 700;
}

.testimonial-author span {
  color: #999;
  font-size: 0.9em;
}

.contact {
  padding: 60px 30px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.contact h2 {
  color: #333;
  font-size: 2em;
  margin-bottom: 40px;
  text-shadow: none;
  font-weight: 700;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-item {
  background: #f8f8f8;
  padding: 30px 35px;
  border-radius: 8px;
  box-shadow: none;
  min-width: 250px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e5e5e5;
}

.contact-icon {
  font-size: 2.2em;
  color: #e31837;
  margin-bottom: 12px;
}

.contact-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-item h3 {
  color: #333;
  font-size: 1.2em;
  margin: 0 0 12px 0;
  font-weight: 700;
}

.contact-item p {
  color: #666;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

.contact-item a {
  color: #e31837;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: #c01830;
  text-decoration: none;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 40px 30px;
  margin-top: 0;
  box-shadow: none;
  border-top: 1px solid #222;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.social-links a {
  color: #999;
  font-size: 1.6em;
  transition: all 0.2s ease;
}

.social-links a:hover {
  transform: none;
  color: #e31837;
}

footer p {
  margin: 15px 0;
  font-size: 0.95em;
  opacity: 0.8;
  color: #999;
}

.payment-methods {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 2em;
  opacity: 0.8;
}

.payment-methods i {
  transition: all 0.3s ease;
}

.payment-methods i:hover {
  transform: scale(1.2);
  opacity: 1;
}

/* Notification Toast */
.notification {
  position: fixed;
  bottom: -100px;
  right: 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 1.1em;
  z-index: 10000;
  transition: bottom 0.3s ease;
}

.notification.show {
  bottom: 30px;
}

.notification i {
  font-size: 1.5em;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    gap: 10px;
  }

  .cart-icon {
    position: static;
    transform: none;
    margin-top: 10px;
  }

  .cart-icon:hover {
    transform: scale(1.1);
  }

  .home-link {
    position: static;
    display: block;
    margin-bottom: 15px;
    transform: none;
  }

  .home-link:hover {
    transform: translateX(-3px);
  }

  header h1 {
    font-size: 1.8em;
  }

  .logo {
    height: 60px;
  }

  .container {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    padding: 20px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    position: relative;
    max-height: none;
  }

  .sidebar h3 {
    font-size: 1.3em;
  }

  .customer-category {
    margin-bottom: 20px;
    padding: 12px;
  }

  .customer-category h4 {
    font-size: 0.9em;
  }

  .customer-menu a {
    padding: 8px 10px;
    font-size: 0.9em;
  }

  .main-content {
    width: 100%;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero h2 {
    font-size: 1.8em;
  }

  .hero p {
    font-size: 1em;
  }

  .products {
    grid-template-columns: 1fr;
    padding: 30px 15px;
    gap: 25px;
  }

  .products h2, .coming-soon h2, .contact h2 {
    font-size: 1.8em;
  }

  .product {
    padding: 20px;
    margin: 0;
  }

  .product h3 {
    font-size: 1.3em;
  }

  .price {
    font-size: 1.5em;
  }

  .coming-soon {
    padding: 30px 15px;
  }

  .coming-soon ul {
    gap: 15px;
  }

  .coming-soon li {
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .contact {
    padding: 30px 15px;
  }

  .contact-info {
    flex-direction: column;
    gap: 20px;
  }

  .contact-item {
    min-width: auto;
    padding: 25px;
  }

  .contact-item h3 {
    font-size: 1.2em;
  }

  button {
    padding: 12px 25px;
    font-size: 1em;
  }

  footer {
    padding: 20px 15px;
  }

  footer p {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  header h1 {
    font-size: 1.5em;
  }

  .logo {
    height: 50px;
  }

  .hero h2 {
    font-size: 1.5em;
  }

  .hero p {
    font-size: 0.95em;
  }

  .products h2, .coming-soon h2, .contact h2 {
    font-size: 1.5em;
  }

  .product {
    padding: 15px;
  }

  .product h3 {
    font-size: 1.2em;
  }

  .price {
    font-size: 1.3em;
  }

  .customer-menu a {
    font-size: 0.85em;
  }

  .contact-item {
    padding: 20px;
  }
}

/* Fullscreen Image Overlay */
.fullscreen-overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  animation: fadeIn 0.2s ease;
}

.fullscreen-overlay.show {
  display: flex;
}

.fullscreen-overlay img {
  max-width: 95vw;
  max-height: 95vh;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-out;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.fullscreen-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 48px;
  font-weight: 300;
  color: white;
  cursor: pointer;
  z-index: 2001;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.fullscreen-close:hover {
  background: rgba(227, 24, 55, 0.9);
  transform: rotate(90deg);
}

.fullscreen-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9em;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  pointer-events: none;
  animation: fadeIn 0.5s ease 0.3s both;
}

@media (max-width: 768px) {
  .fullscreen-close {
    right: 20px;
    top: 20px;
    font-size: 36px;
    width: 50px;
    height: 50px;
  }
  
  .fullscreen-hint {
    bottom: 20px;
    font-size: 0.85em;
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  font-weight: 300;
  color: #666;
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: transparent;
}

.modal-close:hover {
  color: #e31837;
  background: #f5f5f5;
  transform: rotate(90deg);
}

.modal-body {
  display: flex;
  gap: 30px;
  padding: 30px;
}

.modal-image-section {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.modal-image-container {
  position: relative;
  width: 100%;
}

.modal-image-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
  font-weight: 500;
  z-index: 10;
}

.modal-image-container:hover .modal-image-hint {
  opacity: 1;
}

.modal-image-hint i {
  font-size: 1.1em;
}

.modal-image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modal-main-image {
  width: 100%;
  display: block;
  cursor: zoom-in;
  transition: opacity 0.2s ease;
}

.modal-main-image:hover {
  opacity: 0.9;
}

.modal-flip-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  backdrop-filter: blur(5px);
  font-weight: 500;
}

.modal-flip-btn:hover {
  background: rgba(227, 24, 55, 0.9);
  transform: scale(1.05);
}

.modal-flip-btn i {
  transition: transform 0.3s ease;
}

.modal-flip-btn:hover i {
  transform: rotate(180deg);
}

.modal-details-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-details-section h2 {
  margin: 0;
  font-size: 1.8em;
  color: #333;
  line-height: 1.3;
}

.modal-price {
  font-size: 1.8em;
  font-weight: 700;
  color: #e31837;
  margin: 0;
}

.modal-description {
  color: #666;
  line-height: 1.8;
  font-size: 1em;
}

.modal-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.modal-option-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-option-group label {
  font-weight: 600;
  color: #333;
  font-size: 0.95em;
}

.modal-option-group select,
.modal-option-group input[type="number"] {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1em;
  transition: all 0.2s ease;
  background: white;
}

.modal-option-group select:focus,
.modal-option-group input[type="number"]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.modal-add-to-cart {
  padding: 15px 30px;
  background: #e31837;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.modal-add-to-cart:hover {
  background: #c71530;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(227, 24, 55, 0.3);
}

.modal-add-to-cart:active {
  transform: translateY(0);
}

/* Make product cards clickable */
.product {
  cursor: pointer;
  transition: all 0.3s ease;
}

.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product img {
  cursor: pointer;
}

/* Responsive modal */
@media (max-width: 768px) {
  .modal-body {
    flex-direction: column;
    padding: 20px;
  }
  
  .modal-content {
    max-height: 95vh;
    margin: 10px;
  }
  
  .modal-close {
    right: 10px;
    top: 10px;
    font-size: 28px;
  }
  
  .modal-details-section h2 {
    font-size: 1.5em;
  }
  
  .modal-price {
    font-size: 1.5em;
  }
}
