@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap");

/* General Styles */
:root {
  --site-max-width: 1370px;
  --site-max-width-md: 1040px;
  --site-max-width-sm: 951px;
  --site-max-width-outer: 1343px;
  --site-max-width-container: 1258px;
  --title-color: #14142b;
  --secondary-color: #007bff;
  --bg-color: #f8f9fa;
  --text-color: #4e4b66;
  --gray-color: #f2f2f2;
  --gray-color-100: #eff0f6;
  --gray-color-200: #fcfcfc;
  --gray-color-300: #f4f4f4;
  --gray-color-400: #414141;
  --gray-color-500: #181915;
  --gray-color-600: #262525;
  --border-color: #d9dbe9;
  --primary-color: #005bd4;
  --color-white: #ffffff;
  --color-black: #000000;
  --gradiant: linear-gradient(115.16deg, #096a58 17.49%, #154b96 85.34%);
  --font-family: "Nunito Sans", sans-serif;
  --sidebar-width: 84px;
  --transition-speed: all 0.3s ease-in-out;
  --border-radius-12: 12px;
  --border-radius-16: 16px;

  /* Typography scale */
  --fs-h1: clamp(3.5rem, 2.5vw + 2rem, 4rem);
  --fs-h2: clamp(2.25rem, 1.5vw + 1.5rem, 2.625rem);
  --fs-h3: clamp(1.5rem, 0.75vw + 1.125rem, 1.75rem);
  --fs-body: clamp(1rem, 0.25vw + 0.9375rem, 1.125rem);
  --fs-caption: clamp(0.8125rem, 0.15vw + 0.75rem, 0.875rem);
  --fw-h1: 800;
  --fw-h2: 800;
  --fw-h3: 700;
  --lh-h1: 1.2;
  --lh-h2: 1.25;
  --lh-h3: 1.3;
  --lh-body: 1.5;
  --lh-caption: 1.4;
}

body {
  font-family: var(--font-family) !important;
  color: var(--title-color);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

/* Typography */
h1 {
  font-size: var(--fs-h1);
  font-weight: var(--fw-h1);
  line-height: var(--lh-h1);
}

.v2-page-hero-title {
  font-size: var(--fs-h2);
  font-weight: var(--fw-h2);
  line-height: var(--lh-h2);
}

h2,
.v2-title,
.v2-section-title,
.v2-testimonial-title {
  font-size: var(--fs-h2);
  font-weight: var(--fw-h2);
  line-height: var(--lh-h2);
}

h3,
.v2-promotional-title,
.v2-event-title,
.v2-use-product-title,
.v2-demand-number,
.v2-other-solution-title,
.v2-warehouse-title,
.v2-demand-title {
  font-size: var(--fs-h3);
  font-weight: var(--fw-h3);
  line-height: var(--lh-h3);
}

.v2-caption,
.v2-meta,
.v2-breadcrumb-wrap,
.v2-footer-address,
.v2-under-10-price-wrap,
.v2-list-content,
.v2-benefit-title,
.v2-footer-brand p,
.v2-footer-nav-col a,
.v2-footer-nav-list li a,
.v2-footer-copyright,
.v2-footer-copyright a,
.v2-btn-link,
.v2-footer-nav-heading,
.v2-warehouse-info,
.v2-solution-menu-title,
.v2-solution-menu-item-title,
.v2-solution-menu-right-title,
.v2-learn-more-btn,
.v2-custom-trending-tabs .nav-link,
.v2-testimonial-author .v2-author-location,
.v2-testimonial-author .v2-author-date {
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
}

a {
  text-decoration: none !important;
  color: inherit;
  transition: color var(--transition-speed);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sidebar */
.v2-sidebar {
  width: var(--sidebar-width);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.08);
  z-index: 1050;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  overflow: visible;
}

.v2-sidebar-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-height: none;
  overflow: visible;
  padding: 12px 8px;
  scrollbar-width: none;
  margin-top: 50px;
}

.v2-sidebar-menu::-webkit-scrollbar {
  display: none;
}

.v2-sidebar-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 65px;
  border-radius: 6px;
  background: transparent;
  color: #0b0b0b;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding: 3px;
}

