/* =========================================================
   HARVEST WELL - CLEAN STABLE CSS
   ========================================================= */

/* ===== BASIC ===== */
/* =========================================================
   FONT DISPLAY OPTIMIZATION
   ========================================================= */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-display: swap;
}
img {
  max-width: 100%;
  height: auto;
}

.btn {
  border-radius: 6px;
}

/* ===== PRODUCT LISTING ===== */
.row-eq-height > div {
  display: flex;
}

.z-ps-inner {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
}

.z-ps-image-wrap {
  margin-bottom: 10px !important;
}

.z-ps-extra {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.z-ps-image-link img {
  max-width: 100% !important;
  max-height: 240px !important;
  object-fit: contain;
}

.z-ps-product-name {
  margin: 8px 0 !important;
  min-height: 48px !important;
  line-height: 1.35 !important;
}

.z-ps-price {
  margin-top: 8px !important;
}

@media (max-width: 768px) {
  .z-ps-image-link img {
    max-height: 180px !important;
  }
}

/* ===== HOMEPAGE SEO INTRO ===== */
.z-home-seo-intro {
  max-width: 1100px;
  margin: 40px auto 30px;
  padding: 0 18px;
  text-align: center;
}

.z-home-seo-intro h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #1d1d1d;
  margin: 0 auto 16px;
  max-width: 950px;
}

.z-home-seo-intro p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .z-home-seo-intro {
    margin: 28px auto 24px;
    padding: 0 16px;
  }

  .z-home-seo-intro h1 {
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  .z-home-seo-intro p {
    font-size: 15px;
    line-height: 1.75;
  }
}

/* ===== HOMEPAGE SPACING ===== */
#indexDefault,
.centerColumn {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.z-home-category-title {
  margin-bottom: 18px !important;
}

.z-home-featured-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.z-home-promo-banners {
  margin-top: 25px !important;
}

hr,
#indexDefault hr {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

/* ===== CENTER BANNERS / GENERAL IMAGES ===== */
.centerColumn .row:not(.z-service-image) img {
  max-width: 100%;
  height: auto;
}

/* ===== TRENDING TITLE ===== */
.centerBoxHeading,
h2.centerBoxHeading {
  position: relative !important;
  display: inline-block !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #20242a !important;
  letter-spacing: 0.2px !important;
  margin-top: 0 !important;
  margin-bottom: 26px !important;
  padding-bottom: 14px !important;
  text-transform: none !important;
}

.centerBoxHeading::after,
h2.centerBoxHeading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a00, #ff3f8e);
}

@media (max-width: 768px) {
  .centerBoxHeading,
  h2.centerBoxHeading {
    font-size: 22px !important;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 18px !important;
  }

  .centerBoxHeading::after,
  h2.centerBoxHeading::after {
    width: 52px;
    height: 3px;
  }
}

/* ===== REVIEW SLIDER ===== */
.z-review-slider-wrap {
  margin: 20px auto 16px !important;
  max-width: 1660px;
  padding: 0 15px;
}

.z-review-slider {
  position: relative;
  min-height: 150px !important;
  background:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url('/zencart/images/review-bg.webp') center right / cover no-repeat !important;
  overflow: hidden;
}

