/* Yessho premium blue shop header */
.yessho-premium-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 18px;
}

.yessho-premium-header .container-fluid {
  padding-left: clamp(14px, 3vw, 42px);
  padding-right: clamp(14px, 3vw, 42px);
}

.yessho-premium-header-wrap {
  position: relative;
  overflow: visible;
  min-height: 74px;
  padding: 9px 14px;
  border: 0 !important;
  border-radius: 18px;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.yessho-premium-header-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: calc(50% - 58px);
  border: 1px solid rgba(147, 197, 253, 0.32);
  border-right: 0;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(135deg, rgba(8, 47, 112, 0.96) 0%, rgba(15, 88, 190, 0.94) 58%, rgba(34, 125, 255, 0.92) 100%);
  box-shadow: 0 22px 55px rgba(2, 23, 74, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.yessho-premium-header-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: calc(50% - 58px);
  border: 1px solid rgba(147, 197, 253, 0.32);
  border-left: 0;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, rgba(8, 47, 112, 0.96) 0%, rgba(15, 88, 190, 0.94) 58%, rgba(34, 125, 255, 0.92) 100%);
  box-shadow: 0 22px 55px rgba(2, 23, 74, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.yessho-premium-header-wrap.header-sticky {
  position: fixed;
  top: 12px;
  left: 17px;
  right: 17px;
  width: calc(100% - 34px);
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  border-radius: 18px;
  background: transparent !important;
  box-shadow: none;
}

.yessho-premium-header-wrap.header-sticky::before {
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: calc(50% - 58px);
  height: auto;
  border: 1px solid rgba(147, 197, 253, 0.32);
  border-right: 0;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(135deg, rgba(8, 47, 112, 0.98) 0%, rgba(15, 88, 190, 0.96) 58%, rgba(34, 125, 255, 0.94) 100%);
  box-shadow: 0 18px 48px rgba(2, 23, 74, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: none;
}

.yessho-premium-header-wrap.header-sticky.tp-header-blur::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 0;
  width: calc(50% - 58px);
  height: auto;
  border: 1px solid rgba(147, 197, 253, 0.32);
  border-left: 0;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, rgba(8, 47, 112, 0.98) 0%, rgba(15, 88, 190, 0.96) 58%, rgba(34, 125, 255, 0.94) 100%);
  box-shadow: 0 18px 48px rgba(2, 23, 74, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: none;
}

.yessho-premium-header-wrap .row {
  position: relative;
  z-index: 2;
  min-height: 56px;
}

.yessho-premium-header-wrap .tp-header-shop-menu > nav > ul {
  gap: 8px;
  align-items: center;
}

.yessho-premium-header-wrap .tp-header-shop-menu > nav > ul > li > a {
  height: auto;
  min-height: 42px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  color: #eff6ff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  background: rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.yessho-premium-header-wrap .tp-header-shop-menu > nav > ul > li > a:hover,
.yessho-premium-header-wrap .tp-header-shop-menu > nav > ul > li:hover > a {
  color: #0b3b8c !important;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(2, 23, 74, 0.18);
  transform: translateY(-1px);
}

.yessho-premium-header-wrap .tp-header-shop-logo {
  position: absolute;
  top: 44%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  transform: translate(-50%, -50%);
}

.yessho-premium-header-wrap .tp-header-shop-logo a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.yessho-premium-header-wrap .tp-header-shop-logo img {
  width: auto;
  max-width: 386px;
  max-height: 162px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(2, 23, 74, 0.28));
}

.yessho-header-wordmark {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: -22px;
  padding: 3px 8px 4px;
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(2, 23, 74, 0.1);
  font-family: var(--tp-ff-heading);
  line-height: 1;
  white-space: nowrap;
}

.yessho-header-wordmark-red,
.yessho-header-wordmark-blue {
  font-size: clamp(9px, 0.75vw, 12px);
  font-weight: 900;
  letter-spacing: 0;
}

.yessho-header-wordmark-red {
  color: #ef233c;
}

.yessho-header-wordmark-blue {
  color: #0d47a1;
}

.yessho-premium-header-wrap .tp-header-shop-action > ul {
  align-items: center;
  gap: 8px;
}

.yessho-premium-header-wrap .tp-header-shop-action > ul > li {
  min-height: 44px;
  padding: 0 10px;
  border-left: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.yessho-premium-header-wrap .tp-header-shop-avatar-wrapper > a,
.yessho-premium-header-wrap .tp-header-shop-search button,
.yessho-premium-header-wrap .tp-header-shop-lang button,
.yessho-premium-header-wrap .tp-header-shop-lang span,
.yessho-premium-header-wrap .tp-header-currency button,
.yessho-premium-header-wrap .tp-header-currency span {
  color: #eff6ff !important;
  letter-spacing: 0;
  text-transform: none;
}

.yessho-premium-header-wrap .tp-header-shop-search button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.yessho-premium-header-wrap .tp-header-shop-search button:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.yessho-premium-header-wrap .tp-header-shop-cart button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 40px 0 18px;
  border-radius: 999px;
  color: #0b3b8c !important;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(2, 23, 74, 0.18);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.yessho-premium-header-wrap .tp-header-shop-cart button i {
  font-size: 15px;
  line-height: 1;
}

.yessho-premium-header-wrap .tp-header-shop-cart button span {
  top: 50%;
  right: 10px;
  min-width: 24px;
  height: 24px;
  padding: 5px 7px;
  border: 0;
  border-radius: 999px;
  color: #ffffff !important;
  background: #1d4ed8 !important;
  font-size: 12px;
  line-height: 14px;
  transform: translateY(-50%);
}

.yessho-premium-header-wrap .tp-header-shop-cart button .yessho-cart-label {
  position: static;
  min-width: 0;
  height: auto;
  padding: 0;
  color: inherit !important;
  background: transparent !important;
  font-size: inherit;
  line-height: 1;
  transform: none;
}

.yessho-premium-header-wrap .header-lang-submenu,
.yessho-premium-header-wrap .header-currency-submenu,
.yessho-premium-header-wrap .tp-header-shop-common-submenu,
.yessho-premium-header-wrap .dropdown-white-bg nav ul li .tp-submenu {
  border: 1px solid rgba(147, 197, 253, 0.3);
  border-radius: 16px;
  background: rgba(8, 47, 112, 0.96);
  box-shadow: 0 18px 45px rgba(2, 23, 74, 0.26);
}

.yessho-premium-header-wrap .tp-header-shop-common-submenu li a,
.yessho-premium-header-wrap .dropdown-white-bg nav ul li .tp-submenu li a {
  color: #eff6ff;
}

.yessho-premium-header-wrap .tp-header-shop-common-submenu li a:hover,
.yessho-premium-header-wrap .dropdown-white-bg nav ul li .tp-submenu li a:hover {
  color: #bfdbfe;
}

.yessho-premium-header-wrap .tp-header-10-offcanvas .tp-header-bar button i {
  background-color: #ffffff !important;
}

@media (max-width: 1199px) {
  .yessho-premium-header-wrap {
    min-height: 66px;
    padding: 7px 10px;
  }

  .yessho-premium-header-wrap::before {
    width: calc(50% - 48px);
  }

  .yessho-premium-header-wrap::after {
    width: calc(50% - 48px);
  }

  .yessho-premium-header-wrap.header-sticky::before,
  .yessho-premium-header-wrap.header-sticky.tp-header-blur::after {
    width: calc(50% - 48px);
  }

  .yessho-premium-header-wrap .tp-header-shop-logo {
    margin-left: 0;
  }

  .yessho-premium-header-wrap .tp-header-shop-logo a {
    min-width: 0;
    min-height: 0;
    padding: 0;
  }

  .yessho-premium-header-wrap .tp-header-shop-logo img {
    max-width: 266px;
    max-height: 112px;
  }

  .yessho-header-wordmark {
    margin-top: -18px;
    padding: 3px 7px;
  }

  .yessho-premium-header-wrap .tp-header-shop-action > ul > li {
    padding: 0 8px;
  }
}

@media (max-width: 575px) {
  .yessho-premium-header {
    padding-top: 10px;
  }

  .yessho-premium-header .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .yessho-premium-header-wrap {
    border-radius: 14px;
  }

  .yessho-premium-header-wrap::before {
    width: calc(50% - 42px);
  }

  .yessho-premium-header-wrap::after {
    width: calc(50% - 42px);
  }

  .yessho-premium-header-wrap.header-sticky {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }

  .yessho-premium-header-wrap.header-sticky::before,
  .yessho-premium-header-wrap.header-sticky.tp-header-blur::after {
    width: calc(50% - 42px);
  }

  .yessho-premium-header-wrap .tp-header-shop-logo a {
    min-width: 0;
    min-height: 0;
    padding: 0;
  }

  .yessho-premium-header-wrap .tp-header-shop-logo img {
    max-width: 192px;
    max-height: 82px;
  }

  .yessho-header-wordmark {
    gap: 3px;
    margin-top: -14px;
    padding: 3px 6px;
  }

  .yessho-header-wordmark-red,
  .yessho-header-wordmark-blue {
    font-size: 9px;
  }

  .yessho-premium-header-wrap .tp-header-shop-cart button {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
  }

  .yessho-premium-header-wrap .tp-header-shop-cart button i {
    font-size: 17px;
  }

  .yessho-premium-header-wrap .tp-header-shop-cart button .yessho-cart-label {
    display: none;
  }

  .yessho-premium-header-wrap .tp-header-shop-cart button .ss-header-cart-count {
    top: -5px;
    right: -5px;
    min-width: 19px;
    height: 19px;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 13px;
    transform: none;
  }
}

/* Yessho premium blue shop footer */
.agntix-footer-shop.shop-footer-bg {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(96, 165, 250, 0.38) 0, rgba(96, 165, 250, 0) 28%),
    radial-gradient(circle at 86% 16%, rgba(191, 219, 254, 0.24) 0, rgba(191, 219, 254, 0) 30%),
    linear-gradient(135deg, #061b4f 0%, #0f4eb5 48%, #1d78ff 100%) !important;
  border-top: 1px solid rgba(147, 197, 253, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.agntix-footer-shop.shop-footer-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.26;
}

.agntix-footer-shop .container-fluid {
  position: relative;
  z-index: 1;
}

.agntix-footer-shop .tp-footer-shop-top {
  margin: 0 clamp(14px, 3vw, 42px);
  border: 1px solid rgba(191, 219, 254, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 52px rgba(2, 23, 74, 0.24);
  backdrop-filter: blur(16px);
}

.agntix-footer-shop .tp-footer-shop-widget {
  border-right: 1px solid rgba(191, 219, 254, 0.16);
  min-height: 230px;
}

.agntix-footer-shop .row > [class*="col-"]:last-child .tp-footer-shop-widget {
  border-right: 0;
}

.agntix-footer-shop .tp-footer-shop-widget-title {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.agntix-footer-shop .tp-footer-shop-widget ul li,
.agntix-footer-shop .tp-footer-shop-widget ul li a {
  color: rgba(239, 246, 255, 0.78);
}

.agntix-footer-shop .tp-footer-shop-widget ul li a {
  display: inline-flex;
  padding: 4px 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.agntix-footer-shop .tp-footer-shop-widget ul li:hover a {
  color: #ffffff;
  transform: translateX(4px);
}

.agntix-footer-shop .tp-footer-shop-big-text {
  margin: 0 clamp(14px, 3vw, 42px);
  border-bottom: 1px solid rgba(191, 219, 254, 0.2);
}

.agntix-footer-shop .tp-footer-shop-big-text .tp-hero-shop-title {
  color: rgba(239, 246, 255, 0.12);
  text-shadow: 0 18px 40px rgba(2, 23, 74, 0.25);
}

.agntix-footer-shop .yessho-footer-addresses {
  margin: 22px clamp(14px, 3vw, 42px) 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(191, 219, 254, 0.2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 20px 52px rgba(2, 23, 74, 0.22);
  backdrop-filter: blur(16px);
}

.agntix-footer-shop .yessho-footer-addresses-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.agntix-footer-shop .yessho-footer-addresses-head span {
  display: block;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.1;
}

.agntix-footer-shop .yessho-footer-addresses-head p {
  margin: 8px 0 0;
  color: rgba(239, 246, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.agntix-footer-shop .yessho-footer-addresses-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #0b3b8c;
  font-size: 14px;
  font-weight: 900;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(2, 23, 74, 0.18);
}

.agntix-footer-shop .yessho-footer-socials,
.yessho-contact-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.agntix-footer-shop .yessho-footer-socials a,
.yessho-contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 28px rgba(2, 23, 74, 0.16);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.agntix-footer-shop .yessho-footer-socials a:hover,
.yessho-contact-socials a:hover {
  transform: translateY(-2px);
  color: #0d47a1;
  background: #ffffff;
}

.agntix-footer-shop .yessho-footer-address-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.agntix-footer-shop .yessho-footer-address-card {
  position: relative;
  display: block;
  min-height: 92px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(191, 219, 254, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.agntix-footer-shop .yessho-footer-address-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
}

.agntix-footer-shop .yessho-footer-address-card::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: 34px;
  border-radius: 0 999px 999px 0;
  background: #ef233c;
}

.agntix-footer-shop .yessho-footer-address-card span,
.agntix-footer-shop .yessho-footer-address-card strong {
  position: relative;
  z-index: 1;
  display: block;
}

.agntix-footer-shop .yessho-footer-address-card span {
  margin-bottom: 8px;
  color: rgba(239, 246, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.agntix-footer-shop .yessho-footer-address-card strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.tp-hero-shop-area .tp-hero-shop-title {
  color: #0d47a1;
  font-size: clamp(56px, 8vw, 138px);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yessho-hero-premium {
  position: relative;
  padding-top: clamp(105px, 12vw, 150px) !important;
  padding-bottom: clamp(26px, 4vw, 58px);
  background:
    radial-gradient(circle at 80% 12%, rgba(37, 99, 235, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.yessho-hero-slider-main {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(5, 35, 85, 0.98), rgba(12, 92, 214, 0.95)),
    #0d47a1;
  box-shadow: 0 28px 80px rgba(13, 71, 161, 0.22);
}

.yessho-hero-slider-main::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 3;
}

.yessho-hero-slide-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: clamp(520px, 46vw, 690px);
  padding: clamp(38px, 6vw, 86px) clamp(24px, 6vw, 96px) clamp(112px, 10vw, 150px);
}

.yessho-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 620px;
}

.yessho-hero-subtitle {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yessho-hero-title {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(44px, 5.8vw, 92px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  text-wrap: balance;
}

.yessho-hero-text {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
}

.yessho-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 32px;
}

.yessho-hero-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ef233c !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(239, 35, 60, 0.28);
}

.yessho-hero-btn:hover {
  background: #ffffff !important;
  color: #0d47a1 !important;
}

.yessho-hero-proof {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.yessho-hero-media {
  position: relative;
  z-index: 2;
  min-height: clamp(300px, 32vw, 500px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(219, 234, 254, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 30px 70px rgba(3, 16, 42, 0.26);
  overflow: hidden;
}

.yessho-hero-media::after {
  content: "YESSOH GROUPE";
  position: absolute;
  left: 28px;
  bottom: 26px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0d47a1;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.yessho-hero-media img {
  display: block;
  width: 100%;
  height: clamp(300px, 32vw, 500px);
  object-fit: contain;
  padding: clamp(18px, 3vw, 42px);
  transform: scale(1.02);
}

.yessho-hero-controls {
  position: absolute;
  left: clamp(24px, 6vw, 96px);
  right: clamp(24px, 6vw, 96px);
  bottom: 34px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 14px;
}

.yessho-hero-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  transition: 0.25s ease;
}

.yessho-hero-arrow:hover {
  background: #ffffff;
  color: #0d47a1;
}

.yessho-hero-dots {
  display: flex;
  align-items: center;
}

.yessho-hero-dots .slick-dots {
  position: static;
  display: flex !important;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yessho-hero-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.yessho-hero-dots .slick-dots button {
  width: 26px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  font-size: 0;
  transition: 0.25s ease;
}

.yessho-hero-dots .slick-dots .slick-active button {
  width: 48px;
  background: #ffffff;
}

.yessho-hero-thumbs-wrap {
  position: absolute;
  right: clamp(20px, 4vw, 62px);
  bottom: 26px;
  z-index: 7;
  max-width: min(520px, 42vw);
}

.yessho-hero-thumbs .slick-list {
  overflow: hidden;
}

.yessho-hero-thumb {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 154px !important;
  min-height: 70px;
  margin: 0 6px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
  cursor: pointer;
  transition: 0.25s ease;
}

.yessho-hero-thumb.slick-current,
.yessho-hero-thumb:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}

.yessho-hero-thumb img {
  width: 54px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
  background: #ffffff;
}

.yessho-hero-thumb span {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yessho-hero-thumb.slick-current span,
.yessho-hero-thumb:hover span {
  color: #0d47a1;
}

.yessho-section-heading {
  margin-bottom: clamp(26px, 4vw, 54px);
}

.yessho-section-heading span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ef233c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yessho-section-heading h3 {
  margin: 0;
  color: #0d1b2a;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}

.yessho-recycling-cta-section {
  position: relative;
  padding: clamp(26px, 4vw, 56px) 0 clamp(48px, 6vw, 82px);
  background: #ffffff;
}

.yessho-recycling-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.94), rgba(240, 253, 244, 0.78)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(20, 83, 45, 0.08);
  overflow: hidden;
}

.yessho-recycling-cta-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #15803d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(22, 163, 74, 0.11);
}

.yessho-recycling-cta-copy h2 {
  max-width: 720px;
  margin-bottom: 12px;
  color: #14351f;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.yessho-recycling-cta-copy p {
  max-width: 760px;
  margin-bottom: 16px;
  color: rgba(20, 53, 31, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.yessho-recycling-cta-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
}

.yessho-recycling-cta-logos span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(22, 163, 74, 0.14);
  border-radius: 999px;
  color: #14532d;
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 18px rgba(20, 83, 45, 0.06);
}

.yessho-recycling-cta-logos i {
  color: #16a34a;
  font-size: 14px;
}

.yessho-recycling-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.18);
}

.yessho-recycling-cta-btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #15803d 0%, #166534 100%);
  box-shadow: 0 14px 28px rgba(22, 101, 52, 0.2);
}

.yessho-recycling-cta-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: min(100%, 270px);
  padding: 18px 20px;
  border: 1px solid rgba(22, 163, 74, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.yessho-recycling-cta-visual span {
  color: #16a34a;
  font-size: 38px;
  line-height: 1;
}

.yessho-recycling-cta-visual strong {
  display: block;
  max-width: 150px;
  color: #14532d;
  font-size: 15px;
  line-height: 1.35;
}

.yessho-all-products-area {
  padding: clamp(70px, 8vw, 120px) 0 clamp(45px, 6vw, 80px);
}

.yessho-all-products-area .tp-product-item-thumb {
  background: #f8fbff;
}

.yessho-all-products-area .tp-product-item-thumb img {
  aspect-ratio: 1.12;
  object-fit: contain;
  padding: 14px;
}

.yessho-all-products-area .tp-product-item {
  max-width: 276px;
  margin-right: auto;
  margin-left: auto;
}

.tp-product-item.yessho-product-card {
  position: relative;
  overflow: hidden;
  max-width: 286px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(2, 23, 74, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.tp-product-item.yessho-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(13, 71, 161, 0.04) 46%, rgba(239, 35, 60, 0.04));
  opacity: 0.9;
}

.tp-product-item.yessho-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 71, 161, 0.28);
  box-shadow: 0 28px 62px rgba(2, 23, 74, 0.13);
}

.tp-product-item.yessho-product-card .tp-product-item-thumb {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 235, 0.14), transparent 28%),
    linear-gradient(145deg, #f8fbff 0%, #dcecff 100%);
  aspect-ratio: 1.34;
}

.tp-product-item.yessho-product-card .tp-product-item-thumb::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 56px;
  height: 6px;
  border-radius: 999px;
  background: rgba(13, 71, 161, 0.18);
  filter: blur(6px);
}

.tp-product-item.yessho-product-card .tp-product-item-thumb > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.tp-product-item.yessho-product-card .tp-product-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.3s ease;
}

.tp-product-item.yessho-product-card:hover .tp-product-item-thumb img {
  transform: scale(1.045);
}

.tp-product-item.yessho-product-card .tp-product-item-badge-wrapper {
  top: 14px;
  left: 14px;
  display: flex;
  gap: 6px;
}

.tp-product-item.yessho-product-card .tp-product-item-badge {
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yessho-product-eco-seal {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(22, 163, 74, 0.18);
  border-radius: 999px;
  color: #14532d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(20, 83, 45, 0.12);
  backdrop-filter: blur(10px);
}

.yessho-product-eco-seal i {
  color: #16a34a;
  font-size: 12px;
}

.tp-product-item.yessho-product-card .tp-product-quick-view-wrapper {
  right: 12px;
}

.tp-product-item.yessho-product-card .tp-quick-view-btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #0d47a1;
  box-shadow: 0 10px 24px rgba(2, 23, 74, 0.12);
}

.tp-product-item.yessho-product-card .tp-quick-view-btn:hover {
  background: #0d47a1;
  color: #ffffff;
}

.tp-product-item.yessho-product-card .tp-product-item-btn {
  top: 62px;
  right: 12px;
  bottom: auto;
  left: auto;
  z-index: 4;
  width: auto;
  margin: 0;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}

.tp-product-item.yessho-product-card .tp-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: #ef233c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(239, 35, 60, 0.24);
  backdrop-filter: blur(10px);
  transform: none;
  transition: 0.22s ease;
}

.tp-product-item.yessho-product-card .tp-action-btn:hover {
  background: #0d47a1;
  color: #ffffff;
  transform: translateY(-2px);
}

.tp-product-item.yessho-product-card .tp-action-btn:disabled {
  cursor: not-allowed;
  background: #94a3b8;
  box-shadow: none;
}

.tp-product-item.yessho-product-card .tp-action-btn i {
  line-height: 1;
}

.tp-product-item.yessho-product-card .tp-product-item-content {
  position: relative;
  z-index: 1;
  padding: 16px 16px 18px;
}

.yessho-product-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.yessho-product-card-meta span {
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.yessho-product-card-meta .is-stock {
  color: #16a34a;
}

.yessho-product-card-meta .is-out {
  color: #ef233c;
}

.yessho-product-eco-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.yessho-product-eco-logos span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 5px 8px;
  border: 1px solid rgba(22, 163, 74, 0.13);
  border-radius: 999px;
  color: #166534;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  background: rgba(240, 253, 244, 0.8);
}

.yessho-product-eco-logos i {
  color: #16a34a;
  font-size: 10px;
}

.yessho-product-country {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #0d47a1;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  background: rgba(13, 71, 161, 0.08);
}

.yessho-product-country span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yessho-product-country i {
  color: #16a34a;
  font-size: 11px;
}

.tp-product-item.yessho-product-card .tp-product-item-title {
  min-height: 45px;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 900;
}

.tp-product-item.yessho-product-card .tp-product-item-title a {
  color: #0d1b2a;
}

.tp-product-item.yessho-product-card .tp-product-item-title a:hover {
  color: #0d47a1;
}

.tp-product-item.yessho-product-card .tp-product-item-ratings {
  margin-bottom: 9px;
}

.tp-product-item.yessho-product-card .tp-product-item-ratings span {
  color: #f59e0b;
  font-size: 13px;
}

.tp-product-item.yessho-product-card .tp-product-item-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.tp-product-item.yessho-product-card .tp-product-item-price-new {
  color: #ef233c;
  font-size: 18px;
  font-weight: 900;
}

.tp-product-item.yessho-product-card .tp-product-item-price-old {
  color: #94a3b8;
  font-size: 13px;
}

.yessho-product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(13, 71, 161, 0.1);
}

.yessho-product-card-footer span {
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yessho-product-card-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #0d47a1;
  font-size: 13px;
  font-weight: 900;
}

.yessho-product-card-link:hover {
  color: #ef233c;
}

.yessho-region-filter-note {
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 575px) {
  .shop-archive .row-cols-2 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 14px;
  }

  .yessho-home-products .row,
  .tp-product-related-ptb .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 14px;
  }

  .shop-archive .tp-product-item.yessho-product-card,
  .yessho-home-products .tp-product-item.yessho-product-card,
  .tp-product-related-ptb .tp-product-item.yessho-product-card {
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(2, 23, 74, 0.08);
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-thumb,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-thumb,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-thumb {
    margin: 7px 7px 0;
    border-radius: 8px;
    aspect-ratio: 1.12;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-thumb img,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-thumb img,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-thumb img {
    padding: 8px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-content,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-content,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-content {
    padding: 10px 9px 11px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-badge-wrapper,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-badge-wrapper,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-badge-wrapper {
    top: 9px;
    left: 9px;
    gap: 4px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-badge,
  .shop-archive .yessho-product-eco-seal,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-badge,
  .yessho-home-products .yessho-product-eco-seal,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-badge,
  .tp-product-related-ptb .yessho-product-eco-seal {
    min-height: 20px;
    padding: 4px 6px;
    font-size: 8px;
  }

  .shop-archive .yessho-product-eco-seal,
  .yessho-home-products .yessho-product-eco-seal,
  .tp-product-related-ptb .yessho-product-eco-seal {
    right: 9px;
    top: 9px;
    gap: 3px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-btn,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-btn,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-btn {
    top: 46px;
    right: 9px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-action-btn,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-action-btn,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-action-btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    font-size: 12px;
    box-shadow: 0 8px 18px rgba(239, 35, 60, 0.2);
  }

  .shop-archive .yessho-product-card-meta,
  .yessho-home-products .yessho-product-card-meta,
  .tp-product-related-ptb .yessho-product-card-meta {
    gap: 5px;
    margin-bottom: 7px;
  }

  .shop-archive .yessho-product-card-meta span,
  .yessho-home-products .yessho-product-card-meta span,
  .tp-product-related-ptb .yessho-product-card-meta span {
    font-size: 8px;
  }

  .shop-archive .yessho-product-eco-logos,
  .yessho-home-products .yessho-product-eco-logos,
  .tp-product-related-ptb .yessho-product-eco-logos {
    gap: 4px;
    margin-bottom: 7px;
  }

  .shop-archive .yessho-product-eco-logos span,
  .yessho-home-products .yessho-product-eco-logos span,
  .tp-product-related-ptb .yessho-product-eco-logos span {
    min-height: 20px;
    padding: 4px 6px;
    font-size: 8px;
  }

  .shop-archive .yessho-product-country,
  .yessho-home-products .yessho-product-country,
  .tp-product-related-ptb .yessho-product-country {
    max-width: 100%;
    margin-bottom: 8px;
    padding: 5px 7px;
    font-size: 8px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-title,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-title,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-title {
    min-height: 38px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.22;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-ratings,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-ratings,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-ratings {
    margin-bottom: 6px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-ratings span,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-ratings span,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-ratings span {
    font-size: 10px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-price,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-price,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-price {
    gap: 4px;
    margin-bottom: 8px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-price-new,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-price-new,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-price-new {
    font-size: 13px;
  }

  .shop-archive .tp-product-item.yessho-product-card .tp-product-item-price-old,
  .yessho-home-products .tp-product-item.yessho-product-card .tp-product-item-price-old,
  .tp-product-related-ptb .tp-product-item.yessho-product-card .tp-product-item-price-old {
    font-size: 10px;
  }

  .shop-archive .yessho-product-card-footer,
  .yessho-home-products .yessho-product-card-footer,
  .tp-product-related-ptb .yessho-product-card-footer {
    gap: 5px;
    padding-top: 8px;
  }

  .shop-archive .yessho-product-card-footer span,
  .shop-archive .yessho-product-card-link,
  .yessho-home-products .yessho-product-card-footer span,
  .yessho-home-products .yessho-product-card-link,
  .tp-product-related-ptb .yessho-product-card-footer span,
  .tp-product-related-ptb .yessho-product-card-link {
    font-size: 9px;
  }
}

.yessho-home,
.yessho-home .tp-shop-category-2-area,
.yessho-home .tp-shop-product-area,
.yessho-home .tp-shop-newsletter-area,
.yessho-home .yessho-partners-section,
.yessho-home .yessho-eco-section {
  background: #ffffff !important;
}

.yessho-home .tp-shop-category-2-area {
  padding: 18px 14px 28px;
}

.yessho-home .tp-shop-category-2-area .container-fluid {
  max-width: 1760px;
  padding-inline: 0;
}

.yessho-home .tp-shop-category-2-area .row {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 8px;
  padding: 8px;
  border: 1px solid rgba(13, 71, 161, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(13, 71, 161, 0.06), rgba(34, 197, 94, 0.04)),
    #f8fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.yessho-home .tp-shop-category-2-item {
  height: 100%;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(2, 23, 74, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.yessho-home .tp-shop-category-2-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 78px rgba(2, 23, 74, 0.18);
}

.yessho-home .tp-shop-category-2-thumb {
  position: relative;
  height: clamp(210px, 21vw, 300px);
  border-radius: 12px;
  background: #0d47a1;
  overflow: hidden;
}

.yessho-home .tp-shop-category-2-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 23, 74, 0.05) 0%, rgba(2, 23, 74, 0.2) 45%, rgba(2, 23, 74, 0.78) 100%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22), transparent 28%);
  pointer-events: none;
}

.yessho-home .tp-shop-category-2-thumb::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.yessho-home .tp-shop-category-2-item:hover .tp-shop-category-2-thumb::after {
  opacity: 1;
  transform: scale(1);
}

.yessho-home .tp-shop-category-2-thumb img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.yessho-home .tp-shop-category-2-item:hover .tp-shop-category-2-thumb img {
  transform: scale(1.08);
  filter: saturate(1.06) contrast(1.04);
}

.yessho-home .tp-shop-category-2-content {
  z-index: 3;
  inset: auto 0 0;
  padding: 26px;
}

.yessho-home .tp-shop-category-2-content-wrap {
  display: grid;
  gap: 8px;
}

.yessho-home .tp-shop-category-2-content-wrap::before {
  content: "Collection";
  display: inline-flex;
  width: max-content;
  min-height: 24px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.yessho-home .tp-shop-category-2-title.sm {
  max-width: 92%;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 0.98;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.yessho-home .tp-shop-category-2-content span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: #ffffff;
  color: #0d47a1;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

@media (max-width: 575px) {
  .yessho-home .tp-shop-category-2-area .row {
    --bs-gutter-x: 7px;
    --bs-gutter-y: 7px;
    padding: 7px;
    border-radius: 12px;
  }

  .yessho-home .tp-shop-category-2-area {
    padding-inline: 8px;
  }

  .yessho-home .tp-shop-category-2-thumb {
    height: 150px;
    border-radius: 9px;
  }

  .yessho-home .tp-shop-category-2-content {
    padding: 14px;
  }

  .yessho-home .tp-shop-category-2-content-wrap {
    gap: 6px;
  }

  .yessho-home .tp-shop-category-2-content-wrap::before {
    min-height: 20px;
    padding: 4px 7px;
    font-size: 8px;
  }

  .yessho-home .tp-shop-category-2-title.sm {
    font-size: 18px;
  }

  .yessho-home .tp-shop-category-2-content span {
    min-height: 22px;
    padding: 5px 8px;
    font-size: 9px;
  }
}

.yessho-product-band {
  margin-top: clamp(26px, 4vw, 58px);
}

.yessho-product-band + .yessho-product-band {
  padding-top: clamp(28px, 4vw, 58px);
  border-top: 1px solid rgba(13, 71, 161, 0.08);
}

.yessho-product-band-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.yessho-product-band-head span {
  display: inline-flex;
  margin-bottom: 6px;
  color: #ef233c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-product-band-head h4 {
  margin: 0;
  color: #0d1b2a;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.08;
}

.yessho-product-band-head a,
.yessho-products-all-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0d47a1;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.yessho-product-band-head a:hover,
.yessho-products-all-link a:hover {
  background: #ef233c;
  color: #ffffff;
}

.yessho-products-all-link {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 60px);
}

.yessho-service-banner {
  padding: clamp(34px, 5vw, 66px) 0;
  background: #ffffff;
}

.yessho-service-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 46px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(22, 163, 74, 0.12), transparent 26%),
    linear-gradient(135deg, #0d47a1 0%, #0b3f8f 100%);
  box-shadow: 0 18px 48px rgba(13, 71, 161, 0.16);
}

.yessho-service-banner-inner span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-service-banner-inner h2 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.08;
}

.yessho-service-banner-inner p {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(239, 246, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
}

.yessho-service-banner-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #0d47a1;
  font-size: 14px;
  font-weight: 900;
}

.yessho-service-banner-btn:hover {
  background: #16a34a;
  color: #ffffff;
}

.yessho-newsletter-card-section {
  padding: clamp(40px, 6vw, 90px) 0;
  background: #ffffff;
}

.yessho-newsletter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 24px 70px rgba(2, 23, 74, 0.1);
}

.yessho-newsletter-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ef233c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-newsletter-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #0d1b2a;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.05;
}

.yessho-newsletter-copy p {
  max-width: 660px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.yessho-newsletter-btn {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #0d47a1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.yessho-newsletter-btn:hover {
  background: #ef233c;
}

.yessho-partners-section {
  padding: clamp(24px, 4vw, 52px) 0 clamp(24px, 4vw, 54px);
  background: #f4f0ea;
}

.yessho-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.yessho-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.yessho-partner-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 71, 161, 0.32);
  box-shadow: 0 18px 36px rgba(13, 71, 161, 0.1);
}

.yessho-partner-logo img {
  width: min(148px, 72%);
  max-height: 54px;
  object-fit: contain;
}

.yessho-eco-section {
  margin-top: clamp(18px, 3vw, 36px);
  padding: clamp(34px, 5vw, 68px) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(240, 253, 244, 0.72) 100%);
}

.yessho-eco-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(22, 163, 74, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(20, 83, 45, 0.08);
}

.yessho-eco-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #16a34a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yessho-eco-copy h2 {
  max-width: 620px;
  margin: 0 0 14px;
  color: #14351f;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
}

.yessho-eco-copy p {
  max-width: 620px;
  margin: 0 0 22px;
  color: rgba(20, 53, 31, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.yessho-eco-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
}

.yessho-eco-points div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(22, 163, 74, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.yessho-eco-points i {
  color: #16a34a;
  font-size: 15px;
}

.yessho-eco-points strong {
  display: block;
  margin: 0;
  color: #14532d;
  font-size: 13px;
  font-weight: 900;
}

.yessho-eco-points span {
  display: none;
}

.yessho-eco-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 22px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 30%, rgba(187, 247, 208, 0.62), transparent 54%);
}

.yessho-eco-orbit {
  display: inline-flex;
  width: clamp(136px, 15vw, 188px);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.yessho-eco-orbit img {
  width: 100%;
  animation: yesshoEcoSpin 14s linear infinite;
  filter: drop-shadow(0 20px 34px rgba(22, 163, 74, 0.18));
}

.yessho-eco-orbit:hover {
  transform: translateY(-3px);
  filter: brightness(1.03);
}

.yessho-eco-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 9px 15px;
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 999px;
  color: #166534;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.74);
}

.yessho-eco-logo-link:hover {
  color: #14532d;
  border-color: rgba(22, 163, 74, 0.32);
}

.yessho-eco-device {
  display: none;
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 28px 70px rgba(13, 71, 161, 0.16);
}

.yessho-eco-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yessho-eco-device-main {
  right: 0;
  bottom: 20px;
  width: min(78%, 430px);
  aspect-ratio: 1.45;
}

@keyframes yesshoEcoSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .yessho-product-band-head,
  .yessho-service-banner-inner,
  .yessho-newsletter-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .yessho-eco-layout {
    grid-template-columns: 1fr;
  }

  .yessho-eco-visual {
    min-height: 220px;
  }

  .yessho-eco-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yessho-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .yessho-partners-section {
    padding: 24px 0 22px;
  }

  .yessho-partners-section .yessho-section-heading {
    margin-bottom: 14px;
  }

  .yessho-partners-section .yessho-section-heading h3 {
    font-size: 22px;
    line-height: 1.15;
  }

  .yessho-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .yessho-partner-logo {
    min-height: 68px;
    border-radius: 10px;
    padding: 8px;
  }

  .yessho-partner-logo img {
    width: 86%;
    max-height: 34px;
  }

  .yessho-eco-section {
    margin-top: 10px;
    padding: 24px 0 36px;
  }

  .yessho-eco-layout {
    padding: 20px;
  }

  .yessho-eco-points {
    grid-template-columns: 1fr;
  }

}

.agntix-footer-shop .yessho-footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #ffffff;
  line-height: 0.82;
  text-align: center;
}

.agntix-footer-shop .yessho-footer-brand-red {
  color: #ef233c;
  font-size: clamp(72px, 14vw, 230px);
  font-weight: 900;
  text-shadow: 0 18px 38px rgba(2, 23, 74, 0.32);
}

.agntix-footer-shop .yessho-footer-brand-white {
  color: #ffffff;
  margin-top: clamp(8px, 1.2vw, 18px);
  font-size: clamp(34px, 6vw, 106px);
  font-weight: 800;
  letter-spacing: clamp(8px, 1.4vw, 26px);
  text-shadow: 0 14px 34px rgba(2, 23, 74, 0.28);
}

.agntix-footer-shop .tp-footer-shop-copyright {
  margin: 0 clamp(14px, 3vw, 42px);
}

.agntix-footer-shop .tp-footer-shop-copyright-text p,
.agntix-footer-shop .tp-footer-shop-copyright-text a {
  color: rgba(239, 246, 255, 0.82);
}

.agntix-footer-shop .yessho-footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.agntix-footer-shop .yessho-footer-bottom-links a {
  position: relative;
  display: inline-flex;
  color: rgba(239, 246, 255, 0.84);
  font-weight: 700;
}

.agntix-footer-shop .yessho-footer-bottom-links a + a::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.5);
  transform: translateY(-50%);
}

