/** Shopify CDN: Minification failed

Line 1305:2 "box-sixing" is not a known CSS property
Line 2076:0 Unexpected "{"
Line 2076:1 Expected identifier but found "%"
Line 2076:27 Expected identifier but found "%"
Line 2140:0 Unexpected "{"
Line 2140:1 Expected identifier but found "%"
Line 2140:25 Expected identifier but found "%"

**/
/* overall */
@font-face {
    font-family: 'roobert-trial';
    src: url('https://cdn.shopify.com/s/files/1/0626/6018/2091/files/RoobertTRIAL-Regular-BF67243fd53fdf2.otf?v=1753958861');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roobert-semi-bold-trial';
    src: url('https://cdn.shopify.com/s/files/1/0626/6018/2091/files/RoobertTRIAL-SemiBold-BF67243fd54213d.otf?v=1753959911');
    font-weight: normal;
    font-style: normal;
}
*, body, p, span, a, h1, h2, h3, h4, h5, h6{
  font-family: 'roobert-trial' !important;
}

/* header starts  */
.header-wrapper--border-bottom{
  border-bottom: none;
}
#MegaMenu-Content-1{
    display: flex;
}
#MegaMenu-Content-1 h1{
  margin: 0 auto;
  font-size: 44px;
}

.mega-menu__list--condensed .mega-menu__link{
  font-size: 16px;
}

.header .mega-menu__content{
  padding-bottom: 5rem;
  padding-top: 5rem;
}

/* header ends  */


/* banner section css start */
.hero-section {
    background-color: #122D1A; 
    color: #B6E0F0;
    position: relative;
  }
  
  .hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    height: 84vh;
  }
  
  .hero-text {
    flex: 1;
    min-width: 300px;
  }
  
  .hero-text h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  
  .hero-text p {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 500px;
    line-height: 4rem;
  }
  
  .cta-button {
    display: inline-block;
    background-color: #E8412C;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    font-family: 'roobert-semi-bold-trial' !important;
    font-size: 16px;
  }
  
  .hero-image-wrapper {
    /* flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 300px;
    margin-top: 20px; */
  }
  .hero-image{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .hero-image img {
    width: 100%;
    height: 100%;
    display: block;
  }
/* banner section css end */

/* home video css starts */
.content-wrapper{
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.left-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.bottom-content-text {
    margin: 70px 0;
    color: #fff;
}
.bottom-content-text h1{
  color: #fff;
  font-size: 80px;
}
.top-text{
  margin-top: 60px;
  color: #b6e0f0;
}
/* .video-slider .slick-list.draggable{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
} */

/* new css for video */
.video-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-slide {
  position: relative;
  height: 100vh;
}

.video-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.overlay-content {
  z-index: 2;
}

.overlay-content span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.overlay-content h1 {
  font-size: 96px;
  font-weight: 400;
  margin-bottom: 15px;
}

.overlay-content p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
  width: 50%;
}

.btn-red {
  display: inline-block;
  background: #E8412C;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
}

.video-slider .slick-prev,
.video-slider .slick-next {
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  position: absolute;
  bottom: 20px;
  width: 36px;
  height: 36px;
  z-index: 3;
}
.right-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 70px 0;
}
.video-slider .slick-arrow{
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.video-slider .slick-prev {
  right: 60px;
}
.next-arrow.slick-arrow svg{
    transform: rotate(-90deg);
    width: 14px;
}
.prev-arrow.slick-arrow svg{
    transform: rotate(90deg);
    width: 16px;
}
.video-slider .slick-next {
  right: 10px;
}
.video-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 2;
}

/* home video css ends */

/* home collection starts */

.home-collection-wrapper{
  margin-top: 100px;
}

.remontoirs-section {
  text-align: left;
}

.remontoirs-section h2 {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left;
}
.remontoirs-section .slider-arrows{
  margin: 50px 0;
  justify-content: end;
  margin-bottom: 30px;
}

.remontoirs-slider {
  margin: 0 -10px;
}

