.proDetailBanner {
  z-index: 1;
  position: relative;
}

.proDetailBanner .productCard .productColor {
  border-radius: 0;
  height: 92%;
}

.proDetailBanner .productInfo ul li span {
  /* margin: 0; */
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}
.proDetailBanner .productImg {
  margin: 0;
}
.warrantyLabel {
  text-align: center;
  background: url(../images/icons/sheild.svg) no-repeat center;
  background-size: 100% 100%;
  width: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warrantyLabel h6 {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-family: var(--fontUbuntu);
  font-size: 30px;
}
.warrantyLabel p {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  font-size: 12px;
}
.warrantyLabel p span {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 10px;
}
.proDetailBanner .pulseAnim {
  left: 62%;
  bottom: 10%;
}
@media (width < 991.99px) {
  .proDetailBanner .productCard {
    padding-top: 100px;
  }
}
@media (width > 991.99px) {
  .proDetailBanner {
    height: 100vh;
  }
  .proDetailBanner .productCard {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    text-align: left;
  }
  .proDetailBanner .productInfo ul li {
    text-align: left;
  }
}
@media (width > 1200.99px) {
  .proDetailBanner .pulseAnim {
    width: 20%;
    left: 77%;
    bottom: 25%;
  }
  .proDetailBanner .productInfo h4 {
    font-size: 3.021vw;
    margin-bottom: 3vw;
  }
  .proDetailBanner .productInfo h4 span {
    font-size: 1.771vw;
  }
  .proDetailBanner .productInfo ul {
    --bs-gutter-x: 1.042vw;
    --bs-gutter-y: 2.604vw;
  }
  .proDetailBanner .productInfo ul li {
    font-size: 1.042vw;
  }
  .proDetailBanner .productInfo ul li span {
    width: 5.208vw;
  }
  .warrantyLabel {
    width: 10vw;
  }
  .warrantyLabel h6 {
    font-size: 3.854vw;
  }
  .warrantyLabel p span {
    font-size: 0.885vw;
  }
}

/* Product Description */

.proDesSection {
  text-align: center;
}
.proDesSection .cta {
  margin-top: 30px;
}
@media (width > 1200.99px) {
  .proDesSection .cta {
    margin-top: 1.125vw;
  }
}

/* Sizes */
.packSizeBox {
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  color: var(--secondaryColor);
  font-weight: 500;
  font-family: var(--fontUbuntu);
}
.packSizeBox::before {
  content: "";
  position: absolute;
  background: radial-gradient(
    44.54% 44.54% at 50.21% 55.46%,
    #fff 0%,
    #e0f5ff 100%
  );
  border-radius: 100%;
  z-index: -1;
}
.packSizeBox img {
  transform-origin: 50% 100%;
  opacity: 0.6;
}
.sizeRow .col-auto:nth-child(2) {
  transition-delay: 0.2s;
}
.sizeRow .col-auto:nth-child(3) {
  transition-delay: 0.4s;
}
.sizeRow .col-auto:nth-child(4) {
  transition-delay: 0.6s;
}
.sizeRow .col-auto:nth-child(1) .packSizeBox img {
  transform: scale(0.5);
}

.sizeRow .col-auto:nth-child(2) .packSizeBox img {
  transform: scale(0.8);
}
.sizeRow .col-auto:nth-child(3) .packSizeBox img {
  transform: scale(1.1);
}
.sizeRow .col-auto:nth-child(4) .packSizeBox img {
  transform: scale(1.3);
}

@media (width < 1200.99px) {
  .sizeRow {
    margin-top: 30px;
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
  .packSizeBox {
    width: 150px;
    padding-bottom: 30px;
  }
  .packSizeBox::before {
    inset: 5px;
  }
  .packSizeBox img {
    margin-bottom: 5px;
  }
}

@media (width > 1200.99px) {
  .sizeRow {
    margin-top: 2vw;
    --bs-gutter-x: 1.563vw;
  }
  .packSizeBox {
    width: 13.281vw;
    font-size: 1.25vw;
    padding-bottom: 2.5vw;
  }
  .packSizeBox::before {
    inset: 1vw;
  }
  .packSizeBox img {
    margin-bottom: 0.5vw;
  }
}

/*  */
.colorPallateSec {
  background: #fdf8f1;
}
.homeImg {
  object-fit: cover;
}
.colorRow {
  margin-bottom: 50px;
}
.colorBox {
  /* width: 50px; */
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 0;
  padding: 0;
  position: relative;
  display: block;
}

.colorBox:before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid var(--whiteColor);
  transform: scale(1.1);
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 29 22' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M9.975 21.0437L0 11.0688L2.49375 8.575L9.975 16.0562L26.0312 0L28.525 2.49375L9.975 21.0437Z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
}
.colorBox.active:before {
  transform: scale(1);
  opacity: 1;
}

.colorBox.active {
  box-shadow:
    0 0 0 3px #fff,
    0 0 10px rgba(0, 0, 0, 0.2);
}
@media (width < 991.99px) {
  .homeImg {
    align-self: 12/7;
  }
  .cpContainer {
    padding: 5% 0;
  }
}
@media (width > 991.99px) {
  .homeImg {
    height: 100%;
  }
  .cpContainer {
    padding: 10%;
  }
}
@media (width > 1200.99px) {
  .cpContainer {
    padding: 4.688vw;
  }
  .colorRow {
    margin-bottom: 3vw;
    --bs-gutter-x: 0.625vw;
    --bs-gutter-y: 0.625vw;
  }
  .colorBox {
    /* width: 4vw; */
    border-radius: 0.208vw;
  }
}

/*  */
.clrInsBox {
  border-radius: 10px;
  overflow: hidden;
}
.clrInsBox img {
  aspect-ratio: 9/5;
  object-fit: cover;
  height: auto;
}
@media (width > 991.99px) {
  .clrInsSwiper {
    overflow: visible;
  }
  .clrInsSwiper .swiper-slide {
    width: 50.521vw;
  }
}

@media (width > 1200.99px) {
  .clrInsSwiper {
    margin-top: 2vw;
  }
  .clrInsBox {
    border-radius: 0.521vw;
  }
}

/* How to Apply */
.processSwiper {
  margin-top: 30px;
  overflow: visible;
  position: relative;
}
.processSwiper .swiper-slide {
  position: relative;
  width: 250px;
}
.processSwiper .swiper-slide:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 30%;
  width: 100%;
  height: 2px;
  border: dashed 2px rgba(17, 17, 17, 0.3);
  z-index: -1;
}
.processSwiper .swiper-slide:last-child:before {
  display: none;
}

