@media (max-width: 767px) {
  .product1__imgwrap { aspect-ratio: 1; height: auto; }
  .product2__imgwrap { aspect-ratio: 1; height: auto; }
}
@media (max-width: 480px) {
  .product1__imgwrap { aspect-ratio: 1; height: auto; }
  .product2__imgwrap { aspect-ratio: 1; height: auto; }
}

:root {
  --primary-color: #233e92;
  --secondary-color: #95b46a;
  --subheader-color: #233e92;
  --header-background: #1b4332;
  --subheader-background: #233e92;
  --header-support-border: rgba(255,255,255,0.15);
  --header-icon-bg: rgba(255,255,255,0.12);
  --text-white: #fff;
  --text-muted: #adb5bd;
  --white-bg: #fff;
  --border-color: #e9ecef;
  --form-border-color: #ced4da;
  --form-text-color: #495057;
  --overlay-light: rgba(0,0,0,0.3);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.1);
  --hover-bg: #f8f9fa;
  --white-hover: rgba(255,255,255,0.1);
  --body-background: #fff;
  --text-color: #333;
}

/* Cart hover dropdown */
.mini-cart:hover .top-cart-content {
  z-index: 199;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/* Cart dropdown action buttons */
.mini-cart .top-cart-content .pd.right_ct .btn {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
}
.mini-cart .top-cart-content .pd.right_ct .btn:hover {
  filter: brightness(1.15);
}

.header-contact-compact .header-right-support {
  padding-right: 15px;
}

.header-contact-compact .header-right-support-info-icon {
  width: 40px;
  height: 40px;
}

.header-contact-compact .header-contact-body {
  white-space: nowrap;
}

.header-contact-compact .header-contact-body span {
  display: block;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.3;
}

.header-contact-compact .header-contact-body a {
  font-size: 16px;
  color: var(--text-white);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.3;
}

.header-contact-compact .header-contact-body a:hover {
  color: var(--secondary-color);
}

.header-contact-compact .header-contact-body .contact-email {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 1px;
  line-height: 1.3;
}

.footer .hotline-item .orange a {
  color: var(--secondary-color) !important;
}

.bao-gia-btn {
  color: var(--text-white);
  text-decoration: none;
  white-space: nowrap;
}
.bao-gia-btn:hover {
  color: var(--secondary-color);
  text-decoration: none;
}
.bao-gia-btn svg {
  color: var(--text-white);
}
.bao-gia-btn:hover svg {
  color: var(--secondary-color);
}
.bao-gia-label {
  font-size: 14px;
  margin-left: 0;
}

.header-cart-stack .cart-label {
  font-size: 13px;
  margin-left: 0;
  margin-top: 2px;
}
.header-cart-stack .bao-gia-btn {
  margin-top: 4px;
}
.header-cart-stack .bao-gia-label {
  font-size: 13px;
  margin-left: 0;
  margin-top: 2px;
}
.header-cart-stack .bao-gia-btn svg {
  width: 22px;
  height: 22px;
}

.header-cart-stack .cartgroup svg.icon {
  width: 26px;
  height: 26px;
}

.cart-label {
  color: var(--text-white);
  font-size: 13px;
  margin-left: 6px;
  white-space: nowrap;
}

.btn-main {
  background: var(--primary-color);
  color: var(--text-white);
}
.btn-main:hover {
  background: var(--subheader-color);
  color: var(--text-white);
}

.subheader-info-list {
  gap: 8px;
  margin: 0 auto;
}
.subheader-info-list .cat-menu-info-s-item {
  display: flex;
  align-items: center;
  color: var(--text-white);
  text-decoration: none;
  padding: 4px 26px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  transition: background 0.2s;
}
.subheader-info-list .cat-menu-info-s-item:hover {
  background: var(--white-hover);
  color: var(--text-white);
  text-decoration: none;
}
.header.header_menu .mid-header {
  background: #fff;
}
.header.header_menu .mid-header .toggle-nav .bar {
  background: #333;
}
.header.header_menu .mid-header .header-right a,
.header.header_menu .mid-header .header-right span,
.header.header_menu .mid-header .header-right .cart-label,
.header.header_menu .mid-header .header-right .bao-gia-btn,
.header.header_menu .mid-header .header-right .bao-gia-label {
  color: #333;
}
.header.header_menu .mid-header .header-right svg {
  color: #333;
  fill: #333;
}
.header.header_menu .mid-header .header-right .count_item_pr {
  color: #fff;
  background: var(--subheader-color, #2d6a4f);
}
.header.header_menu .mid-header .header-right .cartgroup svg.icon {
  fill: #333 !important;
}
.header.header_menu .mid-header .header-right .bao-gia-btn svg {
  stroke: #ffffff !important;
}
.header.header_menu .mid-header .header-right .bao-gia-btn:hover svg {
  stroke: var(--secondary-color) !important;
}
.header.header_menu .search-bar .btn svg {
  fill: #ffffff !important;
}
.header.header_menu .header-contact-compact .header-contact-body span,
.header.header_menu .header-contact-compact .header-contact-body .contact-email {
  color: #666;
}
.header.header_menu .header-contact-compact .header-contact-body a {
  color: #333;
}
.header.header_menu .header-contact-compact .header-right-support-info-icon svg {
  fill: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.header.header_menu .search-bar input {
  color: #333;
}
.header.header_menu .search-bar input::placeholder {
  color: #999;
}

.subheader {
  background: #233e92 !important;
  color: #ffff13 !important;
}
.subheader .subheader-info-list .cat-menu-info-s-item {
  color: #ffff13;
}
.subheader .subheader-info-list .cat-menu-info-s-item svg {
  stroke: #ffff13 !important;
}
.subheader .subheader-right ul li a {
  color: #ffff13;
}
.subheader .subheader-right ul li a svg {
  stroke: #ffff13 !important;
}
.subheader .subheader-right ul li a span {
  color: #ffff13;
}

.subheader-info-list .cat-menu-info-s-item svg {
  margin-right: 6px;
  flex-shrink: 0;
}
.nav-intro__icon {
    width: auto;
    height: 24px;
  margin-right: 6px;
  flex-shrink: 0;
}

/* === Category Product (galen style) === */
.categoryProduct {
  margin-bottom: 24px;
}
.categoryProduct .home-tabs {
  margin-bottom: 0;
  position: relative;
}
.categoryProduct .title-bar__viewall {
  position: absolute;
  right: 0;
  /* top: 8px; */
  font-size: 14px;
  color: #e60000;
  text-decoration: none;
  z-index: 2;
}
.categoryProduct .title-bar__viewall:hover {
  color: #cc0000;
}

/* === Home Tabs (galen.com.vn style) === */
.home-tabs {
  margin-bottom: 24px;
}
.home-tabs__tab-list {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
  z-index: 1;
}
.home-tabs__tab-list::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #233e92;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.home-tabs__tab {
  color: #fff;
  position: relative;
  background-color: #233e92;
  padding: 0 31px 0 18px;
}
.home-tabs__tab::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #ed1c24;
  border-bottom: 10px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid #ed1c24;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
}
.home-tabs__tab:only-child::after {
  display: none;
}
.home-tabs__tab:only-child::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-bottom: 1px solid #233e92;
    border-left: 50px solid #233e92;
    border-right: 40px solid transparent;
    position: absolute;
    z-index: 10;
    left: 100%;
    bottom: 0;
}
.home-tabs__tab--first::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid #233e92;
  border-left: 16px solid #233e92;
  border-right: 16px solid transparent;
  position: absolute;
  z-index: 10;
  left: 100%;
  bottom: 0;
}
.home-tabs__tab--last {
  background-color: #ed1c24;
  padding: 0 3px 0 32px;
}
.home-tabs__tab--last::before {
  display: none;
}
.home-tabs__tab--last::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #ed1c24;
  border-left: 32px solid #ed1c24;
  border-right: 32px solid transparent;
  position: absolute;
  z-index: 10;
  left: 100%;
  bottom: 0;
  pointer-events: none;
}
.home-tabs__tab-link {
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.home-tabs__tab-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffff13;
}
.home-tabs__tab-link:hover,
.home-tabs__tab-link:focus,
.home-tabs__tab-link:active {
  color: #fff;
  text-decoration: none;
}
.home-tabs .home-tabs__tab-link.active,
.home-tabs .home-tabs__tab-link.active:hover,
.home-tabs .home-tabs__tab-link.active:focus,
.home-tabs .home-tabs__tab-link.active:active,
.nav-pills .home-tabs__tab-link.active,
.nav-pills .show > .home-tabs__tab-link {
  background-color: transparent;
  color: #fff;
}
.home-tabs__tab:not(:only-child) .home-tabs__tab-link:not(.active) {
  opacity: 0.55;
}
.home-tabs__text:last-child {
  display: none;
}
@media (max-width: 575px) {
  .home-tabs__text:first-child {
    display: none;
  }
  .home-tabs__text:last-child {
    display: inline;
  }
}