.z-review-slide {
  min-height: 150px;
  max-width: 700px;
  padding: 18px 20px 18px 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.z-review-stars {
  margin-bottom: 4px;
}

.z-review-stars i {
  color: #ff7a00;
  font-size: 14px;
  margin: 0 2px;
}

.z-review-title {
  font-size: 17px;
  font-weight: 700;
  margin: 3px 0;
  line-height: 1.2;
}

.z-review-text {
  font-size: 13px;
  line-height: 1.35;
  max-width: 620px;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.z-review-name {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
}

.z-review-pagination,
.swiper-pagination {
  display: none !important;
}

@media (max-width: 768px) {
  .z-review-slider-wrap {
    margin: 18px auto 16px !important;
    padding: 0 10px;
  }

  .z-review-slider {
    min-height: 120px !important;
  }

  .z-review-slide {
    min-height: 120px;
    max-width: 75%;
    padding: 14px 12px 14px 18px;
  }

  .z-review-stars i {
    font-size: 12px;
  }

  .z-review-title {
    font-size: 14px;
  }

  .z-review-text {
    font-size: 11.5px;
    line-height: 1.3;
  }

  .z-review-name {
    font-size: 11px;
  }
}

/* ===== SERVICE IMAGE CARDS ===== */
.z-service-link {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}

.z-service-link:hover {
  text-decoration: none !important;
}

.z-service-image {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  padding: 0 15px !important;
  margin: 22px 0 26px !important;
}

.z-service-image > div {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.z-service-image-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr 82px !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 120px !important;
  padding: 18px 20px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  transition: all 0.3s ease;
}

.z-service-link:hover .z-service-image-card {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(255,122,0,0.25) !important;
  border: 1px solid rgba(255,122,0,0.35) !important;
}

.z-service-open {
  background: #fdf6ef !important;
}

.z-service-overseas {
  background: linear-gradient(135deg, #fff7f1, #ffe9dc) !important;
  border: 1px solid rgba(255,122,0,0.18) !important;
}

.z-service-pickup {
  background: #eaf3ff !important;
  border: 1px solid rgba(60,120,200,0.18) !important;
}

.z-service-icon {
  display: none !important;
}

.z-service-text {
  max-width: 100% !important;
}

.z-service-title,
.z-service-text strong {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.25 !important;
}

.z-service-text p {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #333 !important;
  margin: 0 !important;
}

.z-service-image-card img {
  width: 82px !important;
  max-width: 82px !important;
  height: auto !important;
  max-height: 72px !important;
  object-fit: contain !important;
  display: block !important;
  margin-left: auto !important;
}

@media (max-width: 768px) {
  .z-service-image {
    display: block !important;
    padding: 0 14px !important;
    margin: 18px 0 22px !important;
  }

  .z-service-image > div {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 14px !important;
  }

 .z-service-image > div:last-child {
  margin-bottom: 10px !important;
}

  .z-service-image-card {
    grid-template-columns: 1fr 58px !important;
    min-height: auto !important;
    padding: 16px 14px !important;
    gap: 10px !important;
  }

  .z-service-title,
  .z-service-text strong {
    font-size: 15px !important;
  }

  .z-service-text p {
    font-size: 13px !important;
  }

  .z-service-image-card img {
    width: 58px !important;
    max-width: 58px !important;
    max-height: 50px !important;
  }

  .z-service-overseas::before {
    content: "Overseas? WhatsApp us";
    font-size: 9px !important;
    padding: 4px 7px !important;
    top: 8px !important;
    right: 8px !important;
  }
}

/* ===== FOOTER FINAL CLEAN ===== */
.z-footer-modern-wrap {
  clear: both !important;
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%) !important;
  border-top: 1px solid #e5e5e5 !important;
  padding: 26px 22px 18px !important;
  margin-top: 45px !important;
}

.z-footer-modern {
  display: grid !important;
  grid-template-columns: 1fr 1.15fr 1fr !important;
  gap: 18px !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

.z-footer-modern > div {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.z-footer-card {
  display: block !important;
  width: 100% !important;
  min-height: 190px !important;
  height: auto !important;
  background: #fff !important;
  border-radius: 16px !important;
  padding: 18px 20px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  text-align: left !important;
}

.z-footer-toggle-title {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
}

.z-footer-toggle-title h5,
.z-footer-card h5 {
  display: block !important;
  width: 100% !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #111 !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-align: left !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

.z-footer-toggle-content {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  margin-top: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.z-footer-card ul,
.z-footer-card p {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.z-footer-card p,
.z-footer-card li,
.z-footer-card a {
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #333 !important;
}

.z-footer-card li {
  margin-bottom: 6px !important;
}

.z-footer-card ul {
  list-style: none !important;
}

.z-footer-card a {
  text-decoration: none !important;
}

.z-footer-card a:hover {
  color: #ff7a00 !important;
}

.z-footer-toggle-icon {
  display: none !important;
}

/* ===== PAYMENT STRIP ===== */
.z-footer-payment-strip {
  text-align: center !important;
  padding: 12px 10px 8px !important;
  border-top: 1px solid #ececec !important;
  background: #fff !important;
}

.z-footer-payment-strip img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 110px !important;
}

/* ===== COPYRIGHT BAR ===== */
.z-footer-modern-bottom {
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
}

.z-footer-modern-bottom .row {
  display: flex;
  align-items: center;
}

.z-footer-modern-bottom .col-8 {
  width: 100% !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== BACK TO TOP ===== */
#z-move-top {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 26px !important;
  transform: translateX(-50%) !important;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#z-move-top.show-top {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#z-move-top i {
  font-size: 30px;
  color: #ff7a00;
}

/* ===== SPECIAL IMAGE FIX ===== */
img[src*="call_for_prices"] {
  width: 180px !important;
  height: auto !important;
}

/* ===== PRODUCT PAGE MOBILE FIX ===== */
@media (max-width: 768px) {
  body[id*="product"] .centerColumn,
  body[id*="product"] #productGeneral {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .product-main-image,
  .product-image,
  #productMainImage,
  #productAdditionalImages {
    margin-bottom: 10px !important;
  }

  .swiper-container,
  .swiper-wrapper,
  .swiper-slide {
    min-height: auto !important;
  }

  .z-product-info,
  .product-info,
  #productDescription,
  #cartAdd {
    margin-top: 10px !important;
  }
}

/* ===== CATEGORY PAGE SEO ===== */
#indexCategories h1 {
  margin-bottom: 18px;
}

.z-cat-seo-intro {
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
}

#indexCategories h2 {
  margin-top: 20px;
}

/* ===== MOBILE CATEGORY / BANNER WIDER VIEW ===== */
@media (max-width: 768px) {
  #indexDefault,
  .centerColumn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #indexDefault .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #indexDefault .row > div {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  #indexDefault img,
  .categoryListBoxContents img,
  .z-category-card img,
  .z-category-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .categoryListBoxContents a,
  .z-category-title,
  .z-category-card-title {
    font-size: 24px !important;
    line-height: 1.15 !important;
    margin-top: 6px !important;
  }

  #indexDefault .row {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  #indexDefault h1,
  #indexDefault .h1 {
    margin-top: 16px !important;
    margin-bottom: 12px !important;
  }

  #indexDefault img {
    margin-bottom: 6px !important;
  }
}