.agntix-footer-shop .tp-footer-shop-copyright-text a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .agntix-footer-shop .tp-footer-shop-widget {
    border-right: 0;
    border-bottom: 1px solid rgba(191, 219, 254, 0.14);
  }

  .agntix-footer-shop .yessho-footer-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agntix-footer-shop .yessho-footer-bottom-links {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .agntix-footer-shop .yessho-footer-addresses-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .agntix-footer-shop .yessho-footer-addresses-head a {
    min-height: 38px;
    padding: 8px 14px;
  }

  .agntix-footer-shop .yessho-footer-socials a,
  .yessho-contact-socials a {
    width: 40px;
    height: 40px;
  }

  .agntix-footer-shop .yessho-footer-address-grid {
    grid-template-columns: 1fr;
  }
}

.custom-page .yessho-policy-content,
.custom-page {
  color: #18335f;
}

.custom-page .yessho-policy-content {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(2, 23, 74, 0.08);
}

.custom-page .yessho-policy-content h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  color: #0b3b8c;
  font-weight: 800;
}

.custom-page .yessho-policy-content p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(24, 51, 95, 0.78);
}

.yessho-page {
  background: #f4f0ea;
  color: #14213d;
}

.yessho-page-hero {
  padding: clamp(112px, 13vw, 172px) 0 clamp(44px, 6vw, 78px);
  background: linear-gradient(180deg, #f8fbff 0%, #f4f0ea 100%);
}

.yessho-page-hero span,
.yessho-page-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ef233c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yessho-page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #0d47a1;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

.yessho-page-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #334155;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.7;
}

