/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.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 {
  min-height: 500px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-main-row,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-main-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-main-row,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-main-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details-section,
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-addon-details-section,
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-reviews-section,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details-section,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-addon-details-section,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-reviews-section {
  width: 100%;
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details-section,
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-addon-details-section,
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-reviews-section,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details-section,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-addon-details-section,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-reviews-section {
    padding: 20px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details-section:empty,
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-addon-details-section:empty,
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-reviews-section:empty,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details-section:empty,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-addon-details-section:empty,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-reviews-section:empty {
  display: none;
}
.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;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.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%;
  min-height: 400px;
  flex: 1;
}
.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: auto;
  min-height: 400px;
  align-items: center;
}
.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 {
  width: 100%;
  height: auto;
  -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-delivery-countdown,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-countdown {
  position: relative;
  padding: 0 0.5rem;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  z-index: 1;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-countdown::after,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-countdown::after {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 180px;
  height: 100%;
  background-image: linear-gradient(to right, #ffad81 30%, rgba(255, 173, 129, 0) 100%);
  z-index: -1;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-countdown,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-countdown {
    font-size: 12px;
    padding: 10px 14px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 25px 30px;
  margin-bottom: 24px;
  border: 2px solid rgba(255, 107, 0, 0.3);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-phoenix-lead-magnet__title,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-phoenix-lead-magnet__title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet form,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet form {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 50px;
  padding: 6px;
  min-height: 54px;
  border: 3px solid #FF6B00;
  position: relative;
  width: 100%;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[type=text],
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[type=tel],
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[type=text],
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 10px 18px;
  font-size: 15px;
  background: transparent;
  color: #333;
  box-shadow: none;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[id^=gform_submit_button_],
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet button[id^=gform_submit_button_],
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[id^=gform_submit_button_],
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet button[id^=gform_submit_button_] {
  background: #FF6B00;
  color: #fff;
  border: 0;
  padding: 10px 24px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 4px;
  opacity: 0.5;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[id^=gform_submit_button_].not-disabled,
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet button[id^=gform_submit_button_].not-disabled,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[id^=gform_submit_button_].not-disabled,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet button[id^=gform_submit_button_].not-disabled {
  opacity: 1;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-phoenix-security-notice,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-phoenix-security-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-phoenix-security-notice .lock-icon,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-phoenix-security-notice .lock-icon {
  color: #4CAF50;
  font-size: 14px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gfield_label,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gfield_label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gform_body,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gform_body {
  flex: 1 1 auto;
  margin: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gform_footer,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gform_footer {
  flex: 0 0 auto;
  margin: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-pdp-magnet-lead__name,
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-pdp-magnet-lead__phone,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-pdp-magnet-lead__name,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-pdp-magnet-lead__phone {
  display: none;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-error-note,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .hg-error-note {
  margin-top: 15px;
  padding: 12px 16px;
  background-color: rgba(255, 228, 228, 0.9294117647);
  border: 1px solid #fecaca;
  color: #30571e;
  font-size: 14px;
  line-height: 1.4;
  display: none;
  border-radius: 5px;
  font-weight: bold;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 form,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 form {
  display: grid;
  border-radius: 30px;
  grid-template-columns: 1fr 1fr auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  align-items: start;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_body,
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_fields,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_body,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_fields {
  display: contents;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__name,
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__phone,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__name,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__phone {
  display: block;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__address,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__address {
  grid-column: 1/-1;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__name,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__name {
  grid-column: 1;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__phone,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .hg-pdp-magnet-lead__phone {
  grid-column: 2;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_footer,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_footer {
  grid-column: 3;
  grid-row: 2;
  margin: 0;
  justify-self: end;
  align-self: center;
}
@media (max-width: 640px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet form,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet form {
    display: block;
    border-radius: 30px;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gform_footer,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet .gform_footer {
    width: 100%;
    justify-self: center;
    justify-content: center;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[id^=gform_submit_button_],
  .hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet button[id^=gform_submit_button_],
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet input[id^=gform_submit_button_],
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet button[id^=gform_submit_button_] {
    width: 50%;
    max-width: 320px;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 form,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 form {
    grid-template-columns: 1fr 1fr;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_footer,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal #hg-phoenix-lead-magnet.is-step-2 .gform_footer {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
.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-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-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div {
  flex: 1;
  min-width: 0;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div > div,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-direction: column;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons svg,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons svg {
  width: 28px;
  height: 28px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons svg path,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons svg path {
  stroke: #111111;
  stroke-width: 1;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons span,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons span {
  font-size: 14px;
  font-weight: 400;
  color: #111;
  text-align: center;
}
@media (max-width: 768px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons {
    margin-top: 20px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div {
    width: auto !important;
    flex: 1 !important;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div span,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons .row > div span {
    font-size: 12px;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons svg,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-product-icons .product-icons svg {
    width: 20px;
    height: 20px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing {
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 20px;
  background: #f8f9fa;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-header h4,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-header h4 {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider {
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider {
    padding: 0 5px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider label,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #ddd;
  outline: none;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff6801;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb:hover,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb:active,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb:active {
  transform: scale(0.95);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-moz-range-thumb,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff6801;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider {
    height: 10px;
    border-radius: 5px;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-moz-range-thumb,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider-value,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-slider-value {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  display: none;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls {
    gap: 10px;
    margin-top: 15px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  border: 2px solid #e1e5e9;
  background: #fff;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn svg,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn:hover:not(:disabled),
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn:hover:not(:disabled) {
  border-color: #ff6801;
  color: #ff6801;
  background: rgba(255, 104, 1, 0.05);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn:active:not(:disabled),
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn:active:not(:disabled) {
  transform: scale(0.95);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn:disabled,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 480px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn svg,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-btn svg {
    width: 14px;
    height: 14px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input-wrapper,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  max-width: 160px;
}
@media (max-width: 480px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input-wrapper,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input-wrapper {
    gap: 6px;
    max-width: 130px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input {
  width: 80px;
  height: 44px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  background: #fff;
  padding: 0 8px;
  -moz-appearance: textfield;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input::-webkit-outer-spin-button, .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input::-webkit-inner-spin-button,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input::-webkit-outer-spin-button,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input:focus,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input:focus {
  outline: none;
  border-color: #ff6801;
  box-shadow: 0 0 0 3px rgba(255, 104, 1, 0.15);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input:hover:not(:focus),
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input:hover:not(:focus) {
  border-color: #ccc;
}
@media (max-width: 480px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-input {
    width: 65px;
    height: 40px;
    font-size: 18px;
    padding: 0 4px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-unit,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-unit {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-unit,
  .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-quantity-slider .hg-phoenix-quantity-controls .hg-phoenix-qty-unit {
    font-size: 14px;
  }
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown {
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  padding: 15px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 4px 0;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row:last-child,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row:last-child {
  margin-bottom: 0;
  border-top: 1px solid #e1e5e9;
  padding-top: 12px;
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row .hg-phoenix-pricing-label,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row .hg-phoenix-pricing-label {
  color: #666;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row .hg-phoenix-pricing-value,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-pricing-display .hg-phoenix-pricing-breakdown .hg-phoenix-pricing-row .hg-phoenix-pricing-value {
  color: #333;
  font-weight: 500;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-tier-badge,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-tier-badge {
  display: inline-block;
  background: #ff6801;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-price-display,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-price-display {
  margin-top: 20px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-price-display .hg-phoenix-simple-total .hg-phoenix-simple-price-display,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-price-display .hg-phoenix-simple-total .hg-phoenix-simple-price-display {
  font-size: 24px;
  font-weight: 700;
  color: #f2722f;
  line-height: 1.3;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-price-display .hg-phoenix-simple-total .hg-phoenix-simple-price-display .hg-phoenix-price-breakdown,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-product-details .hg-phoenix-product-pricing .hg-phoenix-per-unit-pricing .hg-phoenix-per-unit-price-display .hg-phoenix-simple-total .hg-phoenix-simple-price-display .hg-phoenix-price-breakdown {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  display: block;
  margin-top: 4px;
}
.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;
  justify-content: end;
}
.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;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker {
  margin-bottom: 24px;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker .hg-phoenix-delivery-label,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker .hg-phoenix-delivery-label {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: none;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date:hover,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date:hover {
  border-color: #FF6B00;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date:focus,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date:focus {
  border-color: #FF6B00;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date::-moz-placeholder, .wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date::-moz-placeholder {
  color: #999;
}
.hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date::placeholder,
.wp-block-hellogravel-phoenix-products .hg-phoenix-product-modal .hg-phoenix-delivery-date-picker input#hg-phoenix-delivery-date::placeholder {
  color: #999;
}

@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;
  }
}
.pac-container {
  z-index: 10000 !important;
}

.hg-phoenix-sizes-selector {
  margin: 24px 0;
}
.hg-phoenix-sizes-selector .hg-phoenix-sizes-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}
.hg-phoenix-sizes-selector .hg-phoenix-sizes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card:hover:not(.unavailable) {
  border-color: #999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card.selected {
  border-color: #999;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card.selected .hg-phoenix-size-gradation {
  background: #999;
  color: #fff;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card.unavailable {
  background: #f5f5f5;
  border-color: #e0e0e0;
  cursor: not-allowed;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card.unavailable .hg-phoenix-size-value {
  color: #ccc;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card.unavailable .hg-phoenix-size-gradation {
  background: #f5f5f5;
  color: #ccc;
  position: relative;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-card.unavailable .hg-phoenix-size-gradation::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  transform: translateY(-50%) rotate(-35deg);
}
.hg-phoenix-sizes-selector .hg-phoenix-size-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-value {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  padding: 5px 8px;
  text-align: center;
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-gradation {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-transform: lowercase;
  padding: 5px 10px;
  text-align: center;
  background: #f4f4f4;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hg-phoenix-sizes-selector .hg-phoenix-size-unavailable {
  display: none;
}

.phoenix-product-tab-button {
  border: 1px solid #000000;
  border-radius: 12px;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  padding: 6px;
  gap: 20px;
  margin-bottom: 20px;
}
.phoenix-product-tab-button .tab-button {
  width: 50%;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #000;
  font-family: "Inter", Sans-serif;
  font-weight: 600;
  transition: all ease 0.3s;
  font-size: 16px;
}
.phoenix-product-tab-button .tab-button.active {
  background: #ff6801;
  color: #fff;
}
.phoenix-product-tab-button .tab-button:hover:not(.active) {
  background: rgba(255, 104, 1, 0.1);
}

.phoenix-product-tab .tab-content[hidden] {
  display: none;
}
.phoenix-product-tab .calculator-tab .phoenix-calc-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #d7dedd;
  border-radius: 10px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-height: 40px;
  background-color: #fff;
}
.phoenix-product-tab .calculator-tab .phoenix-calc-input:focus {
  outline: none;
  border-color: #ff6801;
}
.phoenix-product-tab .calculator-tab .phoenix-calc-input::-moz-placeholder {
  color: #999;
}
.phoenix-product-tab .calculator-tab .phoenix-calc-input::placeholder {
  color: #999;
}
.phoenix-product-tab .calculator-tab label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #333;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
}
.phoenix-product-tab .calculator-tab .phoenix-calc-image {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.phoenix-product-tab .calculator-tab .theme-btn {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.phoenix-product-tab .calculator-tab .theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.phoenix-product-tab .calculator-tab .theme-btn:active {
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .phoenix-product-tab-button .tab-button {
    padding: 6px 10px;
    font-size: 14px;
  }
  .phoenix-product-tab .calculator-tab label {
    font-size: 14px;
  }
  .phoenix-product-tab .calculator-tab .phoenix-calc-input {
    font-size: 14px;
    padding: 8px;
  }
  .phoenix-product-tab .calculator-tab .theme-btn {
    padding: 12px 16px;
    font-size: 14px;
  }
}

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