.v2-sidebar-item svg.icon {
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.v2-sidebar-icon-wrap {
  position: relative;
  width: 34px;
  height: 34px;
  margin-bottom: 7px;
  display: block;
}

.v2-sidebar-img-icon {
  position: absolute;
  inset: 0;
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

.v2-sidebar-item .v2-sidebar-icon-text {
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

.v2-sidebar-item:hover {
  background: var(--gray-color);
  color: #0b0b0b;
  box-shadow: none;
}

.v2-sidebar-item:hover .v2-sidebar-icon-text {
  color: #0b0b0b;
}

.v2-sidebar-item:hover svg.icon {
  transform: none;
}
/* .solution-menu {
  background: linear-gradient(
    136.3deg,
    #086a58 20.85%,
    #1942a8 114.35%
  ) !important;
  color: var(--color-white);
} */

/* .v2-sidebar-item.solution-menu .v2-sidebar-icon-text {
  color: var(--color-white);
} */

/* .solution-menu:hover {
  background: linear-gradient(136.3deg, #086a58 20.85%, #1942a8 114.35%);

  color: var(--color-white);
} */

/* .v2-sidebar-item.solution-menu:hover .v2-sidebar-icon-text {
  color: var(--color-white);
} */

.v2-sidebar-item-swagify,
.solution-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 65px;
  border-radius: 6px;
  background: #0c203b;
  color: var(--color-white);
  text-decoration: none;
  /* transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); */
  cursor: pointer;
  background: linear-gradient(136.3deg, #086A58 20.85%, #1942A8 114.35%);
}

.v2-sidebar-item-swagify svg.icon,
.solution-menu svg.icon {
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.v2-sidebar-item-swagify .v2-sidebar-icon-text,
.solution-menu .v2-sidebar-icon-text {
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
}
.v2-sidebar-item-swagify::before,
.solution-menu::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 17px;
  height: 17px;
  background: #0c203b;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 0 4px 0 4px;
  /* transition: var(--transition-speed); */
  background: linear-gradient(38deg, #0f5b77 20.85%, #1942A8 114.35%);
  z-index: -1;
}
.v2-sidebar-item-swagify{
  background: #0c203b;
}
.v2-sidebar-item-swagify::before {
  background: #0c203b;
}
.v2-sidebar-item-swagify:hover{
  color: #ffffff;
  background: linear-gradient(38deg, #0f5b77 20.85%, #1942A8 114.35%);
}
.v2-sidebar-item-swagify:hover::before{
  opacity: 1;
  visibility: visible;
  background: linear-gradient(38deg, #0f5b77 20.85%, #1942A8 114.35%);
}
.solution-menu::before {
  opacity: 0;
  visibility: hidden;
}
.solution-menu:hover,
.solution-menu.is-active {
  background: linear-gradient(38deg, #0a7a66 20.85%, #1e4fc0 114.35%);
}
.solution-menu:hover::before,
.solution-menu.is-active::before {
  opacity: 1;
  visibility: visible;
  background: linear-gradient(38deg, #0a7a66 20.85%, #1e4fc0 114.35%);
}

/* Tooltip styling like coming soon */
.v2-sidebar-item::after {
  content: attr(data-tooltip);
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
  background: var(--gradiant);
  color: var(--color-white);
  font-weight: 700;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    box-shadow 0.42s ease;
  box-shadow: 0 2px 8px rgba(8, 106, 88, 0.18);
  z-index: 1060;
}

.v2-sidebar-item::before {
  content: "";
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  transform-origin: right center;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #086a58 transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1060;
}
.v2-sidebar-item.notooltip:after,
.v2-sidebar-item.notooltip:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.v2-sidebar-item:hover::after,
.v2-sidebar-item:hover::before {
  opacity: 1;
}

.v2-sidebar-item:hover::after {
  box-shadow: 0 8px 20px rgba(8, 106, 88, 0.28);
}

/* Main Wrapper */
.v2-main-wrapper {
  margin-left: var(--sidebar-width);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Header */
.v2-site-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1040;
}

.v2-top-bar {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.v2-logo-area img {
  height: 40px;
}

.v2-search-bar {
  position: relative;
  max-width: 425px;
  width: 100%;
}

.v2-search-bar input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-family: var(--font-family);
  transition: all 0.3s;
}

.v2-search-bar input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(11, 31, 49, 0.2);
}

.v2-search-bar button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #888;
}

.v2-user-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.v2-user-actions .v2-phone {
  font-weight: 700;
  color: var(--text-color);
}

.v2-user-actions .v2-icon-btn {
  font-size: 1.2rem;
  color: var(--primary-color);
  position: relative;
  transition: transform 0.3s;
}

.v2-user-actions .v2-icon-btn:hover {
  transform: scale(1.1);
}

.v2-user-actions .v2-cart-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 50%;
}

/* Main Nav */
.v2-main-nav {
  padding: 10px 0;
}

.v2-main-nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.v2-main-nav ul li a {
  font-weight: 600;
  font-size: 0.95rem;
  position: relative;
  padding-bottom: 5px;
}

.v2-main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s;
}

.v2-main-nav ul li a:hover::after {
  width: 100%;
}

/* Content Area */
/* .v2-content-area {
    background: #fff
} */

.v2-section-title {
  text-align: center;
  letter-spacing: 0.25px;
  color: var(--gray-color-500);
  margin-bottom: 0px;
}

.v2-title-wrap {
  padding-bottom: 32px;
  text-align: center;
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0.25px;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v2-title-wrap p {
  margin: 0;
}
.v2-title-wrap p + p {
  margin-top: 16px;
}

/* Popular Products */
.popular-products,
.v2-popular-products {
  margin-top: 25px;
}

.v2-popular-products {
  padding-left: 16px;
  padding-right: 16px;
}

.v2-popular-products-wrap {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.v2-popular-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  row-gap: 24px;
  justify-content: center;
}

.v2-popular-product-item {
  width: 16.666667%;
  padding: 0 16px;
}

.v2-popular-product-item a:hover {
  transform: translateY(-5px);
}

.v2-popular-product-item .v2-img-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 8px;
  transition: border-color 0.3s;
}

.v2-popular-product-item a {
  text-align: center;
  display: block;
  transition: var(--transition-speed);
}

.v2-popular-product-item .v2-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-popular-products .v2-title {
  font-weight: 700;
  font-size: var(--fs-body);
}

.v2-hero-banner .v2-banner-content h2 {
  font-size: var(--fs-h2);
  font-weight: var(--fw-h2);
  line-height: var(--lh-h2);
}

/* Hero Banner */
.v2-hero-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.v2-hero-slider:not(.slick-initialized) .v2-banner-slide {
  width: 100%;
  flex: 0 0 auto;
}

.v2-hero-banner {
  padding: 0 48px;
}

.v2-hero-banner img {
  border-radius: 16px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/0.267;
}

.v2-hero-banner .slick-dots li button:before {
  display: none;
}

/* Hero Slider Arrows */
.v2-hero-slider .slick-prev,
.v2-hero-slider .slick-next {
  width: 36px;
  height: 36px;
  background: #9f9f9f59;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  left: -18px;
  border: 1px solid #ffffff38;
  color: var(--title-color);
}

.v2-hero-slider .slick-next {
  left: auto;
  right: -18px;
}

.v2-hero-slider .slick-prev:hover,
.v2-hero-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.4);
  color: var(--primary-color);
}

.v2-hero-slider .slick-prev:before,
.v2-hero-slider .slick-next:before {
  display: none;
}

.v2-hero-slider .icon {
  width: 24px;
  height: 24px;
}

.v2-hero-slider .icon path {
  fill: currentColor;
  /* Allows the icon to inherit color for hover states */
}

/* Section Gray Background */
.v2-trending-products-section {
  padding-left: 48px;
  padding-right: 48px;
}

.v2-trending-products-title-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.v2-trending-products-title-info .v2-title-wrap {
  padding-bottom: 0;
}

.v2-trending-products-title-info .v2-title-wrap .v2-section-title {
  text-align: left;
}

.v2-trending-tabs-wrap {
  /* width: calc(100% - 335px); */
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.v2-btn-link {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-decoration: underline;
  transition: var(--transition-speed);
}

.v2-btn-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.v2-section-gray {
  background: var(--gray-color);
}

.v2-custom-trending-tabs {
  padding: 4px;
  border-radius: 50px;
  background-color: var(--gray-color);
}

.v2-custom-trending-tabs .nav-link {
  color: var(--text-color);
  background-color: transparent !important;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 4px 12px;
}

.v2-custom-trending-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradiant);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
}

.v2-custom-trending-tabs .nav-link:hover::after,
.v2-custom-trending-tabs .nav-link.active::after {
  /* width: 100%; */
  opacity: 1;
}

.v2-custom-trending-tabs .nav-link:hover,
.v2-custom-trending-tabs .nav-link.active {
  color: var(--gray-color-100) !important;
}

/* Trending Products */
.v2-trending-products-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.v2-trending-products-slider:not(.slick-initialized) .v2-product-slide {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 8px;
}

@media (max-width: 991px) {
  .v2-trending-products-slider:not(.slick-initialized) .v2-product-slide {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .v2-trending-products-slider:not(.slick-initialized) .v2-product-slide {
    width: 50%;
  }
}

.v2-trending-products-slider .slick-track {
  display: flex;
}

.v2-trending-products-slider .slick-slide {
  height: auto;
  padding: 0 8px;
}

.v2-trending-products-slider .slick-slide > div {
  display: flex;
  height: 100%;
}

.v2-product-card {
  background: #fff;
  border-radius: 10px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: var(--gray-color);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.v2-product-card .v2-img-wrap img {
  aspect-ratio: 1/1;
}

.v2-product-slide {
  width: 100%;
  display: flex;
}

.v2-product-card .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #28a745;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  z-index: 2;
}

.v2-product-card .v2-fav-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: 1px solid var(--border-color);
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 100px;
  z-index: 2;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.v2-product-card .v2-fav-btn:hover {
  border-color: var(--title-color);
}

.v2-product-card .v2-fav-btn .icon {
  width: 14px;
  height: 14px;
}

.v2-product-card .v2-fav-btn:hover .icon path {
  fill: #dc3545;
}

.v2-trending-products-section .tab-pane {
  padding-top: 32px;
}

.v2-product-card .v2-img-wrap {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.v2-product-card .v2-img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: transform 0.4s ease;
}

.v2-product-info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding: 12px 14px;
}

.v2-best-seller-badge {
  position: absolute;
  left: -11px;
  top: 12px;
}

.v2-product-sku {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.8;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 4px;
}

.v2-trending-product-name {
  font-weight: 700;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--title-color);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v2-product-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-color);
}

.v2-product-price .v2-price-amount {
  color: var(--primary-color);
}

/* Slick Slider Arrows */
.v2-trending-slder-left,
.v2-trending-slder-right {
  width: 34px;
  height: 34px;
  padding: 6px;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 0px 12px 0px #00000024;
  opacity: 1;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.v2-trending-slder-left:hover,
.v2-trending-slder-right:hover {
  background: var(--gray-color-100);
}

.v2-trending-slder-left {
  left: -10px;
}

.v2-trending-slder-right {
  right: -10px;
}

.v2-trending-products-slider .icon {
  width: 24px;
  height: 24px;
}

.v2-trending-slder-left.slick-disabled,
.v2-trending-slder-right.slick-disabled,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3 !important;
  cursor: default !important;
  pointer-events: none !important;
}

