/* Home page */
.home .site-main,
.page-template-front-page .site-main {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.home .hero-slider,
.page-template-front-page .hero-slider {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  background: var(--hero-slider-bg, #eef2f7);
}

.home .hero-float-wrap,
.page-template-front-page .hero-float-wrap {
  position: relative;
}

@media (min-width: 1360px) {
  .home .hero-float-wrap,
  .page-template-front-page .hero-float-wrap {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
  }
}

.home .hero-float-wrap .affiliate-cta--floating,
.page-template-front-page .hero-float-wrap .affiliate-cta--floating {
  position: absolute;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
  z-index: 4;
  width: min(320px, calc(100% - 136px));
  padding: 0 !important;
}

.home .hero-float-wrap .affiliate-cta--floating .affiliate-cta__inner,
.page-template-front-page .hero-float-wrap .affiliate-cta--floating .affiliate-cta__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: 1fr;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(3px);
}

.home .hero-float-wrap .affiliate-cta--floating .affiliate-cta__content h2,
.page-template-front-page .hero-float-wrap .affiliate-cta--floating .affiliate-cta__content h2 {
  font-size: 22px;
}

.home .hero-float-wrap .affiliate-cta--floating .affiliate-cta__content p,
.page-template-front-page .hero-float-wrap .affiliate-cta--floating .affiliate-cta__content p {
  font-size: 13px;
}

.home .hero-slider__slide,
.page-template-front-page .hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
  overflow: hidden;
  will-change: opacity;
}

.home .hero-slider__slide.is-active,
.page-template-front-page .hero-slider__slide.is-active {
  opacity: 1;
}

.home .hero-slide-widget,
.page-template-front-page .hero-slide-widget,
.home .hero-slide-widget > div,
.page-template-front-page .hero-slide-widget > div {
  width: 100%;
  height: 100%;
}

.home .hero-slider__slide > a,
.home .hero-slider__slide > div,
.page-template-front-page .hero-slider__slide > a,
.page-template-front-page .hero-slider__slide > div {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home .hero-slider__slide .widget,
.home .hero-slider__slide .textwidget,
.home .hero-slider__slide figure,
.home .hero-slider__slide .wp-block-image,
.page-template-front-page .hero-slider__slide .widget,
.page-template-front-page .hero-slider__slide .textwidget,
.page-template-front-page .hero-slider__slide figure,
.page-template-front-page .hero-slider__slide .wp-block-image {
  width: 100%;
  height: 100%;
  margin: 0;
}

.home .hero-slide-widget img,
.page-template-front-page .hero-slide-widget img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home .hero-slider__slide img,
.page-template-front-page .hero-slider__slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home .hero-slide-card,
.page-template-front-page .hero-slide-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--hero-slide-bg, var(--hero-slider-bg, #eef2f7));
}

.home .hero-slide-card::after,
.page-template-front-page .hero-slide-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.58) 0%, rgba(15, 23, 42, 0.22) 38%, rgba(15, 23, 42, 0.04) 68%);
  z-index: 1;
  pointer-events: none;
}

.home .hero-slide-card img,
.page-template-front-page .hero-slide-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home .hero-slide-widget .hero-slider__content,
.page-template-front-page .hero-slide-widget .hero-slider__content {
  position: absolute;
  left: clamp(34px, 6vw, 110px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: min(44%, 560px);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.home .hero-slider__tag,
.page-template-front-page .hero-slider__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 187, 59, 0.95);
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home .hero-slide-widget .hero-slider__content h2,
.page-template-front-page .hero-slide-widget .hero-slider__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  -webkit-text-stroke: 0.6px rgba(15, 23, 42, 0.5);
  text-shadow:
    0 2px 4px rgba(15, 23, 42, 0.55),
    0 6px 18px rgba(15, 23, 42, 0.35);
}

.home .hero-slide-widget .hero-slider__content p,
.page-template-front-page .hero-slide-widget .hero-slider__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.25vw, 21px);
  line-height: 1.4;
  -webkit-text-stroke: 0.35px rgba(15, 23, 42, 0.35);
  text-shadow:
    0 1px 3px rgba(15, 23, 42, 0.55),
    0 4px 10px rgba(15, 23, 42, 0.28);
}

.home .hero-slider__cta,
.page-template-front-page .hero-slider__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffbe45 0%, #f59e0b 100%);
  border: 1px solid #c97d00;
  color: #111827;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 18px rgba(190, 120, 5, 0.28);
}

.home .promo-banner__widget,
.page-template-front-page .promo-banner__widget {
  position: relative;
  z-index: 1;
}

