/* Global Styling */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Inter", sans-serif;
  font-style: normal;
  background: #fff;
}

html {
  height: 100%;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2f2f2f;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 112.5%;
}

h2,
.h2 {
  font-size: 56px;
  line-height: 114.286%;
}

h3,
.h3 {
  font-size: 48px;
  line-height: 133.333%;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

p,
a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

textarea {
  resize: none;
}

ul.nav > li a,
a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.sm-container {
  width: 100%;
  max-width: 880px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.btn-primary,
.btn-secondry,
.btn-secondry-rev {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  color: #00449e;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 171.429%; /* 171.429% */
  letter-spacing: 0.5px;
  width: fit-content;
}

.btn-secondry {
  color: #fff;
  background-color: #00449e;
}

.btn-secondry-rev {
  color: #fff;
  background-color: #2f2f2f;
}

.btn-primary img,
.btn-secondry img,
.btn-secondry-rev img {
  position: relative;
  width: 20px;
  height: 20px;
  transition: all 0.3s linear;
}

.btn-primary:hover {
  background-color: #2f2f2f;
  color: #fff;
}

.btn-secondry:hover {
  background-color: #2f2f2f;
  color: #fff;
}

.btn-secondry-rev:hover {
  background-color: #00449e;
}

.btn-primary:hover img {
  filter: invert(1) grayscale(1) sepia(1) sepia(1);
}

/* Global Classes */

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.jc-start {
  justify-content: flex-start;
}

.jc-end {
  justify-content: flex-end;
}

.ai-start {
  align-items: flex-start;
}

.ai-center {
  align-items: center;
}

.ai-end {
  align-items: flex-end;
}

.pd-120 {
  padding: 120px 0;
}

.pd-80 {
  padding: 80px 0;
}

.r-gap-large {
  gap: 56px;
}

.r-gap-med {
  gap: 48px;
}

/* HEADER */
.top-header {
  background: #00449e;
  padding: 12px 0;
}
.top-header-cta {
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.top-header-cta img {
  width: 14px;
  height: 14px;
}
.top-header-nav li {
  position: relative;
  padding: 0 12px;
  border-right: 1px solid #fff;
  font-size: 14px;
}

.top-header-nav li > a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.top-header-nav li:first-child {
  padding-left: 0;
}

.top-header-nav li:last-child {
  padding-right: 0;
  border: none;
}

.main-header {
  padding: 24px 0;
}

/* icon animation */
.sub-menu-icon {
  width: 12px;
  transition: transform 0.3s ease;
}

/* Sticky Header Styles */
#global-header {
  transition: all 0.4s linear;
}

#global-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#global-header.scrolled .top-header {
  display: none;
}

.header-logo {
  width: 100%;
  max-width: 30%;
}

.header-logo img {
  width: 180px;
  height: 60px;
  object-fit: contain;
}

.header-cta-menu {
  width: 100%;
  max-width: 65%;
}

.main-header-nav ul {
  gap: 40px;
}

.main-header-nav a {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.main-header-nav a:hover {
  color: #00449e;
}

.active-menu-item {
  color: #00449e;
}

.header-actions ul {
  gap: 24px;
}

.header-actions li,
.header-actions a {
  width: 24px;
  height: 24px;
}

.header-actions img {
  width: 24px;
  height: 24px;
}

.header-menu-cart a {
  position: relative;
}

.cart-counter {
  border-radius: 16777200px;
  border: 2px solid #fff;
  background: #00449e;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

/* Hamburger menu button */
.header-main-mobile-menu {
  display: none;
}

.header-main-mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 20px;
  position: relative;
  z-index: 1002;
}

.header-main-mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
}

.header-main-mobile-menu-toggle span:nth-child(1) {
  top: 0;
}

.header-main-mobile-menu-toggle span:nth-child(2) {
  top: 10px;
}

.header-main-mobile-menu-toggle span:nth-child(3) {
  top: 20px;
}

/* Active state (hamburger to X animation) */
.header-main-mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  background-color: #2f2f2f;
}

.header-main-mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.header-main-mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
  background-color: #2f2f2f;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

/* Search Overlay Styles */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(5px);
  z-index: 2000;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.header-logo img {
    z-index: 9999;
    position: relative;
}
.search-overlay.active {
/*   height: 100%; */
  height:13%;
  opacity: 1;
  visibility: visible;
   margin-top: 75px;
}

.search-container {
  width: 100%;
  max-width: 600px;
  padding: 4rem;
  transform: translateY(-20px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.search-overlay.active .search-container {
  transform: translateY(0);
}

.search-close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #2f2f2f;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index: 2001;
}

.search-close:hover {
  transform: rotate(90deg);
  color: #00449e;
}

.search-form {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 0.5rem;
}

.search-form input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0.5rem 0;
  background: transparent;
  color: #333;
}

.search-form input::placeholder {
  color: #2f2f2f;
  font-size: 16px;
}

.search-form button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  transition: transform 0.3s ease;
}

.search-form button:hover {
  transform: scale(1.1);
}

.search-form button img {
  width: 16px;
  height: 16px;
  filter: invert(20%);
}

.search-form button:hover img {
  filter: invert(30%) sepia(100%) saturate(1000%) hue-rotate(180deg);
}

body.search-open {
  overflow: hidden;
}

/* FOOTER */
.footer-quote {
  background: #00449e;
  padding: 40px 0;
}

.footer-main {
  background: #2f2f2f;
  padding: 64px 0 16px;
}

.footer-quote-parent-header {
  gap: 8px;
  width: 100%;
  max-width: 60%;
}

.footer-quote-parent-header h2 {
  font-size: 40px;
  color: #fff;
}

.footer-quote-parent-header p {
  color: #f2f2f7;
}

.footer-quote-parent {
  row-gap: 20px;
}

.footer-info-inspiration {
  row-gap: 30px;
  padding-bottom: 51px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer-info-inspiration-logo,
.footer-info-inspiration-form {
  width: 100%;
  max-width: 50%;
  gap: 24px;
}

.footer-info-inspiration-logo img {
  width: 192px;
  height: 64px;
  object-fit: contain;
  object-position: left;
}

.footer-info-inspiration-logo p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 140%;
  max-width: 525px;
}

.footer-info-inspiration-form h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
}

.footer-info-inspiration-form p {
  margin-top: -20px;
  font-size: 12px;
  line-height: 140%;
  color: rgba(233, 236, 239, 0.7);
}

.form-footer-inspiration {
  gap: 8px;
}

