/** Shopify CDN: Minification failed

Line 284:0 Unexpected "{"
Line 284:1 Expected identifier but found "%"
Line 293:0 Unexpected "{"
Line 293:1 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-rim-content (INDEX:68) */
.specifications-rims-section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.specifications-rims-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.specifications-rims-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.specifications-rims-block h2, .specifications-rims-block h2 {
     font-family: Helvetica Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #2B2A29;
    margin: 0;
}
.specifications-rims-block .specifications-rims-text {
  font-size: 16px;
  line-height: 1.7;
}
.specifications-rims-text p {
    margin: 0;
    padding-bottom: 20px;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-style: Bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #2B2A29;
}
.specifications-rims-text p {
    margin: 0;
    padding-bottom: 20px;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-style: Bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #2B2A29;
}

.specifications-rims-text ul {
    margin: 0;
}


.specifications-rims-text li{
    margin: 0;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-style: Bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #2B2A29;   
}
.specifications-rims-text li {
    margin-bottom: 20px;
}
.specifications-rims-section {
    padding-left: 50px;
    padding-right: 40px;
}
@media (max-width: 900px) {
  .specifications-rims-container {
    grid-template-columns: 1fr;
  }
    .specifications-rims-block {
        padding-top: 40px;
    }
}
@media (max-width:768px) {
.specifications-rims-section {
    padding: 40px 0;
}
.specifications-rims-block h2 {
    font-size: 18px;
}
.specifications-rims-block {
  gap:23px;
  padding-top: 28px;
}
.specifications-rims-text p {
    padding-bottom: 18px;
    font-size: 14px;
}
.specifications-rims-text li {
  font-size:14px;
}
.specifications-rims-section {
    padding-left: 0px;
    padding-right: 0px;
}
  
    .specifications-rims-section {
    padding-top: 0;
}
.specifications-rims-text li:last-child {
    margin-bottom: 0;
}
}
/* END_SECTION:custom-rim-content */

/* START_SECTION:custom-rim-question (INDEX:69) */
/* Main Section */
.have-questions-section {
  background: #F1F1F1;
}

.have-questions-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 112px;
  align-items: center;
}

/* Image */
.have-questions-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Accordion Wrapper */
.have-questions-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Accordion Header */
.have-questions-item {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.have-questions-icon {
  width: 22px;
  height: 22px;
  background: #CDCDCD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  transition: transform .3s ease;
}

/* Header Text */
.have-questions-text {
  font-family: Helvetica Neue;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #2B2A29;
}

/* Dropdown Animation */
.have-questions-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  padding-left: 38px;
}

/* When Open */
.have-questions-dropdown.open {
  max-height: 500px;
  padding-top: 8px;
}

/* Body text */
.have-questions-bottom p {
  font-family: Helvetica Neue;
  font-size: 16px;
  line-height: 1.3;
  color: #2B2A29;
  margin: 0;
}

.have-questions-bottom a {
  color: #15B6F1;
  text-decoration: none;
  font-weight: 700;
  margin-right: 5px;
}

/* Heading */
.have-questions-content h2 {
  margin: 0;
  font-family: Helvetica Neue;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 30px;
  color: #2B2A29;
}
.specifications-rims-text p:last-child {
    padding-bottom: 0;
}
/* Responsive */
@media (max-width: 900px) {
  .have-questions-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width:767px) {
  .have-questions-container {
    gap: 30px;
  }
  .have-questions-content {
    padding: 0 20px 30px;
  }
  .have-questions-content h2 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .have-questions-text {
    font-size: 16px;
  }
  .have-questions-bottom p {
    font-size: 14px;
  }
}
/* END_SECTION:custom-rim-question */

/* START_SECTION:gripedge-image-text (INDEX:103) */
.gripedge-section {
  text-align: center;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.gripedge-main-heading {
  margin-bottom: 40px;
}
.gripedge-description ul a {
    color: white;
    font-weight: bold;
    letter-spacing: 0px;
}
.gripedge-description p a {
    color: white;
    font-weight: bold;
    letter-spacing: 0px;
}

.gripedge-main-heading h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  color: #2b2a29;
}
{% if template.suffix contains 'knipex-custom' %}
  .gripedge-media {
    display: flex;
    align-items: center;
}
.gripedge-content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
{% endif %}
.gripedge-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  border-radius: 5px;
    width: 100%;
    max-width: 1300px;
      margin: 0 auto;
     padding: 20px;
}

.gripedge-container--reverse {
  flex-direction: row-reverse;
}

.gripedge-content {
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
}

.gripedge-heading {
  padding-bottom: 24px;
}

.gripedge-heading h3, .gripedge-heading h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
}

.gripedge-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.gripedge-description p {
  margin: 0;
}

.gripedge-media {
  width: 50%;
  display: flex;
}