/* Categories */
.v2-all-categories-section {
  background-color: var(--gray-color);
  padding-left: 48px;
  padding-right: 48px;
}

.v2-categories-slider {
  padding-top: 28px;
}

.v2-categories-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.v2-categories-slider:not(.slick-initialized) > div {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 8px;
}

@media (max-width: 991px) {
  .v2-categories-slider:not(.slick-initialized) > div {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .v2-categories-slider:not(.slick-initialized) > div {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .v2-categories-slider:not(.slick-initialized) > div {
    width: 100%;
  }
}

.v2-categories-slider .slick-slide {
  padding: 0 8px;
  /* For 16px gap */
}

.v2-categories-slider-left,
.v2-categories-slider-right {
  width: 36px;
  height: 36px;
  padding: 6px;
  opacity: 1;
  border-radius: 50px;
  background: #67676770;
  border: 1px solid #ffffff38;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--color-white);
}

.v2-categories-slider-left:hover,
.v2-categories-slider-right:hover {
  background: #67676790;
  /* slight darker on hover just in case */
}

.v2-categories-slider-left {
  left: -10px;
}

.v2-categories-slider-right {
  right: -10px;
}

.v2-categories-slider-left .icon,
.v2-categories-slider-right .icon {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
  /* assuming icon should be white to match the glassy background */
}

.v2-categories-slider-left.slick-disabled,
.v2-categories-slider-right.slick-disabled {
  opacity: 0.3 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.v2-category-card {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.v2-category-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.5s;
  display: block;
  border-radius: 2px;
  height: 100%;
}

.v2-category-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0b0b66;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.v2-category-card:hover::after {
  opacity: 1;
}

.v2-category-name-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  opacity: 0;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
  transform: translateY(10px);
  background: #ffffffa1;
}

.v2-category-card:hover .v2-category-name-box {
  opacity: 1;
  transform: translateY(0);
}

.v2-category-name-box .v2-category-title {
  font-weight: 700;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--title-color);
  font-family: var(--font-family);
}

.v2-category-name-box .icon {
  width: 20px;
  height: 20px;
  fill: none;
}

.v2-section-gray + .v2-section-gray {
  margin-top: 48px;
}

/* Event Promotions */
.v2-under-10-section {
  padding-left: 48px;
  padding-right: 48px;
}

.v2-under-10-section-wrap {
  border-radius: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.v2-under-1-price {
  color: #ca024f;
}

.v2-under-10-slider {
  padding-top: 32px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 0 !important;
}

.v2-under-10-slider .slick-list {
  padding-bottom: 32px;
}

.v2-under-10-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.v2-under-10-slider:not(.slick-initialized) > div {
  width: 20%;
  flex: 0 0 auto;
  padding: 0 8px;
}

@media (max-width: 991px) {
  .v2-under-10-slider:not(.slick-initialized) > div {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .v2-under-10-slider:not(.slick-initialized) > div {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .v2-under-10-slider:not(.slick-initialized) > div {
    width: 100%;
  }
}

.v2-under-10-slider .slick-track {
  display: flex;
}

.text-muted {
  margin: 0;
}

.v2-under-10-slider .slick-slide {
  padding: 0 8px;
  /* For 16px space */
  height: auto;
}

.v2-under-10-slider .slick-slide > div,
.v2-under-10-slider-slide {
  height: 100%;
}

.v2-under-10-section .v2-product-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 24px 0px #00000012;
  border-radius: 12px;
  background-color: #ffffff;
  height: 100%;
}

.v2-under-10-section .v2-product-card .v2-img-wrap {
  margin-bottom: 0;
  /* Override any previous margin */
  flex-grow: 1;
  /* allow image wrap to take space if needed */
}

.v2-under-10-info {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}

.v2-under-10-title {
  color: var(--title-color);
  font-size: var(--fs-body);
  font-weight: 700;
}

.v2-under-10-price-wrap {
  font-weight: 600;
  color: var(--text-color);
}

.v2-under-10-price-wrap .v2-price-amount {
  color: var(--primary-color);
}

/* Slick Dots Styling (Progress Bar Style) */
.v2-under-10-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: var(--border-color);
  border-radius: 10px;
  max-width: 200px;
  position: relative;
  bottom: 0;
}

.v2-under-10-slider .slick-dots li {
  width: 40px;
  height: 6px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.v2-under-10-slider .slick-dots li.slick-active {
  width: 71px;
}

.v2-under-10-slider .slick-dots li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradiant);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.v2-under-10-slider .slick-dots li.slick-active::before {
  opacity: 1;
}

.v2-under-10-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.v2-under-10-slider .slick-dots li.slick-active {
  background: var(--title-color);
}

.v2-under-10-slider .slick-dots li button {
  display: none;
}

.v2-event-card {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.v2-event-promotion-section {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 0 !important;
}

.v2-event-card .v2-img-wrap {
  overflow: hidden;
  border-radius: 8px;
}

.v2-event-card img {
  width: 100%;
  aspect-ratio: 1 / 0.5542949757;
  object-fit: cover;
  transition: transform 0.5s;
  display: block;
}

.v2-event-card .v2-event-title {
  text-align: center;
  margin: 0;
  color: var(--title-color);
}

/* Instagram Feed */
.v2-insta-feed-section {
  padding-left: 48px;
  padding-right: 48px;
}

.v2-insta-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.v2-insta-item {
  border-radius: 8px;
  overflow: hidden;
}

.v2-insta-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s;
}

/* Testimonials */
.v2-testimonial-section {
  padding-left: 48px;
  padding-right: 48px;
}

.v2-testimonial-card .icon {
  color: var(--secondary-color);
  font-size: 2rem;
  margin-bottom: 15px;
}

.v2-testimonial-card .text {
  font-style: italic;
  margin-bottom: 20px;
}

.v2-testimonial-card .author {
  font-weight: 700;
}

.v2-testimonial-card .author span {
  color: #28a745;
  margin-left: 5px;
}

/* Benefits */
.v2-benefits-section {
  background: var(--gray-color);
  padding: 24px 0;
  border-top: 1px solid #ddd;
}

.v2-benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.v2-benefit-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}

.v2-benefit-text {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.v2-benefit-title {
  font-weight: 600;
  letter-spacing: 0.25px;
  color: var(--text-color);
}

.v2-benefit-info {
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0.25px;
  color: var(--title-color);
}

/* Footer */
.v2-site-footer {
  position: relative;
  overflow: hidden;
  padding: 48px 0 52px;
}
.v2-footer-brand {
  max-width: 303px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.v2-footer-brand p {
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  color: var(--color-white);
}
.v2-footer-brand a {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  transition: var(--transition-speed);
}
.v2-footer-brand a:hover {
  color: var(--color-white);
}
.v2-site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #07071edb;
  z-index: 0;
}

.v2-footer-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.v2-site-footer .container {
  position: relative;
  z-index: 1;
}
.v2-footer-inner {
  display: flex;
  gap: 76px;
  align-items: flex-start;
}

.v2-footer-logo img {
  height: 36px;
}

.v2-footer-address {
  color: rgba(255, 255, 255, 0.65);
}
.v2-footer-social {
  display: flex;
  gap: 24px;
  align-items: center;
}

.v2-footer-social a svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.v2-footer-nav {
  flex: 1;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.v2-footer-nav-col {
  flex: 1;
  min-width: 100px;
}

.v2-footer-nav-heading {
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.75px;
  margin: 0 0 18px;
}

.v2-footer-chevron {
  display: none;
}

.v2-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v2-footer-nav-list li a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.64);
  transition: var(--transition-speed);
}

.v2-footer-nav-list li a:hover {
  color: #fff;
}

.v2-footer-copyright,
.v2-footer-copyright a {
  color: var(--color-white);
  font-weight: 600;
  margin: 0;
}
.v2-footer-copyright a:hover {
  color: var(--primary-color);
}
.v2-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.v2-testimonial-card {
  background: var(--gray-color);
  border-radius: 12px;
  padding: 24px;
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.v2-testimonial-section {
  margin-bottom: 0;
}

.v2-testimonial-title {
  color: #181915;
}

.v2-testimonials-slider .slick-list {
  margin: 0;
  padding-bottom: 32px;
}

.v2-testimonials-slider {
  margin-bottom: 0 !important;
}

.v2-testimonials-slider .slick-slide {
  height: auto;
}

.v2-testimonials-slider .slick-slide > div {
  display: flex;
  height: 100%;
}

.v2-testimonials-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}

.v2-testimonials-slider:not(.slick-initialized) > div {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 12px;
}

@media (max-width: 1199px) {
  .v2-testimonials-slider:not(.slick-initialized) > div {
    width: 33.3333%;
  }
}

@media (max-width: 991px) {
  .v2-testimonials-slider:not(.slick-initialized) > div {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .v2-testimonials-slider:not(.slick-initialized) > div {
    width: 100%;
  }
}

.v2-testimonials-slider .slick-track {
  display: flex;
}

.v2-testimonials-slider .v2-testimonial-slide {
  height: auto;
}

.v2-testimonials-slider .v2-testimonial-slide > div {
  height: 100%;
}

.v2-testimonial-card .v2-quote-icon-wrap {
  margin-bottom: 24px;
}

.v2-testimonial-content {
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: #191d23;
  margin-bottom: 30px;
  flex-grow: 1;
}

.v2-testimonial-author .v2-author-name {
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--title-color);
  display: flex;
  align-items: center;
  gap: 6px;
}

.v2-testimonial-author .v2-author-location {
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 2px;
}

.v2-testimonial-author .v2-author-date {
  font-weight: 400;
  color: #6e7191;
}

/* Testimonial Title Arrows */
.v2-slick-prev-custom,
.v2-slick-next-custom {
  background: transparent;
  border: none;
  color: var(--title-color);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.v2-slick-prev-custom:hover,
.v2-slick-next-custom:hover {
  opacity: 0.7;
}

.v2-slick-prev-custom.slick-disabled,
.v2-slick-next-custom.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Testimonials Slick Dots Styling */
.v2-testimonials-slider .slick-dots {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: var(--border-color);
  border-radius: 10px;
  max-width: 200px;
  position: relative;
  bottom: 0;
}

.v2-testimonials-slider .slick-dots li {
  width: 100%;
  height: 6px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  flex: 1;
}

.v2-testimonials-slider .slick-dots li.slick-active {
  width: 100%;
  flex: 1;
}

.v2-testimonials-slider .slick-dots li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradiant);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.v2-testimonials-slider .slick-dots li.slick-active::before {
  opacity: 1;
}

.v2-testimonials-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  flex: 1;
}