.form-footer-inspiration input[type="email"] {
  outline: none;
  border: 0.625px solid #ebebeb;
  background: #f9f9f9;
  padding: 16px 24px;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  width: 100%;
  max-width: 80%;
  height: 47px;
}

.form-footer-inspiration .btn-secondry {
  transition: all 0.3s linear;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.form-footer-inspiration .btn-secondry:hover {
  background-color: #fff;
  color: #00449e;
}

.form-footer-inspiration .btn-secondry:hover img {
  filter: invert(1) sepia(1) sepia(1);
}

.footer-main-cta-menu {
  padding: 24px 0;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  row-gap: 30px;
}

.footer-contact-details {
  gap: 32px;
}

.footer-contact-details span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  border: 1px solid #fff;
  background: #2f2f2f;
  width: 40px;
  height: 40px;
}

.footer-contact-details img {
  width: 20px;
  height: 20px;
}

.footer-contact-details a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  gap: 16px;
  color: #fff;
  width: fit-content;
}

.footer-contact-details a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-main-cta-contact {
  width: 100%;
  max-width: 50%;
}

.footer-main-cta-menu-parent {
  width: 100%;
  max-width: 50%;
  row-gap: 30px;
}

.footer-main-menu-col {
  gap: 12px;
  width: 100%;
  max-width: 40%;
}

.fmmc-title {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-footer-secondry a {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 14px;
  line-height: 171.429%;
}

.menu-footer-secondry a:hover {
  color: #fff;
}

.menu-footer-secondry {
  gap: 10px;
}

.footer-social-parent {
  padding: 24px 0 40px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  row-gap: 30px;
}

.footer-social-media-cta {
  gap: 30px;
  row-gap: 10px;
}

.fsmc-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 142.857%;
}

.fsmc-socials-parent {
  gap: 16px;
}

.fsmc-socials-parent a {
  border-radius: 16777200px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.fsmc-socials-parent a img {
  width: 20px;
  height: 20px;
}

.fsmc-socials-parent a:hover {
  background: #00449e;
}

.footer-payment-methods img {
  height: 26px;
  object-fit: contain;
  object-position: right;
}

.footer-copy-right-parent {
  padding-top: 18px;
  row-gap: 30px;
}

.footer-copy-right-parent p,
.footer-copy-right-parent a {
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 12px;
  line-height: 133.333%;
}

.footer-copy-right-parent a:hover {
  color: #fff;
}

.footer-copy-right-menu {
  gap: 24px;
}

/***** HOME PAGE STYLING *****/
/****************************/
/* HOME CSS > Banner Section */
.home-hero-section {
  position: relative;
  height: 902px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 145px 0 40px;
}

.home-hero-section::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 28.59%,
    rgba(148, 148, 148, 0) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-hero-content {
  position: relative;
  width: 100%;
  max-width: 60%;
  gap: 106px;
  z-index: 99;
}

.home-hero-main {
  padding: 40px 48px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) -5.44%, rgba(0, 0, 0, 0.11) 100%),
    rgba(255, 255, 255, 0);
  backdrop-filter: blur(120px);
  gap: 32px;
}

.home-hero-main h1 {
  color: #fff;
}

.home-hero-main p {
  margin-top: -8px;
  color: #fff;
}

.home-hero-main .btn-primary {
  width: fit-content;
  padding: 12px 64px;
}

.hhm-quote span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.hhm-quote {
  gap: 16px;
}

.hhm-quote a {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 171%;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.hhm-quote a:hover {
  color: #2f2f2f;
}

.hh-numb-card {
  width: 100%;
  max-width: 31%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.hh-numb-card:last-child {
  border-right: none;
}

.home-hero-numbers {
  gap: 24px;
}

.hh-numb-card h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.hh-numb-card span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: uppercase;
  margin-top: 8px;
}

/* HOME CSS > Popular Categories */
.popular-categories-sec {
  padding: 120px 0;
}
.pcs-parent {
  gap: 56px;
}
.pcs-cards {
  width: 100%;
  row-gap: 15px;
}
.pcs-card-item {
  width: 100%;
  max-width: 16%;
}

.pcs-card-item a {
  position: relative;
  width: 100%;
  gap: 32px;
  padding: 40px 24px;
  border: 1px solid #edf5ff;
  background: #fff;
  min-height: 188px;
  transition: all 0.3s linear;
}
.pcs-card-item a:hover {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) -5.44%, rgba(0, 0, 0, 0.11) 100%),
    rgba(255, 255, 255, 0);
  backdrop-filter: blur(120px);
}
.pcs-card-item img {
  width: 88px;
  height: 55px;
  object-fit: contain;
}
.pcs-category-title {
  color: #2f2f2f;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 132%;
}

.pcs-coming-soon {
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
  padding: 4px 8px;
  gap: 10px;
  background: #ffdd60;
}
.pcs-coming-soon span {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #2f2f2f;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
}