.remontoir-card {
  background-color: #f2f1ec;
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
}

.remontoir-card img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}

.remontoir-card .badge {
  background: #fff;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 8px;
  color: #222;
}

.remontoir-card h3 {
  margin: 6px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.remontoir-card p {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
}

.remontoir-card strong {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

/* Optional: Icon in top-right corner */
.remontoir-card::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Color_icon.svg/2048px-Color_icon.svg.png') no-repeat center;
  background-size: contain;
}

.remontoirs-section .slick-slide {
  padding: 0 5px; 
  box-sizing: border-box;
}

/* Slick Arrows Styling */
/* .remontoirs-section .slick-prev, .remontoirs-section .slick-next {
  background: white;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  top: -50px;
  position: absolute;
  z-index: 2;
}

.remontoirs-section .slick-prev {
  right: 50px;
}

.remontoirs-section .slick-next {
  right: 10px;
} */

.remontoirs-section .slider-arrows button{
  width: 40px;
  height: 40px;
  background: #00000000;
  border: 1px solid #000000;
  color: #000000;
}

/* home collection ends */

/* home expertise starts */
.k-expertise-section {
  margin: 100px 0;
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
}

.k-expertise-section .container {
  display: flex;
  gap: 80px;
  max-width: 1080px;
  margin: auto;
  align-items: flex-start;
  flex-wrap: wrap;
  /* min-height: 600px; */
}
.k-expertise-section .left-column-img{
  max-width: 310px;
}
.k-expertise-section .left-column{
  max-width: 300px;
  width: 30%;
  height: min-content;
}

.k-expertise-section .left-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k-expertise-section .right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
  height: 100%;
  width: 70%;
  margin-top: 120px;
}

.k-expertise-section .right-column h2 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.3;
  margin-top: 0;
}

.k-expertise-section .features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.k-expertise-section .feature {
  flex: 1;
  min-width: 200px;
  max-width: 33%;
}

.k-expertise-section .feature h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.k-expertise-section .feature p {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}
/* home expertise ends */

/* home-collage starts */
@media screen and (min-width: 750px) {
  .collage.k-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .k-product-grid .collage__item--left:nth-child(3n-2){
        grid-column: inherit;
  }
  .k-product-grid .collage__item--left:nth-child(3n-1):last-child{

  }
  .k-product-grid .collage__item--left:nth-child(3n-1), .k-product-grid .collage__item--left:nth-child(3n) {
        grid-column-start: 2;
    }
}
.collage.k-product-grid .card__heading a:after, .collage.k-product-grid .card--card:after, .collage.k-product-grid .card--standard .card__inner:after{
  content: unset;
}
.collage.k-product-grid .cta-button{
  font-size: 14px;
  font-weight: 400;
  font-family: roobert-trial;
  padding: 8px 34px;
} 
.collage.k-product-grid .full-unstyled-link{
  font-size: 44px;
}
.collage.k-product-grid .card__information p
{
  color: #4C4C48;
  font-weight: 400;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.collage.k-product-grid .card__information p.sub-title{
  margin-bottom: -5px;
}
/* home-collage ends  */

/* how it works starts  */
.remontoire-section {
  width: 100%;
  padding: 0;
}

.remontoire-section .remontoire-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
}