.processSwiper .swiper-slide:after {
  content: "";
  width: 35px;
  aspect-ratio: 1/1;
  background: url(../images/icons/black/rightArw.svg) var(--whiteColor)
    no-repeat center;
  background-size: 30% 30%;
  position: absolute;
  left: 70%;
  top: 33px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.processSwiper .swiper-slide:last-child:after {
  display: none;
}

.processCard span {
  display: block;
  width: 100px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.processCard span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.processTxt {
  padding: 0 0 0 10px;
  text-align: left;
}
.processTxt h4 {
  font-family: var(--fontUbuntu);
  font-weight: 500;
  color: var(--secondaryColor);
  font-size: 20px;
  margin-top: 15px;
}
.processTxt p:last-child {
  margin-bottom: 0;
}
@media (width > 991.99px) {
  .processSwiper .swiper-slide:after {
    left: 210px;
  }
  .processTxt {
    text-align: center;
    padding: 0 30px;
  }
  .processCard span {
    margin: 0 auto;
  }
}

@media (width > 1200.99px) {
  .processSwiper {
    margin-top: 3vw;
  }

  .processSwiper .swiper-slide:before {
    top: 6vw;
    left: 50%;
  }
  .processSwiper .swiper-slide:after {
    left: 19.5vw;
    top: 4.4vw;
    width: 3.281vw;
  }
  .processCard span {
    width: 12.5vw;
    margin-bottom: 3.125vw;
  }
  .processTxt {
    padding: 0 1vw;
  }
  .processTxt h4 {
    font-size: 1.771vw;
    margin-bottom: 1vw;
  }
}

/*  */
@media (width > 991.99px) {
  .relatedProSwiper {
    overflow: visible;
  }
}

@media (width > 1200.99px) {
  .relatedProSwiper {
    margin-top: 2vw;
  }
}


/* ---- WRAPPER ---- */
.csp-wrapper {
  display: flex;
  gap: 50px;
  overflow: hidden;
}
 
/* SIDEBAR */
.csp-sidebar {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
 
.csp-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #222B4833;
  flex-shrink: 0;
}
 
.csp-sidebar-head p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--secondaryColor);
  font-family: var(--fontUbuntu);
}
 
.csp-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--csp-muted);
  padding: 2px;
  line-height: 0;
  transition: color 0.15s;
}
 
.csp-search-wrap {
  display: none;
  padding: 12px 0;
  border-bottom: 1px solid #222B4833;
}

.csp-search-wrap.open { display: block; }
 
.csp-search-input {
  width: 100%;
  font-family: var(--fontUbuntu);
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fafafa;
  outline: none;
  transition: border-color 0.2s;
}