/* HOME CSS > Best Seller Products */
.best-seller-products {
  background: #f9fafb;
  padding: 120px 0;
}
.bsp-parent-header {
  gap: 24px;
}
.bsp-parent-header span {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #00449e;
  text-align: center;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.bsp-parent-cta .btn-secondry {
  background: #2f2f2f;
}
.bsp-parent-cta .btn-secondry:hover {
  color: #fff;
  background-color: #00449e;
}
.bsp-parent-cta .btn-secondry:hover img {
  filter: none !important;
}
.bsp-parent-header h2 {
  text-align: center;
}
.bsp-parent-products {
  width: 100%;
  row-gap: 20px;
  align-items: stretch !important;
}
.bsp-product-item {
  width: 100%;
  max-width: 32%;
  position: relative;
  background-color: #fff;
}
.bsp-product-item-visual {
  position: relative;
  width: 100%;
  height: 280px;
  padding: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bsp-product-item-visual::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.bsp-product-item-content {
  padding: 16px 20px 20px;
  background: #fff;
  gap: 16px;
}
.bsp-product-item-content-title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  line-height: 133.33%;
}
.bsp-product-item-meta span {
  padding: 8px;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  color: #fff;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.5px;
}
.bsp-product-item-meta {
  gap: 10px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.bsp-prodcut-item-cta-detail img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.bsp-prodcut-item-cta-gallery img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.bsp-prodcut-item-cta-detail,
.bsp-prodcut-item-cta-gallery {
  background: #fff;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
}
.bsp-prodcut-item-cta {
  gap: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 2;
}

.bsp-product-item:hover .bsp-prodcut-item-cta,
.bsp-product-item:hover .bsp-product-item-visual::after {
  visibility: visible;
  opacity: 1;
}

.bsp-product-item-content-specs {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: -8px;
}

.bsp-product-item-content-pricing {
  gap: 8px;
}

.bsp-product-item-content-pricing h5 {
  color: #1a1a1a;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.bsp-product-item-content-pricing span {
  color: #999;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  text-decoration-line: line-through;
}

.bsp-product-item-content-variation img {
  height: 24px;
  object-fit: contain;
  object-position: left;
  margin-left: -13px;
}

/* HOME CSS > Perfect Windows */
.perfect-windows-journey {
  background: #00459e;
}

.pwj-parent {
  gap: 88px;
}

.pwj-header h2 {
  color: #fff;
  text-align: center;
}

.pwj-bottom-cta span {
  color: #ffdd60;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  text-align: center;
}

.pwj-bottom-cta {
  gap: 20px;
}

.pwj-cards {
  width: 100%;
  row-gap: 32px;
  position: relative;
}

.pwj-cards-item {
  width: 100%;
  max-width: 23%;
  position: relative;
}

.pwj-cards-item::after {
  position: absolute;
  content: "";
  height: 1px;
  background: linear-gradient(90deg, #f9fafb 0%, rgba(255, 255, 255, 0) 100%);
  right: -33%;
  top: 49px;
  width: 58%;
}

.pwj-cards-item:last-child:after {
  display: none;
}

.pwj-cards-item {
  width: 100%;
  max-width: 19%;
}

.pwj-card-icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 16777200px;
  background: #fff;
}

.pwj-card-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.pwj-card-icon-counter {
  position: absolute;
  top: -18px;
  right: -18px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 16777200px;
  border: 6px solid #00449e;
  background: #fff;
}

.pwj-card-content {
  margin-top: 32px;
  gap: 12px;
}

.pwj-card-content h4 {
  color: #f2f2f7;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
  max-width: 160px;
}

.pwj-card-content p {
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 14px;
  line-height: 148%;
  max-width: 230px;
}

/* HOME CSS > Quality & Precision */
.qps-parent-header p,
.bsp-parent-header p {
  color: rgba(47, 47, 47, 0.6);
  text-align: center;
  font-size: 16px;
  max-width: 780px;
  margin: 0 auto;
}

.qps-card-item {
  position: relative;
  width: 100%;
  max-width: 49.2%;
  min-height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.qps-card-item:first-child,
.qps-card-item:nth-child(6) {
  max-width: 65%;
}

.qps-card-item:nth-child(2),
.qps-card-item:nth-child(5) {
  max-width: 33.2%;
}

.qps-card-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #00000000, #0000002e);
  z-index: 1;
}

/* .qps-card-item:last-child {
  max-width: 100%;
} */

.qps-card-content {
  padding: 40px 40px 24px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.18) 100%
  );
  backdrop-filter: blur(16px);
  gap: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 2;
}

.qps-card-item:hover .qps-card-content {
  height: fit-content;
  visibility: visible;
  opacity: 1;
}

.qps-card-content h3 {
  color: #fff;
  font-size: 32px;
  line-height: 125%;
}

.qps-card-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 171%;
  max-width: 620px;
}

 .qps-card-content .btn-secondry {
  width: fit-content !important;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
}

.qps-card-content .btn-secondry:hover {
  color: #2f2f2f;
}

/* HOME CSS > Solutions Section/Tabs */
.room-solutions-sec {
  background: #f9fafb;
}

.solutions-tabs {
  width: 100%;
}

.solutions-tabs-nav {
  gap: 20px;
  margin-bottom: 20px;
}

.ss-tab-btn {
  flex: 1;
  text-align: left;
  border: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 28px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ss-tab-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.2);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.ss-tab-btn h4 {
  color: #2f2f2f;
  font-size: 20px;
  line-height: 160%;
}

.ss-tab-btn.active-ss-tab {
  border: 1px solid#00449E;
  background: #f0f6ff;
}

.ss-tab-btn:hover {
  border: 1px solid#00449E;
  background: #f0f6ff;
}

.ss-tab-btn.active-ss-tab .ss-tab-label,
.ss-tab-btn:hover .ss-tab-label {
  color: #00449e;
}

.solutions-tabs-content {
  position: relative;
}

.ss-tab-panel {
  position: relative;
  display: none;
  min-height: 480px;
  padding: 48.5px 56px;
  background-position: center;
  background-size: cover;
}

.ss-tab-panel.active-ss-tab {
  display: flex;
}

.ss-tab-panel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.ss-tab-panel-content {
  width: 100%;
  z-index: 2;
}

.ss-tab-panel-content h3 {
  color: #fff;
  font-size: 32px;
  line-height: 125%;
}

.ss-tab-panel-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 171%;
  display: block;
  margin-top: 4px;
  max-width: 480px;
}

.ss-tab-panel-content li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style: disc;
}

.ss-tab-panel-content ul {
  margin: 27px 0 27px 15px;
  max-width: 480px;
}

.ss-tab-panel-content .btn-primary {
  width: fit-content;
}

/* HOME CSS > Innovation Section */
.ino-dual-parent {
  row-gap: 30px;
}

.ino-dual-col {
  position: relative;
  width: 100%;
  max-width: 46%;
  row-gap: 56px;
}

.ino-dual-header span {
  text-align: left;
}

.ino-dual-col-extra {
  position: absolute;
  bottom: -50px;
  right: -60px;
  width: 224px;
  padding: 28px 24px;
  background: #2f2f2f;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.idce-title {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  display: block;
  margin-bottom: 8px;
}

.idce-text {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.innovation-dual-list-item {
  gap: 24px;
}

.innovation-dual-list {
  gap: 28px;
}

.idli-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.idli-icon {
  padding: 16px;
  border: 2px solid #00449e;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idli-content {
  gap: 12px;
}

.idli-content p {
  color: #999;
  line-height: 160%;
}

.ino-dual-main-visual {
  height: 620px;
  object-fit: cover;
}

/* HOME CSS > Customization Section */
.customization-dual-sec {
  background: #00449e;
}

.cust-dual-header span,
.cust-dual-list-item .idli-content h4,
.cust-dual-header h3 {
  color: #fff;
}

.cust-dual-list-item .idli-icon {
  border: 2px solid #fff;
}

.cust-dual-list-item .idli-content p {
  color: #e5e5ea;
}

.cust-dual-col-extra {
  width: 324px;
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  right: -7%;
  bottom: 10px;
}

.cust-dual-col-extra .idce-title {
  color: #2f2f2f;
  font-size: 20px;
  line-height: 140%;
}

.cust-dual-col-extra .idce-text {
  color: #00449e;
}

.cust-dual-main-visual {
  height: 582px;
}

.cust-dual-parent-col {
  max-width: 42%;
}

.cust-dual-parent-col:nth-child(2) {
  max-width: 52%;
}

/* HOME CSS > Custmer Reviews Section */
.customer-reviews-sec {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -35.25%,
    #f9fafb 100%
  );
}
.customer-reviews-slider,
.swiper {
  width: 100%;
  overflow: hidden;
}