/* ===== MOBILE FOOTER ===== */
@media (max-width: 768px) {
  .z-footer-modern-wrap {
    padding: 14px 10px 10px !important;
    margin-top: 35px !important;
  }

  .z-footer-modern {
    display: block !important;
    max-width: 100% !important;
  }

  .z-footer-modern > div {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }

  .z-footer-card {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .z-footer-toggle-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 16px !important;
    min-height: 52px !important;
    cursor: pointer !important;
  }

  .z-footer-toggle-title h5 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }

  .z-footer-toggle-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 26px !important;
    line-height: 1 !important;
    margin-left: 10px !important;
  }

  .z-footer-toggle-content {
    display: none !important;
    padding: 0 16px 15px !important;
    margin-top: 12px !important;
  }

  .z-footer-toggle.active .z-footer-toggle-content {
    display: block !important;
  }

  .z-footer-payment-strip {
    padding: 10px 8px 8px !important;
  }

  .z-footer-payment-strip img {
    max-height: 90px !important;
  }

  .z-footer-modern-bottom .row {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}

/* ===== REVIEW TEXT POSITION ===== */

.z-review-title {
  margin-bottom: 6px !important;
}

.z-review-text {
  margin-bottom: 8px !important;
}

/* =========================================================
   OVERSEAS WHATSAPP SHAKE
   ========================================================= */

.z-service-overseas::before {
  content: "Overseas? WhatsApp us" !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: #ff8a00 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  z-index: 5 !important;

  animation: zShakeWhatsApp 2.2s infinite;
}

/* card position fix */
.z-service-overseas {
  position: relative !important;
  overflow: visible !important;
}

/* SHAKE ANIMATION */
@keyframes zShakeWhatsApp {

  0%   { transform: translateX(0); }
  5%   { transform: translateX(-2px); }
  10%  { transform: translateX(2px); }
  15%  { transform: translateX(-2px); }
  20%  { transform: translateX(2px); }
  25%  { transform: translateX(0); }

  100% { transform: translateX(0); }
}

/* =========================================================
   STRONG MOBILE GAP FIX - SERVICE TO FOOTER
   ========================================================= */