.v2-testimonials-slider .slick-dots li button::before,
.v2-testimonials-slider .slick-dots li button::after {
  display: none !important;
}

.v2-benefit-text a {
  transition: var(--transition-speed);
}

.v2-benefit-text a:hover {
  color: var(--primary-color);
}

.v2-benefits-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 24px;
}

.nav.nav-pills li.nav-item button.nav-link.active {
  box-shadow: none !important;
}

.v2-container-small {
  max-width: var(--site-max-width-md);
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.v2-page-hero-section {
  background: linear-gradient(114.85deg, #07342b 15.88%, #162958 95.59%);
}

.v2-breadcrumb-wrap {
  letter-spacing: 0.25px;
}
.v2-breadcrumb-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  gap: 4px;
  color: var(--gray-color-200);
}
.v2-breadcrumb-wrap ul li + li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2922 9L7.22681 13.0664L6.87329 12.7129L10.5852 9.00098L10.2317 8.64648L6.87329 5.28809L7.22681 4.93457L11.2922 9Z' fill='%23FCFCFC' stroke='%23FCFCFC'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
}
.v2-breadcrumb-wrap ul li a {
  font-weight: 400;
  transition: var(--transition-speed);
  color: var(--text-white);
  /* max-width: 16ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.v2-breadcrumb-wrap ul li {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.v2-page-hero-content-wrap {
  width: 57%;
  padding: 0 16px;
}

.v2-page-hero-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 32px;
  margin: 0 -16px;
}
.v2-page-hero-content {
  display: flex;
  flex-direction: column;
  gap: 27px;
  max-width: none;
}
.v2-page-hero-content-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0.25px;
  color: var(--color-white);
}

.v2-page-hero-title {
  color: var(--color-white) !important;
  margin: 0;
}

.v2-page-hero-img {
  width: 43%;
  padding: 0 16px;
}
.v2-page-hero-img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.v2-page-hero-content-info p {
  margin: 0;
}
.v2-page-hero-content-info p + p {
  margin-top: 16px;
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.v2-promotional-products-section p {
  margin: 0;
}
.v2-promotional-products-section p + p {
  margin-top: 16px;
}
.v2-promotional-products-section .row {
  /* margin: 0 -24px; */
  row-gap: 32px;
}
.v2-promotional-products-section .row > * {
  padding: 0 24px;
}
.v2-promotional-col-wrap {
  text-align: center;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.25px;
  color: var(--gray-color-400);
}
.v2-promotional-icon-wrap {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  background: var(--gray-color-300);
  border-radius: var(--border-radius-12);
  margin-bottom: 12px;
  width: 64px;
  height: 64px;
}
.v2-promotional-icon-wrap img {
  width: 100%;
}

.v2-promotional-title {
  letter-spacing: 0.25px;
  margin-bottom: 2px;
  color: var(--gray-color-500);
}

.promotional-body {
  background: #ffffff0f;
}

.v2-container-xs {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.v2-beyond-product-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.v2-beyond-product-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.v2-check-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.v2-check-list ul li .v2-list-content::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66667 0C2.99067 0 0 2.99067 0 6.66667C0 10.3427 2.99067 13.3333 6.66667 13.3333C10.3427 13.3333 13.3333 10.3427 13.3333 6.66667C13.3333 2.99067 10.3427 0 6.66667 0ZM5.334 9.60867L2.85867 7.13867L3.8 6.19467L5.33267 7.72467L8.862 4.19533L9.80467 5.138L5.334 9.60867Z' fill='url(%23paint0_linear_4300_327)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4300_327' x1='3.14286' y1='2.43389' x2='15.3195' y2='15.1781' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23086A58'/%3E%3Cstop offset='1' stop-color='%231942A8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.v2-list-content {
  padding: 6px 6px 6px 26px;
  background: var(--gray-color);
  border-radius: 100px;
  display: inline-block;
  position: relative;
  color: #262525;
  font-weight: 600;
  letter-spacing: 0.25px;
}

.v2-beyond-product-info .v2-title {
  text-align: left;
}

.v2-title {
  margin: 0;
  color: var(--gray-color-500);
  text-align: center;
  text-transform: capitalize;
}

.v2-pages-list-section {
  background: var(--gray-color-200);
}

.v2-pages-list-title {
  max-width: 612px;
}

.v2-pages-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2-pages-list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  padding: 18px 20px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--color-white);
  color: var(--title-color);
  font-size: var(--fs-body);
  font-weight: var(--fw-h2);
  line-height: var(--lh-h2);
  box-shadow: 0 10px 24px rgba(20, 20, 43, 0.05);
}