.remontoire-section .remontoire-text {
  /* background-color: #0e2b1c; */
    color: #fff;
    padding: 60px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.remontoire-section .remontoire-text h2 {
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 0;
    /* color: #b6e0f0; */
    width: 80%;
    text-align: left;
}

.remontoire-section .remontoire-features {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.remontoire-section .remontoire-features div span {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.remontoire-section .remontoire-features div p {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}

.remontoire-section .remontoire-cta {
  background-color: #E8412C;
  color: white;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  align-self: end;
  text-decoration: none;
}

.remontoire-section .remontoire-image img,
.remontoire-section .remontoire-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.remontoire-section .remontoire-image{
  height: 600px;
}

/* Responsive */
@media (max-width: 768px) {
  .remontoire-section .remontoire-grid {
    grid-template-columns: 1fr;
  }

  .remontoire-section .remontoire-text,
  .remontoire-section .remontoire-image img {
    width: 100%;
    height: auto;
  }

  .remontoire-section .remontoire-features {
    flex-direction: column;
  }
}
/* how it works ends  */


/* home content section starts */
.content-block-section {
  margin: 80px 0;
}

.content-block-section .content-block-container {

}

.content-block-section .content-block-text {
  background: #b4e2f3;  
  display: flex;
  flex-direction: column;
  padding: 0 60px;
}

.content-block-section .content-block-title {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: right;
}

.content-block-section .content-block-items {
  display: flex;
  gap: 120px;
  margin-bottom: 40px;
  align-items: baseline;
  position: relative;
}


.content-block-section .content-block-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.content-block-section .content-block-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.content-block-section .content-block-button {
  background-color: #E8412C;
  color: white;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
  height: max-content;
  /* width: -webkit-fill-available; */
  width: 100%;
  max-width: 130px;

  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  text-decoration: none;
}
.content-block-item{
  /* max-width: 450px; */
  max-width: 420px;
}
.content-block-item-image{
  max-width: 400px;
}
.content-block-section .content-block-button:hover {
  background-color: #E8412C;
}

.image-with-text__heading.inline-richtext{
  text-align: right;
  align-self: flex-end;
}
/* home content section ends */

/* home winder section starts  */
.custom-winder-section {
  padding: 60px 0;
  /* display: flex;
  justify-content: center; */
}

.custom-winder-section .wrapper {
  width: 100%;
  display: flex;
  /* align-items: center; */
  gap: 40px;
  justify-content: space-between;
  margin-top: 60px;
}
.custom-winder-section h2{
    font-size: 114px;
    margin: 0;
    text-align: left;
    margin-top: -50px;
}
.custom-winder-section .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.custom-winder-section .left h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}

.custom-winder-section .highlight {
    color: #e8412c;
    font-size: 114px;
    margin: 0;
    text-align: right;
}

.custom-winder-section .left p {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.5;
}

.custom-winder-section .btn {
  margin-top: 20px;
  background-color: #E8412C;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
}

.custom-winder-section .btn:hover {
  background-color: #E8412C;
}

.custom-winder-section .center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.custom-winder-section .image-wrapper {
  background-color: #eae7e1;
  padding: 30px;
}

.custom-winder-section .image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.custom-winder-section .right {
  flex: .6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
}

.custom-winder-section .price {
  font-weight: bold;
  font-size: 16px;
  /* margin-bottom: 10px; */
}

.custom-winder-section .specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-winder-section .specs li {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0;
}



.custom-winder-section .slick-prev, .slick-next {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #e8412c;
}

.custom-winder-section .slick-prev {
  left: -40px;
}

.custom-winder-section .slick-next {
  right: -40px;
}

.custom-winder-section .slider {
  flex: 1;
}
.slide-wrapper{
  display: flex;
  gap: 5rem;
}
.home-winder{
  width: 50%;
}
/* home winder section ends  */

/* home collaboration starts  */
.collaborations-section {
  background-color: #0e2a18;
  color: white;
  margin: 100px 0;
  overflow: hidden;
}
.custom-slider-wrapper.page-width{
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 100px;
  }

.collaborations-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.collaborations-section .collab-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.collaborations-section .collab-header h2 {
  font-size: 42px;
  margin: 0;
  color: #B6E0F0;
}

.collaborations-section .collab-text {
  max-width: 500px;
}

.collaborations-section .collab-text p {
  color: #B6E0F0;
}

.collaborations-section .collab-btn {
  display: inline-block;
  background-color: #E8412C;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 400;
}

.collaborations-section .slider-arrows{
  margin: 50px 0;
}

.collaborations-section button.slick-arrow{
  width: 40px;
  height: 40px;
  background: #0000;
  border: 1px solid #B6E0F0;
  color: #B6E0F0;
}

.collaborations-section .collab-slider {
  margin: 0 ;
}

.collaborations-section .collab-slide {
  padding-right: 20px;
}

.collaborations-section .collab-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Slick arrow customization */
.collaborations-section .slick-prev,
.collaborations-section .slick-next {
  top: -50px;
  z-index: 10;
}

.collaborations-section .slick-prev {
  left: 0;
}

.collaborations-section .slick-next {
  right: 0;
}
@media screen and (min-width: 1440px) {
  .custom-slider-wrapper.page-width{
      max-width: 1670px;
  }
}
/* home collaboration ends  */

/* home travel section starts  */
.travel-case-section {
  background-color: #fff;
  padding: 80px 0;
}

.travel-case-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.travel-case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #c1e9f3; /* Light blue for left column */
  border-radius: 4px;
  overflow: hidden;
}

.travel-case-text {
  padding: 60px 40px;
  background-color: #c1e9f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.travel-case-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.travel-case-text p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #000;
}

.travel-case-btn {
  display: inline-block;
  background-color: #E8412C;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 2px;
}

.travel-case-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* home travel section ends */

/* home watch section starts  */
.watch-types-section {
  padding: 60px 20px;
  background-color: #0b2a1b; /* Dark green background */
  color: #fff;
}

.watch-types-section .container {
  position: relative;
}

.watch-types-section .slider-heading {
  text-align: right;
  margin-bottom: 40px;
  font-size: 28px;
}

.watch-types-section .watch-types-slider {
  display: flex;
  gap: 30px;
}

.watch-types-section .watch-card {
  background: #0b2a1b;
  border: 1px solid #1f4c39;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
}

.watch-types-section .watch-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.watch-types-section .watch-card h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.watch-types-section .watch-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 15px;
}