@media (max-width: 768px) {

  .z-service-image {
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
  }

  .z-service-image > div,
  .z-service-image-card {
    margin-bottom: 10px !important;
  }

  .z-service-image > div:last-child,
  .z-service-image-card:last-child {
    margin-bottom: 0 !important;
  }

  .z-footer-modern-wrap {
    margin-top: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 75px !important;
  }

  .z-footer-modern > div {
    margin-bottom: 8px !important;
  }

  .z-footer-card {
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  .z-footer-toggle-title {
    min-height: 44px !important;
    padding: 12px 18px !important;
  }

  .z-footer-payment-strip {
    padding-top: 6px !important;
    padding-bottom: 70px !important;
  }
}

/* CATEGORY TITLE CLEAN LOOK */

.categoryListBoxContents a,
.categoryListBoxContentsCentered a {
  display: block !important;
  margin-top: 10px !important;
  margin-bottom: 4px !important;

  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;

  color: #222 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
}

.categoryListBoxContents a:hover,
.categoryListBoxContentsCentered a:hover {
  color: #ff7a00 !important;
}

/* =========================================================
   OPEN 7 DAYS SIGNBOARD SHAKE
   ========================================================= */

.z-service-open img {
  animation: zOpenSignShake 2.2s infinite;
  transform-origin: top center;
}

@keyframes zOpenSignShake {
  0%   { transform: rotate(0deg); }
  5%   { transform: rotate(-4deg); }
  10%  { transform: rotate(4deg); }
  15%  { transform: rotate(-3deg); }
  20%  { transform: rotate(3deg); }
  25%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* =========================================================
   BOEI MOBILE - CONTAINED FULL SCREEN
   ========================================================= */

@media (max-width: 767px) {

  iframe[src*="boei"],
  iframe[src*="boei.help"] {
    position: fixed !important;

    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;

    width: calc(100vw - 20px) !important;
    height: calc(100dvh - 20px) !important;

    max-width: calc(100vw - 20px) !important;
    max-height: calc(100dvh - 20px) !important;

    border-radius: 14px !important;
    overflow: hidden !important;

    z-index: 999999999 !important;
    background: #fff !important;
  }

}

@media (min-width: 768px) {

  .z-footer-toggle-content ul {
    column-count: 2;
    column-gap: 30px;
  }

  .z-footer-toggle-content li {
    break-inside: avoid;
    margin-bottom: 8px !important;
  }

}

/* =========================================================
   HEADER FINAL CLEAN VERSION
   ========================================================= */

.header-top {
  padding: 6px 0 !important;
  background: #d9e1d2 !important;
  min-height: 95px !important;
  align-items: center !important;
}

/* DESKTOP ONLY */
@media (min-width: 992px) {

  .header-top .col-lg-3,
  .header-top .col-lg-6 {
    display: flex !important;
    align-items: center !important;
  }

  .header-top .col-lg-6.text-center {
    justify-content: center !important;
  }

  .header-top img {
    max-height: 85px !important;
    width: auto !important;
    display: block !important;
  }

  .z-header-cards {
    display: flex !important;
    align-items: center !important;
  }

  .z-header-phone {
    display: flex !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-left: 18px !important;
    white-space: nowrap !important;
  }

  .header-tools {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }

  .header-tools li {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }

  .header-tools li i {
    margin-right: 7px !important;
  }
}

/* MOBILE ONLY */
@media (max-width: 991px) {

  .header-top {
    padding: 8px 10px !important;
    min-height: auto !important;
  }

  .header-top img {
    max-height: 60px !important;
    width: auto !important;
  }

}

/* =========================================================
   MOBILE HOMEPAGE SLIDER HEIGHT OPTIMIZATION
   ========================================================= */

@media (max-width: 767px) {

  .index-slideshow img,
  .index-swiper-slideshow img,
  .index-swiper-slideshow .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
    object-fit: cover !important;
  }

}

/* =========================================================
   HOMEPAGE MOBILE FINAL POLISH
   ========================================================= */

@media (max-width: 767px) {

  .z-home-seo-intro {
    margin-top: 20px !important;
    padding-top: 0 !important;
  }

  .z-home-seo-intro h1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  .index-swiper-slideshow img {
    border-radius: 8px !important;
  }

}

.z-cat-overlay-title {
  position: absolute !important;
  left: 14px !important;
  bottom: 2px !important;

  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;

  text-shadow:
    0 1px 4px rgba(0,0,0,0.85),
    0 0 6px rgba(0,0,0,0.65) !important;

  background: rgba(0,0,0,0.12) !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
}

#z-mobile-menu-wrapper .z-li-parent > ul {
  display: none !important;
}

#z-mobile-menu-wrapper .z-li-parent.z-mobile-cat-open > ul {
  display: block !important;
}

/* =========================================================
   HARVEST WELL CHECKOUT CONTINUE BUTTON
   ========================================================= */

.z-checkout-continue-wrap{
  clear:both;
  margin:22px 0 10px;
  text-align:left;
}

.z-checkout-continue-btn{
  width:100%;
  max-width:380px;
  min-height:56px;
  background:#ffc107;
  border:0;
  border-radius:10px;
  color:#222;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
  transition:all .2s ease;
}

.z-checkout-continue-btn:hover{
  background:#ffb300;
  transform:translateY(-1px);
}

@media(max-width:767px){

  .z-checkout-continue-wrap{
    text-align:center;
  }

  .z-checkout-continue-btn{
    max-width:100%;
    min-height:58px;
    font-size:18px;
  }

}

/* =========================================================
   HARVEST WELL CHECKOUT SHIPPING ADDRESS PAGE
   ========================================================= */