.v2-pages-list-link i {
  flex: 0 0 auto;
  color: var(--primary-color);
  font-size: var(--fs-caption);
  transition: transform 0.2s ease;
}

.v2-pages-list-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.v2-pages-list-link:hover i {
  transform: translateX(4px);
}

.v2-beyond-product-card {
  padding: 48px 40px;
  border-radius: var(--border-radius-16);
  border: 1px solid var(--gray-color);
}
.v2-beyond-product-img {
  height: 100%;
}
.v2-beyond-product-img img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-12);
  height: 100%;
}

.v2-beyond-product-card .row {
  margin: 0 -24px;
}
.v2-beyond-product-card .row > * {
  padding: 0 24px;
}
.v2-beyond-product-card.trend-shape-card .row {
  margin: 0;
}
.v2-beyond-product-card.trend-shape-card .row > * {
  padding: 0;
}

.v2-beyond-product-info p {
  margin: 0;
}
.v2-beyond-product-info p + p {
  margin-top: 10px;
}
.v2-beyond-product-info {
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.25px;
  color: var(--gray-color-400);
  max-width: none;
}
.v2-container {
  max-width: var(--site-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.v2-people-use-product {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  transition: var(--transition-speed);
}

.v2-people-use-product .v2-use-product-title {
  letter-spacing: 0.25px;
  transition: var(--transition-speed);
}
.v2-people-use-product-img {
  transition: var(--transition-speed);
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 200px;
}

.v2-people-use-product-img img {
  width: 150px;
  object-fit: cover;
  border-radius: 200px;
  height: 150px;
  transition: var(--transition-speed);
}
.v2-use-product-title:hover {
  color: var(--text-color);
}

.people-use-wrap {
  width: 100%;
  margin: 0 auto;
}

.people-use-wrap .row {
  row-gap: 32px;
}

.trend-shape-card {
  padding: 0;
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to right, #3fa53c, #006cd0) border-box;
  overflow: hidden;
}

.trend-shape-content {
  padding: 64px;
}

.v2-other-solution-box {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: var(--border-radius-12);
  background: var(--gray-color-300);
  height: 100%;
}

.v2-other-solution-img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-12);
  height: 100%;
  aspect-ratio: 1/0.7860465116;
}

.v2-other-solution-title {
  letter-spacing: 0.25px;
  color: var(--gray-color-500);
  text-transform: capitalize;
}
.v2-other-solution-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0.25px;
  color: var(--gray-color-400);
}

.v2-other-solutions-wrap .row {
  margin: 0 -8px;
  row-gap: 16px;
}
.v2-other-solutions-wrap .row > * {
  padding: 0 8px;
}
.v2-other-solution-info p {
  margin: 0;
}
.v2-other-solution-info p + p {
  margin-top: 8px;
}

.emp-banner {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.emp-banner .v2-page-hero-row {
  margin: 0;
}

.emp-banner .v2-page-hero-content-wrap {
  width: 50%;
  padding: 0;
}

.emp-banner .v2-page-hero-img {
  width: 50%;
  padding-left: 109px;
  padding-right: 0;
}
.emp-banner .v2-page-hero-row {
  align-items: initial;
}
.emp-banner .v2-page-hero-content {
  max-width: none;
  width: 100%;
  margin-left: auto;
  padding-right: 43px;
  padding-left: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.v2-page-hero-content .v2-page-hero-content-box {
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.emp-banner .v2-page-hero-img-wrap {
  height: 100%;
}

.pt-0 {
  padding-top: 0;
}

.apparel-banner {
  padding-top: 0;
  padding-bottom: 0;
}
.apparel-banner .v2-page-hero-row {
  align-items: flex-start;
}
.v2-page-apparel-hero-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  margin: 0 -16px;
}

.apparel-banner .v2-page-hero-content-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.apparel-banner .v2-page-hero-img-wrap {
  margin-top: auto;
}

.apparel-banner .v2-page-hero-img {
  display: flex;
  flex-direction: column;
}

.uniform-banner .v2-page-hero-content {
  max-width: none;
}

.trend-shape-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.company-stores-list .v2-use-product-title {
  letter-spacing: 0.25px;
  color: var(--gray-color-500);
}

.v2-people-use-product-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.v2-people-use-product-info p {
  margin: 0;
}

.pt-64 {
  padding-top: 64px;
}

.trend-shape-list .v2-beyond-product-card:nth-child(even) .row {
  flex-direction: row-reverse;
}

.trend-shape-list .trend-shape-content {
  height: 100%;
  justify-content: center;
}

.pb-64 {
  padding-bottom: 64px;
}

.company-stores-hero {
  padding-top: 40px;
  padding-bottom: 40px;
}

.scale-banner .v2-page-hero-img-wrap {
  max-width: 228px;
  margin: 0 auto;
}
.fullfilment-solution-section .v2-other-solution-box {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  max-width: 357px;
  margin: 0 auto;
}
.fullfilment-solution-section .v2-other-solution-img img {
  aspect-ratio: 1/0.78;
}

.fullfilment-solution-section .v2-other-solution-img-wrap,
.fullfilment-solution-section .v2-other-solution-info {
  width: 50%;
}
.v2-demand-box {
  max-width: 752px;
  margin: 0 auto;
}

.v2-demand-row {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

.v2-demand-col {
  width: 25%;
}

.v2-demand-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.v2-demand-number {
  letter-spacing: 0.25px;
  color: #c2c2c8;
}

.v2-demand-img img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-12);
  height: 100%;
  aspect-ratio: 1/1;
}

.v2-demand-title {
  font-weight: 600;
  letter-spacing: 0.25px;
  color: var(--title-color);
}
.v2-demand-img {
  width: 100%;
}

.dashboard-box-wrap {
  max-width: 779px;
}
.dashboard-box-wrap .v2-beyond-product-card {
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to right, #3fa53c, #006cd0) border-box;
  overflow: hidden;
  padding: 32px 48px;
}

.dashboard-box-wrap .v2-beyond-product-info {
  gap: 12px;
}
.v2-warehouse-icon-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  /* max-width: 280px;
  margin: 0 auto; */
}

.v2-warehouse-info {
  font-weight: 600;
  letter-spacing: 0.25px;
  text-align: center;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.v2-warehouse-title {
  letter-spacing: 0.25px;
  text-transform: capitalize;
  color: var(--gray-color-500);
}

.v2-warehouse-section {
  background-color: var(--gray-color);
}
.v2-warehouse-section .v2-title-wrap {
  padding-bottom: 40px;
}

.v2-service-companies-section {
  background-color: var(--gray-color);
}
.v2-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 16px;
  justify-content: center;
}
.v2-service-item {
  width: 25%;
  padding: 0 8px;
}
.v2-service-item-info {
  padding: 12px 16px;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px #0000000f;
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0.25px;
  text-align: center;
  height: 100%;
  color: var(--gray-color-500);
}

.v2-service-business .trend-shape-content {
  padding: 48px;
}

.v2-re-col-right {
  width: 45%;
}

.v2-re-col-left {
  width: 55%;
}

.corporate-services .v2-service-list-wrap {
  max-width: 833px;
  margin: 0 auto;
}
.corporate-services .v2-service-item {
  width: 33.33%;
}

[data-tab-panel] {
  display: none;
  opacity: 0;
  transform: translate(0, 15px);
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s linear;
}

[data-tab-panel].active {
  display: block;
  opacity: 1;
  transform: translate(0, 0px);
}
.v2-solution-menu-wrap [data-tab-panel] {
  transform: none;
  transition: none;
}
/* [data-tab-target].active {
  pointer-events: none;
} */