.gripedge-media img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  display: block;
}
.imgtxt-customfile iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.imgtxt-customfile {
    position: relative;
    overflow: hidden;
    padding-left: 50%;
    padding-top: 32%;
    border-radius: 5px;
}
/* Responsive styles */
@media screen and (max-width: 1024px) {
  .gripedge-container {
     padding:0 30px;
}
}
@media screen and (max-width: 990px) {
  .gripedge-main-heading h3 {
    font-size: 26px;
  }

  .gripedge-heading h3, .gripedge-heading h2 {
    font-size: 20px;
  }

  .gripedge-container {
    flex-direction: column;
  }

  .gripedge-content,
  .gripedge-media {
    width: 100%;
  }

  .gripedge-content {
    padding: 30px 20px;
  }
  .gripedge-section {
    padding: 30px 0;
  }
  .imgtxt-customfile {
    padding-top: 50%;
}
}
@media screen and (max-width: 769px) {
.gripedge-heading {
    padding-bottom: 20px;
}

.gripedge-content {
    padding: 40px;
}
  .imgtxt-customfile {
    padding-top: 80%;
}
}
@media screen and (min-width: 990px) {
  .gripedge-content {
    padding: 0 7rem;
  }
}

@media screen and (min-width: 1700px) {
  .gripedge-section {
    max-width: 130rem;
    margin: 0 auto;
  }
}
/* END_SECTION:gripedge-image-text */

/* START_SECTION:meta-spacs-table (INDEX:147) */
.product-specs-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding:0 20px;
}

.product-specs-heading h2,.product-specs-heading h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    color: #2b2a29;
    text-align: center;
}

.product-specs-heading {
    padding-bottom: 40px;
}

.product-specs-row:nth-child(odd) {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background: white;
    border: 1px solid #F1F1F1;
}

.product-specs-row:nth-child(even) {
    background: #F1F1F1;
    display: flex;
    justify-content: space-between;
    padding: 15px 19px;
    margin: auto;
}

.product-specs-label p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: left;
    margin: 0px;
}

.product-specs-value p {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.54px;
    text-align: left;
    margin: 0px;
}

.product-specs-value {
    max-width: 66%;
}
/* Responsive */
@media screen and (max-width: 1024px) {
.product-specs-table {
    padding:0 30px;
}
}
@media screen and (max-width: 768px) {
  .product-specs-label,
  .product-specs-value {
    width: 100%;
    text-align: left;
  }

  .product-specs-heading {
    font-size: 22px;
  }
  .product-specs-value p {
    font-size: 14px;
  }
}
/* END_SECTION:meta-spacs-table */

/* START_SECTION:rim-image-text (INDEX:315) */
.imagetext-section {
  text-align: center;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.imagetext-main-title {
  margin-bottom: 40px;
}

.imagetext-main-title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
   font-family: Helvetica Neue;
  color: #2b2a29;
}

.imagetext-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
}

.imagetext-container--reverse {
  flex-direction: row-reverse;
}

.imagetext-content {
     width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 60px 80px;
}

.imagetext-heading {
  padding-bottom: 24px;
}

.imagetext-heading h2,
.imagetext-heading h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
   font-family: Helvetica Neue;
}

.imagetext-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
   font-family: Helvetica Neue;
}

.imagetext-description p {
  margin: 0;
}

.imagetext-media {
  width: 50%;
  display: flex;
}

.imagetext-mediasubmain {
    position: relative;
    overflow: hidden;
    padding-left: 50%;
     padding-top: 80%;
        width: 100%;
            border-radius: 5px;
}

.imagetext-mediasubmain img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.imagetext-description li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 25px;
}

.imagetext-description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("/cdn/shop/files/Group_48099777_1.png?v=1763763577");
  background-size: contain;
  background-repeat: no-repeat;
}
.imagetext-description ul {
    margin: 0;
    padding-left: 16px;
}
.imagetext-description li {
   font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #2B2A29;
}
/* Responsive */
@media screen and (max-width: 1024px) {
.imagetext-content {
    padding: 40px;
}
}

@media screen and (max-width: 990px) {
  .imagetext-main-title h3 {
    font-size: 26px;
  }

  .imagetext-heading h2,
  .imagetext-heading h3 {
    font-size: 20px;
  }

  .imagetext-container {
    flex-direction: column;
  }

  .imagetext-content,
  .imagetext-media {
    width: 100%;
  }

  .imagetext-content {
    padding: 30px 20px;
  }
    .imagetext-section {
        padding: 8px 0;
    }
    .imagetext-container {
    gap: 8px;
}
}

@media screen and (max-width: 769px) {
  .imagetext-heading {
    padding-bottom: 20px;
  }
  .imagetext-content {
    padding: 40px;
  }
  .imagetext-description p {
    font-size: 14px;
    line-height: 1.3;
}
.imagetext-heading h2 {
    font-size: 18px;
}
.rim-car-text {
    margin-top: -92px!important;;
    padding: 0px 40px 50px !important;
}

.pre-text strong,.pre-text p {
    font-size: 14px!important;
}

.rim-car-container .rim-car-image::after {
    background: linear-gradient(360deg, #2B2A29 51%, rgba(43, 42, 41, 0) 71.13%)!important;
}
.rim-car-container {
    grid-template-columns: 1fr!important;
}
.rim-car-sub-text {
    padding-bottom: 20px!important;
    font-size: 18px!important;
}

.details-upperheading p {
    display: none!important;
}

.details-upperheading {
    padding: 0!important;
}

.imagetext-description ul {
    padding: 0;
}

.imagetext-heading {
    padding-left: 0!important;
}
.imagetext-description li {
    font-size: 14px;
    margin-bottom: 22px;
}
}
/* END_SECTION:rim-image-text */