.watch-types-section .watch-card button {
  background: #E8412C;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.watch-types-section .slider-arrows {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.watch-types-section .slider-arrows button {
  background: transparent;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
/* home watch section ends  */


/* home watch 2 starts  */

.watch-types-section2 {
  padding: 10px 0;
  background-color: #0b2a1b;
  color: #fff;
}

.watch-types-section2 .container {
  position: relative;
  margin-bottom: 100px;
}

.watch-types-section2 .slider-heading {
  text-align: right;
  margin-bottom: 40px;
  font-size: 28px;
}

.watch-types-section2 .watch-card {
  background: #0b2a1b;
  /* padding: 20px; */
  text-align: left;
  /* margin: 0 10px; */
}

.watch-types-section2 .watch-card-inner {
    margin: 50px 50px 50px 0px;
}

.watch-types-section2 .watch-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.watch-types-section2 .watch-card h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.watch-types-section2 .slider-heading h2{
  font-size: 44px;
  color: #B6E0F0;
  margin: 100px 0;
}

.watch-types-section2 .watch-card p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 15px;
}

.watch-types-section2 .watch-card button, .watch-types-section2 .watch-card a {
  background: #E8412C;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
}

/* .watch-types-section2 .slider-arrows {
  position: absolute;
  top: -50px;
  left: 0;
  display: flex;
  gap: 10px;
} */

.watch-types-section2 .slider-arrows button {
  /* background: transparent;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer; */

  width: 40px;
  height: 40px;
  background: #0000;
  border: 1px solid #B6E0F0;
  color: #b6e0f0;
}
/* home watch 2 ends  */

/* home single video starts */
.video-hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 60px;
  color: white;
}

.video-hero-section .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.video-hero-section .video-content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  padding: 40px;
  background: #00000029;
  margin-left: 0;
}

.video-hero-section .video-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
}

.video-hero-section .video-content p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.video-hero-section .cta-btn {
  display: inline-block;
  padding: 8px 34px;
  background-color: #e8412c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0;
}
/* home single video ends  */