.home .hero-slider__controls,
.page-template-front-page .hero-slider__controls {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.home .hero-slider__arrow,
.page-template-front-page .hero-slider__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(55, 65, 81, .7);
  color: #fff;
}

.home .hero-slider__arrow--prev,
.page-template-front-page .hero-slider__arrow--prev { left: 14px; }
.home .hero-slider__arrow--next,
.page-template-front-page .hero-slider__arrow--next { right: 14px; }

.home .hero-slider__dots,
.page-template-front-page .hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  pointer-events: auto;
}

.home .hero-slider__dot,
.page-template-front-page .hero-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,.75);
}

.home .hero-slider__dot.is-active,
.page-template-front-page .hero-slider__dot.is-active {
  background: #f59e0b;
}

.home .category-section,
.page-template-front-page .category-section,
.home .affiliate-cta,
.page-template-front-page .affiliate-cta,
.home .featured-products,
.page-template-front-page .featured-products,
.home .best-sellers,
.page-template-front-page .best-sellers,
.home .promo-banner,
.page-template-front-page .promo-banner {
  padding: 10px 0;
}

.home .category-section__inner,
.home .affiliate-cta__inner,
.home .featured-products__inner,
.home .best-sellers__inner,
.home .promo-banner__inner,
.page-template-front-page .category-section__inner,
.page-template-front-page .affiliate-cta__inner,
.page-template-front-page .featured-products__inner,
.page-template-front-page .best-sellers__inner,
.page-template-front-page .promo-banner__inner {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}

.home .affiliate-cta__inner,
.page-template-front-page .affiliate-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background: linear-gradient(120deg, #fff9ec 0%, #ffffff 45%, #f3f6ff 100%);
  border: 1px solid #e8edf7;
  border-radius: 14px;
  padding: 16px 18px;
}

.home .affiliate-cta__tag,
.page-template-front-page .affiliate-cta__tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #f59e0b;
  color: #111827;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 8px;
}

.home .affiliate-cta__content h2,
.page-template-front-page .affiliate-cta__content h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #0f172a;
}

.home .affiliate-cta__content p,
.page-template-front-page .affiliate-cta__content p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 14px;
}

.home .affiliate-cta__button,
.page-template-front-page .affiliate-cta__button {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid #d98d00;
  background: #f4a51c;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 18px;
  transition: background-color .18s ease, transform .12s ease;
}

.home .affiliate-cta__button:hover,
.page-template-front-page .affiliate-cta__button:hover {
  background: #f0a000;
  color: #111827;
  transform: translateY(-1px);
}

.home .section-head,
.page-template-front-page .section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}

.home .section-head h2,
.page-template-front-page .section-head h2 {
  margin: 0;
  font-size: 25px;
  color: #0b2247;
  line-height: 1.2;
}

.home .section-head p,
.page-template-front-page .section-head p {
  margin: 0;
  color: #64748b;
}

.home .category-grid,
.page-template-front-page .category-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 120px;
  gap: 20px;
  overflow-x: auto;
  padding: 0 14px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home .category-grid::-webkit-scrollbar,
.page-template-front-page .category-grid::-webkit-scrollbar {
  display: none;
}

.home .category-carousel,
.page-template-front-page .category-carousel {
  position: relative;
}