.yessho-page-section {
  padding: clamp(48px, 7vw, 92px) 0;
}

.yessho-about-grid,
.yessho-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
}

.yessho-about-grid h2,
.yessho-contact-grid h2 {
  margin: 0 0 18px;
  color: #0d1b2a;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 900;
}

.yessho-about-grid p,
.yessho-contact-info p {
  max-width: 720px;
  margin: 0 0 16px;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.yessho-about-panel,
.yessho-process-grid article,
.yessho-contact-info,
.yessho-contact-form {
  border: 1px solid rgba(13, 71, 161, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(2, 23, 74, 0.07);
}

.yessho-about-panel {
  padding: clamp(24px, 3vw, 36px);
}

.yessho-about-panel h3 {
  margin: 0 0 18px;
  color: #0d47a1;
  font-size: 24px;
  font-weight: 900;
}

.yessho-about-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yessho-about-panel li {
  position: relative;
  padding: 0 0 13px 24px;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.yessho-about-panel li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #16a34a;
}

.yessho-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 5vw, 58px);
}

.yessho-process-grid article {
  min-height: 180px;
  padding: 24px;
}

.yessho-process-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #0d47a1;
  font-size: 18px;
  font-weight: 900;
}

.yessho-process-grid span {
  display: block;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

.yessho-contact-info,
.yessho-contact-form {
  padding: clamp(24px, 3vw, 38px);
}

.yessho-phone {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ef233c;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  font-weight: 900;
}

.yessho-phone:hover {
  color: #0d47a1;
}

.yessho-contact-socials {
  margin: 18px 0 20px;
}

.yessho-contact-socials a {
  color: #0d47a1;
  background: #eff6ff;
  border-color: rgba(13, 71, 161, 0.12);
  box-shadow: 0 10px 24px rgba(2, 23, 74, 0.08);
}

.yessho-contact-socials a:hover {
  color: #ffffff;
  background: #0d47a1;
}

.yessho-locations {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.yessho-locations div,
.yessho-locations a {
  display: block;
  padding: 13px 14px;
  border: 1px solid rgba(13, 71, 161, 0.1);
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  font-size: 15px;
  line-height: 1.45;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.yessho-locations a:hover {
  color: #0d47a1;
  border-color: rgba(13, 71, 161, 0.28);
  transform: translateY(-2px);
}

.yessho-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #14213d;
  font-size: 14px;
  font-weight: 800;
}

.yessho-contact-form input,
.yessho-contact-form textarea {
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid rgba(13, 71, 161, 0.15);
  border-radius: 8px;
  background: #ffffff;
  color: #14213d;
  font-size: 15px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yessho-contact-form input {
  height: 52px;
  padding: 0 16px;
}

.yessho-contact-form textarea {
  min-height: 156px;
  padding: 15px 16px;
  resize: vertical;
}

.yessho-contact-form input:focus,
.yessho-contact-form textarea:focus {
  border-color: rgba(13, 71, 161, 0.55);
  box-shadow: 0 0 0 4px rgba(13, 71, 161, 0.08);
}

.yessho-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: #0d47a1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease;
}

.yessho-submit:hover {
  transform: translateY(-2px);
  background: #08357d;
}

.tp-offcanvas-area .tp-offcanvas-wrapper {
  background:
    linear-gradient(180deg, rgba(13, 71, 161, 0.08), rgba(255, 255, 255, 0) 190px),
    #ffffff;
}

.tp-offcanvas-area .tp-offcanvas-top {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(13, 71, 161, 0.1);
}

.tp-offcanvas-area .tp-offcanvas-logo img {
  max-width: 96px;
  height: auto;
}

.tp-offcanvas-area .tp-offcanvas-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f5f9ff;
  color: #0d47a1;
}

.tp-offcanvas-area .tp-offcanvas-menu {
  margin-bottom: 24px;
}

.tp-offcanvas-area .tp-offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-offcanvas-area .tp-offcanvas-menu li {
  margin: 0;
}

.tp-offcanvas-area .tp-offcanvas-menu > nav > ul > li + li {
  margin-top: 8px;
}

.tp-offcanvas-area .tp-offcanvas-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 71, 161, 0.1);
  border-radius: 14px;
  background: #ffffff;
  color: #0d1b2a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 10px 26px rgba(2, 23, 74, 0.06);
}