.v2-solution-menu-wrap {
  position: fixed;
  left: calc(var(--sidebar-width) + 3px);
  right: 0;
  bottom: 0;
  width: auto;
  height: calc(100dvh - 92px);
  background: #0c1e37b0;
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-speed);
  z-index: 1045;
}
.v2-solution-menu-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.v2-solution-menu-inner {
  width: 100%;
  max-width: 1003px;
  height: 100%;
  background: #e1e3e6;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.v2-solution-menu-title-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d7d7d7;
}
.v2-solution-menu-title {
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: var(--color-black);
}

.v2-solution-menu-box {
  background: #ffffff;
  height: 100%;
  overflow: auto;
  padding: 12px;
  border-radius: 8px;
}
.v2-solution-menu-row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.v2-solution-menu-left {
  width: 360px;
  flex-shrink: 0;
  padding-right: 16px;
  border-right: 2px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v2-solution-menu-right {
  width: calc(100% - 360px);
  padding-left: 16px;
}
.v2-solution-menu-close {
  all: unset;
  cursor: pointer;
  color: var(--title-color);
}
.v2-solution-menu-item-title {
  padding: 14px 0;
}
.v2-solution-menu-item {
  padding-left: 14px;
  padding-right: 7px;
  background-color: #e7e7e7;
  border-radius: 8px;
  display: flex;
  gap: 30px;
  align-items: center;
  transition: var(--transition-speed);
  cursor: pointer;
}
.v2-solution-menu-img-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 130px;
  min-height: 72px;
  flex-shrink: 0;
  justify-content: flex-end;
}
.v2-solution-menu-item-arrow {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0;
  transition: var(--transition-speed);
}
.v2-solution-menu-item-img {
  width: 100%;
  height: 72px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-speed);
}
.v2-solution-menu-item-img img {
  display: block;
  height: 72px;
  max-height: 72px;
  width: 100%;
  object-fit: cover;
}
.v2-solution-menu-item.active .v2-solution-menu-item-img {
  opacity: 1;
  visibility: visible;
}
.v2-solution-menu-item.active .v2-solution-menu-item-arrow {
  opacity: 0;
  visibility: hidden;
}
.v2-solution-menu-item-title {
  font-weight: 700;
  letter-spacing: 0.25px;
  color: var(--title-color);
  width: calc(100% - 130px);
}
.v2-solution-menu-item-title a,
.v2-solution-menu-right-title a {
  color: inherit;
  text-decoration: none;
}
.v2-solution-menu-item-title a:hover,
.v2-solution-menu-right-title a:hover {
  text-decoration: underline;
}
.v2-solution-menu-item.active {
  background: #0c203b;
}
.v2-solution-menu-item.active .v2-solution-menu-item-title {
  color: var(--gray-color-200);
}

.v2-solution-menu-right-title {
  font-weight: 700;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #d7d7d7;
}

.v2-solution-menu-right-box {
  padding: 12px 6px;
}

.v2-solution-menu-right-row {
  display: flex;
  gap: 46px;
  padding-top: 12px;
  justify-content: space-between;
}

.v2-solution-right-menu-list-wrap {
  /* display: flex; */
  width: calc(100% - 290px);
}
.v2-solution-menu-right-img-box {
  width: 290px;
  height: 290px;
  flex-shrink: 0;
}
.v2-solution-menu-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--border-radius-12);
}

.v2-solution-right-menu-item a {
  padding: 8px 0;
  display: inline-block;
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0.25px;
  text-transform: capitalize;
  color: var(--title-color);
  transition: var(--transition-speed);
}

.v2-solution-right-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.v2-learn-more-btn {
  margin-top: 6px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}

.v2-solution-menu-icon {
  width: 48px;
  height: 48px;
  background-color: #e7e7e7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.v2-solution-menu-with-icon {
  display: flex;
  gap: 12px;
  align-items: center;
}

.v2-industry-menu-list {
  gap: 12px;
}