/* === Tab-content (galen style) === */
.tab-content {
  display: block;
}
.tab-pane {
  display: none;
}

/* === Product slider === */
.product-slider {
  margin: 0 -8px;
  position: relative;
  overflow: visible;
}
.product-slider__slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.product-slider__slider img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.product-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.25s ease;
  opacity: 1;
}
.product-slider__arrow:hover {
  background: #233e92;
  box-shadow: 0 4px 12px rgba(35,62,146,0.3);
  transform: translateY(-50%) scale(1.08);
}
.product-slider__arrow--prev {
  left: 6px;
}
.product-slider__arrow--next {
  right: 6px;
}
.product-slider__arrow svg {
  width: 18px;
  height: 18px;
  fill: #333;
  transition: fill 0.25s ease;
}
.product-slider__arrow:hover svg {
  fill: #fff;
}
.product-slider__slide {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .product-slider__slide { flex: 0 0 33.333%; max-width: 33.333%; }
}
@media (max-width: 767px) {
  .product-slider__slide { flex: 0 0 50%; max-width: 50%; }
}

/* === Title bar (galen style) === */
.title-bar {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.title-bar::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #233e92;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.title-bar__title {
  margin-right: auto;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 38px;
  padding: 0 30px;
  background-color: #233e92;
  color: #ffffff;
  position: relative;
  border-radius: 0;
}
.title-bar__title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 19px solid;
  border-top: 19px solid transparent;
  border-bottom: 19px solid #233e92;
  border-left: 32px solid #233e92;
  border-right: 32px solid transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.title-bar__title a {
  color: #ffffff;
}
.title-bar__title a:hover {
  color: #ffffff;
}
.title-bar__viewall {
  display: inline-block;
  color: #ed1c24;
  font-size: 14px;
  margin-top: 11px;
  white-space: nowrap;
}
.title-bar__viewall:hover {
  text-decoration: underline;
  color: #ed1c24;
}