.csp-search-input:focus { border-color: #222B4833 }
 
.csp-cat-list {
  list-style: none;
  flex: 1;
  overflow-y: auto;
  padding-top: 25px;
}
 
.csp-cat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  cursor: pointer;
  transition: background 0.12s;
  user-select: none;
}

.csp-cat-item:hover  { background: #fafafa; }
 
.csp-cat-swatch {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  flex-shrink: 0;
}
.csp-rainbow {
  background: conic-gradient(red,yellow,lime,cyan,blue,magenta,red);
}
 
.csp-cat-label {
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-family: var(--fontUbuntu);
  color: var(--secondaryColor);
}
 
.csp-cat-check {
  width: 15px;
  height: 15px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.15s;
}

.csp-cat-item.active .csp-cat-check::after {
  content: '';
  position: absolute;
  left: 4px; top: 5px;
  width: 9px; height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg) translateY(-3px);
}
 
/* ============================================================
   MAIN PANEL
   ============================================================ */
.csp-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.csp-main-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondaryColor);
  padding: 12px 0;
  border-bottom: 1px solid #222B4833;
  margin-bottom: 0;
  font-family: var(--fontUbuntu);

}
 
/* ============================================================
   COLOR GROUP
   ============================================================ */
.csp-group {
  padding: 35px 0;
  animation: cspFadeIn 0.25s ease;
  border-bottom: 1px solid #222B4833;
  margin-bottom: 0;
}
.csp-group[hidden] { display: none; }
 
@keyframes cspFadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
.csp-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
 
.csp-group-title {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontUbuntu);
  color: var(--secondaryColor);

}
 
.csp-view-all {
  font-size: 12px;
  color: #222B4880;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
  font-family: var(--fontUbuntu);
}
 
/* ============================================================
   COLOR GRID
   ============================================================ */
.csp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}

.csp-card {
  cursor: pointer;
  border-radius: var(--csp-radius);
  overflow: hidden;
  transition: transform 0.18s, box-shadow 0.18s;
}
.csp-card:hover {
  transform: translateY(-2px);
}
 
.csp-swatch {
  width: 100%;
  aspect-ratio: 1 / 0.94;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.csp-swatch::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.08);
  opacity: 0;
  transition: opacity 0.18s;
  border-radius: inherit;
}
.csp-card:hover .csp-swatch::before { opacity: 1; }
 
.csp-check-ring {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.18s, transform 0.18s;
}

.csp-card:hover .csp-check-ring {
    opacity: 1;
    transform: scale(1);
}
.csp-check-tick {
  width: 26px;
  height: 14px;
  border-left: 3.5px solid #fff;
  border-bottom: 3.5px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}
 
.csp-label {
  font-size: 14px;
  color: var(--secondaryColor);
  font-family: var(--fontUbuntu);
  padding: 12px 0 12px 0;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: 20px;
  letter-spacing: -0.4px;
  font-weight: 400;
}

/* Full-width filter bar — only visible on mobile */
.csp-filter-bar {
  display: none;
}

/* Dropdown panel that shows the category list */
.csp-filter-panel {
  display: none;
  border-bottom: 1px solid var(--csp-border);
  background: var(--csp-white);
  /* panel is inside the flow, no overlay needed */
}
.csp-filter-panel.open {
  display: block;
  animation: cspFade 0.2s ease;
}
 
/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 680px) {
  .csp-wrapper {
    flex-direction: column;
    margin: 0;
    border-radius: 0;
    overflow: visible;
  }
 
  /* Hide desktop sidebar */
  .csp-sidebar { display: none; }
 
  .csp-main {
    padding: 0;
    overflow: visible;
  }
 
  /* ---- Full-width filter bar ---- */
  .csp-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #222B4833;
    cursor: pointer;
    user-select: none;
    position: sticky;
    top: 0;
    z-index: 10;
    gap: 10px;
  }
  .csp-filter-bar:active { background: #fafafa; }
 
  .csp-filter-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
 
  /* Swatch of the currently active category */
  .csp-filter-swatch {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    flex-shrink: 0;
  }
 
  .csp-filter-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .csp-filter-hint {
    font-size: 10px;
    color: var(--csp-muted);
    font-weight: 400;
    line-height: 1.2;
  }
  .csp-filter-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--csp-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
 
  /* Chevron arrow */
  .csp-filter-arrow {
    color: var(--csp-muted);
    transition: transform 0.25s;
    flex-shrink: 0;
    line-height: 0;
  }
  .csp-filter-bar.open .csp-filter-arrow {
    transform: rotate(180deg);
  }
 
  /* Dropdown panel — full-width category list */
  .csp-filter-panel {
    border-bottom: 1px solid var(--csp-border);
    max-height: 320px;
    overflow-y: auto;
  }
  .csp-filter-panel .csp-cat-list {
    padding: 6px 0;
  }
  .csp-filter-panel .csp-cat-check {
    display: none; /* cleaner on mobile */
  }

  .csp-grid {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
  }

  .csp-group {
    padding: 20px 0;
  }
}