#checkoutShipAddressDefault{
  max-width:900px;
}

#checkoutShipAddressDefault fieldset{
  border:1px solid #e2e2e2;
  border-radius:12px;
  padding:18px;
  margin:18px 0;
  background:#fff;
}

#checkoutShipAddressDefault legend{
  font-size:22px;
  font-weight:700;
  padding:0 8px;
}

#checkoutShipAddressDefault label,
#checkoutShipAddressDefault .inputLabel{
  display:block;
  font-size:16px;
  font-weight:600;
  margin:16px 0 6px;
  color:#222;
}

#checkoutShipAddressDefault input[type="text"],
#checkoutShipAddressDefault input[type="tel"],
#checkoutShipAddressDefault input[type="email"],
#checkoutShipAddressDefault select{
  width:100% !important;
  height:46px;
  border:1px solid #ccd3d8;
  border-radius:6px;
  padding:8px 12px;
  font-size:16px;
  background:#fff;
  box-sizing:border-box;
}

#checkoutShipAddressDefault input:focus,
#checkoutShipAddressDefault select:focus{
  border-color:#ffc107;
  outline:none;
  box-shadow:0 0 0 3px rgba(255,193,7,.18);
}

/* =========================================================
   CURRENT ADDRESS SECTION
   ========================================================= */

#checkoutShipAddressDefault address.back{
  display:inline-block;
  vertical-align:top;
  min-width:280px;
  padding:14px 18px;
  border:2px solid #e5e5e5;
  border-radius:12px;
  background:#fff;
  margin-top:8px;
  margin-right:24px;
  line-height:1.45;
}

#checkoutShipAddressDefault .instructions{
  display:inline-block;
  vertical-align:top;
  max-width:520px;
  margin:8px 0 18px 24px;
  line-height:1.45;
}

/* =========================================================
   NEW SHIPPING ADDRESS FORM
   ========================================================= */

#checkoutNewAddress{
  margin-top:20px;
}

input[name="gender"],
label[for*="gender"]{
  display:none;
}

/* =========================================================
   SAVE NEW ADDRESS BUTTON
   ========================================================= */

.z-checkout-save-btn{
  background:#17a2b8;
  color:#fff;
  border:0;
  border-radius:10px;
  padding:12px 24px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  transition:all .2s ease;
}

.z-checkout-save-btn:hover{
  background:#138496;
}

/* =========================================================
   SAVED ADDRESS CARDS
   ========================================================= */

.z-address-book-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:12px;
}

.z-address-card{
  display:flex;
  gap:10px;
  border:2px solid #e5e5e5;
  border-radius:12px;
  padding:14px;
  background:#fff;
  cursor:pointer;
  transition:all .2s ease;
  min-height:120px;
}

.z-address-card:hover{
  border-color:#ffc107;
  background:#fffdf5;
}

.z-address-card-selected{
  border-color:#ffc107;
  background:#fff8dc;
  box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.z-address-radio{
  padding-top:3px;
}

.z-address-radio input{
  transform:scale(1.25);
  cursor:pointer;
}

.z-address-name{
  font-weight:700;
  font-size:16px;
  margin-bottom:6px;
  color:#111;
}

.z-address-text{
  font-size:15px;
  line-height:1.4;
  color:#333;
}

/* =========================================================
   CONTINUE / BACK AREA
   ========================================================= */

#checkoutShipAddressDefault .buttonRow.forward{
  float:none;
  clear:both;
  margin:24px 0 12px;
  text-align:left;
}

#checkoutShipAddressDefault .buttonRow.back{
  float:none;
  clear:both;
  margin-top:16px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:767px){

  #checkoutShipAddressDefault{
    padding:0 12px;
  }

  #checkoutShipAddressDefault fieldset{
    padding:14px;
  }

  #checkoutShipAddressDefault input[type="text"],
  #checkoutShipAddressDefault input[type="tel"],
  #checkoutShipAddressDefault input[type="email"],
  #checkoutShipAddressDefault select{
    height:48px;
    font-size:16px;
  }

  #checkoutShipAddressDefault address.back,
  #checkoutShipAddressDefault .instructions{
    display:block;
    width:100%;
    max-width:100%;
    margin:10px 0;
  }

  .z-address-book-list{
    grid-template-columns:1fr;
  }

  .z-address-card{
    min-height:auto;
    padding:13px;
  }

}

.z-address-divider{
  margin:30px 0 15px;
  padding-top:20px;
  border-top:2px solid #eee;
  font-size:24px;
  font-weight:700;
}

#checkoutPayAddressDefault #checkoutNewAddress legend{
  display:none;
}