/* === Product section (galen style) === */
.product-section {
  margin-bottom: 24px;
}
.product-section__bannerlink {
  display: block;
  width: 253px;
  float: left;
  position: relative;
}
.product-section__banner {
  width: 100%;
}
.product-list {
  display: flex;
  flex-flow: row wrap;
  /* margin-left: 266px; */
  position: relative;
  top: 1px;
  /* border: 1px solid #ebebeb; */
  border-right: none;
  border-bottom: none;
}
.product-list__item {
  width: 25%;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  position: relative;
  display: flex;
}
.product-list__item > .product2 {
  width: 100%;
}
.product2 {
  text-align: center;
  padding: 8px 8px;
  background-color: #ffffff;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.product2:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}
.product2__imgwrap {
  display: block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.product2__imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  display: block;
}
.product2__name {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 0;
  flex: 1 0 auto;
}
.product2__name:hover {
  color: #233e92;
}
.product2__price {
  font-size: 19px;
  font-weight: bold;
  line-height: 21px;
  color: #d20c2d;
  margin-bottom: 10px;
}
.product2__oldprice {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #999999;
  margin-bottom: 15px;
  text-decoration: line-through;
}

/* Slider override for product-list */
.product-slider .product-list {
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.product-slider .product-list__item {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 1199px) {
  .product-section__bannerlink {
    display: none;
  }
  .product-list {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .product-list__item {
    width: 33.3334%;
  }
  .product-slider .product-list__item {
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }
}
@media (max-width: 767px) {
  .product-slider .product-list__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .product-list__item {
    width: 50%;
  }
}

/* === Hide slider arrows on category product sections === */
.categoryProduct .product-slider__arrow {
  display: none;
}

/* === Product card (galen style) === */
.product1 {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.product1:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}
.product-sale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ed1c24;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 0 0 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.product-sale__small {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.product1__imgwrap {
  display: block;
  overflow: hidden;
  text-align: center;
  background: #fff;
  width: 100%;
  aspect-ratio: 1;
}
.product1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s;
}
.product1:hover .product1__img {
  transform: scale(1.08);
}
.product2:hover .product2__imgwrap img {
  transform: scale(1.08);
}
.product1__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0 10px;
  flex: 1 0 auto;
}
.product1__name a {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product1__name a:hover {
  color: var(--primary-color, #2d6a4f);
}
.price-wrapper {
  padding: 6px 10px 10px;
}
.product1__price {
  font-size: 16px;
  font-weight: 700;
  color: #ed1c24;
  margin: 0;
}
.product1__oldprice {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin: 0;
}
.wrap-add-cart {
  padding: 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.quantity {
  display: flex;
  align-items: center;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.btn-minusProduct,
.btn-plusProduct {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.btn-minusProduct:hover,
.btn-plusProduct:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #333;
}
.quantityProduct {
  width: 32px;
  height: 26px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px;
  outline: none;
}
.btn-buyNow {
  flex: 1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color, #2d6a4f);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}
.btn-buyNow.addToCart {
  flex: 0 0 32px;
  height: 28px;
  font-size: 12px;
}
.btn-buyNow:hover {
  background: var(--secondary-color, #d4a017);
  color: #fff;
  text-decoration: none;
}
.btn-buyNow i,
.btn-buyNow svg {
  color: #fff;
}
.btn-buyNow.addToCart i {
  font-size: 12px;
}

/* Slick slider overrides for product slider */
.js-product-slider.slick-slider {
  margin: 0 -8px;
}
.js-product-slider .slick-list {
  padding: 4px 0;
}
.js-product-slider .slick-slide {
  padding: 0 8px;
}
.js-product-slider .slick-prev,
.js-product-slider .slick-next {
  width: 36px;
  height: 36px;
  z-index: 2;
}
.js-product-slider .slick-prev:before,
.js-product-slider .slick-next:before {
  color: #333;
}
.js-product-slider .slick-prev {
  left: 0;
}
.js-product-slider .slick-next {
  right: 0;
}

/* === Footer (custom-footer-bg) === */
.custom-footer-bg {
  position: relative;
  overflow: hidden;
}
.custom-footer-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color, #2d6a4f), var(--secondary-color, #95b46a));
  z-index: 1;
}
.custom-footer-bg .mid-footer {
  padding: 50px 0 30px;
}
.custom-footer-bg .footer-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255,255,255,0.12);
  color: #fff;
  position: relative;
}
.custom-footer-bg .footer-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--secondary-color, #95b46a);
}
.custom-footer-bg .footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.custom-footer-bg .single-contact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}
.custom-footer-bg .single-contact i {
  width: 18px;
  margin-top: 3px;
  color: var(--secondary-color, #95b46a);
  font-size: 16px;
}
.custom-footer-bg .single-contact .content strong {
  color: #fff;
  font-weight: 600;
}
.custom-footer-bg .single-contact .content a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.custom-footer-bg .single-contact .content a:hover {
  color: #fff;
}
.custom-footer-bg .footer-social {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.custom-footer-bg .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s;
}
.custom-footer-bg .footer-social li a:hover {
  background: var(--secondary-color, #95b46a);
  transform: translateY(-2px);
}
.custom-footer-bg .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-footer-bg .footer-links li {
  margin-bottom: 10px;
}
.custom-footer-bg .footer-links a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
  position: relative;
  padding-left: 15px;
}
.custom-footer-bg .footer-links a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: var(--secondary-color, #95b46a);
  transition: left 0.2s;
}
.custom-footer-bg .footer-links a:hover {
  color: #fff;
  padding-left: 20px;
}
.custom-footer-bg .footer-links a:hover::before {
  left: 3px;
}
.custom-footer-bg .footer-subscribe .input-group {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.custom-footer-bg .footer-subscribe .form-control {
  flex: 1;
  border: none;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-radius: 4px 0 0 4px;
}
.custom-footer-bg .footer-subscribe .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}
.custom-footer-bg .btn-subscribe {
  border: none;
  background: var(--secondary-color, #95b46a);
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: background 0.2s;
  white-space: nowrap;
}
.custom-footer-bg .btn-subscribe:hover {
  background: var(--primary-color, #2d6a4f);
}
.custom-footer-bg .trustbadge img {
  opacity: 0.85;
  transition: opacity 0.2s;
}
.custom-footer-bg .trustbadge img:hover {
  opacity: 1;
}
.custom-footer-bg .bg-footer-bottom {
  /* border-top: 1px solid rgba(255,255,255,0.08); */
  padding: 20px 0;
}
.custom-footer-bg .copyright-text {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  margin: 0;
}
.custom-footer-bg .copyright-text a {
  color: var(--secondary-color, #95b46a);
  text-decoration: none;
}
.custom-footer-bg .copyright-text a:hover {
  text-decoration: underline;
}
.custom-footer-bg .payment-label {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
@media (max-width: 767px) {
  .custom-footer-bg .mid-footer {
    padding: 30px 0 20px;
  }
  .custom-footer-bg .footer-title {
    margin-top: 20px;
  }
}