/* home accorian starts  */
.collapsible-section-layout{
  padding-top: 1rem !important;
}
.collapsible-content{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.collapsible-content__wrapper .collapsible-content-wrapper-narrow{
  padding-right: 40px;
  padding-left: 40px;
}
.collapsible-content__wrapper.right-side-content{
    width: 40%;
    background: #B6E0F0;
    color: #000;
}
.collapsible-content__wrapper.right-side-content .collapsible-content__heading{
    color: #000;
    line-height: 4rem;
}
.collapsible-content__wrapper.left-side-content{
    width: 59.3%; 
}
.collapsible-content__wrapper.left-side-content p, .accordion__content li, .accordion__content span {
  font-size: 14px;
}
.collapsible-content__wrapper.right-side-content .content-block-button{
    background-color: #E8412C;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s;
    text-decoration: none;

    padding: 6px 24px;
}
.collapsible-content__wrapper.right-side-content .collapsible-content__header.scroll-trigger{
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  gap: 10rem;
}
.collapsible-content__heading{
  text-align: left;
}
/* home accorian ends */


/* home slider starts  */
/* .trust-icons-section {
  padding: 20px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.trust-icons-section .trust-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.trust-icons-section .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.trust-icons-section .trust-item img {
  object-fit: contain;
}
.trust-icons-section .slick-list.draggable{
  height: unset;
}
.slick-slide .trust-item{
  display: inline-flex !important;
  justify-content: center;
}
.trust-icons-section .dot {
  font-size: 24px;
  color: #333;
  line-height: 0;
  text-align: center;
} */

.auto_slider_container{
  max-width: 1600px;
  width: 100%;
  display: flex;
  margin: auto;
  overflow: hidden;
}
.auto_slider{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotation 30s linear infinite;
}
.auto_slider li{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  width: 100%;
  margin: 0px 10px;
  box-sixing: border-box;
}
.auto_slider li img {
  width: 14px;
}
@keyframes rotation {
 0% {
  transform:translateX(0)
 }
 100% {
  transform:translateX(-100%)
 }
}

/* home slider ends */

/* image with text start */
.image-with-text .grid__item{
  background: #B6E0F0;
}

.image-with-text__content.image-with-text__content--top.image-with-text__content--desktop-left.image-with-text__content--mobile-left.image-with-text__content--adapt.content-container{
  justify-content: space-between;
}
.my-content-wrapper{
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.image-with-text  .grid--gapless.grid{
  column-gap: 5px;
}
.philosophy-handle .image-with-text  .grid--gapless.grid{
  column-gap: 0;
}
.my-content-wrapper .button {
  padding: 0 1rem;
  background: #E8412C;
  opacity: 1;
  border-color: #E8412C;
  box-shadow: none;
}

.my-content-wrapper .button:after, .my-content-wrapper .button:hover:after{
  box-shadow: none;
}

/* image with text ends */




/* footer css starts  */
.footer-block__heading.inline-richtext{
    font-size: 13px;
    font-family: 'roobert-trial';
}
.footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content.for-text{
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in .footer-block__details-content.for-text p{
  /* text-align : right ; */
}
.list-unstyled.list-social.footer__list-social{
  flex-direction: column;
  justify-content: flex-end;
  align-content: end;
  margin-top: 30px;
}
.footer__content-bottom {
  display : none;
}
.footer-block .footer-block__brand-info{
  text-align: right;
}
.footerCTA{
  background: #fff;
  color: #000;
  padding: 8px 16px;
  font-size: 14px;
  font-family: 'roobert-semi-bold-trial' !important;
  text-decoration: none;
  margin-right: 12px;
  display: inline-flex;
  gap: 5px;
}
.footer .footer__content-top .grid{
  row-gap: 10rem;   
}
/* footer css ends */

/* collection description start  */

.masterbox-section .breadcrumbs {
  font-size: 16px;
  color: #555;
  margin-top: 35px;
}

.masterbox-section .breadcrumbs a{
  color: #2C2C2D;
}

.masterbox-section .breadcrumbs .homeUrl {
  text-decoration: none;
}

.master-box-wrapper{
  color: #4C4C48;
}

.masterbox-section .breadcrumbs a:hover {
  text-decoration: underline;
}

.masterbox-section .masterbox-title {
  font-size: 96px;
  font-weight: 500;
  width: 70%;
  margin: 0;
}
.master-box-wrapper{
  width: 30%;
}

.masterbox-section .masterbox-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
}

.masterbox-section .masterbox-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.masterbox-section .masterbox-features {
  list-style: none;
  padding-left: 0;
}

.masterbox-section .masterbox-features li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}

.masterbox-section .masterbox-features li::before {
  content: '▪';
  position: absolute;
  left: 0;
  color: #555;
}
/* collection description ends  */

/* extra global css  */
.slider-arrows{
  display: flex;
  gap: 15px;
}
.full-unstyled-link{
  font-size: 26px;
}
.article-tag{
  text-decoration: none;
  background: #B6E0F0;
  padding: 12px 24px;
  margin-right: 5px;
  color: black;
  font-size: 14px;
}
.article-card-wrapper:hover .article-tag{
  text-decoration: none;
}
.card__media, .card .media{
  mix-blend-mode: multiply;
}
.collection .card-wrapper, .product-class .card-wrapper{
  background: #e4e4dd;
}
.collection .card--standard>.card__content .card__information,
.product-class .card--standard>.card__content .card__information{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
.collection .full-unstyled-link,
.product-class .full-unstyled-link{
  font-size: 18px;
  font-weight: 650;
}
.collection .underline-links-hover:hover a,
.product-class .underline-links-hover:hover a{
  text-decoration: none;
}
.collection .customBadge,
.product-class .customBadge{
  background: #fff;
  z-index: 9999;
  position: absolute;
  padding: 15px 24px;
  font-size: 13px;
  mix-blend-mode: normal;
  isolation: isolate; 
  margin: 20px;
  border: none;
  color: #000;
}
.facets__form .facets__summary-label, .facets__form .facets__heading, .facets__summary span, .facet-filters__label label,
.facet-filters__sort.select__select.caption-large, .product-count__text{
  font-size: 16px !important;
}
.active-facets__button--light .active-facets__button-inner, span.active-facets__button-inner{
  border-radius: 0;
  background: #B6E0F0;
  font-weight: 650;
  font-size: 16px;
  padding: 8px 10px;
  box-shadow: none !important;
}
.active-facets__button-wrapper *{
  font-size: 16px !important;
}
.active-facets__button--light:hover .active-facets__button-inner{
  box-shadow: none !important;
}
@media screen and (min-width: 990px) {
 .collection .custom-banner, .product-class .custom-banner{
    flex: 0 0 100%;
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 2);
    max-width: calc(66.67% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
 }
 .collection .custom-banner img,
  .product-class .custom-banner img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: auto !important;
    border: none;
 }
 .collection .custom-banner img{
    object-fit: contain;
    /* mix-blend-mode: multiply; */
 }

 .collection .site-banner2.custom-banner img{
    object-fit: cover;
  }

}
.collection .collectionBannerWrapper{
    display: flex;
    width: 100%;
    height: 100%;
 }
 .collection .productImageWrapper{
  width: 50%;
 }
 .collection .custom-content-product-card{
  width: 30%;
 }
  .collection .custom-content-product-card .cta-button{
    width: 45%;
  }

  .collection .site-banner2 .productImageWrapper{
    order: 2;
    width: 60%;
  }
  
  .site-banner2 .custom-content-product-card2{
    position: relative;
    width: 40%;
  }

.collection #load-more{
    display: block;
    margin: 40px auto;
    padding: 12px 40px;
    font-size: 16px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid;
}
.collection .site-banner1, .product-class .site-banner1{
  position: relative;
}
.collection .custom-content-product-card,
.product-class .custom-content-product-card{
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 0;
    /* width: 90%; */
    /* width: 40%; */
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    height: 100%;
    right: 0;
    left: 60%;
}
.custom-content-product-card2 {
    position: absolute;
    color: #000;
    z-index: 999;
    top: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    height: 100%;
    left: 5%;
}
.custom-content-product-card2 h3{
  font-size: 44px;
  margin: 0;
  line-height: 5rem;
}
.custom-content-product-card2 p{
  font-size: 14px;
  width: 80%;
  margin: 30px 0 40px;
}
.custom-content-product-card2 .cta-button{
  font-family: 'roobert-trial';
  padding: 12px 16px;
}
.collection .custom-content-product-card h3{
 color: #fff;
 width: 80%;
 font-size: 26px;
}
.collection .custom-content-product-card p{
  width: 60%;
}
@media screen and (min-width: 750px) {
  .collection .card__information, .product-class .card__information {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .underline-links-hover:hover a{
    text-decoration: none;
  }
}


/* product css starts  */
.product-class .specifications {
  /* max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px; */
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.product-class .spec-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-class .spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
}

.product-class .spec-item h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.product-class .spec-item p {
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) {
  .product-class .spec-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
}


.product-class .price-item price-item--regular{
   font-size: 44px;
}

/* variant picker css  */
.product-select-section {
  max-width: 250px;
  margin-bottom: 1rem !important;
}
#custom-size-guide, #custom-yt-link{
    /* display: block; */
    color: #000;
    display: flex;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 5rem;
    margin-top: 0;
}
.product-form__input{
  margin-bottom: 3rem !important;
}

 .product-select-section, .custom-size-guide{
  margin-bottom: 5rem !important;
}