.tp-offcanvas-area .tp-offcanvas-menu a:hover {
  color: #0d47a1;
  border-color: rgba(13, 71, 161, 0.26);
}

.tp-offcanvas-area .tp-offcanvas-menu .submenu,
.tp-offcanvas-area .tp-offcanvas-menu .tp-submenu {
  margin: 8px 0 10px 12px;
  padding-left: 12px;
  border-left: 2px solid rgba(34, 197, 94, 0.45);
}

.tp-offcanvas-area .tp-offcanvas-menu .submenu li + li,
.tp-offcanvas-area .tp-offcanvas-menu .tp-submenu li + li {
  margin-top: 7px;
}

.tp-offcanvas-area .tp-offcanvas-menu .submenu a,
.tp-offcanvas-area .tp-offcanvas-menu .tp-submenu a {
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fbff;
  color: #14315f;
  font-size: 14px;
  box-shadow: none;
}

.ss-offcanvas-account,
.ss-offcanvas-actions,
.tp-offcanvas-social {
  padding: 18px;
  border: 1px solid rgba(13, 71, 161, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(2, 23, 74, 0.07);
}

.tp-offcanvas-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.tp-offcanvas-social li {
  list-style: none;
}

.tp-offcanvas-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #0d47a1;
  color: #ffffff;
}

.yessho-pwa-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.2), transparent 30%),
    linear-gradient(145deg, #06306f 0%, #0d47a1 48%, #1f7aff 100%);
  color: #ffffff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.yessho-pwa-standalone .yessho-pwa-splash {
  display: flex;
}

.yessho-pwa-splash.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.yessho-pwa-splash-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  transform: translateY(-8px);
}

.yessho-pwa-splash-card img {
  width: 104px;
  height: 104px;
  padding: 12px;
  border-radius: 28px;
  object-fit: contain;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(2, 23, 74, 0.28);
}

.yessho-pwa-splash-card strong {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.yessho-pwa-splash-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.yessho-pwa-install {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1001;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(410px, calc(100vw - 32px));
  min-height: 78px;
  padding: 14px 14px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #07357d 0%, #0d47a1 48%, #1f7aff 100%);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(4, 24, 70, 0.32);
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.yessho-pwa-install::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-100%);
  animation: yesshoPwaShine 4.6s ease-in-out infinite;
}

.yessho-pwa-install[hidden] {
  display: none;
}

.yessho-pwa-install.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.yessho-pwa-install:hover {
  transform: translateY(-2px);
  box-shadow: 0 32px 82px rgba(4, 24, 70, 0.4);
}

.yessho-pwa-install-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #ffffff;
  color: #0d47a1;
  font-size: 19px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.yessho-pwa-install-copy {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
}

.yessho-pwa-install-copy strong,
.yessho-pwa-install-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yessho-pwa-install-copy strong {
  font-size: 15px;
  font-weight: 950;
  line-height: 1.05;
}

.yessho-pwa-install-copy small {
  max-width: 230px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
}

.yessho-pwa-install-btn {
  position: relative;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #0d47a1;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.yessho-pwa-install.is-ios-help {
  grid-template-columns: auto minmax(0, 1fr);
  padding-right: 44px;
}

.yessho-pwa-install.is-ios-help .yessho-pwa-install-btn {
  grid-column: 1 / -1;
  width: 100%;
  color: #ffffff;
  background: #ef233c;
}

.yessho-pwa-install.is-ios-help.show-ios-steps .yessho-pwa-install-copy::after {
  content: "1. Ouvrez le bouton Partager. 2. Choisissez Ajouter a l ecran d accueil.";
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.yessho-pwa-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

@keyframes yesshoPwaShine {
  0%,
  62% {
    transform: translateX(-120%);
  }

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

@media (max-width: 575px) {
  .yessho-pwa-install {
    right: 14px;
    bottom: 14px;
    grid-template-columns: auto minmax(0, 1fr);
    width: calc(100vw - 28px);
    min-height: 86px;
    padding: 14px;
  }

  .yessho-pwa-install-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .yessho-pwa-install-copy small {
    max-width: none;
  }

  .yessho-pwa-install-btn {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 40px;
  }
}

.yessho-auth-page {
  padding: clamp(120px, 14vw, 190px) 0 clamp(70px, 8vw, 120px);
  background: #ffffff;
}

.yessho-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: stretch;
}

.yessho-auth-panel,
.yessho-auth-card {
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(2, 23, 74, 0.1);
}

.yessho-auth-panel {
  padding: clamp(30px, 5vw, 62px);
  background:
    radial-gradient(circle at 82% 16%, rgba(239, 35, 60, 0.18), transparent 28%),
    linear-gradient(135deg, #0d47a1 0%, #0b3578 100%);
}

.yessho-auth-panel span,
.yessho-auth-heading span {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-auth-panel span {
  color: #bfdbfe;
}

.yessho-auth-panel h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 900;
  line-height: 1.02;
}

.yessho-auth-panel p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(239, 246, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
}

.yessho-auth-panel ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.yessho-auth-panel li {
  position: relative;
  padding-left: 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.yessho-auth-panel li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ef233c;
}

.yessho-auth-card {
  padding: clamp(26px, 4vw, 42px);
  background: #ffffff;
}

.yessho-auth-heading {
  margin-bottom: 24px;
}

.yessho-auth-heading span {
  color: #ef233c;
}

.yessho-auth-heading h2 {
  margin: 0;
  color: #0d1b2a;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.08;
}

.yessho-auth-heading p {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 15px;
}

.yessho-auth-heading a,
.yessho-auth-row a {
  color: #0d47a1;
  font-weight: 900;
}

.yessho-auth-field {
  margin-bottom: 18px;
}

.yessho-auth-field label {
  display: block;
  margin-bottom: 8px;
  color: #14213d;
  font-size: 14px;
  font-weight: 900;
}

.yessho-auth-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(13, 71, 161, 0.16);
  border-radius: 8px;
  background: #f8fbff;
  color: #14213d;
  font-size: 15px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.yessho-auth-field input:focus {
  border-color: rgba(13, 71, 161, 0.55);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(13, 71, 161, 0.08);
}

.yessho-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.yessho-auth-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 14px;
  font-weight: 800;
}

.yessho-auth-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: #0d47a1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.yessho-auth-submit:hover {
  background: #ef233c;
}