.solution-menu.v2-sidebar-item::after,
.solution-menu.v2-sidebar-item::before {
  display: none;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-0 {
  padding: 0;
}

/* Responsive Media Queries */
.v2-categories-mobile-grid {
  display: none;
}

@media (min-width: 1201px) {
  .v2-trending-tabs-wrap.large-devices {
    display: none;
  }
}
@media (min-width: 1024px) {
  .v2-mobile-first-menu {
    display: none;
  }
  .is-mobile {
    display: none;
  }
  .v2-solution-menu-item {
    min-height: 72px;
  }
}
@media (max-width: 1300px) {
  .v2-solution-menu-right-row {
    gap: 24px;
  }
  .v2-solution-menu-right-img-box {
    width: 200px;
    height: 200px;
  }
  .v2-solution-right-menu-list-wrap {
    width: calc(100% - 200px);
  }
}

@media (max-width: 1200px) {
  .v2-pages-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-trending-tabs-wrap {
    display: none;
  }

  .v2-trending-tabs-wrap.large-devices {
    display: flex;
  }

  .v2-custom-trending-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .v2-trending-tabs-wrap .nav-item,
  .v2-custom-trending-tabs,
  .v2-custom-trending-tabs .nav-link {
    width: 100%;
  }

  .v2-custom-trending-tabs .nav-item {
    width: 25%;
  }
  .v2-popular-product-item {
    width: 25%;
  }
  .v2-beyond-product-card {
    padding: 24px;
  }
  .v2-people-use-product-img {
    width: 120px;
    height: 120px;
  }

  .v2-people-use-product-img img {
    width: 120px;
    height: 120px;
  }
  .trend-shape-content {
    padding: 0;
  }
  .v2-beyond-product-card.trend-shape-card .row {
    margin: 0 -16px;
  }
  .v2-beyond-product-card.trend-shape-card .row > * {
    padding: 0 16px;
  }
  .emp-banner .v2-page-hero-content {
    padding-right: 0;
    padding-left: 16px;
  }
  .emp-banner .v2-page-hero-img {
    padding-left: 32px;
  }
  .v2-demand-row {
    gap: 32px;
  }
  .dashboard-box-wrap .v2-beyond-product-card {
    padding: 24px;
  }
  .v2-service-business .trend-shape-content {
    padding: 0;
  }
  .v2-solution-menu-inner {
    max-width: 93%;
  }
}

@media (max-width: 1100px) {
  .v2-solution-right-menu-list-wrap {
    width: calc(100% - 150px);
  }
  .v2-solution-menu-right-img-box {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1023px) {
  .py-64 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pt-64 {
    padding-top: 48px;
  }
  .pb-64 {
    padding-bottom: 48px;
  }

  .v2-promotional-products-section .row,
  .v2-beyond-product-card .row {
    margin: 0 -16px;
  }
  .v2-promotional-products-section .row > *,
  .v2-beyond-product-card .row > * {
    padding: 0 16px;
  }
  .v2-demand-row {
    gap: 24px;
  }
  .v2-warehouse-section .v2-title-wrap {
    padding-bottom: 32px;
  }
  .v2-service-item {
    width: 33.33%;
  }

  /* side bar */
  .v2-sidebar {
    display: none !important;
  }

  .v2-sidebar-menu ul {
    flex-direction: row;
    /* overflow-x: auto; */
    padding: 0;
    margin: 0;
    gap: 0;
    justify-content: space-between;
    max-height: none;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .v2-sidebar-menu::-webkit-scrollbar {
    display: none;
  }

  .v2-sidebar-item,
  .v2-sidebar-item-swagify {
    width: 95px;
    height: 90px;
    /* min-width: 60px; */
    /* height: 66px; */
    margin: 0;
    border-radius: 0;
    flex-shrink: 0;
    padding: 8px;
  }

  .v2-sidebar-item .v2-sidebar-icon-text {
    font-size: 12px;
  }

  .v2-sidebar-item:hover {
    background: var(--gray-color);
  }

  .v2-swagify-box {
    display: none;
  }

  .v2-sidebar-item-swagify::before {
    display: none;
  }

  /* Tooltip on bottom for mobile */
  .v2-sidebar-item::after {
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
  }

  .v2-sidebar-item::before {
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent var(--gray-color) transparent;
  }

  .v2-sidebar-item:hover::after,
  .v2-sidebar-item:hover::before {
    transform: translateX(-50%);
  }

  /* Prevent right-most tooltip from cutting off */
  .v2-sidebar-item:nth-last-child(2)::after {
    left: auto;
    right: 0;
    transform: none;
  }

  .v2-sidebar-item:nth-last-child(2):hover::after {
    transform: none;
  }
  .v2-main-wrapper {
    margin-left: 0;
    padding-top: 0;
  }
  .v2-solution-menu-side {
    display: none;
  }
  .v2-solution-menu-wrap {
    top: 0;
    right: 0;
    bottom: 76px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1060;
  }
  .v2-solution-menu-inner {
    max-width: 100%;
  }

  .v2-mobile-first-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 16px 24px;
    border-top: 2px solid #eaeaea;
    background: #ffffffcc;
    backdrop-filter: blur(27.299999237060547px);
    text-align: center;
    z-index: 1055;
  }
  .v2-mobile-first-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
  }
  .v2-mobile-first-menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: var(--fs-caption);
    line-height: var(--lh-caption);
    letter-spacing: 0.25px;
    color: #6e7191;
    text-decoration: none;
  }
  /* Match other nav items; reset desktop sidebar .solution-menu styles on the toggle */
  .v2-mobile-first-menu .v2-mobile-solution-trigger {
    position: static;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .v2-mobile-first-menu .v2-mobile-solution-trigger::before,
  .v2-mobile-first-menu .v2-mobile-solution-trigger::after {
    display: none !important;
    content: none !important;
  }
  .v2-mobile-first-menu .v2-mobile-solution-trigger.is-active {
    background: transparent !important;
    color: #6e7191;
  }
  .v2-mobile-first-menu .v2-mobile-solution-trigger svg {
    color: #6e7191;
  }
  .v2-solution-menu-left {
    display: none;
  }
  .v2-solution-mobile-menu [data-tab-panel].active {
    display: none;
    opacity: 1;
    transform: translate(0, 0px);
  }
  .v2-solution-menu-right {
    width: 100%;
  }
  .v2-solution-menu-right-img-box {
    display: none;
  }
  .v2-solution-right-menu-list-wrap {
    width: 100%;
  }
  .v2-solution-menu-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .v2-solution-menu-item-title {
    padding: 14px 0;
  }
  .v2-solution-menu-img-icon {
    position: static;
    width: 170px;
    min-height: 90px;
  }
  .v2-solution-menu-item-title {
    width: calc(100% - 170px);
    padding: 22px 16px;
  }
  .v2-solution-menu-item {
    padding: 0;
    gap: 16px;
    min-height: 90px;
  }
  .v2-solution-menu-item-arrow {
    display: none;
  }
  .v2-solution-menu-item-img {
    height: 90px;
    opacity: 1;
    visibility: visible;
  }
  .v2-solution-menu-item-img img {
    height: 90px;
    max-height: 90px;
    object-position: center;
  }
  .v2-solution-menu-item.active {
    background: #e4e4e4;
  }
  .v2-solution-menu-item.active .v2-solution-menu-item-title {
    color: #14142b;
  }
  .v2-solution-menu-right-title {
    display: none;
  }
  .v2-solution-mobile-menu {
    background: #e4e4e4;
    border-radius: var(--border-radius-12);
    overflow: hidden;
  }
  .v2-solution-menu-box {
    background: transparent;
    padding: 0;
  }
  .v2-solution-menu-inner {
    background: #ffffff;
    backdrop-filter: blur(16px);
    padding: 16px;
  }
  .v2-solution-menu-right {
    padding: 0;
  }
  .v2-solution-menu-right-box {
    padding: 0 12px 14px;
  }
  .v2-solution-menu-right-row {
    padding: 0;
  }
  .v2-solution-right-menu-list li a {
    display: block;
  }
  .v2-solution-right-menu-list li,
  .v2-solution-menu-content-with-btn {
    background: #ffffffc4;
    backdrop-filter: blur(6.300000190734863px);
    padding: 10px 14px;
    border-radius: 6px;
  }
  .v2-mobile-first-menu ul {
    max-width: 425px;
    margin: 0 auto;
  }
  /* sidebar end  */
}

@media (max-width: 991px) {
  .v2-user-actions .v2-phone {
    display: none;
  }

  .v2-main-nav ul {
    gap: 15px;
  }

  .v2-popular-product-item {
    width: 25%;
  }

  .v2-hero-banner {
    padding: 0 24px;
  }

  .v2-under-10-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .v2-under-10-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .v2-trending-products-section,
  .v2-all-categories-section,
  .v2-under-10-slider,
  .v2-insta-feed-section,
  .v2-event-promotion-section,
  .v2-testimonial-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .v2-under-10-section .v2-trending-slder-right {
    right: 10px;
  }

  .v2-under-10-section .v2-trending-slder-left {
    left: 10px;
  }

  .v2-insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .v2-top-bar .row {
    text-align: center;
  }

  .v2-search-bar {
    margin: 15px auto;
  }

  .v2-user-actions {
    justify-content: center;
  }

  .v2-hero-banner .v2-banner-slide img {
    height: 300px;
  }

  .v2-hero-banner .v2-banner-content {
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .v2-popular-product-item {
    width: 33.333333%;
  }

  .v2-hero-banner {
    padding: 0 16px;
  }

  .v2-hero-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative;
    bottom: 0;
    padding-top: 12px;
  }

  .v2-trending-products-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    padding: 0;
    list-style: none;
    background: var(--border-color);
    border-radius: 10px;
    bottom: -5px;
    position: relative;
    margin-top: 30px;
    max-width: 200px;
  }

  .v2-hero-slider .slick-dots li,
  .v2-trending-products-slider .slick-dots li {
    margin: 0;
    padding: 0;
    line-height: 0;
    height: auto;
    width: auto;
  }

  .v2-hero-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 43px;
    background: #d9dbe9;
    color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .v2-trending-products-slider .slick-dots li,
  .v2-trending-products-slider .slick-dots li button {
    width: 100%;
    height: 6px;
    margin: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0;
    flex: 1;
    font-size: 0;
    border: 0;
  }

  .v2-title-wrap {
    padding-bottom: 24px;
  }

  .v2-testimonial-card {
    padding: 14px;
  }

  .v2-testimonial-content {
    margin-bottom: 18px;
  }

  .v2-testimonials-slider .slick-list {
    padding-bottom: 24px;
  }

  .v2-hero-slider .slick-dots li button:before,
  .v2-trending-products-slider .slick-dots li button:before {
    display: none;
  }

  .v2-hero-slider .slick-dots li.slick-active button {
    background: var(--title-color);
    width: 21px;
  }

  .v2-trending-products-slider .slick-dots li.slick-active button {
    background: var(--title-color);
  }

  .v2-trending-products-section,
  .v2-all-categories-section,
  .v2-under-10-slider,
  .v2-insta-feed-section,
  .v2-event-promotion-section,
  .v2-testimonial-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .v2-popular-product-item .v2-img-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 6px;
  }

  .v2-popular-product-list {
    margin: 0 -12px;
  }

  .v2-popular-product-item {
    padding: 0 12px;
  }

  .v2-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .v2-event-card {
    margin-bottom: 32px;
  }

  .v2-section.v2-event-promotion-section .col-md-6:last-child .v2-event-card {
    margin-bottom: 0;
  }

  .v2-insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-categories-slider {
    display: none;
  }

  .v2-categories-mobile-grid {
    display: block;
    padding-top: 24px;
  }

  .v2-categories-mobile-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .v2-mobile-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
  }

  .v2-mobile-category-item:hover .v2-mobile-category-title {
    color: var(--primary-color);
  }

  .v2-mobile-category-img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }

  .v2-mobile-category-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    transition: transform 0.4s ease;
  }

  .v2-mobile-category-title {
    font-size: var(--fs-body);
    font-weight: 600;
    line-height: var(--lh-body);
    color: var(--title-color);
    text-align: center;
    transition: var(--transition-speed);
  }

  .v2-mobile-categories-view-all {
    text-align: center;
    margin-top: 20px;
  }

  .v2-mobile-view-all-link {
    font-size: var(--fs-h3);
    font-weight: var(--fw-h3);
    line-height: var(--lh-h3);
    color: var(--primary-color);
    text-decoration: underline;
    transition: var(--transition-speed);
  }

  .v2-mobile-view-all-link:hover {
    color: var(--title-color);
  }

  .v2-under-10-section-wrap {
    padding-top: 32px;
  }

  .v2-under-10-slider {
    padding-left: 16px;
    padding-right: 16px;
  }

  .v2-under-10-slider .slick-list {
    padding-top: 8px;
  }

  .v2-section.v2-under-10-section .text-center {
    padding: 0 16px;
  }

  .v2-under-10-info {
    padding: 12px 14px;
  }

  .v2-title-wrap {
    padding-bottom: 22px;
  }

  .v2-section-title {
    margin: 0;
  }

  .v2-benefits-card-wrap,
  .v2-benefit-item {
    flex-direction: column;
    justify-content: center;
  }

  .v2-benefit-title {
    text-align: center;
  }

  .v2-custom-trending-tabs {
    justify-content: space-between;
  }

  .v2-custom-trending-tabs .nav-item {
    width: auto;
  }

  .v2-under-10-slider .slick-list {
    padding-bottom: 20px;
  }

  .v2-trending-tabs-wrap .v2-btn-link {
    font-weight: 700;
    letter-spacing: 0.25px;
    text-decoration: underline;
    text-decoration-thickness: 0%;
    color: var(--primary-color);
  }

  .v2-trending-tabs-wrap {
    padding-right: 16px;
  }

  .v2-popular-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .v2-trending-products-title-info {
    gap: 16px;
  }

  .v2-product-info {
    margin: 0;
  }

  .tab-pane.fade.active.show {
    padding-top: 20px;
  }

  .nav-link {
    padding: 4px 12px;
  }

  .v2-insta-grid {
    padding-top: 16px;
  }

  .v2-trending-product-name {
    margin: 0;
  }
  .v2-insta-feed-section.v2-section-title {
    margin-bottom: 4px;
  }
  .v2-testimonial-card {
    margin: 0 8px;
  }
  .v2-page-hero-content-wrap,
  .v2-page-hero-img {
    width: 100%;
  }
  .v2-page-hero-content {
    max-width: none;
  }
  .v2-breadcrumb-wrap {
    margin-top: 20px;
  }
  .py-64 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pt-64 {
    padding-top: 32px;
  }
  .pb-64 {
    padding-bottom: 32px;
  }

  .v2-beyond-product-card .row {
    row-gap: 24px;
  }
  .v2-beyond-product-info {
    max-width: none;
  }
  .emp-banner .v2-page-hero-content-wrap,
  .emp-banner .v2-page-hero-img {
    width: 100%;
  }
  .emp-banner .v2-page-hero-content {
    padding-right: 16px;
  }
  .emp-banner .v2-page-hero-img {
    padding-left: 16px;
    padding-right: 16px;
  }
  .emp-banner .v2-page-hero-content {
    padding-bottom: 0;
  }
  .v2-page-hero-content .v2-page-hero-content-box {
    max-width: none;
  }
  .emp-banner {
    padding-bottom: 40px;
  }
  .emp-banner .v2-page-hero-img-wrap img {
    border-radius: var(--border-radius-12);
  }
  .apparel-banner .v2-page-hero-content-wrap {
    padding-bottom: 0px;
  }
  .trend-shape-list {
    gap: 32px;
  }
  .v2-demand-row {
    flex-wrap: wrap;
  }
  .v2-demand-col {
    width: calc(50% - 12px);
  }
  .v2-service-item {
    width: 50%;
  }
  .corporate-services .v2-service-item {
    width: 50%;
  }
  .v2-re-col-right,
  .v2-re-col-left {
    width: 100%;
  }
  .py-40 {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .v2-pages-list-grid {
    grid-template-columns: 1fr;
  }

  .v2-pages-list-link {
    min-height: 64px;
    padding: 16px;
  }

  .v2-people-use-product-img {
    width: 100px;
    height: 100px;
  }

  .v2-people-use-product-img img {
    width: 100px;
    height: 100px;
  }
  .fullfilment-solution-section .v2-other-solution-box {
    flex-direction: column;
  }
  .fullfilment-solution-section .v2-other-solution-img-wrap,
  .fullfilment-solution-section .v2-other-solution-info {
    width: 100%;
  }
  .v2-demand-col,
  .v2-service-item {
    width: 100%;
  }
  .corporate-services .v2-service-item {
    width: 100%;
  }
}