@media (width > 1200.99px) {
  .csp-sidebar-head p {
    font-size: 1.25vw; 
  }

  .csp-cat-label {
  font-size: 1.042vw;
  }

  .csp-main-title {
  font-size: 1.25vw;
  }

  .csp-group-title {
  font-size: 1.25vw;
  }

  .csp-label {
  font-size: 1.042vw;
  padding-bottom: 0;
  line-height: 1.25vw;
  }

 .csp-view-all {
  font-size: 1vw;
 }
}

.productListing .productInfo h2 {
  text-transform: uppercase;
  font-family: var(--fontUbuntu);
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: -0.96px;
}

@media (width > 1200.99px) {

.productListing .warrantyLabel {
  width: 7vw;
  position: absolute;
  top: -15px;
}

.productListing .warrantyLabel h6{
  font-size: 2vw;
}

.productListing .warrantyLabel p span {
  font-size: 0.785vw;
}

}

@media (width < 1200.99px) {
  .productListing .warrantyLabel {
    position: absolute;
    top: -35px;
    right: 0;
  }
}


.intro-section{
  background: url('../images/inspiration-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.colorDetailBox {
  border: 1px solid rgba(34, 43, 72, 0.20);
  border-radius: 4px;
}

.colorDetailBox h4 {
  color: #222B48;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: var(--fontUbuntu);
}

.colorDetailBox p {
  margin-bottom: 0;
  font-family: var(--fontUbuntu);
}


.bg-light-pink{
  background: #FFE9ED;
  overflow: hidden;
  position: relative;
}

.colour-content {
  padding: 0 0 100px 100px;
  position: relative;
  z-index: 2;
}

.top-icon {
  width: 100px;
  margin-bottom: 20px;
}

.colour-content h3 {
  color: #B21E3B;
  font-size: 30px;
  font-family: var(--fontDM);
  margin-bottom: 15px;
}

/* Left Bottom Curve */
.curve-art {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 450px;
  z-index: 1;
}

    /* Right Image */
.right-image-wrapper {
  padding: 0 60px;
}

.right-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


@media (width > 1200.99px) {
  .colour-content h3 {
    font-size: 2.5vw;
  }
}


/* Tablet */
@media (max-width: 991px) {
  .colour-content {
    padding: 60px 30px;
  }

  .curve-art {
    width: 260px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .colour-content {
    padding: 50px 25px 140px;
    text-align: center;
  }

  .top-icon {
    margin-inline: auto;
  }

  .curve-art {
    width: 220px;
  }

  .right-image-wrapper {
    padding: 0;
  }
}

.storyImageWrap{
    position: relative;
    width: 100%;
}

/* MAIN IMAGE */
.storyMainImage {
  position: relative;
  z-index: 2;
}

.storyMainImage img{
    width: 100%;
    display: block;
    object-fit: cover;
}

/* PATTERN CARD */
.patternCard{
    position: absolute;
    left: -190px;
    bottom: 0;
    width: 250px;
    z-index: 1;
}

.patternShape svg{
    width: 100%;
    height: auto;
    display: block;
}

.colorBoxInfo{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.colorBoxInfo h6{
    font-size: 12px;
    color: #8f8f8f;
    margin-bottom: 8px;
}

.colorBoxInfo p{
    font-size: 13px;
    color: #c47e86;
    margin-bottom: 15px;
}

.colorBoxInfo span{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
}

/* TABLET */
@media(max-width:991px){

    .patternCard{
        left: 20px;
        bottom: 20px;
        width: 180px;
    }
}

/* MOBILE */
@media(max-width:767px){

    .storyImageWrap{
        padding-top: 120px;
    }

    .patternCard{
        position: relative;
        left: auto;
        bottom: auto;
        margin: 0 auto -60px;
        width: 170px;
    }
}

.blue-colour-section {
  position: relative;
  background: linear-gradient(180deg, #A1B3D2 0%, #B6C2DD 100%);
  overflow: hidden;
}

.fort-art {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bg-green-light {
  position: relative;
  background: linear-gradient(180deg, #8AD5F1 0%, rgba(211, 214, 201, 0.29) 100%);
  z-index: 1;
}