.customer-reviews-slider .swiper-wrapper,
.swiper-wrapper {
  align-items: stretch;
}

.customer-reviews-slider .swiper-slide,
.swiper-slide {
  height: auto;
}

.customer-review-card {
  padding: 32px;
  row-gap: 18px;
  background: #fff;
  box-shadow: 0 -16px 25px -5px rgba(0, 0, 0, 0.02);
}

.customer-review-profile {
  width: 100%;
  max-width: 90px;
}

.customer-review-content {
  width: 100%;
  max-width: 80%;
}

.customer-review-profile-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 100%;
}

.customer-stars {
  color: #000000;
  font-size: 20px;
}

.customer-review-text {
  color: rgba(108, 117, 125, 0.9);
  font-size: 16px;
  font-style: italic;
  line-height: 160%;
  display: block;
  margin: 16px 0;
}

.customer-review-name {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.customer-review-location {
  color: #00449e;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
}

.customer-reviews-slider .swiper-pagination {
  position: relative;
  margin-top: 48px;
}

.customer-reviews-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #00449e;
  background: #fff;
}

.customer-reviews-slider .swiper-pagination-bullet-active {
  border-radius: 7px;
  border: 1px solid #00449e;
  background: #00449e;
}

.cust-review-overview {
  gap: 8.5px;
}

.cro-total-reviews {
  max-width: fit-content !important;
  margin: unset !important;
}

.cro-rating-starts {
  color: #fdc700 !important;
  font-size: 24px !important;
}

.cro-rating-points {
  color: #2f2f2f !important;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: -0.439px !important;
  text-transform: capitalize !important;
}

/***** PRODUCT PAGE STYLING *****/
/*******************************/
.inner-banner-section {
  position: relative;
  padding: 156px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  z-index: 1;
  opacity: 0.5;
}

.inner-banner-title {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 110%;
  z-index: 2;
}

.bsp-prod-total-count span {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bsp-prod-tc-left {
  color: #8e8e93 !important;
}

.bsp-products-pagination {
  width: 100%;
  gap: 20px;
}

.bsp-prod-pagination-btns-item {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s linear;
  border: 1px solid transparent;
}

.bsp-prod-pagination-btns-item:hover,
.current-prod-pagination-btn {
  border: 1px solid #00449e;
  color: #00449e;
  font-weight: 700;
}

.bsp-prod-pagination-btns-item img {
  width: 5.915px;
  height: 13.2px;
  object-fit: contain;
}

.bsp-prod-pagination-btns {
  gap: 8px;
}

.product-filter-bar {
  background: #f3f3f3;
  padding: 20px 0;
}

.filter-bar {
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-group {
  gap: 14px;
}

.filter-dropdown {
  position: relative;
}

.filter-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 64px 12px 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  cursor: pointer;
  outline: none;
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.5px;
}

/* Custom arrow */
.filter-dropdown::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 18px;
  width: 16px;
  height: 16px;
  background: url("../media/arrow-down-icon.svg") no-repeat center;
  pointer-events: none;
}

.btn-filter {
  outline: none !important;
  border: none;
  height: 48px;
}

.btn-filter img {
  width: 12px;
  height: 12px;
}

.filter-actions {
  gap: 10px;
}

/***** PRODUCT Detail STYLING *****/
/*********************************/
.related-products-section {
  padding: 80px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -35.25%,
    #f9fafb 100%
  );
}

.global-breadcrumbs-sec {
  padding: 24px 0;
  border-top: 1px solid rgba(47, 47, 47, 0.1);
  background: #fff;
}

.breadcrumbs-parent {
  gap: 10px;
}

.breadcrumbs-parent span {
  color: rgb(26 26 26 / 60%);
  font-size: 18px;
}

.breadcrumbs-front-page-link,
.breadcrumbs-parent-page-link,
.breadcrumbs-current-page {
  color: rgb(26 26 26 / 60%);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}

.breadcrumbs-front-page-link:hover,
.breadcrumbs-parent-page-link:hover {
  color: #00449e;
}

.breadcrumbs-current-page {
  color: #00449e !important;
  font-weight: 600;
}

.product-main-section {
  padding: 32px 0 80px;
  background: #f9fafb;
}

.product-main-detail-col {
  width: 100%;
  max-width: 48%;
  gap: 32px;
}

.product-main-detail {
  width: 100%;
}

/* Product Gallery Slider */

.product-gallery-slide-visual {
  height: 448px !important;
  object-fit: cover;
}
.product-gallery-slide-inner {
  position: relative;
}
.product-gallery-actions {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 16px;
}

.product-gallery-view-all,
.product-gallery-expand {
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(60px);
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.product-gallery-view-all img,
.product-gallery-expand img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.product-gallery-main .swiper-button-next,
.product-gallery-main .swiper-button-prev,
.product-gallery-thumbs .swiper-button-next,
.product-gallery-thumbs .swiper-button-prev {
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(60px);
  padding: 8px;
}
.product-gallery-main .swiper-button-next svg,
.product-gallery-main .swiper-button-prev svg, 
.product-gallery-thumbs .swiper-button-next svg,
.product-gallery-thumbs .swiper-button-prev svg{
  width: 10px;
  height: 10px;
  color: #fff;
}

.product-gallery-main {
  margin-bottom: 16px;
}

.product-gallery {
  max-width: 900px;
  margin: auto;
}

/* .product-gallery-thumbs .swiper-wrapper {
  flex-wrap: wrap !important;
  row-gap: 16px !important;
  justify-content: space-between !important;
} */
/* 
.product-gallery-thumbs .swiper-slide {
  margin-right: 10px !important;	
  width: 22.5% !important;
} */

.product-main-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 32px;
  gap: 24px;
}

.product-sku {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #00449e;
  font-size: 16px;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: -16px;
}

.product-main-title {
  font-size: 32px;
  line-height: 124%;
}

.product-main-review-total-count {
  color: #7b7979;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.product-main-review-total {
  gap: 6px;
}

.product-main-overview-write-review {
  color: #00449e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 132%;
  text-decoration: underline;
}

.product-main-overview-write-review:hover {
  color: #2f2f2f;
  text-decoration: underline;
}