:is(.product-form__input--pill,.product-form__input--swatch) .form__label{
  font-size: 18px;
  color: #000;
}

.product-select-section label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
}

.product-select-section select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* Optional: add a custom dropdown arrow */
.product-select-section {
  position: relative;
}

.product-form__input--pill input[type=radio]:checked+label{
  margin: 0;
}
.product-class .product-form__input--pill input[type=radio]+label{
  border-radius: 0;
  margin-right: 0;
}
.product-class .product-form__input--pill label[for="template--16745833070667__main-1-1"]{
  left: -5px;
}

.product-form__buttons{
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

.product-form__submit, .shopify-payment-button{
  width: 50%;
}

.product-form__submit{
    background: #E8412C;
    color: #fff;
}

#add_window {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000; 
  background-color: #fff; 
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

/* Keep white background when checked */
#add_window:checked {
  background-color: #fff;
}

/* Black square inside when checked */
#add_window:checked:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #000; 
}


/* image slider product  */
.product-image-slider-section .product-main-slider img {
  width: 100%;
  display: block;
}

/* Dots styling like your screenshot */
.product-image-slider-section .slick-dots {
  bottom: -20px; /* move closer to image */
}

.product-image-slider-section .slick-dots li {
  margin: 0 4px;
}

.product-image-slider-section .slick-dots li button {
    width: 16px;
    height: 16px;
  padding: 0;
  border: 1px solid #000; /* black hollow circle */
  border-radius: 50%;
  background: transparent;
}