body,
main,
.tp-page-wrapper,
.tp-body,
.tp-shop-area,
.shop-archive,
.tp-product-ptb,
.tp-product-details-area,
.tp-product-details-top,
.tp-product-details-bottom,
.tp-checkout-area,
.tp-cart-area,
.tp-wishlist-area,
.profile__area,
.custom-page,
.yessho-page,
.yessho-page-hero,
.yessho-page-section,
.tp-breadcrumb-area,
.tp-product-category-area,
.tp-product-arrival-area,
.tp-product-sm-area,
.tp-product-offer-area,
.tp-product-gadget-area,
.tp-product-banner-area,
.tp-product-area {
  background: #ffffff !important;
}

[data-bg-color="#F6F8EF"],
[data-bg-color="#F6F6F9"],
[data-bg-color="#F7F7FD"],
[data-bg-color="#f7f7fd"] {
  background-color: #ffffff !important;
}

.tp-checkout-place,
.tp-checkout-bill-area,
.tp-my-acount-wrap,
.tp-product-details-wrapper,
.tp-product-details-thumb-wrapper,
.tp-product-details-tab-nav {
  background-color: #ffffff;
}

.tp-product-details-action-item-wrapper {
  flex-wrap: wrap;
}

.tp-product-details-add-to-cart {
  min-width: min(100%, 220px);
  flex: 1 1 220px;
}

.tp-product-details-add-to-cart-btn.yessho-buy-now {
  border: 1px solid #0d47a1;
  background: #0d47a1;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(13, 71, 161, 0.2);
}

.tp-product-details-add-to-cart-btn.yessho-buy-now:hover {
  border-color: #ef233c;
  background: #ef233c;
  color: #ffffff;
}

.yessho-checkout-bill-area {
  border: 1px solid rgba(13, 71, 161, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(2, 23, 74, 0.07);
}

.yessho-checkout-bill-area .tp-checkout-bill-title {
  margin-bottom: 22px;
  color: #0d47a1;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
}

.yessho-checkout-form .tp-checkout-input {
  margin-bottom: 0;
}

.yessho-checkout-form .tp-checkout-input label {
  margin-bottom: 7px;
  color: #18335f;
  font-size: 13px;
  font-weight: 800;
}

.yessho-checkout-form .tp-checkout-input input,
.yessho-checkout-form .tp-checkout-input select,
.yessho-checkout-form .nice-select {
  height: 48px;
  min-height: 48px;
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 12px;
  color: #0d1b2a;
  font-size: 14px;
  font-weight: 600;
  background-color: #f8fbff;
}

.yessho-checkout-form .tp-checkout-input input,
.yessho-checkout-form .tp-checkout-input select {
  padding: 0 15px;
}

.yessho-checkout-form .yessho-city-search {
  margin-bottom: 8px;
  border-color: rgba(239, 35, 60, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.98)),
    #ffffff;
}

.yessho-checkout-form .tp-checkout-input select {
  width: 100%;
  appearance: auto;
}

.yessho-recycling-hero {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.yessho-recycling-form-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(2, 23, 74, 0.08);
}

.yessho-recycling-form-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.yessho-recycling-form-intro span {
  color: #ef233c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-recycling-form-intro h2 {
  margin: 8px 0 12px;
  color: #0d1b2a;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.05;
  font-weight: 900;
}

.yessho-recycling-form-intro p {
  color: rgba(24, 51, 95, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.yessho-recycling-form label {
  display: block;
  margin-bottom: 8px;
  color: #18335f;
  font-size: 13px;
  font-weight: 900;
}

.yessho-recycling-form input,
.yessho-recycling-form select,
.yessho-recycling-form textarea {
  width: 100%;
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 14px;
  color: #0d1b2a;
  font-size: 15px;
  font-weight: 600;
  background: #f8fbff;
}

.yessho-recycling-form input,
.yessho-recycling-form select {
  height: 50px;
  padding: 0 15px;
}

.yessho-recycling-form textarea {
  min-height: 140px;
  padding: 15px;
}

.yessho-recycling-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 26px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #ef233c 0%, #c9182b 100%);
  box-shadow: 0 16px 34px rgba(239, 35, 60, 0.22);
}

.yessho-recycling-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin: clamp(28px, 4vw, 44px) 0 0;
  padding: 0;
  list-style: none;
}

.yessho-recycling-features li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #18335f;
  font-size: 13px;
  font-weight: 800;
}

.yessho-recycling-features-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #15803d;
  font-size: 17px;
  background: rgba(22, 163, 74, 0.11);
}

.yessho-recycling-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
}

.yessho-recycling-why,
.yessho-recycling-steps {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 20px;
}

.yessho-recycling-why {
  color: #ecfdf5;
  background: linear-gradient(160deg, #14532d 0%, #166534 55%, #15803d 100%);
  box-shadow: 0 20px 46px rgba(20, 83, 45, 0.22);
}

.yessho-recycling-why h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
}

.yessho-recycling-why ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yessho-recycling-why li {
  position: relative;
  padding: 0 0 14px 28px;
  color: rgba(236, 253, 245, 0.92);
  font-size: 15px;
  line-height: 1.55;
}

.yessho-recycling-why li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: #4ade80;
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
}

.yessho-recycling-steps {
  border: 1px solid rgba(13, 71, 161, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(2, 23, 74, 0.07);
}

.yessho-recycling-steps h3 {
  margin: 0 0 20px;
  color: #0d1b2a;
  font-size: 21px;
  font-weight: 900;
}

.yessho-recycling-steps ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yessho-recycling-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.yessho-recycling-steps-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.yessho-recycling-steps li > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.yessho-recycling-steps li strong {
  color: #0d1b2a;
  font-size: 15px;
  font-weight: 800;
}

.yessho-recycling-steps li span:last-child {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.yessho-recycling-form-section {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(13, 71, 161, 0.1);
}

.yessho-recycling-form-section:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.yessho-recycling-form-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.yessho-recycling-form-section-title h3 {
  margin: 0;
  color: #0d1b2a;
  font-size: 17px;
  font-weight: 900;
}

.yessho-recycling-form-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #15803d;
  font-size: 15px;
  background: rgba(22, 163, 74, 0.11);
}

.yessho-recycling-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  margin-bottom: 26px;
  border: 1px solid rgba(22, 163, 74, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.9), rgba(240, 253, 244, 0.7)),
    #ffffff;
}

.yessho-recycling-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #15803d;
  font-size: 14px;
  background: rgba(22, 163, 74, 0.14);
}

.yessho-recycling-note strong {
  display: block;
  margin-bottom: 4px;
  color: #14532d;
  font-size: 15px;
  font-weight: 900;
}

.yessho-recycling-note p {
  margin: 0;
  color: rgba(20, 83, 45, 0.75);
  font-size: 13px;
  line-height: 1.6;
}

.yessho-recycling-declaration {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.yessho-recycling-declaration label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
}

.yessho-recycling-declaration input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: none;
  accent-color: #16a34a;
}

.yessho-recycling-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.yessho-recycling-submit-hint {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.yessho-checkout-form .nice-select {
  line-height: 48px;
}

.yessho-checkout-form .nice-select .list {
  width: 100%;
  border-radius: 12px;
}

.yessho-checkout-form .nice-select .option {
  min-height: 36px;
  line-height: 36px;
}

.tp-checkout-input textarea[name="order_note"] {
  min-height: 96px;
  border-radius: 14px;
}

.yessho-subscribe-popup {
  background: rgba(3, 17, 45, 0.58);
  backdrop-filter: blur(8px);
}

.yessho-subscribe-popup .tp-shop-popup-wrap {
  width: min(92vw, 430px);
  height: auto;
  min-height: 0;
  border: 1px solid rgba(191, 219, 254, 0.34);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    #ffffff;
  box-shadow: 0 28px 90px rgba(2, 23, 74, 0.34);
  overflow: hidden;
}

.yessho-subscribe-popup .tp-shop-popup-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #ef233c 0%, #0d47a1 58%, #1d78ff 100%);
}

.yessho-subscribe-popup .tp-shop-popup-content {
  width: 100%;
  padding: 34px 34px 32px;
}

.yessho-subscribe-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(13, 71, 161, 0.14);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(2, 23, 74, 0.08);
  cursor: pointer;
}

.yessho-subscribe-popup .close svg {
  width: 18px;
  height: 18px;
}

.yessho-subscribe-popup .tp-shop-popup-logo {
  margin-bottom: 18px;
}

.yessho-subscribe-popup .tp-shop-popup-logo img {
  width: auto;
  max-width: 86px;
  max-height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(2, 23, 74, 0.14));
}

.yessho-subscribe-popup .tp-shop-popup-text h4 {
  margin-bottom: 9px;
  color: #0d47a1;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.yessho-subscribe-popup .tp-shop-popup-text h4::first-letter {
  color: #ef233c;
}

