/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/phoenix-products/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.hellogravel-phoenix-products .hg-phoenix-products-grid,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns-desktop, 4), 1fr);
  gap: 20px;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .hellogravel-phoenix-products .hg-phoenix-products-grid,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid {
    grid-template-columns: repeat(var(--columns-tablet, 2), 1fr);
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-products-grid,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid {
    grid-template-columns: repeat(var(--columns-mobile, 1), 1fr);
    margin: 20px 0;
  }
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card {
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card:hover,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-image,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-image img,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-image .hg-phoenix-no-image-placeholder,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-image .hg-phoenix-no-image-placeholder {
  color: #666;
  font-size: 14px;
  text-align: center;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-title,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #1e1e1e;
  line-height: 1.3;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-description,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-description {
  font-size: 14px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.4;
  flex: 1;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-description p,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-description p {
  margin: 0 0 8px 0;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-description p:last-child,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-description p:last-child {
  margin-bottom: 0;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price {
  font-weight: 600;
  font-size: 16px;
  margin-top: auto;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price .sale-price,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price .sale-price {
  color: #f2722f;
  margin-right: 8px;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price .regular-price,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price .regular-price {
  color: #666;
  text-decoration: line-through;
  font-size: 14px;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price .price,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-product-card .hg-phoenix-product-content .hg-phoenix-product-price .price {
  color: #1e1e1e;
}
.hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-no-products,
.wp-block-hellogravel-phoenix-products .hg-phoenix-products-grid .hg-phoenix-no-products {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
  border: 2px dashed #ddd;
  border-radius: 8px;
  background: #f8f9fa;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-overlay,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-content,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-content,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-content {
    max-width: 95vw;
    max-height: 95vh;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideInDown 0.3s ease-out;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification.success,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification.error,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification .hg-phoenix-notification-message,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-notification .hg-phoenix-notification-message {
  display: block;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header .hg-phoenix-modal-close,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header .hg-phoenix-modal-close {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header .hg-phoenix-modal-close:hover,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header .hg-phoenix-modal-close:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header .hg-phoenix-modal-close svg,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-header .hg-phoenix-modal-close svg {
  width: 20px;
  height: 20px;
  color: #333;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-body,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-loading,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  text-align: center;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-loading .hg-phoenix-loading-spinner,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-loading .hg-phoenix-loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #f2722f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-loading p,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-loading p {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-product-content,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-product-content,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-product-content {
    grid-template-columns: 1fr;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper {
  position: relative;
  width: 100%;
  max-height: 520px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper .swiper-wrapper,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper .swiper-wrapper {
  height: 100%;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper .swiper-slide,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper .swiper-slide img,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-images-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper {
  margin-top: 10px;
  height: 80px;
  width: 100%;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-wrapper,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-wrapper {
  height: 100%;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide {
  height: 80px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide.swiper-slide-thumb-active,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #f2722f;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide img,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-images .hg-phoenix-product-thumb-swiper .swiper-slide {
    height: 60px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details {
    padding: 30px 20px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info {
  margin-bottom: 30px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-title,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-title,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-title {
    font-size: 24px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-description,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-description {
  line-height: 1.6;
  font-size: 16px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-description p,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-description p {
  margin: 0 0 12px 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-description p:last-child,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-info .hg-phoenix-product-description p:last-child {
  margin-bottom: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing {
  flex: 1;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-simple-price,
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variable-options,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-simple-price,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variable-options {
  margin-bottom: 30px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-price-display,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-price-display {
  font-size: 24px;
  font-weight: 700;
  color: #f2722f;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-price-display .woocommerce-Price-amount,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-price-display .woocommerce-Price-amount {
  color: inherit;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-price-display del,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-price-display del {
  color: #999;
  font-size: 20px;
  margin-right: 8px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container {
  margin-bottom: 20px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector {
  margin-bottom: 16px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector label,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector select,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  background: white;
  cursor: pointer;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector select:focus,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variations-container .hg-phoenix-variation-selector select:focus {
  outline: none;
  border-color: #f2722f;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price {
  font-size: 20px;
  font-weight: 700;
  color: #f2722f;
  margin-bottom: 20px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price .woocommerce-Price-amount.amount del,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price .woocommerce-Price-amount.amount del {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price .woocommerce-Price-amount.amount ins,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-selected-variation-price .woocommerce-Price-amount.amount ins {
  color: #f2722f;
  text-decoration: none;
  font-weight: 700;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variation-notice,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variation-notice {
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 6px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variation-notice .hg-phoenix-notice-text,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-variation-notice .hg-phoenix-notice-text {
  margin: 0;
  font-size: 14px;
  color: #856404;
  text-align: center;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer {
  border-top: 1px solid #eee;
  padding: 20px 40px;
  background: white;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer {
    padding: 20px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer .hg-phoenix-modal-actions,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer .hg-phoenix-modal-actions {
  display: flex;
  gap: 16px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer .hg-phoenix-modal-actions .theme-btn.disabled, .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer .hg-phoenix-modal-actions .theme-btn:disabled,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer .hg-phoenix-modal-actions .theme-btn.disabled,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-modal-footer .hg-phoenix-modal-actions .theme-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=style-index.css.map*/