/* Storeflo: site width reduced 15% — bootstrap & legacy layout wrappers */
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--site-max-width-container);
  }

  .top-bar-area,
  section {
    max-width: var(--site-max-width-outer);
    margin-left: auto;
    margin-right: auto;
  }
}

.wsmain,
.main-wrapper {
  max-width: var(--site-max-width-outer);
}

/* Trending products: fit category tabs + contain slick overflow in narrower layout */
section.trending-products {
  overflow-x: clip;
}

section.trending-products .trend-products {
  overflow-x: clip;
}

@media (min-width: 992px) {
  /* Bootstrap .nav defaults to flex-wrap: wrap; fixed 114px buttons force row 2 */
  section.trending-products .trend-products ul#platform.nav {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 4px !important;
    flex-wrap: nowrap !important;
    justify-content: stretch !important;
    height: auto !important;
    top: 0 !important;
    overflow: visible !important;
  }

  section.trending-products .trend-products ul#platform .nav-item {
    flex: none !important;
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  section.trending-products .trend-products ul#platform .nav-item button {
    width: 100% !important;
    max-width: none !important;
    height: 87px;
    margin-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
  }

  section.trending-products .trend-products ul#platform .nav-item button .font-32 {
    font-size: clamp(18px, 1.6vw, 27px);
    line-height: 1 !important;
  }

  section.trending-products .trend-products ul#platform .nav-item button .font-14,
  section.trending-products .trend-products ul#platform .nav-item button span:nth-of-type(2) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: clamp(10px, 0.85vw, 12px) !important;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  section.trending-products .trend-products ul#platform .nav-item button {
    height: 80px;
  }
}

section.trending-products .platformContent {
  padding-left: 41px;
  padding-right: 41px;
}

section.trending-products .trend-product-slider .slick-slide {
  margin-right: 77px;
}

section.trending-products .trend-product-slider .slick-list {
  margin-right: -82px;
  overflow: hidden;
}

@media (max-width: 991px) {
  section.trending-products .trend-product-slider .slick-slide {
    margin-right: 51px;
  }

  section.trending-products .trend-product-slider .slick-list {
    margin-right: -51px;
  }
}

@media (max-width: 575px) {
  section.trending-products .trend-product-slider .slick-slide {
    margin-right: 17px;
  }

  section.trending-products .trend-product-slider .slick-list {
    margin-right: -17px;
  }
}