.yessho-subscribe-popup .tp-shop-popup-text p {
  margin-bottom: 12px;
  color: #ef233c;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.yessho-subscribe-popup .tp-shop-popup-text span {
  display: block;
  max-width: 310px;
  margin: 0 auto 24px;
  color: rgba(24, 51, 95, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.yessho-subscribe-popup .tp-shop-popup-inputbox input {
  height: 48px;
  margin-bottom: 10px;
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 12px;
  color: #0d1b2a;
  font-size: 15px;
  letter-spacing: 0;
  background: #f8fbff;
}

.yessho-subscribe-popup .tp-shop-popup-inputbox input::placeholder {
  color: rgba(13, 27, 42, 0.5);
  font-size: 15px;
  letter-spacing: 0;
}

.yessho-subscribe-popup .tp-shop-popup-inputbox .tp-btn-black-square {
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ef233c 0%, #c9182b 100%);
  box-shadow: 0 16px 28px rgba(239, 35, 60, 0.22);
}

.yessho-subscribe-popup .tp-shop-popup-inputbox .tp-btn-black-square:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0d47a1 0%, #1d78ff 100%);
  box-shadow: 0 16px 28px rgba(13, 71, 161, 0.22);
}

.yessho-subscribe-popup .tp-shop-popup-response {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .yessho-hero-slider-main {
    border-radius: 22px;
  }

  .yessho-hero-slide-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 34px 22px 142px;
  }

  .yessho-hero-copy {
    max-width: 100%;
  }

  .yessho-hero-title {
    font-size: clamp(34px, 8vw, 58px) !important;
  }

  .yessho-hero-media {
    min-height: 280px;
  }

  .yessho-hero-media img {
    height: 280px;
  }

  .yessho-hero-controls {
    left: 22px;
    right: 22px;
    bottom: 86px;
  }

  .yessho-hero-thumbs-wrap {
    left: 16px;
    right: 16px;
    bottom: 18px;
    max-width: none;
  }

  .yessho-hero-thumb {
    width: 136px !important;
    min-height: 62px;
  }

  .yessho-recycling-cta {
    grid-template-columns: 1fr;
  }

  .yessho-recycling-cta-visual {
    justify-content: flex-start;
    width: fit-content;
  }

  .yessho-auth-layout {
    grid-template-columns: 1fr;
  }

  .yessho-auth-panel h1 {
    font-size: 38px;
  }

  .yessho-about-grid,
  .yessho-contact-grid {
    grid-template-columns: 1fr;
  }

  .yessho-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yessho-recycling-panels {
    grid-template-columns: 1fr;
  }

  .yessho-recycling-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .yessho-hero-premium {
    padding-top: 92px !important;
    padding-bottom: 24px;
  }

  .yessho-hero-slider-main {
    border-radius: 18px;
  }

  .yessho-hero-slide-inner {
    padding: 26px 16px 142px;
  }

  .yessho-hero-subtitle {
    margin-bottom: 12px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .yessho-hero-title {
    font-size: clamp(30px, 10vw, 42px) !important;
  }

  .yessho-hero-text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .yessho-hero-actions {
    margin-top: 22px;
  }

  .yessho-hero-btn {
    width: 100%;
    min-height: 46px;
  }

  .yessho-hero-proof {
    font-size: 12px;
  }

  .yessho-hero-media {
    min-height: 230px;
    border-radius: 18px;
  }

  .yessho-hero-media::after {
    left: 16px;
    bottom: 14px;
    font-size: 10px;
  }

  .yessho-hero-media img {
    height: 230px;
    padding: 16px;
  }

  .yessho-hero-controls {
    bottom: 78px;
    gap: 10px;
  }

  .yessho-hero-arrow {
    width: 40px;
    height: 40px;
  }

  .yessho-hero-dots .slick-dots button {
    width: 18px;
  }

  .yessho-hero-dots .slick-dots .slick-active button {
    width: 34px;
  }

  .yessho-hero-thumb {
    width: 124px !important;
    gap: 8px;
    padding: 7px;
  }

  .yessho-hero-thumb img {
    width: 44px;
    height: 44px;
  }

  .yessho-hero-thumb span {
    font-size: 10px;
  }

  .yessho-recycling-cta,
  .yessho-recycling-form-shell {
    border-radius: 18px;
  }

  .yessho-recycling-cta-visual {
    width: 100%;
    justify-content: flex-start;
  }

  .yessho-checkout-bill-area {
    border-radius: 14px;
  }

  .yessho-checkout-form .tp-checkout-input label {
    font-size: 12px;
  }

  .yessho-checkout-form .tp-checkout-input input,
  .yessho-checkout-form .tp-checkout-input select,
  .yessho-checkout-form .nice-select {
    height: 44px;
    min-height: 44px;
    font-size: 13px;
  }

  .yessho-subscribe-popup .tp-shop-popup-content {
    padding: 30px 20px 24px;
  }

  .yessho-subscribe-popup .tp-shop-popup-logo img {
    max-width: 74px;
    max-height: 54px;
  }

  .yessho-process-grid {
    grid-template-columns: 1fr;
  }

  .yessho-page-hero {
    padding-top: 104px;
  }

  .yessho-recycling-features {
    grid-template-columns: 1fr;
  }

  .yessho-recycling-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .yessho-recycling-submit {
    width: 100%;
  }
}

/* Ecommerce hero slider */
.yessho-hero-premium.tp-hero-shop-area {
  padding-top: clamp(8px, 10vw, 32px) !important;
  background: #ffffff !important;
}

.yessho-hero-premium .container-1830 {
  max-width: 1440px;
}

.yessho-hero-slider-main {
  border: 1px solid rgba(13, 71, 161, 0.1) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(105deg, #ffffff 0%, #ffffff 42%, rgba(219, 234, 254, 0.7) 42%, rgba(239, 246, 255, 0.95) 100%) !important;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08) !important;
}

.yessho-hero-slider-main::before {
  inset: auto !important;
  right: -80px !important;
  top: -120px !important;
  width: 310px !important;
  height: 310px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(13, 71, 161, 0.08) !important;
  z-index: 0 !important;
}

.yessho-hero-slider-main::after {
  content: "";
  position: absolute;
  right: 28%;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(239, 35, 60, 0.06);
  pointer-events: none;
}

.yessho-hero-slide-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  min-height: clamp(430px, 37vw, 570px) !important;
  padding: clamp(42px, 5vw, 78px) clamp(26px, 5vw, 74px) clamp(74px, 7vw, 96px) !important;
}

.yessho-hero-copy {
  max-width: 590px !important;
}

.yessho-hero-subtitle {
  margin-bottom: 16px !important;
  border: 1px solid rgba(239, 35, 60, 0.12) !important;
  background: rgba(239, 35, 60, 0.08) !important;
  color: #ef233c !important;
  font-size: 12px !important;
}

.yessho-hero-title {
  color: #0d1b2a !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 0.98 !important;
  max-width: 620px;
}

.yessho-hero-text {
  max-width: 540px !important;
  margin-top: 18px !important;
  color: #475569 !important;
  font-size: clamp(15px, 1.1vw, 17px) !important;
  line-height: 1.65 !important;
}

.yessho-hero-actions {
  gap: 12px !important;
  margin-top: 28px !important;
}

.yessho-hero-btn {
  min-height: 48px !important;
  padding: 0 24px !important;
  background: #ef233c !important;
  box-shadow: 0 14px 28px rgba(239, 35, 60, 0.2) !important;
}

.yessho-hero-btn:hover {
  background: #0d47a1 !important;
  color: #ffffff !important;
}

.yessho-hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(13, 71, 161, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #0d47a1;
  font-size: 14px;
  font-weight: 900;
}

.yessho-hero-link:hover {
  border-color: #0d47a1;
  background: #eff6ff;
  color: #0d47a1;
}

.yessho-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.yessho-hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(13, 71, 161, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.yessho-hero-benefits i {
  color: #16a34a;
  font-size: 11px;
}

.yessho-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(320px, 31vw, 470px) !important;
  border: 0 !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(13, 71, 161, 0.12), transparent 18%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(239, 246, 255, 0.92)) !important;
  box-shadow: none !important;
}

.yessho-hero-media::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 28px;
  height: 18px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.16);
  filter: blur(16px);
}

.yessho-hero-media::after {
  display: none !important;
}

.yessho-hero-product-label {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: #0d47a1;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-hero-media img {
  position: relative;
  z-index: 1;
  height: clamp(300px, 30vw, 450px) !important;
  padding: clamp(12px, 2vw, 28px) !important;
  object-fit: contain !important;
  transform: none !important;
}

.yessho-hero-controls {
  left: clamp(26px, 5vw, 74px) !important;
  right: auto !important;
  bottom: 24px !important;
  gap: 10px !important;
}

.yessho-hero-arrow {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(13, 71, 161, 0.12) !important;
  background: #ffffff !important;
  color: #0d47a1 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.yessho-hero-arrow:hover {
  background: #0d47a1 !important;
  color: #ffffff !important;
}

.yessho-hero-dots .slick-dots button {
  width: 22px !important;
  height: 6px !important;
  background: rgba(13, 71, 161, 0.18) !important;
}

.yessho-hero-dots .slick-dots .slick-active button {
  width: 42px !important;
  background: #0d47a1 !important;
}

.yessho-hero-thumbs-wrap {
  display: none !important;
}

@media (max-width: 991px) {
  .yessho-hero-slider-main {
    background:
      linear-gradient(180deg, #ffffff 0%, #ffffff 46%, rgba(239, 246, 255, 0.96) 46%, #eef6ff 100%) !important;
  }

  .yessho-hero-slide-inner {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 32px 22px 78px !important;
  }

  .yessho-hero-media {
    min-height: 300px !important;
  }

  .yessho-hero-media img {
    height: 290px !important;
  }

  .yessho-hero-controls {
    left: 22px !important;
    bottom: 22px !important;
  }
}

@media (max-width: 575px) {
  .yessho-hero-premium.tp-hero-shop-area {
    padding-top: 86px !important;
  }

  .yessho-hero-slider-main {
    border-radius: 14px !important;
  }

  .yessho-hero-slide-inner {
    padding: 24px 15px 72px !important;
  }

  .yessho-hero-subtitle {
    font-size: 10px !important;
  }

  .yessho-hero-title {
    font-size: clamp(30px, 10vw, 42px) !important;
  }

  .yessho-hero-text {
    font-size: 14px !important;
  }

  .yessho-hero-actions {
    align-items: stretch !important;
  }

  .yessho-hero-btn,
  .yessho-hero-link {
    width: 100%;
    min-height: 44px !important;
  }

  .yessho-hero-benefits {
    gap: 6px;
  }

  .yessho-hero-benefits span {
    min-height: 26px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .yessho-hero-media {
    min-height: 230px !important;
  }

  .yessho-hero-media img {
    height: 225px !important;
  }

  .yessho-hero-product-label {
    top: 12px;
    right: 12px;
    font-size: 9px;
  }

  .yessho-hero-arrow {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Tighten the space between the recycling CTA and product cards */
.yessho-recycling-cta-section + .tp-shop-product-area,
.yessho-recycling-cta-section + .yessho-all-products-area {
  padding-top: clamp(18px, 3vw, 34px) !important;
}

.yessho-recycling-cta-section {
  padding-bottom: clamp(18px, 3vw, 34px) !important;
}

@media (max-width: 575px) {
  .yessho-recycling-cta-section {
    padding-bottom: 12px !important;
  }

.yessho-recycling-cta-section + .tp-shop-product-area,
.yessho-recycling-cta-section + .yessho-all-products-area {
  padding-top: 12px !important;
  }
}

/* Clean ecommerce slider without category menu */
.yessho-hero-premium.tp-hero-shop-area {
  padding-top: clamp(92px, 9vw, 122px) !important;
  padding-bottom: 18px !important;
  background: #ffffff !important;
}

.yessho-hero-premium .container-1830 {
  max-width: 1500px;
}

.yessho-hero-slider-main {
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(239, 246, 255, 0.92) 100%),
    linear-gradient(135deg, #ffffff, #eff6ff) !important;
  box-shadow: none !important;
}

.yessho-hero-slider-main::before {
  right: 4% !important;
  top: 10% !important;
  width: 240px !important;
  height: 240px !important;
  background: rgba(13, 71, 161, 0.07) !important;
}

.yessho-hero-slider-main::after {
  right: 36%;
  bottom: -160px;
  width: 360px;
  height: 360px;
  background: rgba(239, 35, 60, 0.04);
}

.yessho-hero-slide-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr) !important;
  min-height: clamp(360px, 34vw, 500px) !important;
  padding: clamp(34px, 4.5vw, 62px) clamp(22px, 4vw, 58px) clamp(58px, 5vw, 72px) !important;
}

.yessho-hero-subtitle {
  margin-bottom: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #64748b !important;
  font-size: clamp(14px, 1.4vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}

.yessho-hero-title {
  max-width: 680px;
  color: #334155 !important;
  font-size: clamp(40px, 5.2vw, 78px) !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
  text-transform: none !important;
}

.yessho-hero-text {
  max-width: 560px !important;
  margin-top: 16px !important;
  color: #64748b !important;
  font-size: clamp(15px, 1.35vw, 19px) !important;
}

.yessho-hero-actions {
  margin-top: 24px !important;
}

.yessho-hero-btn {
  min-width: 210px;
  min-height: 48px !important;
  border-radius: 9px !important;
  background: #0d47a1 !important;
  box-shadow: 0 14px 28px rgba(13, 71, 161, 0.18) !important;
}

.yessho-hero-btn:hover {
  background: #ef233c !important;
}

.yessho-hero-link {
  min-height: 48px;
  border-radius: 9px;
  background: #ffffff;
}

.yessho-hero-benefits {
  margin-top: 18px;
}

.yessho-hero-benefits span {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.yessho-hero-media {
  min-height: clamp(280px, 29vw, 430px) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.yessho-hero-media::before {
  left: 16%;
  right: 14%;
  bottom: 32px;
  height: 22px;
  background: rgba(15, 23, 42, 0.14);
}

.yessho-hero-product-label {
  top: 18px;
  right: 12%;
  border: 1px solid rgba(13, 71, 161, 0.08);
  background: #ffffff;
  color: #0d47a1;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.yessho-hero-media img {
  height: clamp(270px, 28vw, 420px) !important;
  padding: 0 !important;
}

.yessho-hero-controls {
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  transform: translateX(-50%);
}

.yessho-hero-arrow {
  display: none !important;
}

.yessho-hero-dots .slick-dots {
  gap: 12px !important;
}

.yessho-hero-dots .slick-dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(13, 71, 161, 0.2) !important;
}

.yessho-hero-dots .slick-dots .slick-active button {
  width: 34px !important;
  border-radius: 999px !important;
  background: #0d47a1 !important;
}

@media (max-width: 991px) {
  .yessho-hero-slide-inner {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 28px 18px 58px !important;
  }

  .yessho-hero-title {
    font-size: clamp(34px, 8vw, 56px) !important;
  }

  .yessho-hero-media {
    min-height: 260px !important;
  }

  .yessho-hero-media img {
    height: 250px !important;
  }
}

@media (max-width: 575px) {
  .yessho-hero-premium.tp-hero-shop-area {
    padding-top: 82px !important;
  }

  .yessho-hero-slide-inner {
    padding: 22px 14px 50px !important;
  }

  .yessho-hero-title {
    font-size: clamp(29px, 9vw, 38px) !important;
  }

  .yessho-hero-subtitle,
  .yessho-hero-text {
    font-size: 14px !important;
  }

  .yessho-hero-benefits {
    display: none;
  }

  .yessho-hero-media {
    min-height: 210px !important;
  }

  .yessho-hero-media img {
    height: 205px !important;
  }

  .yessho-hero-product-label {
    right: 10px;
  }
}

/* Full creative banner mode for ecommerce sliders */
.yessho-hero-slider-main {
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08) !important;
}

.yessho-hero-slider-main::before,
.yessho-hero-slider-main::after {
  display: none !important;
}

.yessho-hero-slide-inner {
  position: relative !important;
  display: block !important;
  min-height: clamp(360px, 36vw, 540px) !important;
  padding: 0 !important;
}

.yessho-hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  min-height: 100% !important;
  width: 100% !important;
  border-radius: 0 !important;
  background: #f8fafc !important;
}

.yessho-hero-media::before,
.yessho-hero-media::after,
.yessho-hero-product-label {
  display: none !important;
}

.yessho-hero-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(360px, 36vw, 540px) !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.yessho-hero-slide-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0.24) 66%, rgba(255, 255, 255, 0.04) 100%);
  pointer-events: none;
}