.product-image-slider-section .slick-dots li.slick-active button {
  background: #000; /* filled circle when active */
}

.product-main-slider .slick-dots{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
} 

.product-image-slider-section .slick-dots li button:before {
  content: ''; /* remove slick default */
}
.product-image-slider-section .slick-dots li button {
  font-size: 0;
}

/* product css ends */

/* popup css  */

.size-guide-overlay {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.size-guide-content {
  background: #fff;
  padding: 80px;
  max-width: 580px;
  margin: 10% auto;
  border-radius: 0;
  position: relative;
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.size-guide-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.close-text{
  font-size: 18px;
}

.drawer__inner, .drawer__inner quantity-popover .quantity{
  background: #e4e4dd;
}

.desktop-hide{
  display: none !important;
}
.mobile-hide {
  display: block;
}

/* assitence page  */


.assistance-section {
  background-color: #122D1A; /* dark green */
  color: #B6E0F0; /* light blue text */
  padding: 60px 0px;
}

.assistance-container {
  max-width: 1440px;
  margin: 0 auto;
}

.assistance-title {
  font-size: 54px;
  margin-bottom: 40px;
  color: #B6E0F0;
}

.assistance-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.assistance-links li {
  margin-bottom: 16px;
}

.assistance-links a {
  font-size: 18px;
  font-weight: 500;
  color: #B6E0F0;
  text-decoration: none;
}

.assistance-links a:hover {
  text-decoration: underline;
}


/* FAQ Styling */
.product-class.faq-section {

}
.product-class.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
  width: 100%;
}
.product-class.read-more-btn {
  background: none;
  border: none;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.product-class.more-text {
  display: none;
}
.product-class.more-text.show {
  display: block;
}
.faq-section .heading h2{
  text-align: right;
}
.faq-section .video-thumb{
  max-width: 680px;
  position: relative;
}
.faq-section .image-wrp img{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.product-class.play-icon{
  position: absolute;
  left: 50%;
  right: 0;
  top: 40%;
  bottom: 0;
}

.product-class.faq-item h3, .product-class.faq-item p{
  margin-top: 0;
}

.product-class.faq-item h3{
  font-size: 28px;
  font-weight: 600;
}

.product-class.faq-item p, .product-class.faq-item span{
  font-size: 16px;
}

.product-class.more-text {
  display: none;
}
.product-class.more-text.show {
  display: block;
}

.product-class.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.product-class.image-wrp {
  width: 20%;
}

.product-class.faq-content, .product-class.faq-item h3 {
    width: 40%;
}


/* Video Popup */
.product-class.video-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.product-class.video-container {
  position: relative;
  width: 80%;
  max-width: 800px;
}
.product-class.video-container iframe {
  width: 100%;
  height: 450px;
}
.product-class.video-close {
  position: absolute;
  top: -30px;
  right: -10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

{% comment %} user guide  {% endcomment %}

.user-guide-section {
  padding: 40px 0;
}

.user-guide-title {
  text-align: right;
  font-size: 32px;
  margin-bottom: 20px;
}

.user-guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.user-guide-section .guide-box {
  padding: 40px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 350px;
}

.guide-box img.guide-image {
  max-width: 180px;
  height: auto;
  position: absolute;
  top: -60px;
}

.user-guide-section .guide-links {
  list-style: none;
  padding: 0;
  margin: 0 40px;
  font-size: 16px;
  line-height: 1.8;
}

.user-guide-section .guide-links a {
  text-decoration: none;
  color: #000;
}

.guide-title {
  position: absolute;
  bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.guide-startbox {
  background: #e2ebe6; /* light greenish */
  position: relative;
}

.guide-masterbox {
  background: #b9e2f1; /* light blue */
  position: relative;
}


{% comment %} doc file  {% endcomment %}
 .mobile-apps-section {
  padding: 40px 0;
}

.mobile-apps-section .section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: right; /* aligns with your screenshot */
}

.mobile-apps-section .app-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-apps-section .app-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-apps-section .app-info img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}

.mobile-apps-section .app-info span {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.mobile-apps-section .download-btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  color: #111;
  transition: all 0.2s ease;
}

.mobile-apps-section .download-btn:hover {
  background: #f5f5f5;
}

#CartDrawer .button, cart-items .button {
  background-color: #E8412C;
}
#CartDrawer .button.cart-remove-button, cart-items .button.cart-remove-button{
  background-color: unset;
}

#CartDrawer .button:after, cart-items .button:after{
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) #E8412C;
}


/* header custom nav */
.custom-nav-wrapper{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.custom-nav-wrapper .mega-menu__list .mega-menu__link{
  font-size: 16px;
}

.custom-nav-wrapper .mega-menu__link.mega-menu__link--level-2.link{
  font-weight: 700;
}

.newOverlayCtc:after{
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999;
}


.product-form__buttons .product-form__submit{
  height: 100%;
}

#nullsContainerZoom{
  display: none !important;
}