/* Product Detail Variations */
.product-main-variations {
  gap: 24px;
}

.pmv-title {
  font-weight: 600;
  line-height: 124%;
}

.pmv-label {
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
  gap: 6px;
}

.info-icon {
  width: 18px;
  height: 18px;
}

.pmv-right-note {
  color: rgba(47, 47, 47, 0.6);
  text-align: right;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 148%;
}

.pmv-section {
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pmv-section:last-child {
  border: none;
  padding-bottom: 0;
}

.pmv-size-col-label {
  display: block;
  margin-bottom: 12px;
}

.pmv-size-col-label {
  display: block;
  margin-bottom: 12px;
  color: #8e8e93;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}

.pmv-size-col-label span {
  color: #2f2f2f;
  font-weight: 600;
}

.pmv-size-col-input input {
  height: 48px;
  padding: 16px 12px;
  outline: none !important;
  border: 1px solid #e5e5ea;
  background: #fff;
  width: 78%;
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
}

.pmv-size-col-input span,
.pmv-frac-btn,
.pmv-frac-row button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d6;
  background: #f2f2f7;
  color: #8e8e93;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  transition: all 0.3s linear;
}

.pmv-frac-btn,
.pmv-frac-row button {
  border: 0.5px solid #e5e5ea;
  background: #fff;
}

.pmv-size-grid {
  row-gap: 20px;
}

.pmv-frac-btn:hover,
.pmv-frac-row button:hover,
.pmv-frac-btn.active {
  background: #2f2f2f;
  color: #fff;
}

.pmv-size-col:first-child {
  width: 100%;
  max-width: 32%;
}

.pmv-size-col {
  width: 100%;
  max-width: 64%;
}

.pmv-size-hint,
.pmv-size-hint a {
  display: inline-block;
  margin-top: -8px;
  color: rgba(47, 47, 47, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 148%;
}

.pmv-size-hint a {
  color: #00449e;
  text-transform: uppercase;
}

.pmv-color-item {
  width: 100%;
  max-width: 19%;
  cursor: pointer;
}

.pmv-color-swatch-wrap {
  position: relative;
  width: 100%;
  height: 80px;
}

.pmv-color-swatch-wrap::after {
  position: absolute;
  content: "";
  width: 93%;
  height: 90%;
  border: 4px solid #00449e;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.pmv-color-swatch-wrap.active::after {
  visibility: visible;
  opacity: 1;
}

.pmv-color-name {
  color: rgba(47, 47, 47, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 132%;
  margin: 4px 0 8px;
}

.pmv-color-sample {
  color: #00449e;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  text-decoration-line: underline;
}

.pmv-text-input,
.pmv-qty-val {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 16px 24px;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}

.pmv-radio-label {
  color: rgba(47, 47, 47, 0.6);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 132%;
  flex: 1 0 0;
}

.pmv-radio-label input {
  /* appearance: none; */
  margin: 0px 8px 0 0;
  width: 20px;
  height: 20px;
  border: 1px solid #00449e;
  border-radius: 100%;
  color: #aeb2ae !important;
  padding: 3px;
}
/* input[type="radio"]:checked {
  background-color: #00449E;
  padding: 4px;
} */

.pmv-qty-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #d1d1d6;
  background: #f2f2f7;
  font-size: 32px;
  color: #2f2f2f;
  cursor: pointer;
}

.pmv-qty-wrap input,
.pmv-qty-wrap .pmv-qty-val {
  height: 48px;
  color: #00449e;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 132%;
  width: 85%;
}

.pmv-qty-wrap {
  margin: 16px 0 32px;
}

.pmv-cart-btn {
  width: 100%;
  justify-content: center;
  outline: none;
  border: none;
  background: #2f2f2f;
  cursor: pointer;
}

.pmv-cart-btn:hover {
  background: #00449e;
}

.pmv-color-swatch-wrap img {
  object-fit: cover;
}

/* Product Descrption Tabs */
.product-desc-tabs-nav .ss-tab-btn {
  flex: none;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid transparent;
  color: rgba(47, 47, 47, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.product-desc-tabs-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  gap: 0;
}
.product-desc-tabs-nav .ss-tab-btn.active-ss-tab {
  border-bottom: 1px solid #00449e;
  background: linear-gradient(
    180deg,
    rgba(0, 68, 158, 0.16) 0%,
    rgba(0, 68, 158, 0) 100%
  );
  color: #00449e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 156%;
}

.pdt-tab-panel {
  padding: 0 !important;
  background: transparent !important;
  min-height: 1px !important;
  row-gap: 16px;
}

.pdt-tab-panel.ss-tab-panel::after {
  display: none;
}

.product-main-description-tabs {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.icon-list-custom {
  width: 100%;
  max-width: 48%;
}

.icon-list-custom li {
  position: relative;
  list-style: none;
  color: rgba(47, 47, 47, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 148%;
  padding-left: 26px;
  margin-bottom: 16px;
}
.icon-list-custom li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../media/list-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-list-custom li:last-child {
  margin-bottom: 0 !important;
}

.pdt-tab-panel p {
  color: rgba(47, 47, 47, 0.6);
  font-size: 12px;
}

/* Product Reviews */
.product-reviews-custom {
  gap: 24px;
}

.product-reviews-header,
.product-reviews-count {
  row-gap: 24px;
}

.product-total-reviews-inside,
.product-reviews-sort-filter,
.product-reviews-sort-filter select {
  color: rgba(47, 47, 47, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
}

.product-reviews-sort-filter select {
  border: none;
  outline: none;
  background: transparent;
  color: #2f2f2f;
}

.product-reviews-custom-item {
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  display: none;
}

.prci-profile-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: contain;
  object-position: top;
}

.prci-profile {
  gap: 10px;
}

.prci-profile-name {
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 4px;
  display: block;
}

.prci-profile-status {
  color: rgba(47, 47, 47, 0.6);
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 148%;
  gap: 4px;
}

.prci-profile-status img {
  width: 16px;
  height: 16px;
}

.prci-profile {
  gap: 10px;
  width: 100%;
  max-width: 21%;
  padding-right: 20px;
  border-right: 1px solid #d0d1d0;
}

.prci-content {
  width: 100%;
  max-width: 76%;
  gap: 24px;
}

.prci-content-stars img {
  height: 20px;
  object-fit: contain;
  object-position: left;
  display: inline;
  width: fit-content;
}

.prci-content-stars {
  gap: 12px;
  color: rgba(47, 47, 47, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 148%;
}

.prci-content-text {
  color: rgba(47, 47, 47, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 148%;
}

.product-reviews-custom-box {
  gap: 8px;
}

.prodcut-reviews-load-more {
  margin-top: 16px;
}

.prodcut-reviews-load-more .btn-secondry-rev {
  border: none;
  outline: none;
  cursor: pointer;
}

/* loader hidden by default */
.btn-secondry-rev .load-icon {
  display: none;
  width: 18px;
  margin-left: 8px;
}

/* spinning animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.btn-secondry-rev.loading .load-icon {
  display: inline-block;
  animation: spin 1s linear infinite;
}

/***** CART STYLING *****/
/***********************/
.cart-main-section {
  background: #f9fafb;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-main-header h1 {
  font-size: 48px;
  line-height: 124%;
}

.cart-main-detail {
  gap: 24px;
}

.cart-main-detail-heading {
  color: rgba(47, 47, 47, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-main-proceed-perks li {
  font-size: 18px !important;
}

.cart-main-proceed-perks li > a {
  color: #00449e;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
}

.cart-main-proceed-perks li::before {
  top: 13px !important;
}

.cart-main-proceed-perks {
  width: 100%;
  max-width: 42%;
}

.cart-main-proceed-checkout {
  width: 100%;
  max-width: 48%;
  background: #fff;
  padding: 16px;
  gap: 16px;
}

.cart-proceed-subtotal,
.cart-proceed-grandtotal,
.cart-proceed-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  gap: 16px;
}

.cart-main-proceed-checkout .btn-secondry-rev {
  width: 100%;
  justify-content: center;
}

.cps-title {
  color: rgba(47, 47, 47, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.cpg-title {
  color: #121210;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.cps-numbers {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.cart-proceed-shipping .cps-numbers {
  font-weight: 400;
}

.cart-main-item {
  padding: 16px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-main-item-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.cart-main-item-checkbox {
  width: 100%;
  max-width: 2%;
}

.cart-main-item-product-detail {
  width: 100%;
  max-width: 83%;
  gap: 16px;
}

.cart-main-item-action {
  width: 100%;
  max-width: 10%;
  gap: 8px;
}

.cart-main-item-image {
  width: 100%;
  max-width: 11%;
}

.cart-main-item-product-info {
  gap: 16px;
  width: 100%;
  max-width: 87%;
}

.cart-main-item-product-info h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
}

.cmi-pi-info-child {
  gap: 8px;
  width: 100%;
  max-width: 18%;
}

.cmi-pi-info-child-title {
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 124%;
}

.cmi-pi-info-child-value {
  color: rgba(47, 47, 47, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
}

.cart-main-item-action a {
  width: 100%;
  justify-content: center;
}

.remove-cart-item-main {
  background: rgba(211, 47, 47, 0.12);
  color: #d32f2f;
}

.cart-main-item-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.cart-main-item-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cart-checkmark {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #3d52a0;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.cart-main-item-checkbox input:checked + .cart-checkmark {
  background: #3d52a0;
  border-color: #3d52a0;
}

.cart-checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 180ms ease;
}

.cart-main-item-checkbox input:checked + .cart-checkmark::after {
  transform: rotate(45deg) scale(1);
}

.cart-main-item-checkbox:hover .cart-checkmark {
  border-color: #3d52a0;
}

.cart-main-item-checkbox input:disabled + .cart-checkmark {
  background: #fff;
  border-color: #fff;
  cursor: not-allowed;
}

/* CART DETAIL POPUP */
.cart-detail-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.cart-detail-popup.active {
  display: flex;
}

.cart-detail-popup-inner {
  background: #fff;
  padding: 32px;
  width: 100%;
  max-width: 846px;
  position: relative;
  height: 90vh;
  overflow-y: scroll;
  margin: 15px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.cart-detail-popup-inner .product-main-detail-col {
  max-width: 100% !important;
}

.cart-detail-popup-inner .pmv-title {
  font-size: 32px;
}

.cart-detail-popup-inner .pmv-title {
  font-size: 32px;
}
.cart-detail-popup-inner .pmv-size-col {
  width: 100%;
  max-width: 51%;
}
.cart-detail-popup-inner .pmv-size-col:first-child {
  width: 100%;
  max-width: 46%;
}
.cart-detail-popup-inner .pmv-size-col-input input {
  width: 88%;
}

.cart-detail-popup-inner .pmv-section {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* Popup scrollbar */
.cart-detail-popup-inner::-webkit-scrollbar {
  width: 4px;
}

.cart-detail-popup-inner::-webkit-scrollbar-track {
  background: transparent; /* cleaner look */
}

.cart-detail-popup-inner::-webkit-scrollbar-thumb {
  background: #00449e;
  border-radius: 20px;
}

.cart-detail-popup-inner::-webkit-scrollbar-thumb:hover {
  background: #2f2f2f;
}

.cart-detail-popup-inner {
  scrollbar-width: thin;
  scrollbar-color: #00449e transparent;
}

/***** RESOURCES PAGE STYLING *****/
/*********************************/
.all-resources-section {
  background: #f9fafb;
}

.ars-blog-item-featured-img a {
  display: inline-flex;
  width: 100%;
}

.ars-blog-item-featured-img img {
  min-height: 280px;
  max-height: 280px;
  object-fit: cover;
  transition: all 0.3s linear;
}

.ars-blog-item-meta li {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  list-style: disc;
  list-style-position: inside;
}

.ars-blog-item-meta {
  gap: 8px;
  width: 100%;
}

.ars-blog-item .bsp-product-item-content {
  gap: 8px;
}

.ars-blog-item-featured-img {
  overflow: hidden;
}

.ars-blog-item:hover .ars-blog-item-featured-img img {
  transform: scale(1.1);
}

/***** BLOG DETAIL PAGE STYLING *****/
/***********************************/
.blog-detail-breadcrumb .breadcrumbs-current-page {
  color: #1a1a1a !important;
}

.blog-detail-main-flex {
  gap: 24px;
}

.blog-content-detail-box {
  gap: 8px;
}

.blog-post-detail-title {
  margin: 8px 0 24px;
  font-size: 32px !important;
  line-height: 124%;
}

.blog-post-date-publishing {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #00449e;
  font-size: 16px;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.blog-detail-the-content p,
.blog-detail-the-content li,
.blog-detail-the-content a {
  color: rgba(47, 47, 47, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
}

.blog-detail-the-content a {
  color: #00449e;
  text-decoration: underline;
}

.blog-detail-the-content {
  gap: 24px;
}

.blog-detail-the-content h2,
.blog-detail-the-content h1,
.blog-detail-the-content h3 {
  color: #2f2f2f;
  font-size: 24px !important;
  line-height: 124%;
}

.blog-content-dual-images img {
  width: 100%;
  max-width: 48.5%;
}

.blog-detail-post-share {
  padding: 12px 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: none;
  border-right: none;
  gap: 16px;
}

.blog-detail-post-share .fsmc-title {
  color: rgba(47, 47, 47, 0.7);
}

.blog-detail-post-share .fsmc-socials-parent a {
  background: rgba(47, 47, 47, 0.06);
}

.blog-detail-post-share .fsmc-socials-parent a:hover {
  background: #00449e;
}

.blog-detail-post-share .fsmc-socials-parent a img {
  filter: invert(1);
}

.blog-detail-post-share .fsmc-socials-parent a:hover img {
  filter: none;
}

/***** ABOUT PAGE STYLING *****/
/***********************************/
.about-main-section {
  background: #f9fafb;
}

.about-main-row {
  row-gap: 24px;
}

.about-main-row:nth-child(2) {
  flex-direction: row-reverse;
}

.about-main-col {
  width: 100%;
  max-width: 49%;
}

.about-main-col img {
  height: 448px;
  object-fit: cover;
}

.about-main-col p {
  color: rgba(47, 47, 47, 0.6);
}

/***** FAQ PAGE STYLING *****/
/***************************/
.faq-main-section {
  background: #f9fafb;
}

.faq-parent {
  gap: 12px;
}

.faq-main-item {
  border-radius: 12px;
  border: 1px solid #e5e5ea;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-header {
  padding: 20px;
  cursor: pointer;
}

.faq-header h4 {
  line-height: 124%;
  max-width: 80%;
}

.faq-toggle {
  border-radius: 6px;
  border: 1px solid #e5e5ea;
  background: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.25s ease;
  color: #00449e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
  padding: 0 22px;
}

.faq-content p {
  margin: 0;
  color: #fff;
  line-height: 148%;
}

.faq-main-item.faq-active {
  background: #00449e;
  border-color: #00449e;
}

.faq-main-item.faq-active .faq-header h4 {
  color: #fff;
}

.faq-main-item.faq-active .faq-toggle {
  background: transparent;
  border-color: #fff;
  transform: rotate(90deg);
  color: #fff;
  font-size: 19px;
}

.faq-main-item.faq-active .faq-content {
  max-height: fit-content;
  padding: 5px 20px 20px;
}

/***** Measure PAGE STYLING *****/
/*******************************/
.measure-main-section {
  background: #f9fafb;
}

.measure-main-parent-title {
  font-size: 48px;
  line-height: 132%;
}

.measure-main-parent.d-flex {
  gap: 32px;
}

.measure-tabs .ss-tab-btn {
  flex: 1 0 0 !important;
  text-align: center;
}

.measure-tabs .product-desc-tabs-nav {
  margin-bottom: 32px;
}

.measure-tabs .ss-tab-panel {
  row-gap: 32px;
}

.measure-tab-content-header h2 {
  font-size: 32px;
  line-height: 124%;
}

.measure-tab-content-detail h4 {
  font-size: 20px;
  line-height: 124%;
  font-weight: 600;
}

.measure-tab-content-detail {
  gap: 16px;
}

.measure-tab-content-detail p,
.measure-tab-content-detail .icon-list-custom li {
  font-size: 14px;
}

.measure-tab-content-detail .icon-list-custom li {
  margin-bottom: 12px;
}

.measure-tab-content-detail .icon-list-custom li::before {
  top: 12px;
}

.tab-notice {
  color: rgba(47, 47, 47, 0.6);
  font-style: italic;
  font-weight: 500;
}

.tab-notice span {
  color: #2f2f2f;
  font-weight: 600;
}

.measure-tabs .icon-list-custom {
  max-width: 100% !important;
}

/***** WARRANTY PAGE STYLING *****/
/********************************/
.warranty-main-section {
  padding: 32px 0 48px;
  background: #f9fafb;
}

.warranty-main-parent-title {
  font-size: 32px;
  line-height: 124%;
}

.warranty-timeline-item {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--Grays-Gray-5, #e5e5ea);
  background: var(--White, #fff);
}

.warranty-timeline-item .icon-list-custom,
.warranty-not-covered .icon-list-custom {
  width: 100%;
  max-width: 100% !important;
}

.warranty-timeline-left,
.warranty-timeline-right {
  width: 100%;
  max-width: 48.5%;
  gap: 22px;
}

.warranty-timeline-flex {
  align-items: stretch;
  row-gap: 16px;
}

.warranty-not-covered h4 {
  font-size: 24px;
}

.warranty-notice {
  color: #00449e;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 148%;
  max-width: 685px;
}

/***** CARE PAGE STYLING *****/
/********************************/
.care-m-box {
  gap: 8px;
}

.care-maintenance-main-parent {
  gap: 24px;
}

.cmb-sub-heading {
  color: #00449e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.care-m-box h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.care-m-box p {
  color: rgba(47, 47, 47, 0.6);
  line-height: 148%;
}

/***** SAFETY PAGE STYLING *****/
/********************************/
.nfpa-box {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  gap: 24px;
}

.nfpa-link img {
  width: 20px;
  height: 20px;
}

.nfpa-link {
  color: #00449e;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  gap: 8px;
}

.nfpa-italic {
  font-weight: 500;
  font-style: italic;
}

.nfpa-link-box {
  gap: 8px;
}

/***** TRACK PAGE STYLING *****/
/********************************/
.track-order-main {
  background: #f9fafb;
}

.track-order-title {
  color: #2f2f2f;
  font-size: 48px;
  line-height: 124%;
}

.track-order-parent,
.track-order-form-inner {
  gap: 24px;
}

.track-form-input {
  gap: 12px;
}

.track-form-input button,
.track-form-input input[type="submit"] {
  border: none;
  outline: none;
  width: 100%;
  justify-content: center;
}

.track-form-input label {
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}

.track-form-input input, .track-form-input textarea {
  height: 48px;
  padding: 16px 12px;
  border: 1px solid #e5e5ea;
  background: #fff;
  outline: none;
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  width: 100%;
}

.track-form-input textarea {
    height: 160px;
    resize: none;
}

/***** SPECS PAGE STYLING *****/
/*****************************/
.sepcs-main-section,
.install-main-section {
  background: #f9fafb;
}

.specs-title {
  font-size: 48px;
  line-height: 132%;
}

.specs-main-parent {
  gap: 24px;
}

.specs-cards-flex {
  row-gap: 12px;
  column-gap: 1.2%;
}

.specs-cards-item {
  width: 100%;
  max-width: 32.5%;
  border-radius: 12px;
  border: 1px solid #e5e5ea;
  background: #fff;
  padding: 24px;
  min-height: 143px;
  gap: 48px;
}

.specs-cards-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
}

.specs-cards-item-link {
  color: #00449e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  gap: 8px;
}

.specs-cards-item-link img {
  width: 20px;
  height: 20px;
  transition: all 0.3s linear;
}

.specs-cards-item-link:hover img {
  margin-left: 2px;
}

/***** INSTALL PAGE STYLING *****/
/*****************************/
.install-main-parent {
  gap: 48px;
}

.specs-accordion-item {
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.specs-accordion-header {
  transition: all 0.3s ease;
}

.specs-accordion-content {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.4s ease-in-out; */
  opacity: 0;
  visibility: hidden;
  /* transform: translateY(-10px);
  transition: all 0.4s ease-in-out; */
  gap: 12px;
}

.specs-accordion-item.install-active .specs-accordion-content {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.specs-accordion-toggle {
  background: transparent;
  border: none;
  outline: none;
}

.specs-accordion-toggle img {
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
  transition: all 0.3s linear;
}

.install-active .specs-accordion-toggle img {
  transform: rotate(0deg);
}

.jc-space-between.specs-accordion-item.install-active {
  gap: 16px;
}

.specs-accordian-content-item img {
  width: 20px;
  height: 20px;
}

.specs-accordian-content-item {
  height: 78px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid #e5e5ea;
  background: #fff;
}

/***** FREE SAMPLE PAGE STYLING *****/
/***********************************/
.free-sample-sec-header {
  gap: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.free-sample-sec-box {
  gap: 8px;
}

.free-sample-sec-header h2 {
  font-size: 32px;
  line-height: 124%;
}

.free-sample-sec-header h4 {
  font-weight: 600;
  line-height: 124%;
}

.free-sample-sec-header p {
  color: rgba(47, 47, 47, 0.6);
  line-height: 148%;
}

/* Samples Selection */
.free-samples-selection-sec {
  padding: 40px 0 120px;
  background-color: var(--white);
}

.step-title {
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.step-title span:first-child {
  color: #fff;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 124%;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #00449e;
}

.selection-step.hide,
.hide {
  display: none !important;
}

.selection-step {
  padding-bottom: 48px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.category-grid,
.product-grid,
.selection-common-item-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8%;
  row-gap: 24px;
  margin-top: 24px;
}

/* Card Base Style for all selection types */
.card-category-selection,
.card-product-selection,
.card-common-selection {
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  max-width: 16%;
}

/* .card-category-selection:hover,
.card-product-selection:hover,
.card-common-selection:hover {
  transform: translateY(-5px);
} */

.card-category-selection.selected .card-img-wrapper,
.card-product-selection.selected .card-img-wrapper,
.card-common-selection.selected .card-img-wrapper {
  border-color: #00449e;
}

/* Image Wrapper Targeting */
.card-category-selection .card-img-wrapper,
.card-product-selection .card-img-wrapper,
.card-common-selection .card-img-wrapper {
  position: relative;
  overflow: hidden;
  border: 5px solid rgba(47, 47, 47, 0.08);
  padding: 3px;
  height: 202px;
}

.card-category-selection .card-img-wrapper img,
.card-product-selection .card-img-wrapper img,
.card-common-selection .card-img-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.card-category-selection:hover .card-img-wrapper img,
.card-product-selection:hover .card-img-wrapper img,
.card-common-selection:hover .card-img-wrapper img {
  transform: scale(1.05);
}

/* Content Targeting */
.card-category-selection .card-content,
.card-product-selection .card-content,
.card-common-selection .card-content {
  padding: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.card-category-selection .card-title,
.card-product-selection .card-title,
.card-common-selection .card-title {
  color: #2f2f2f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
}

.card-category-selection.selected .card-title {
  font-weight: 700;
  color: #00449e;
}

.card-product-selection.selected .card-title,
.card-common-selection.item-card.selected .card-title {
  color: #00449e;
  font-weight: 500;
}

/* Badge/Icon Targeting */
.card-category-selection .selected-icon,
.card-product-selection .selected-icon,
.card-common-selection .selected-icon {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(47, 47, 47, 0.32) 0%,
    rgba(47, 47, 47, 0.48) 100%
  );
  backdrop-filter: blur(20px);
}

.selected-icon img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}

.card-category-selection.selected .selected-icon,
.card-product-selection.selected .selected-icon,
.card-common-selection.selected .selected-icon {
  opacity: 1;
}

.card-category-selection .coming-soon-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffdd60;
  padding: 4px 8px;
  z-index: 2;
  color: #2f2f2f;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.5px;
}

.card-common-selection .out-of-stock-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f75555;
  padding: 8px 16px;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

/* Color Picker Logic in Card */
.card-product-selection .color-picker-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  border-radius: 40px;
  background: #e5e8eb;
}

.card-product-selection .color-dots {
  display: flex;
  gap: 4px;
}

.card-product-selection .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-product-selection.selected .color-picker-trigger {
  background: #2f2f2f;
}

.card-product-selection .color-label {
  color: #00449e;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.card-product-selection.selected .color-label {
  color: #fff;
}

.color-dots img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Button Styling in common selection */
.card-common-selection .btn-add-cart {
  margin-top: 0;
  width: 100%;
  padding: 8px 12px;
  border: none;
  border-radius: 40px;
  background: #e5e8eb;
  cursor: pointer;
  transition: all 0.3s linear;
  color: #00449e;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.card-common-selection .btn-add-cart:hover {
  background: #2f2f2f;
  color: #fff;
}

.card-common-selection .btn-add-cart.added {
  background: #2f2f2f;
  color: white;
}

.card-common-selection .btn-add-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Disabled State */
.disabled-selection {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

/* Color Selection Specifics (Step 3) */
.card-common-selection .color-swatch-large {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px;
}

/* Footer Styling */
.selection-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 24px 0;
  z-index: 100;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.selection-progress-count {
  grid-row: span 2;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-blue);
}

.selection-progress-label {
  color: #00449e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.selection-progress-bar-container {
  height: 6px;
  background: rgba(0, 68, 158, 0.08);
  overflow: hidden;
}

.selection-progress-bar {
  height: 100%;
  background: #00449e;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.selection-progress-info {
  gap: 8px;
  width: 100%;
  max-width: 75%;
}

.selection-progress-count span,
.selection-progress-count {
  color: #2f2f2f;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 132%;
}

.selection-footer .container {
    row-gap: 20px;
}