.yessho-hero-copy {
  position: relative !important;
  z-index: 3 !important;
  max-width: 620px !important;
  min-height: clamp(360px, 36vw, 540px);
  padding: clamp(34px, 5vw, 72px) clamp(22px, 5vw, 74px) clamp(68px, 6vw, 92px) !important;
}

.yessho-hero-title {
  color: #1f2937 !important;
  text-shadow: none !important;
}

.yessho-hero-subtitle,
.yessho-hero-text {
  color: #475569 !important;
}

.yessho-hero-controls {
  z-index: 5 !important;
}

@media (max-width: 767px) {
  .yessho-hero-slide-inner,
  .yessho-hero-media img,
  .yessho-hero-copy {
    min-height: 430px !important;
  }

  .yessho-hero-slide-inner::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.1) 100%);
  }

  .yessho-hero-copy {
    max-width: none !important;
    padding: 24px 16px 68px !important;
  }
}

/* Premium creative-only slider */
.yessho-hero-premium.tp-hero-shop-area {
  padding-top: clamp(88px, 9vw, 118px) !important;
  padding-bottom: clamp(12px, 2vw, 26px) !important;
}

.yessho-hero-slider-main {
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.1) !important;
}

.yessho-hero-slide-inner,
.yessho-hero-media img {
  min-height: clamp(390px, 38vw, 590px) !important;
}

.yessho-hero-slide-inner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.5) 32%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(13, 71, 161, 0.04), rgba(15, 23, 42, 0.08)) !important;
}

.yessho-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(390px, 38vw, 590px) !important;
  padding: clamp(42px, 5vw, 78px) clamp(24px, 5vw, 86px) clamp(68px, 6vw, 92px) !important;
}

.yessho-hero-subtitle {
  max-width: 520px;
  color: #ef233c !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.yessho-hero-title {
  max-width: 660px;
  color: #111827 !important;
  font-size: clamp(38px, 5.4vw, 82px) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
}

.yessho-hero-text {
  max-width: 500px !important;
  color: #475569 !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
}

.yessho-hero-actions,
.yessho-hero-btn,
.yessho-hero-link,
.yessho-hero-benefits,
.yessho-hero-arrow {
  display: none !important;
}

.yessho-hero-controls {
  bottom: 22px !important;
}

.yessho-hero-dots .slick-dots button {
  width: 9px !important;
  height: 9px !important;
  background: rgba(15, 23, 42, 0.18) !important;
}

.yessho-hero-dots .slick-dots .slick-active button {
  width: 38px !important;
  background: #ef233c !important;
}

@media (max-width: 767px) {
  .yessho-hero-slider-main {
    border-radius: 14px !important;
  }

  .yessho-hero-slide-inner,
  .yessho-hero-media img,
  .yessho-hero-copy {
    min-height: 420px !important;
  }

  .yessho-hero-slide-inner::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.54) 48%, rgba(255, 255, 255, 0.06) 100%) !important;
  }

  .yessho-hero-copy {
    justify-content: flex-start;
    padding: 28px 18px 70px !important;
  }

  .yessho-hero-title {
    font-size: clamp(30px, 10vw, 44px) !important;
  }
}

/* Let slider creatives and category visuals speak for themselves */
.yessho-hero-slider-main {
  border: 1px solid rgba(13, 71, 161, 0.08) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08) !important;
}

.yessho-hero-slide-inner,
.yessho-hero-media img {
  min-height: clamp(420px, 39vw, 620px) !important;
}

.yessho-hero-slide-inner::after,
.yessho-hero-copy {
  display: none !important;
}

.yessho-hero-media img {
  object-fit: contain !important;
  object-position: center center !important;
  filter: saturate(1.04) contrast(1.02);
}

.yessho-hero-controls {
  bottom: 18px !important;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
}

.yessho-home .tp-shop-category-2-content,
.yessho-home .tp-shop-category-2-content-wrap,
.yessho-home .tp-shop-category-2-content-wrap::before,
.yessho-home .tp-shop-category-2-title,
.yessho-home .tp-shop-category-2-content span {
  display: none !important;
}

.yessho-home .tp-shop-category-2-thumb::before {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.16)) !important;
}

.yessho-home .tp-shop-category-2-thumb::after {
  opacity: 0 !important;
}

.yessho-home .tp-shop-category-2-item {
  border-radius: 12px !important;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.1) !important;
}

.yessho-home .tp-shop-category-2-thumb img {
  filter: saturate(1.05) contrast(1.03);
}

@media (max-width: 575px) {
  .yessho-hero-slide-inner,
  .yessho-hero-media img {
    min-height: 300px !important;
  }

  .yessho-hero-slider-main {
    border-radius: 12px !important;
  }
}

/* Remove the large blank gap before the home product cards */
.yessho-home .yessho-recycling-cta-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.yessho-home .tp-shop-product-area.yessho-home-products,
.yessho-home .yessho-all-products-area.yessho-home-products {
  margin-top: 0 !important;
  padding-top: 8px !important;
}

.yessho-home-products > .container-fluid > .yessho-section-heading {
  display: none !important;
  margin: 0 !important;
}

.yessho-home-products .yessho-product-band {
  margin-top: 0 !important;
}

.yessho-home-products .yessho-product-band-head {
  margin-bottom: 14px !important;
}

.yessho-recycling-cta-section + .tp-product-related-ptb,
.yessho-home .yessho-recycling-cta-section + .tp-product-related-ptb {
  margin-top: 22px !important;
  padding-top: 0 !important;
}

.yessho-product-trending-tight {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.yessho-product-trending-tight .container-fluid,
.yessho-product-trending-tight .tp-product-related-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.yessho-recycling-cta-section + .tp-product-related-ptb .tp-shop-category-title-box,
.yessho-home .yessho-recycling-cta-section + .tp-product-related-ptb .tp-shop-category-title-box {
  display: none !important;
  margin: 0 !important;
}

.yessho-recycling-cta-section + .tp-product-related-ptb .row.justify-content-center,
.yessho-home .yessho-recycling-cta-section + .tp-product-related-ptb .row.justify-content-center {
  display: none !important;
}

.yessho-recycling-cta-section + .tp-product-related-ptb .tp-product-related-wrap,
.yessho-home .yessho-recycling-cta-section + .tp-product-related-ptb .tp-product-related-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.yessho-recycling-cta-section + .yessho-instagram-gallery-section,
.yessho-home .yessho-recycling-cta-section + .yessho-instagram-gallery-section,
.yessho-product-trending-tight + .yessho-instagram-gallery-section,
.yessho-home-products + .yessho-instagram-gallery-section {
  margin-top: clamp(-170px, -9vw, -86px) !important;
  padding-top: 0 !important;
}

.yessho-hero-slide-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block !important;
  background: linear-gradient(120deg, rgba(13, 71, 161, 0.18), rgba(37, 99, 235, 0.08) 45%, rgba(13, 71, 161, 0.2));
  pointer-events: none;
  mix-blend-mode: multiply;
}

@media (max-width: 575px) {
  .yessho-recycling-cta-section + .tp-product-related-ptb,
  .yessho-home .yessho-recycling-cta-section + .tp-product-related-ptb {
    margin-top: 14px !important;
  }

  .yessho-home .tp-shop-product-area.yessho-home-products,
  .yessho-home .yessho-all-products-area.yessho-home-products {
    padding-top: 0 !important;
  }

  .yessho-home-products .yessho-product-band-head {
    margin-bottom: 10px !important;
  }
}

.yessho-instagram-gallery-section,
.yessho-social-showcase {
  margin-top: clamp(-170px, -9vw, -86px) !important;
  padding: 0 0 clamp(34px, 5vw, 72px);
  background: transparent;
  position: relative;
  z-index: 2;
}

.yessho-instagram-gallery-section .yessho-section-heading {
  display: none !important;
  margin: 0 !important;
}

.yessho-instagram-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(13, 71, 161, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.86)),
    #ffffff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.11);
}

.yessho-instagram-gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1.12;
  border: 1px solid rgba(13, 71, 161, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.98)),
    #f8fbff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.yessho-instagram-gallery-item:nth-child(2n) {
  transform: none;
}

.yessho-instagram-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.yessho-instagram-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(13, 71, 161, 0.14)),
    linear-gradient(135deg, rgba(13, 71, 161, 0.06), rgba(239, 35, 60, 0.06));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.yessho-instagram-gallery-item:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 71, 161, 0.18);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.yessho-instagram-gallery-item:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.yessho-instagram-gallery-item:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .yessho-instagram-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }
}

@media (max-width: 575px) {
  .yessho-instagram-gallery-section,
  .yessho-social-showcase {
    margin-top: -60px !important;
    padding: 0 0 32px;
  }

  .yessho-instagram-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
  }

  .yessho-instagram-gallery-item {
    aspect-ratio: 1.08;
    border-radius: 12px;
  }
}

.yessho-weekly-deals-section {
  position: relative;
  padding: clamp(28px, 5vw, 70px) clamp(10px, 2vw, 24px) clamp(24px, 4vw, 54px);
  background: #fff;
  overflow: hidden;
}

.yessho-weekly-deals-section::before {
  content: "";
  position: absolute;
  inset: clamp(12px, 2vw, 24px) clamp(12px, 6vw, 78px) auto;
  height: 72%;
  max-height: 360px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #072f74 0%, #0d47a1 48%, #1673f7 100%);
  box-shadow: 0 28px 70px rgba(13, 71, 161, 0.18);
  pointer-events: none;
}

.yessho-weekly-deals-section .container-fluid {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.yessho-weekly-deals-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(20px, 3vw, 34px);
  padding: clamp(8px, 1.5vw, 14px) clamp(8px, 2vw, 22px) 0;
}

.yessho-weekly-deals-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-weekly-deals-head span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #20d978;
  box-shadow: 0 0 0 5px rgba(32, 217, 120, 0.18);
}

.yessho-weekly-deals-head h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: 0;
}

.yessho-weekly-deals-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yessho-weekly-deals-actions button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.yessho-weekly-deals-actions button:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #0d47a1;
}

.yessho-weekly-deals-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #0d47a1;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.yessho-weekly-deals-head a:hover {
  background: #f2293a;
  color: #fff;
}