.home .category-carousel--full,
.page-template-front-page .category-carousel--full {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

.home .category-carousel__arrow,
.page-template-front-page .category-carousel__arrow {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(55, 65, 81, .78);
  color: #fff;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home .category-carousel__arrow--prev,
.page-template-front-page .category-carousel__arrow--prev {
  left: 0px;
}

.home .category-carousel__arrow--next,
.page-template-front-page .category-carousel__arrow--next {
  right: 4px;
}

.home .category-card,
.page-template-front-page .category-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.home .category-card__media,
.page-template-front-page .category-card__media {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
  border: 4px solid #bae6fd;
  box-shadow: inset 0 0 0 2px #fff;
}

.home .category-card__title,
.page-template-front-page .category-card__title {
  width: 120px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #111827;
}

.home .featured-products__grid ul.products,
.page-template-front-page .featured-products__grid ul.products,
.home .best-sellers__grid ul.products,
.page-template-front-page .best-sellers__grid ul.products {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.home .featured-products__grid ul.products li.product,
.page-template-front-page .featured-products__grid ul.products li.product,
.home .best-sellers__grid ul.products li.product,
.page-template-front-page .best-sellers__grid ul.products li.product {
  position: relative;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  clear: none !important;
  display: flex;
  flex-direction: column;
  border: 1px solid #e7edf6;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
  min-height: 230px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home .featured-products__grid ul.products li.product:hover,
.page-template-front-page .featured-products__grid ul.products li.product:hover,
.home .best-sellers__grid ul.products li.product:hover,
.page-template-front-page .best-sellers__grid ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, .12);
  border-color: #d7e3f4;
}

.home .featured-products__grid ul.products li.product img,
.page-template-front-page .featured-products__grid ul.products li.product img,
.home .best-sellers__grid ul.products li.product img,
.page-template-front-page .best-sellers__grid ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 0 8px !important;
}

.home .featured-products__grid ul.products li.product .woocommerce-loop-product__title,
.page-template-front-page .featured-products__grid ul.products li.product .woocommerce-loop-product__title,
.home .best-sellers__grid ul.products li.product .woocommerce-loop-product__title,
.page-template-front-page .best-sellers__grid ul.products li.product .woocommerce-loop-product__title {
  margin: 6px 0 4px;
  font-size: 13px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none !important;
}

.home .featured-products__grid ul.products li.product a,
.home .best-sellers__grid ul.products li.product a,
.page-template-front-page .featured-products__grid ul.products li.product a,
.page-template-front-page .best-sellers__grid ul.products li.product a {
  text-decoration: none !important;
}

.home .featured-products__grid .price,
.page-template-front-page .featured-products__grid .price,
.home .best-sellers__grid .price,
.page-template-front-page .best-sellers__grid .price {
  font-weight: 700;
  color: #0f172a;
}

.home .featured-products__grid .button,
.home .featured-products__grid .add_to_cart_button,
.home .featured-products__grid .atik-loop-buy-now,
.home .best-sellers__grid .button,
.home .best-sellers__grid .add_to_cart_button,
.home .best-sellers__grid .atik-loop-buy-now,
.page-template-front-page .featured-products__grid .button,
.page-template-front-page .featured-products__grid .add_to_cart_button,
.page-template-front-page .featured-products__grid .atik-loop-buy-now,
.page-template-front-page .best-sellers__grid .button,
.page-template-front-page .best-sellers__grid .add_to_cart_button,
.page-template-front-page .best-sellers__grid .atik-loop-buy-now {
  background: #ffa41c !important;
  border: 1px solid #f08804 !important;
  color: #0f1111 !important;
  border-radius: 999px !important;
  min-height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  width: 100%;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.home .featured-products__grid .button,
.home .featured-products__grid .add_to_cart_button,
.home .best-sellers__grid .button,
.home .best-sellers__grid .add_to_cart_button,
.page-template-front-page .featured-products__grid .button,
.page-template-front-page .featured-products__grid .add_to_cart_button,
.page-template-front-page .best-sellers__grid .button,
.page-template-front-page .best-sellers__grid .add_to_cart_button {
  margin-top: auto;
  margin-bottom: 8px;
}

.home .featured-products__grid .atik-loop-buy-now,
.home .best-sellers__grid .atik-loop-buy-now,
.page-template-front-page .featured-products__grid .atik-loop-buy-now,
.page-template-front-page .best-sellers__grid .atik-loop-buy-now {
  margin-top: 0;
  background: linear-gradient(135deg, #0f8f57 0%, #1dbf73 100%) !important;
  border-color: #118a55 !important;
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 18px rgba(15, 143, 87, 0.24);
  position: relative;
  overflow: hidden;
}

.home .featured-products__grid .atik-loop-buy-now::after,
.home .best-sellers__grid .atik-loop-buy-now::after,
.page-template-front-page .featured-products__grid .atik-loop-buy-now::after,
.page-template-front-page .best-sellers__grid .atik-loop-buy-now::after {
  content: ">";
  margin-left: 8px;
  font-size: 14px;
  line-height: 1;
  opacity: 0.88;
}

.home .featured-products__grid .button:hover,
.home .featured-products__grid .add_to_cart_button:hover,
.home .featured-products__grid .atik-loop-buy-now:hover,
.home .best-sellers__grid .button:hover,
.home .best-sellers__grid .add_to_cart_button:hover,
.home .best-sellers__grid .atik-loop-buy-now:hover,
.page-template-front-page .featured-products__grid .button:hover,
.page-template-front-page .featured-products__grid .add_to_cart_button:hover,
.page-template-front-page .featured-products__grid .atik-loop-buy-now:hover,
.page-template-front-page .best-sellers__grid .button:hover,
.page-template-front-page .best-sellers__grid .add_to_cart_button:hover,
.page-template-front-page .best-sellers__grid .atik-loop-buy-now:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

.home .featured-products__grid .button:hover,
.home .featured-products__grid .add_to_cart_button:hover,
.home .best-sellers__grid .button:hover,
.home .best-sellers__grid .add_to_cart_button:hover,
.page-template-front-page .featured-products__grid .button:hover,
.page-template-front-page .featured-products__grid .add_to_cart_button:hover,
.page-template-front-page .best-sellers__grid .button:hover,
.page-template-front-page .best-sellers__grid .add_to_cart_button:hover {
  background: #d97706 !important;
  border-color: #b45309 !important;
}

.home .featured-products__grid .atik-loop-buy-now:hover,
.home .best-sellers__grid .atik-loop-buy-now:hover,
.page-template-front-page .featured-products__grid .atik-loop-buy-now:hover,
.page-template-front-page .best-sellers__grid .atik-loop-buy-now:hover {
  background: linear-gradient(135deg, #0c7c4a 0%, #17a867 100%) !important;
  border-color: #0f8f57 !important;
  box-shadow: 0 12px 20px rgba(12, 124, 74, 0.28);
}

.home .featured-products__grid ul.products li.product .onsale,
.home .best-sellers__grid ul.products li.product .onsale,
.page-template-front-page .featured-products__grid ul.products li.product .onsale,
.page-template-front-page .best-sellers__grid ul.products li.product .onsale {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: #dc2626 !important;
  color: #fff !important;
  z-index: 8 !important;
}

.home .product-wishlist,
.page-template-front-page .product-wishlist {
  position: absolute;
  right: 6px;
  top: -2px;
  z-index: 9;
}

.home .product-wishlist .yith-wcwl-add-to-wishlist,
.page-template-front-page .product-wishlist .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
}

.home .product-wishlist .add_to_wishlist,
.home .product-wishlist .yith-wcwl-add-to-wishlist-button,
.home .product-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home .product-wishlist .yith-wcwl-wishlistexistsbrowse a,
.page-template-front-page .product-wishlist .add_to_wishlist,
.page-template-front-page .product-wishlist .yith-wcwl-add-to-wishlist-button,
.page-template-front-page .product-wishlist .yith-wcwl-wishlistaddedbrowse a,
.page-template-front-page .product-wishlist .yith-wcwl-wishlistexistsbrowse a {
  width: 44px !important;
  height: 44px !important;
  min-height: 42px !important;
  border-radius: 50% !important;
  background: oklab(82.935% 0.02792 0.16597) !important;
  border: 1px solid #e41515 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-decoration: none !important;
}

.home .product-wishlist .add_to_wishlist::before,
.home .product-wishlist .yith-wcwl-add-to-wishlist-button::before,
.home .product-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.home .product-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.page-template-front-page .product-wishlist .add_to_wishlist::before,
.page-template-front-page .product-wishlist .yith-wcwl-add-to-wishlist-button::before,
.page-template-front-page .product-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.page-template-front-page .product-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  content: "\f004";
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: #111827;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .product-wishlist .yith-wcwl-add-to-wishlist-button--added::before,
.home .product-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.home .product-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.page-template-front-page .product-wishlist .yith-wcwl-add-to-wishlist-button--added::before,
.page-template-front-page .product-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.page-template-front-page .product-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  color: #dc2626 !important;
  font-weight: 900 !important;
}

.home .product-wishlist .add_to_wishlist svg,
.home .product-wishlist .add_to_wishlist i,
.home .product-wishlist .yith-wcwl-add-to-wishlist-button svg,
.home .product-wishlist .yith-wcwl-add-to-wishlist-button i,
.page-template-front-page .product-wishlist .add_to_wishlist svg,
.page-template-front-page .product-wishlist .add_to_wishlist i,
.page-template-front-page .product-wishlist .yith-wcwl-add-to-wishlist-button svg,
.page-template-front-page .product-wishlist .yith-wcwl-add-to-wishlist-button i {
  display: none !important;
}

.home .product-wishlist .feedback,
.home .product-wishlist .yith-wcwl-add-to-wishlist .ajax-loading,
.page-template-front-page .product-wishlist .feedback,
.page-template-front-page .product-wishlist .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}

.home .promo-banner__inner,
.page-template-front-page .promo-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 22px;
  align-items: center;
  background: linear-gradient(130deg, #fff7e2 0%, #e6f1ff 52%, #dfe2ff 100%);
  border: 1px solid #dbe6f6;
  border-radius: 20px;
  padding: 26px 30px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow: 0 14px 34px rgba(15, 35, 63, 0.08);
}

.home .promo-banner__inner::before,
.page-template-front-page .promo-banner__inner::before {
  content: "";
  position: absolute;
  left: -52px;
  top: -62px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.26) 0%, rgba(245, 158, 11, 0) 68%);
  pointer-events: none;
  z-index: 0;
}

