/** Shopify CDN: Minification failed

Line 574:18 The "-" operator only works if there is whitespace on both sides

**/
/* ::++ Global CSS ++:: */
* {
  margin: 0;
  padding: 0;
}
.tw-section {
  margin: 0;
  padding: 0;
}

.tw-section-inner {
  max-width: 1920px;
  margin: 0 auto;
}

.tw-section-wrap {
  padding: 80px 20px;
}

.tw-text-center {
  text-align: center;
}

.tw-section h2 {
  font-family: "Eurostar", sans-serif;
  font-size: clamp(22px, 1.75vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.tw-section .tw-text,
.tw-section ul li {
  font-size: clamp(16px, 1.375vw, 22px);
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tw-section ul li span {
  font-weight: 700;
}

.tw-section p {
  margin-bottom: 28px;
}

.tw-color-white {
  color: #fff;
}

.tw-color-blue {
  color: #005a9c;
}

.tw-flex {
  display: flex;
}

.tw-col-6 {
  width: 50%;
}

.tw-col-3 {
  width: calc(33.33% - 21px);
}

.tw-col-4 {
  width: 40%;
}

.tw-col-8 {
  width: 60%;
}

a.tw-btn-block {
  display: block;
}

.tw-btn {
  display: inline-block;
  font-family: "Eurostar";
  font-size: clamp(18px, 1.375vw, 21px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.062px;
  border-radius: 8px;
}

button#load-more {
  color: #005a9c;
  height: 100%;
  background: #fff;
  border: 2px solid #005a9c;
  margin: 40px auto;
  padding: 20px 0px;
  display: flex;
  width: 221px;
}

button#load-more:hover {
  color: #fff;
  background: #005a9c;
  border: 2px solid #005a9c;
}

.tw-btn-primary {
  color: #fff;
  /* background: linear-gradient(
    180deg,
    #001f36 3%,
    #005a9c 10.5%,
    #004a80 63.5%,
    #001f36 100%
  ); */
  background-image: url("/cdn/shop/files/3D-button.png?v=1733228687");
  background-size: 100%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  padding: 26px 46px;
}

.tw-hero-section .tw-btn-primary {
  background-size: cover;
}

.tw-btn-secondary {
  color: #005a9c;
  border: 1px solid #005a9c;
  width: 100%;
  text-align: center;
  padding: 26px 0px;
  margin-top: 14px;
}

.tw-section .owl-dots {
  display: none;
}

.dis-desk-none {
  display: none;
}

.metafield-rich_text_field h3 {
  color: #fff !important;
  font-family: "Eurostar";
}

.metafield-rich_text_field h3 strong {
  font-weight: 400 !important;
}

/* Hero section */
.tw-hero-section .tw-section-inner {
}

.tw-hero-section .tw-section-wrap {
  padding: 0 20px;
  min-height: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tw-hero-section .tw-top-portion {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tw-hero-section .tw-bottom-portion {
  display: flex;
  column-gap: 21px;
  padding-bottom: 60px;
}

.tw-hero-bg-1 {
  background-image: url("/cdn/shop/files/hero-bg-1.png?v=1733223808");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tw-hero-bg-2 {
  background-image: url("/cdn/shop/files/corner-trim-tread-ware.jpg?v=1742398816");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tw-hero-bg-3 {
  background-image: url("/cdn/shop/files/hero-bg-3.png?v=1733246836");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tw-hero-bg-4 {
  background-image: url("/cdn/shop/files/hero-bg-4.png?v=1733247130");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tw-hero-bg-5 {
  background-image: url("/cdn/shop/files/hero-bg-5.png?v=1733247129");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tw-hero-bg-6 {
  background-image: url("/cdn/shop/files/wall-trim-tread-ware.jpg?v=1742398816");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tw-section-main-heading {
  color: #fff;
  font-family: "Eurostar";
  font-size: clamp(30px, 1.375vw, 50px) !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
}

.tw-slide-btn-heading, .tw-about-heading {
  font-family: "Eurostar", sans-serif;
  font-size: clamp(22px, 1.75vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.tw-about-heading {
  text-align: center;
}

.tw-slide-btn {
  width: 16.66%;
}

.tw-slide-pill {
  display: flex;
}
.tw-pill {
  height: 3px;
  width: 45%;
  background: rgba(242, 242, 245, 0.3);
  backdrop-filter: blur(2px);
}
.tw-pill.active {
  background-color: #005a9c;
}

.tw-slide-text {
  min-height: 100px;
}

/* About Section */
.tw-about-section {
  background: url("/cdn/shop/files/diamond-plate-texture.png?v=1733229007");
  background-blend-mode: normal;
  position: relative;
}
.tw-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005a9cfc;
  pointer-events: none;
  z-index: -1;
}

.tw-about-section .tw-section-inner {
  max-width: 1140px;
}

.tw-about-section h2 {
  text-align: center;
}

/* Feature section */
.tw-feature-section .tw-section-inner {
  max-width: 100%;
  margin: 0 auto;
}
.tw-feature-section .tw-section-wrap {
  padding: 80px 0px;
}

.tw-feature-section .tw-feature-text-wrap {
  text-align: left;
}

.tw-feature-section .tw-feature-title {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
  margin-top: 21px;
  min-height: 40px;
}
.tw-feature-section .tw-feature-text-wrap p {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  margin-bottom: 14px;
  margin-top: 0px;
}
.tw-feature-img-wrap img {
  height: 240px !important;
  object-fit: cover !important;
}
.tw-feature-section .tw-carousel-feature-wrap .tw-btn-secondary {
  font-family: "Avenir", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.tw-feature-section .owl-stage-outer {
  z-index: 2;
}

.tw-feature-section .owl-nav button {
  z-index: 3;
}

/* Two col section */
.tw-one-col-section {
  background-image: url("/cdn/shop/files/diamond-plate-texture.png?v=1733229007");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tw-two-col-section .tw-section-wrap {
  padding: 0px 0px;
}
.tw-two-col-section .tw-section-wrap:nth-child(2) {
  margin-top: 40px;
  margin-bottom: 80px;
  align-items: center;
}
.tw-two-col-section .tw-text-wrap p {
  font-size: 18px;
}
.tw-two-col-section .tw-text-wrap {
  padding: 40px 40px 40px 20px;
  max-width: 768px;
}
.tw-two-col-section .tw-section-wrap:nth-child(2) .tw-text-wrap {
  padding: 20px 40px 40px 40px;
  max-width: 768px;
}
.tw-two-col-section img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
}

/* One col section */
.tw-one-col-section {
  background-image: url("/cdn/shop/files/card-boards-inside-container.png?v=1733223683");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tw-one-col-section .tw-text-wrap {
  padding: 40px 40px 40px 20px;
  max-width: 768px;
}

/* Blog section */
.tw-blog-section .tw-section-wrap {
  padding: 80px 0px;
}
.tw-blog-section .tw-col-4.tw-flex {
  justify-content: flex-end;
}
.tw-blog-section .tw-text-wrap {
  padding: 0px 40px 0px 20px;
  max-width: 550px;
}
.tw-blog-img-wrap img {
  height: 294px;
  object-fit: cover;
}
.tw-blog-section .tw-blog-title {
  color: #212121;
  font-size: 18px;
  font-style: normal;
  text-transform: none;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 21px;
  margin-top: 14px;
}
.tw-blog-section .tw-blog-text-wrap p {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  margin-bottom: 14px;
}
.tw-blog-section .tw-blog-text-wrap .tw-blog-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.tw-blog-section .owl-stage {
  padding-left: 0px !important;
}
.tw-blog-text-wrap .tw-blog-tags {
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 21px;
  border-radius: 50px;
  background: #005a9c;
  margin-top: 21px;
}

.tw-blog-section .tw-blog-text p,
.tw-one-col-section p {
  font-size: clamp(16px, 1.35vw, 20px) !important;
}

/* owl navs */
.owl-carousel-feature .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  display: flex;
  justify-content: space-between;
}

.owl-carousel-feature .owl-nav button {
  width: 50px !important;
  height: 60px !important;
  margin: 0 !important;
  border-radius: 9px !important;
  background: #005b9cbc !important;
}

.owl-carousel-feature .owl-nav button {
  font-size: 25px !important;
  line-height: 20px !important;
  color: #fff !important;
}

.owl-carousel-blog .owl-nav {
  display: flex !important;
}

.owl-carousel-blog .owl-nav button {
  width: 40px !important;
  height: 35px !important;
  border-radius: 50px !important;
  background: #005a9c !important;
}

.owl-carousel-blog .owl-nav button {
  font-size: 25px !important;
  line-height: 20px !important;
  color: #fff !important;
}

.owl-carousel-hero .owl-nav {
  display: none;
  background: #000;
  margin-top: -1px !important;
  padding-bottom: 20px;
}

.owl-carousel-hero .owl-nav button {
  width: 40px !important;
  height: 35px !important;
  border-radius: 50px !important;
  background: #005a9c !important;
}

.owl-carousel-hero .owl-nav button {
  font-size: 25px !important;
  line-height: 20px !important;
  color: #fff !important;
}

/* Collection Hero section */
.tw-collection-hero-section {
  background-color: #005a9c;
}

.tw-collection-hero-section .tw-section-wrap {
  padding: 140px 20px 60px 20px;
}

.tw-collection-hero-section .tw-section-wrap.tw-flex {
  align-items: center;
  column-gap: 49px;
  justify-content: space-between;
}

.tw-collection-hero-section .tw-col-6:first-child {
  width: 60%;
}

.tw-collection-hero-section .tw-collection-heading {
  max-width: 674px;
  font-family: "Eurostar";
  font-size: clamp(22px, 2.75vw, 40px) !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 21px;
  margin-left: 0;
}

.tw-section .tw-collection-text, .tw-collection-text .metafield-rich_text_field p {
  max-width: 800px;
  font-size: clamp(16px, 1.75vw, 25px);
  line-height: normal;
  margin-bottom: 20px;
}

.tw-collection-text .metafield-rich_text_field ul {
  margin-left: 20px;
}

.tw-collection-heading-list {
  margin-left: 15px;
}

.tw-collection-img-wrap img {
  width: 100%;
}
.tw-collection-hero-section .tw-slide-pill {
  margin-top: 30px;
  gap: 5px;
}
.tw-collection-hero-section .tw-pill {
  height: 4px;
  width: calc(16% -5px);
  background: rgba(242, 242, 245, 0.3);
  backdrop-filter: blur(2px);
}
.tw-collection-hero-section .tw-pill.active {
  background-color: #f89707;
}

/* Product section css */
.tw-product-section .tw-section-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.tw-product-section .tw-section-wrap {
  padding: 120px 20px;
}
.tw-product-section .tw-flex {
  column-gap: 21px;
  row-gap: 49px;
  flex-wrap: wrap;
}
.tw-product-section .tw-product-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

h2.tw-collection-title {
  color: #005a9c;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 7px;
  min-height: 50px;
}
.tw-collection-text-wrap p {
  color: #005a9c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.tw-collection-text-wrap .tw-btn {
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-size: clamp(18px, 1.375vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30.851px */
  letter-spacing: 0.051px;
  width: 100%;
  text-align: center;
  padding: 26px 0px;
  margin-top: 14px;
}

/* FAQ section */
.tw-faq-section {
  background-color: rgba(37, 37, 37, 0.05);
}
.tw-faq-section .tw-section-inner {
  max-width: 1560px;
  margin: 0 auto;
}
.tw-faq-section .tw-section-heading {
  font-size: clamp(30px, 1.75vw, 40px);
  padding-right: 35px;
}

/* Accordion */
.tw-accordion {
  max-width: 1020px;
  margin-left: auto;
}
.tw-accordion-item {
  margin-bottom: 14px;
}
.tw-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 21px 15px;
  width: 100%;
  text-align: left;
  border: none;
}
.tw-accordion-header:hover {
  background-color: #fff !important;
}

.tw-accordion-body {
  color: rgba(35, 31, 32, 0.75);
  font-family: "Avenir", sans-serif;
  font-size: clamp(18px, 1.75vw, 25px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px 35px;
}

.tw-arrow-icon {
  transition: transform 0.3s ease;
}

.tw-arrow-icon .tw-arrow-up {
  display: none;
}

.tw-faq-qestion {
  color: #005a9c;
  font-family: "Avenir", sans-serif;
  font-size: clamp(20px, 1.75vw, 25px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* responsive css */
@media (max-width: 1900px) {
  /* Two col section */
  .tw-two-col-section .tw-section-wrap {
    align-items: center;
  }
}
@media (max-width: 1660px) {
  .tw-hero-section .tw-section-wrap {
    min-height: 800px;
  }
  .tw-hero-section .tw-top-portion {
    padding-top: 250px;
  }
}
@media (max-width: 768px) {
  .dis-mob-none {
    display: none;
  }
  .dis-desk-none {
    display: block;
  }
  .tw-section-wrap {
    padding: 80px 40px;
  }
  /* Home page */
  .tw-hero-section .tw-section-wrap {
    min-height: 820px;
  }
  .tw-hero-section .tw-top-portion {
    padding-top: 150px;
  }
  .tw-hero-section .tw-slide-btn {
    width: 50%;
  }
  /* Feature section */
  .tw-feature-img-wrap img {
    height: 350px !important;
  }
  .owl-carousel-feature .tw-btn-secondary {
    font-family: "Avenir", sans-serif;
    font-size: 21px;
  }
  /* Two column */
  .tw-two-col-section .tw-section-wrap {
    flex-direction: column-reverse;
  }
  .tw-two-col-section .tw-section-wrap .tw-col-6 {
    width: 100%;
  }
  .tw-two-col-section .tw-section-wrap .tw-text-wrap {
    padding: 60px 40px 70px 40px;
  }
  .tw-two-col-section .tw-section-wrap .tw-text-wrap .tw-btn-primary {
    width: 100%;
    text-align: center;
  }
  .tw-two-col-section .tw-section-wrap:nth-child(2) {
    flex-direction: column;
  }
  .tw-two-col-section .tw-section-wrap:nth-child(2) .tw-col-6 {
    width: 100%;
  }
  .tw-two-col-section .tw-section-wrap:nth-child(2) .tw-text-wrap {
    padding: 60px 40px 60px 40px;
  }
  .tw-two-col-section .tw-section-wrap:nth-child(2) {
    margin-bottom: 20px;
  }
  /* One column */
  .tw-one-col-section {
    position: relative;
  }
  .tw-one-col-section .tw-section-inner {
    position: relative;
    z-index: 2;
  }
  .tw-one-col-section:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      174deg,
      rgba(0, 0, 0, 0.2) 0.33%,
      #000000ad 89.21%
    );
    z-index: 1;
  }
  .tw-one-col-section .tw-section-wrap.tw-flex {
    flex-direction: column;
  }
  .tw-one-col-section .tw-section-wrap.tw-flex .tw-col-6 {
    width: 100%;
  }
  .tw-one-col-section .tw-section-wrap {
    padding: 180px 40px 40px;
  }
  .tw-one-col-section .tw-text-wrap,
  .tw-blog-section .tw-text-wrap {
    padding: 0;
  }
  /* Blog section */
  .tw-blog-section .tw-section-wrap {
    padding: 0;
  }
  .tw-blog-section .tw-section-wrap.tw-flex {
    flex-direction: column;
  }
  .tw-blog-section .tw-section-wrap.tw-flex .tw-col-4,
  .tw-blog-section .tw-section-wrap.tw-flex .tw-col-8 {
    width: 100%;
  }
  .tw-blog-section .tw-section-wrap.tw-flex .tw-col-4 {
    max-width: 100%;
  }
  .tw-blog-section .tw-section-wrap.tw-flex .tw-col-4 {
    padding: 60px 40px 35px 40px;
  }
  .tw-blog-section .tw-section-wrap.tw-flex .tw-col-8 {
    padding-left: 40px;
    padding-bottom: 10px;
  }
  .owl-carousel-blog .owl-nav {
    display: flex !important;
    justify-content: center;
    margin-left: -40px;
  }

  /* colloection page */
  .tw-collection-hero-section .tw-section-wrap.tw-flex {
    flex-direction: column-reverse;
    row-gap: 49px;
    justify-content: space-between;
  }
  .tw-collection-hero-section .tw-section-wrap.tw-flex .tw-col-6 {
    width: 100%;
  }
  .tw-collection-hero-section .tw-section-wrap {
    padding: 140px 40px 40px 40px;
  }
  .tw-product-section .tw-section-wrap {
    padding: 60px 40px 80px;
  }
  /* collection product page */
  .tw-product-section .tw-flex {
    flex-direction: column;
    row-gap: 49px;
  }
  h2.tw-collection-title {
    min-height: unset;
  }
  .tw-product-section .tw-flex .tw-col-3 {
    width: 100%;
  }
  .tw-faq-section .tw-section-heading,
  .tw-product-section .tw-section-heading {
    text-align: center;
  }
  .tw-product-section .tw-section-heading {
    font-size: 30px;
  }
  .tw-faq-section .tw-section-wrap.tw-flex {
    flex-direction: column;
  }
  .tw-faq-section .tw-section-wrap.tw-flex .tw-col-4,
  .tw-faq-section .tw-section-wrap.tw-flex .tw-col-8 {
    width: 100%;
  }
  .tw-faq-section .tw-section-heading {
    padding-right: 0;
  }
  /* owl nav */
  .owl-carousel-hero .owl-nav {
    display: block;
  }

  .tw-hero-section .tw-hero-bg-6 .tw-bottom-portion {
    flex-direction: row-reverse;
  }

  .tw-btn-primary {
    background-size: cover;
  }
}