.yessho-weekly-deals-shell {
  position: relative;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid rgba(13, 71, 161, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(14px);
}

.yessho-weekly-deals-badge {
  position: absolute;
  z-index: 3;
  top: -26px;
  right: clamp(18px, 4vw, 44px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #f2293a;
  color: #fff;
  box-shadow: 0 16px 34px rgba(242, 41, 58, 0.24);
}

.yessho-weekly-deals-badge span {
  font-size: 20px;
  font-weight: 950;
}

.yessho-weekly-deals-badge small {
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.yessho-weekly-deals-swiper {
  overflow: hidden;
  padding: 8px 4px 18px;
}

.yessho-weekly-deals-swiper .swiper-slide {
  height: auto;
  transform: translateY(8px) scale(0.98);
  opacity: 0.72;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.yessho-weekly-deals-swiper .swiper-slide-visible,
.yessho-weekly-deals-swiper .swiper-slide-active {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.yessho-weekly-deals-swiper .tp-product-item.yessho-product-card {
  height: calc(100% - 10px);
  margin-bottom: 10px;
}

.yessho-weekly-deals-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  min-height: 10px;
}

.yessho-weekly-deals-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 6px;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(13, 71, 161, 0.18);
  opacity: 1;
}

.yessho-weekly-deals-pagination .swiper-pagination-bullet-active {
  background: #f2293a;
}

@media (max-width: 575px) {
  .yessho-weekly-deals-head {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .yessho-weekly-deals-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .yessho-weekly-deals-actions button {
    width: 40px;
    height: 40px;
  }

  .yessho-weekly-deals-head a {
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }

  .yessho-weekly-deals-badge {
    top: -20px;
    right: 16px;
    min-height: 40px;
    padding: 0 14px;
  }
}

/* Weekly deals: compact premium ecommerce layout */
.yessho-weekly-deals-section {
  padding: clamp(22px, 3vw, 42px) clamp(12px, 2vw, 24px);
  background: #fff;
}

.yessho-weekly-deals-section::before {
  display: none;
}

.yessho-weekly-deals-section .container-fluid {
  max-width: 1240px;
}

.yessho-weekly-deals-head {
  align-items: center;
  margin-bottom: 16px;
  padding: 0;
}

.yessho-weekly-deals-eyebrow {
  color: #f2293a !important;
  font-size: 12px !important;
  letter-spacing: 0;
}

.yessho-weekly-deals-eyebrow::before {
  background: #20c76a !important;
  box-shadow: 0 0 0 5px rgba(32, 199, 106, 0.12) !important;
}

.yessho-weekly-deals-head h3 {
  max-width: 620px;
  margin: 4px 0 0;
  color: #101928;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.04;
  font-weight: 950;
}

.yessho-weekly-deals-actions button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13, 71, 161, 0.12);
  background: #f4f8ff;
  color: #0d47a1;
  box-shadow: none;
}

.yessho-weekly-deals-actions button:hover {
  background: #0d47a1;
  color: #fff;
}

.yessho-weekly-deals-head a {
  min-height: 42px;
  background: #0d47a1;
  color: #fff;
  box-shadow: 0 14px 30px rgba(13, 71, 161, 0.18);
}

.yessho-weekly-deals-head a:hover {
  background: #f2293a;
}

.yessho-weekly-deals-shell {
  display: grid;
  grid-template-columns: minmax(230px, 285px) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 22px);
  padding: clamp(12px, 1.8vw, 18px);
  border: 1px solid rgba(13, 71, 161, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(13, 71, 161, 0.22), rgba(32, 199, 106, 0.18)) border-box;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.yessho-weekly-deals-panel {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(145deg, #07377f 0%, #0d47a1 56%, #1673f7 100%);
}

.yessho-weekly-deals-panel::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 128px;
  height: 128px;
  border: 20px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.yessho-weekly-deals-panel span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.yessho-weekly-deals-panel h4 {
  position: relative;
  margin: 42px 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.yessho-weekly-deals-panel p {
  position: relative;
  max-width: 230px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.yessho-weekly-deals-panel a {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: #0d47a1;
  font-size: 13px;
  font-weight: 900;
}

.yessho-weekly-deals-carousel {
  min-width: 0;
}

.yessho-weekly-deals-swiper {
  padding: 2px 2px 12px;
}

.yessho-weekly-deals-swiper .swiper-slide {
  height: auto;
  transform: translateY(6px) scale(0.985);
  opacity: 0.78;
}

.yessho-weekly-deals-swiper .swiper-slide-visible,
.yessho-weekly-deals-swiper .swiper-slide-active {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.yessho-weekly-deals-swiper .tp-product-item.yessho-product-card {
  margin-bottom: 6px;
}

.yessho-weekly-deals-pagination {
  margin-top: 4px;
}

.yessho-weekly-deals-pagination .swiper-pagination-bullet {
  background: rgba(13, 71, 161, 0.18);
}

.yessho-weekly-deals-pagination .swiper-pagination-bullet-active {
  background: #0d47a1;
}

@media (max-width: 991px) {
  .yessho-weekly-deals-shell {
    grid-template-columns: 1fr;
  }

  .yessho-weekly-deals-panel {
    min-height: 180px;
  }

  .yessho-weekly-deals-panel h4 {
    margin-top: 26px;
  }
}

@media (max-width: 575px) {
  .yessho-weekly-deals-section {
    padding: 18px 10px 24px;
  }

  .yessho-weekly-deals-head {
    gap: 12px;
    margin-bottom: 12px;
  }

  .yessho-weekly-deals-head h3 {
    font-size: 24px;
  }

  .yessho-weekly-deals-actions {
    gap: 8px;
  }

  .yessho-weekly-deals-actions button {
    width: 38px;
    height: 38px;
  }

  .yessho-weekly-deals-head a {
    min-height: 38px;
    padding: 0 14px;
  }

  .yessho-weekly-deals-shell {
    padding: 10px;
    gap: 10px;
  }

  .yessho-weekly-deals-panel {
    min-height: 150px;
    padding: 18px;
  }

  .yessho-weekly-deals-panel h4 {
    margin-top: 18px;
    font-size: 24px;
  }

  .yessho-weekly-deals-panel p {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 13px;
  }
}

/* Weekly deals flash-sale layout */
.yessho-weekly-deals-section {
  padding: 14px 10px 24px;
  background: #fff;
}

.yessho-weekly-deals-section .container-fluid {
  max-width: 1180px;
}

.yessho-weekly-deals-head {
  min-height: 46px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 14px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(135deg, #c91433 0%, #e61f3c 48%, #0d47a1 100%);
  color: #fff;
}

.yessho-weekly-deals-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.yessho-weekly-deals-eyebrow {
  flex: 0 0 auto;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 950;
  text-transform: none !important;
}

.yessho-weekly-deals-eyebrow::before {
  content: "\f0e7";
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffd21f;
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 900;
}

.yessho-weekly-deals-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yessho-weekly-deals-actions {
  flex: 0 0 auto;
  margin-left: auto;
}

.yessho-weekly-deals-actions button {
  width: 30px;
  height: 30px;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.yessho-weekly-deals-actions button:hover {
  background: #fff;
  color: #0d47a1;
}

.yessho-weekly-deals-head a {
  min-height: 30px;
  padding: 0 4px 0 10px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
}

.yessho-weekly-deals-head a::after {
  content: "\f105";
  margin-left: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.yessho-weekly-deals-head a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.yessho-weekly-deals-shell {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 0;
  padding: 8px;
  border: 2px solid #f0b000;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.yessho-weekly-deals-panel {
  min-height: 100%;
  padding: 12px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(145deg, #082d72 0%, #0d47a1 100%);
}

.yessho-weekly-deals-panel::after {
  display: none;
}

.yessho-weekly-deals-panel span {
  min-height: 22px;
  gap: 7px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 10px;
}

.yessho-weekly-deals-panel h4 {
  margin: 16px 0 6px;
  font-size: 19px;
}

.yessho-weekly-deals-panel p {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
}

.yessho-weekly-deals-carousel {
  min-width: 0;
  padding-left: 8px;
}

.yessho-weekly-deals-swiper {
  padding: 0 0 4px;
}

.yessho-weekly-deals-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.yessho-weekly-deals-swiper .swiper-slide {
  width: 168px !important;
  flex: 0 0 168px;
  height: auto;
  transform: none;
  opacity: 1;
}

.yessho-flash-card {
  height: 100%;
  max-width: 168px;
  padding: 0 6px 2px;
  border-left: 1px solid rgba(13, 71, 161, 0.08);
  background: #fff;
}

.yessho-flash-card-image {
  position: relative;
  display: block;
  aspect-ratio: 1.32;
  max-height: 128px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(135deg, #f7fbff, #edf5ff);
}

.yessho-flash-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
  transition: transform 0.25s ease;
}

.yessho-flash-card:hover .yessho-flash-card-image img {
  transform: scale(1.05);
}

.yessho-flash-discount {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  min-width: 38px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 0 6px;
  background: #fff1e3;
  color: #f58220;
  font-size: 11px;
  font-weight: 900;
}

.yessho-flash-card-body {
  padding: 6px 0 0;
}

.yessho-flash-card-body h4 {
  margin: 0 0 3px;
  min-height: 32px;
  color: #101928;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 750;
}

.yessho-flash-card-body h4 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yessho-flash-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-height: 20px;
}

.yessho-flash-price strong {
  color: #101928;
  font-size: 13px;
  font-weight: 950;
}

.yessho-flash-price del {
  color: #8a94a6;
  font-size: 10px;
  font-weight: 700;
}

.yessho-flash-stock {
  margin-top: 3px;
}

.yessho-flash-stock span {
  display: block;
  margin-bottom: 3px;
  color: #334155;
  font-size: 10px;
  font-weight: 700;
}

.yessho-flash-stock div {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #b9bec8;
}

.yessho-flash-stock i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f58220, #0d47a1);
}

.yessho-weekly-deals-pagination {
  display: none;
}

/* Inner pages premium header */
.yessho-inner-premium-header {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 0 !important;
  padding: 0 18px;
  background: transparent !important;
}

.yessho-inner-premium-header .container-1750 {
  max-width: 1220px;
  padding: 0 18px;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(7, 47, 116, 0.98), rgba(14, 91, 215, 0.96));
  box-shadow: 0 18px 45px rgba(7, 47, 116, 0.22);
  backdrop-filter: blur(14px);
}

.yessho-inner-premium-header .row {
  min-height: 72px;
}

.yessho-inner-premium-header .tp-header-logo a {
  display: inline-flex;
  align-items: center;
}

.yessho-inner-premium-header .tp-header-logo img {
  width: auto;
  max-width: 104px;
  max-height: 58px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2));
}

.yessho-inner-premium-header .tp-header-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.yessho-inner-premium-header .tp-header-menu > nav > ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.yessho-inner-premium-header .tp-header-menu > nav > ul > li > a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  color: #f8fbff !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.yessho-inner-premium-header .tp-header-menu > nav > ul > li > a:hover,
.yessho-inner-premium-header .tp-header-menu > nav > ul > li:hover > a {
  color: #0d47a1 !important;
  background: #fff;
  transform: translateY(-1px);
}

.yessho-inner-premium-header .dropdown-white-bg nav ul li .tp-submenu {
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 8px;
  background: rgba(6, 36, 92, 0.98);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
}

.yessho-inner-premium-header .dropdown-white-bg nav ul li .tp-submenu li a {
  color: #eff6ff;
  font-size: 13px;
  font-weight: 800;
}

.yessho-inner-premium-header .dropdown-white-bg nav ul li .tp-submenu li a:hover {
  color: #bfdbfe;
}

.yessho-inner-shop-link {
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #0d47a1;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.yessho-inner-shop-link:hover {
  background: #f2293a;
  color: #fff;
}

.yessho-inner-premium-header .tp-header-8-bar {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.yessho-inner-premium-header .tp-header-8-bar span:first-child {
  font-size: 12px;
  font-weight: 900;
}

.yessho-inner-premium-header .tp-header-8-bar:hover {
  background: rgba(255, 255, 255, 0.2);
}

.yessho-inner-premium-header.header-sticky {
  position: fixed;
  top: 10px;
}

@media (max-width: 1199px) {
  .yessho-inner-premium-header .container-1750 {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .yessho-inner-premium-header {
    top: 10px;
    padding: 0 10px;
  }

  .yessho-inner-premium-header .container-1750 {
    padding: 0 12px;
  }

  .yessho-inner-premium-header .row {
    min-height: 62px;
  }

  .yessho-inner-premium-header .tp-header-logo img {
    max-width: 86px;
    max-height: 50px;
  }

  .yessho-inner-premium-header .tp-header-8-bar {
    min-height: 40px;
    padding: 0 12px;
  }

  .yessho-inner-premium-header .tp-header-8-bar span:first-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .yessho-weekly-deals-shell {
    grid-template-columns: 1fr;
  }

  .yessho-weekly-deals-panel {
    display: none;
  }

  .yessho-weekly-deals-carousel {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .yessho-weekly-deals-section {
    padding: 16px 8px 24px;
  }

  .yessho-weekly-deals-head {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    padding: 10px;
  }

  .yessho-weekly-deals-head > div:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .yessho-weekly-deals-eyebrow {
    font-size: 13px !important;
  }

  .yessho-weekly-deals-head h3 {
    max-width: 190px;
    font-size: 14px;
  }

  .yessho-weekly-deals-head a {
    display: none;
  }

  .yessho-weekly-deals-actions {
    width: auto;
  }

  .yessho-weekly-deals-actions button {
    width: 32px;
    height: 32px;
  }

  .yessho-weekly-deals-shell {
    padding: 7px;
  }

  .yessho-weekly-deals-swiper .swiper-slide {
    width: 146px !important;
    flex-basis: 146px;
  }

  .yessho-flash-card {
    max-width: 146px;
    padding: 0 5px 4px;
  }

  .yessho-flash-card-image {
    max-height: 110px;
  }

  .yessho-flash-card-body h4 {
    min-height: 34px;
    font-size: 12px;
  }

  .yessho-flash-price strong {
    font-size: 13px;
  }

  .yessho-flash-price del,
  .yessho-flash-stock span {
    font-size: 10px;
  }
}