.home .promo-banner__inner::after,
.page-template-front-page .promo-banner__inner::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -38px;
  width: 180px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 35, 63, 0.09) 0%, rgba(15, 35, 63, 0) 72%);
  pointer-events: none;
  z-index: 0;
}

.home .promo-banner__tag,
.page-template-front-page .promo-banner__tag {
  display: inline-flex;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #0f223f;
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid rgba(10, 22, 42, 0.15);
}

.home .promo-banner__content h2,
.page-template-front-page .promo-banner__content h2 {
  margin: 12px 0 8px;
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 1.1;
  color: #0f172a;
  text-align: center;
  letter-spacing: -0.01em;
}

.home .promo-banner__content p,
.page-template-front-page .promo-banner__content p {
  margin: 0 0 18px;
  color: #34475f;
  font-size: clamp(18px, 1.4vw, 29px);
  line-height: 1.25;
  text-align: center;
}

.home .promo-banner__content,
.page-template-front-page .promo-banner__content {
  justify-self: center;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.home .promo-banner__tag,
.page-template-front-page .promo-banner__tag,
.home .promo-banner__cta,
.page-template-front-page .promo-banner__cta {
  margin-left: auto;
  margin-right: auto;
}

.home .promo-banner__cta,
.page-template-front-page .promo-banner__cta {
  display: inline-flex;
  padding: 12px 26px;
  background: linear-gradient(180deg, #ffb02f 0%, #ef9700 100%);
  border: 1px solid #d28500;
  color: #111827;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 18px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(188, 117, 7, 0.28);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.home .promo-banner__cta:hover,
.page-template-front-page .promo-banner__cta:hover {
  background: linear-gradient(180deg, #ffbf57 0%, #d98200 100%);
  border-color: #aa6900;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(170, 105, 0, 0.35);
}

.home .promo-banner__art,
.page-template-front-page .promo-banner__art {
  position: relative;
  width: 170px;
  height: 170px;
  justify-self: end;
  z-index: 1;
}

.home .promo-banner__circle,
.page-template-front-page .promo-banner__circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55) 0%, rgba(148, 163, 243, 0.46) 50%, rgba(99, 102, 241, 0.28) 100%);
}

.home .promo-banner__card,
.page-template-front-page .promo-banner__card {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #f59e0b;
  color: #0f223f;
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  border-radius: 999px;
  line-height: 1.05;
  white-space: nowrap;
  border: 1px solid #d98d00;
  box-shadow: 0 9px 16px rgba(171, 106, 5, 0.26);
}

@media (min-width: 1025px) {
  .home .featured-products__grid ul.products,
  .home .best-sellers__grid ul.products,
  .page-template-front-page .featured-products__grid ul.products,
  .page-template-front-page .best-sellers__grid ul.products {
    gap: 12px;
  }

  .home .featured-products__grid ul.products li.product,
  .page-template-front-page .featured-products__grid ul.products li.product,
  .home .best-sellers__grid ul.products li.product,
  .page-template-front-page .best-sellers__grid ul.products li.product {
    padding: 8px;
    min-height: 210px;
  }

  .home .featured-products__grid ul.products li.product img,
  .page-template-front-page .featured-products__grid ul.products li.product img,
  .home .best-sellers__grid ul.products li.product img,
  .page-template-front-page .best-sellers__grid ul.products li.product img {
    width: 92%;
    margin: 0 auto 6px !important;
  }

  .home .featured-products__grid ul.products li.product .woocommerce-loop-product__title,
  .page-template-front-page .featured-products__grid ul.products li.product .woocommerce-loop-product__title,
  .home .best-sellers__grid ul.products li.product .woocommerce-loop-product__title,
  .page-template-front-page .best-sellers__grid ul.products li.product .woocommerce-loop-product__title {
    margin: 4px 0 3px;
  }

  .home .featured-products__grid .button,
  .home .featured-products__grid .add_to_cart_button,
  .home .best-sellers__grid .button,
  .home .best-sellers__grid .add_to_cart_button,
  .page-template-front-page .featured-products__grid .button,
  .page-template-front-page .featured-products__grid .add_to_cart_button,
  .page-template-front-page .best-sellers__grid .button,
  .page-template-front-page .best-sellers__grid .add_to_cart_button {
    min-height: 36px;
  }
}

@media (max-width: 1024px) {
  .home .hero-float-wrap .affiliate-cta--floating,
  .page-template-front-page .hero-float-wrap .affiliate-cta--floating {
    right: 58px;
    width: min(280px, calc(100% - 118px));
  }

  .home .featured-products__grid ul.products,
  .home .best-sellers__grid ul.products,
  .page-template-front-page .featured-products__grid ul.products,
  .page-template-front-page .best-sellers__grid ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .hero-slider,
  .page-template-front-page .hero-slider {
    height: clamp(220px, 32vw, 280px);
    min-height: 220px;
    aspect-ratio: 5 / 2;
  }
}

@media (max-width: 900px) {
  .home .hero-float-wrap .affiliate-cta--floating,
  .page-template-front-page .hero-float-wrap .affiliate-cta--floating {
    position: static;
    width: 100%;
    right: auto;
    top: auto;
    transform: none;
    z-index: auto;
    padding: 10px 0 0 !important;
    display: block;
  }

  .home .section-head,
  .page-template-front-page .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home .promo-banner__inner,
  .page-template-front-page .promo-banner__inner {
    grid-template-columns: 1fr;
    padding: 20px 18px;
    gap: 14px;
  }

  .home .promo-banner__inner::before,
  .page-template-front-page .promo-banner__inner::before,
  .home .promo-banner__inner::after,
  .page-template-front-page .promo-banner__inner::after {
    display: none;
  }

  .home .promo-banner__art,
  .page-template-front-page .promo-banner__art {
    display: none;
  }

  .home .promo-banner__content h2,
  .page-template-front-page .promo-banner__content h2 {
    font-size: clamp(26px, 5.4vw, 40px);
  }

  .home .promo-banner__content p,
  .page-template-front-page .promo-banner__content p {
    font-size: clamp(17px, 3.1vw, 24px);
  }

  .home .affiliate-cta__inner,
  .page-template-front-page .affiliate-cta__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .home .hero-slider,
  .page-template-front-page .hero-slider {
    height: clamp(140px, 36vw, 170px);
    min-height: 140px;
    aspect-ratio: 3 / 1;
    background: var(--hero-slider-bg, #eef2f7);
  }

  .home .hero-slide-card::after,
  .page-template-front-page .hero-slide-card::after {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.62) 0%, rgba(15, 23, 42, 0.28) 46%, rgba(15, 23, 42, 0.08) 78%);
  }

  .home .hero-slide-widget .hero-slider__content,
  .page-template-front-page .hero-slide-widget .hero-slider__content {
    left: 50%;
    right: auto;
    width: min(calc(100% - 92px), 320px);
    max-width: none;
    gap: 6px;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
  }

  .home .hero-slider__slide > a,
  .home .hero-slider__slide > div,
  .page-template-front-page .hero-slider__slide > a,
  .page-template-front-page .hero-slider__slide > div {
    background-position: 42% center;
    background-size: cover;
    background-color: var(--hero-slide-bg, var(--hero-slider-bg, #eef2f7));
  }

  .home .hero-slider__slide img,
  .page-template-front-page .hero-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: 42% center !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    background: var(--hero-slide-bg, var(--hero-slider-bg, #eef2f7));
  }

  .home .hero-slider__slide,
  .page-template-front-page .hero-slider__slide {
    transition: none;
  }

  .home .hero-slider__tag,
  .page-template-front-page .hero-slider__tag {
    min-height: 24px;
    padding: 4px 10px;
    font-size: 10px;
  }

  .home .hero-slide-widget .hero-slider__content h2,
  .page-template-front-page .hero-slide-widget .hero-slider__content h2 {
    font-size: 26px;
    line-height: 1.02;
  }

  .home .hero-slide-widget .hero-slider__content p,
  .page-template-front-page .hero-slide-widget .hero-slider__content p {
    font-size: 12px;
    line-height: 1.25;
  }

  .home .hero-slider__cta,
  .page-template-front-page .hero-slider__cta {
    min-height: 34px;
    padding: 6px 14px;
    font-size: 12px;
  }

  .home .hero-slider__arrow,
  .page-template-front-page .hero-slider__arrow {
    width: 36px;
    height: 36px;
  }

  .home .section-head h2,
  .page-template-front-page .section-head h2 {
    font-size: 22px;
  }

  .home .section-head p,
  .page-template-front-page .section-head p {
    display: none;
  }

  .home .category-section__inner,
  .home .affiliate-cta__inner,
  .home .featured-products__inner,
  .home .best-sellers__inner,
  .home .promo-banner__inner,
  .page-template-front-page .category-section__inner,
  .page-template-front-page .affiliate-cta__inner,
  .page-template-front-page .featured-products__inner,
  .page-template-front-page .best-sellers__inner,
  .page-template-front-page .promo-banner__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home .category-grid,
  .page-template-front-page .category-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: 88px;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 12px;
    align-items: start;
    justify-items: stretch;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home .category-grid::-webkit-scrollbar,
  .page-template-front-page .category-grid::-webkit-scrollbar {
    display: none;
  }

  .home .category-carousel__arrow,
  .page-template-front-page .category-carousel__arrow {
    display: none !important;
  }

  .home .category-card__media,
  .page-template-front-page .category-card__media {
    width: 72px;
    height: 72px;
  }

  .home .category-card,
  .page-template-front-page .category-card {
    gap: 8px;
    width: 100%;
    max-width: 92px;
  }

  .home .category-card__title,
  .page-template-front-page .category-card__title {
    width: 100%;
    font-size: 11px;
    line-height: 1.25;
    min-height: calc(1.25em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home .featured-products__grid ul.products,
  .home .best-sellers__grid ul.products,
  .page-template-front-page .featured-products__grid ul.products,
  .page-template-front-page .best-sellers__grid ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .promo-banner__inner,
  .page-template-front-page .promo-banner__inner {
    padding: 14px !important;
    gap: 10px;
  }

  .home .promo-banner__inner::before,
  .page-template-front-page .promo-banner__inner::before,
  .home .promo-banner__inner::after,
  .page-template-front-page .promo-banner__inner::after {
    display: none;
  }

  .home .promo-banner__content h2,
  .page-template-front-page .promo-banner__content h2 {
    font-size: 26px;
    line-height: 1.15;
    margin: 10px 0 6px;
  }

  .home .promo-banner__content p,
  .page-template-front-page .promo-banner__content p {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .home .promo-banner__art,
  .page-template-front-page .promo-banner__art {
    display: none;
  }

  .home .promo-banner__tag,
  .page-template-front-page .promo-banner__tag {
    font-size: 10px;
    padding: 6px 10px;
  }

  .home .promo-banner__cta,
  .page-template-front-page .promo-banner__cta {
    min-height: 44px;
    font-size: 16px;
    padding: 10px 18px;
    box-shadow: 0 7px 14px rgba(188, 117, 7, 0.2);
  }

  .home .promo-banner__circle,
  .page-template-front-page .promo-banner__circle {
    width: 86px;
    height: 86px;
    right: 2px;
    top: 0;
  }

  .home .promo-banner__card,
  .page-template-front-page .promo-banner__card {
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 999px;
  }
}

/* Hide "View cart" helper link after AJAX add-to-cart on home sections */
.home .featured-products__grid ul.products li.product a.added_to_cart,
.home .best-sellers__grid ul.products li.product a.added_to_cart,
.page-template-front-page .featured-products__grid ul.products li.product a.added_to_cart,
.page-template-front-page .best-sellers__grid ul.products li.product a.added_to_cart {
  display: none !important;
}

/* Promo banner final visual tune */
.home .promo-banner__inner,
.page-template-front-page .promo-banner__inner {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  min-height: 125px;
  height: auto;
  padding: 12px 16px;
  border-radius: 24px;
  border: 1px solid #d4deef;
  background: linear-gradient(120deg, #f9f2e2 0%, #edf2fb 52%, #dfe4f7 100%);
  box-shadow: none;
}

.home .promo-banner__content,
.page-template-front-page .promo-banner__content {
  max-width: 980px;
}

.home .promo-banner__tag,
.page-template-front-page .promo-banner__tag {
  margin-bottom: 8px;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.11em;
  border-radius: 999px;
  background: #0f2b57;
  color: #ffffff;
}

.home .promo-banner__content h2,
.page-template-front-page .promo-banner__content h2 {
  margin: 0 0 6px;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.home .promo-banner__content p,
.page-template-front-page .promo-banner__content p {
  margin: 0 0 10px;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.28;
  color: #29496f;
}

.home .promo-banner__content p strong,
.page-template-front-page .promo-banner__content p strong {
  color: #24466f;
}

.home .promo-banner__cta,
.page-template-front-page .promo-banner__cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border: 1px solid #ce8700;
  background: #f6a400;
  color: #0f223f;
  box-shadow: 0 10px 18px rgba(145, 93, 6, 0.2);
}

.home .promo-banner__cta:hover,
.page-template-front-page .promo-banner__cta:hover {
  background: #e09100;
  border-color: #b57100;
  color: #0f223f;
  box-shadow: 0 12px 20px rgba(145, 93, 6, 0.24);
}

.home .promo-banner__art,
.page-template-front-page .promo-banner__art {
  width: 320px;
  height: 145px;
}

.home .promo-banner__circle,
.page-template-front-page .promo-banner__circle {
  width: 145px;
  height: 145px;
  right: 250px;
  top: 0;
  background: radial-gradient(circle at 32% 32%, rgba(255, 255, 255, 0.5) 0%, rgba(166, 176, 245, 0.45) 58%, rgba(110, 121, 224, 0.3) 100%);
}

.home .promo-banner__card,
.page-template-front-page .promo-banner__card {
  right: 262px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 40px;
  padding: 50px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.015em;
  background: #f6a400;
  color: #0f2b57;
  box-shadow: 0 10px 18px rgba(145, 93, 6, 0.2);
}

.home .trust-badges,
.page-template-front-page .trust-badges {
  padding: 8px 0 18px;
}

.home .trust-badges__inner,
.page-template-front-page .trust-badges__inner {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home .trust-badge,
.page-template-front-page .trust-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(15, 35, 63, 0.06);
}

.home .trust-badge__icon,
.page-template-front-page .trust-badge__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff2cc 0%, #fde3a4 100%);
  color: #9a5d06;
  font-size: 20px;
}

.home .trust-badge__text h3,
.page-template-front-page .trust-badge__text h3 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.2;
}

.home .trust-badge__text p,
.page-template-front-page .trust-badge__text p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .home .hero-slide-widget .hero-slider__content,
  .page-template-front-page .hero-slide-widget .hero-slider__content {
    max-width: 60%;
  }

  .home .hero-slide-widget .hero-slider__content h2,
  .page-template-front-page .hero-slide-widget .hero-slider__content h2 {
    font-size: clamp(20px, 5vw, 34px);
    margin: 10px 0 8px;
  }

  .home .hero-slide-widget .hero-slider__content p,
  .page-template-front-page .hero-slide-widget .hero-slider__content p {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .home .hero-slider__cta,
  .page-template-front-page .hero-slider__cta {
    min-height: 38px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .home .promo-banner__inner,
  .page-template-front-page .promo-banner__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 12px 10px;
  }

  .home .promo-banner__tag,
  .page-template-front-page .promo-banner__tag {
    font-size: 12px;
    padding: 7px 14px;
  }

  .home .promo-banner__content h2,
  .page-template-front-page .promo-banner__content h2 {
    font-size: clamp(24px, 5.6vw, 34px);
  }

  .home .promo-banner__content p,
  .page-template-front-page .promo-banner__content p {
    font-size: clamp(13px, 3.6vw, 16px);
  }

  .home .promo-banner__cta,
  .page-template-front-page .promo-banner__cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .home .promo-banner__art,
  .page-template-front-page .promo-banner__art {
    display: none;
  }

  .home .trust-badges__inner,
  .page-template-front-page .trust-badges__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home .trust-badges,
  .page-template-front-page .trust-badges {
    display: none;
  }
}

.home .featured-products__grid a.atik-loop-buy-now.button,
.home .best-sellers__grid a.atik-loop-buy-now.button,
.page-template-front-page .featured-products__grid a.atik-loop-buy-now.button,
.page-template-front-page .best-sellers__grid a.atik-loop-buy-now.button {
  background: linear-gradient(135deg, #0f8f57 0%, #1dbf73 100%) !important;
  border-color: #118a55 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 18px rgba(15, 143, 87, 0.24) !important;
}

.home .featured-products__grid a.atik-loop-buy-now.button:hover,
.home .best-sellers__grid a.atik-loop-buy-now.button:hover,
.page-template-front-page .featured-products__grid a.atik-loop-buy-now.button:hover,
.page-template-front-page .best-sellers__grid a.atik-loop-buy-now.button:hover {
  background: linear-gradient(135deg, #0c7c4a 0%, #17a867 100%) !important;
  border-color: #0f8f57 !important;
  color: #ffffff !important;
}

@media (max-width: 640px) {
  .home .hero-slider,
  .page-template-front-page .hero-slider {
    height: clamp(185px, 54vw, 220px);
    min-height: 185px;
    aspect-ratio: auto;
  }

  .home .hero-slide-widget .hero-slider__content,
  .page-template-front-page .hero-slide-widget .hero-slider__content {
    top: 44%;
    width: min(calc(100% - 74px), 284px);
    gap: 4px;
  }

  .home .hero-slider__tag,
  .page-template-front-page .hero-slider__tag {
    min-height: 22px;
    padding: 4px 9px;
    font-size: 9px;
  }

  .home .hero-slide-widget .hero-slider__content h2,
  .page-template-front-page .hero-slide-widget .hero-slider__content h2 {
    margin: 0;
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 1.04;
  }

  .home .hero-slide-widget .hero-slider__content p,
  .page-template-front-page .hero-slide-widget .hero-slider__content p {
    margin: 0;
    max-width: 220px;
    font-size: 11px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home .hero-slider__cta,
  .page-template-front-page .hero-slider__cta {
    min-height: 32px;
    padding: 6px 14px;
    font-size: 11px;
  }

  .home .hero-slider__dots,
  .page-template-front-page .hero-slider__dots {
    bottom: 8px;
    gap: 6px;
  }
}
