/** Shopify CDN: Minification failed

Line 27:0 All "@import" rules must come first
Line 983:13 Expected ":"

**/
/*===========================
   CUSTOM STYLE
   =========================== */


.shopify-section-group-header-group{
    z-index:20;
}

/* ===========================
   Fonts: Poppins & Raleway
   Source: Google Fonts CDN
   =========================== */

/* Import fonts */
* {
    padding: 0;
    margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap');

/* Apply global font defaults */
:root {
    --font-primary: 'Josefin Sans', sans-serif;
    --font-secondary: 'Raleway', sans-serif;
    --font-black: 900;
    --font-bold: 700;
    --font-normal: 400;
    --font-color-black: black;
    --primary-color: black;
    --secondary-color: #5151f5;
    --font-color-white: #fff;
}

/* ===========================
   BANNER STYLE
   =========================== */

.site-banner {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 70px;
    background-image: url("/cdn/shop/files/sv-header.jpg?v=1761082684");
    background-size: cover;
    margin-top: -89px;
    position: relative;
}


.banner-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 10;
}

.banner-row {
    width: 100%;
    display: flex;
}

.banner-col {
    width: 45%;
}

.banner-col h2 {
    margin-top: 10px;
    font-family: var(--font-primary);
    color: var(--font-color-white);
    text-transform: uppercase;
    font-size: 60px;
    font-weight: var(--font-black);
}

.banner-col p {
    margin-top: 20px;
    margin-top: 10px;
    font-family: var(--font-primary);
    color: var(--font-color-white);
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 24px;

}


.btn {
    padding: 17px 34px;
    text-decoration: none;
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-header {
    background-color: var(--secondary-color);
    color: var(--font-color-white);
}


/* ===========================
    Find Your Car
   =========================== */

.section-wrapper {
    width: 100%;
    padding: 70px 0;
    max-width: 1200px;
    margin: auto;
}

.section-row {
    margin-top: 30px;
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: center;
}

.section-wrapper h2 {
    font-family: var(--font-primary);
    font-weight: var(--font-black);
    color: var(--font-color-black);
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
}

.section-wrapper p {
    font-family: var(--font-secondary);
    color: var(--font-color);
    text-align: center;
    font-size: 18px;
}

.custom-select {
    position: relative;
    width: 250px;

}

.custom-select input[type="hidden"] {
    display: none;
}

.select-display {
    padding: 10px 15px;
    border: 2px solid #333;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.2s ease;
    padding: 17px 34px;
    text-decoration: none;
    font-family: var(--font-secondary);
}

.select-display:hover {
    border-color: #007bff;
    background-color: #f9f9f9;
}

.options-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: max-height 0.3s ease;
    z-index: 10;
}

.options-container.active {
    max-height: 200px;
    overflow-y: auto;
}

.option {
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.option:hover {
    background-color: #007bff;
    color: #fff;
}

.btn-form {
    background-color: var(--primary-color);
    color: var(--font-color-white);
    margin-top: 0;
}


/* ===========================
   Products
   =========================== */

.products p {
    width: 70%;
    margin: auto;
    margin-top: 10px;
    line-height: 24px;
}

.product-row {
    width: 100% ;
    position: relative;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: space-between;
    align-items: stretch;
}

.product-row a{
     width: 25%;
     max-width:250px;
    text-decoration: none ;
}

.product-col {
    width: 100%;
    position: relative;
}

.product-image-wrapper {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.product-image-primary {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 1s;
}

.product-image-secondary {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s;
}

.product-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--secondary-color);
    padding: 8px 15px;
    border-radius: 100px;
    z-index: 5;
    color: var(--font-color-white);
    font-family: var(--font-secondary);
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    margin: 0;
    text-transform: uppercase;
}

.product-information {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.product-information h3 {
    font-family: var(--font-primary);
    font-weight: var(--font-bold);
    text-transform: uppercase;
    color: var(--font-color-black);
    font-size: 14px;
    text-align: center;
}

.product-information p {
    font-family: var(--font-primary);
    font-weight: var(--font-bold);
    color: var(--font-color-black);
    font-size: 16px;
    margin-top: 10px;
}

.actual-price {
    margin-left: 7px;
    color: var(--secondary-color);
    text-decoration: line-through;
}


/* ===========================
   CATEGORIES
   =========================== */

.category-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    column-gap: 40px;
    /* space between columns */
    row-gap: 40px;
    /* space between rows */
}

.category-col {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 450px;
    display: flex;
    align-items: end;
}

.category-col img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover ;
    z-index: 2;
    transition: all 1s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.cat-info {
    position: relative;
    z-index: 6;
    padding-bottom: 40px;
    width: 100%;
}

.cat-info h2 {
    color: white;
    font-size: 28px;
    text-align: center;
}


/* ===========================
   HOW IT WORKS
   =========================== */


.how-it-work-section {
    background-color: #000;
    /* fallback color */
    background-image:
        linear-gradient(to right, #000 50%, transparent 50%),
        url('/cdn/shop/files/2148866656.jpg?v=1760781960');
    background-size: 100% 100%, cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}


.how-it-work-wrapper {
    padding: 100px 0;
    position: relative;
}

.how-it-work-row {
    justify-content: flex-start;
    position: relative;
}

.how-it-work-col {
    width: 47%;
    position: relative;
}

.how-it-work-col h2 {
    color: var(--font-color-white);
    text-align: left;
    font-size: 35px;
}

.how-it-work-col p {
    color: var(--font-color-white);
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    font-family: var(--font-secondary);
    margin-top: 20px;
}

.how-it-work-boxes {
    position: relative;
    margin-top: 0px;
}

.how-it-work-box {
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
}

.box-icon {
    width: 25%;
    position: relative;
    z-index: 5;

}

.box-icon h3 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--secondary-color);
    color: var(--font-color-white);
    font-family: var(--font-primary);
    font-size: 22px;
}

.box-content h3 {
    color: var(--secondary-color);
    font-family: var(--font-primary);
    font-size: 25px;
    margin-top: 5px;
}

.box-content p {
    font-family: var(--font-secondary);
    font-size: 14px;
    margin-top: 10px;
}

.line-vertical {
    position: absolute;
    background-color: var(--secondary-color);
    width: 3px;
    height: 80%;
    top: 10px;
    left: 19px;
    z-index: 2;
}


/* ===========================
   CTA BANNER
   =========================== */


.cta-banner-section {
    background-image: url("/cdn/shop/files/cta-banner-2.jpg?v=1760773833");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 1000px;
    display: flex;
    align-items: flex-start;
    justify-content: end;

}

.cta-overlay {
    opacity: 0.35;
    z-index: 4;
}

.cta-wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 7;
}


.cta-row {
    justify-content: flex-start;
    margin: 0;

}

.cta-content {
    width: 55%;
}

.cta-content h2 {
    color: var(--font-color-white);
    font-size: 70px;
    text-align: left;
    line-height: 1em;
}

.cta-content p {
    color: var(--font-color-white);
    font-size: 16px;
    text-align: left;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 40px;

}

.btn-cta {
    background-color: var(--secondary-color);
    color: var(--font-color-white);
}


/* ===========================
   SITE HEADER
   =========================== */

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.283);
    position: relative;
    z-index: 400;
}

.header-top {
    background-color: var(--primary-color);
}

.top-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-social {
    display: flex;
    column-gap: 15px;
}

.header-social i {
    color: white;
}

.contact-info {
    display: flex;
    column-gap: 15px;
    color: white;
}

.contact-info a {
    text-decoration: none;
    color: white;
    font-family: var(--font-secondary);
    text-decoration: none;
}

.header-main-wrapper {
    width: 100%;
    max-width: 1200px;
    background: transparent;
    margin: 0 auto;
}

.header-row {
    display: flex;
    align-items: center;
    column-gap: 40px;
    position: relative;
}

.header-menu-col {
    width: 50%;
    position: relative;
}

.header-menu-col ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
    list-style-type: none;
    position: relative;
}

.header-menu-col ul li a {
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 15px;
    color: var(--font-color-white);
    text-decoration: none;
    text-transform: uppercase;
}

.header-logo-col {
    width: 25%;
    height : 80px ;
}

.header-logo-col a {
    text-decoration: none;
}

.header-logo-col a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.header-logo-col h1 {
    font-size: 50px;
    color: var(--font-color-white);
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--font-primary);
}

.header-icons-col {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.header-icons {
    display: flex;
    column-gap: 25px;
    position: relative;
}

.header-icons a {
    text-decoration: none;
    color: var(--font-color-white);
    font-size: 24px;
}

.cart-icon {
    position: relative;
}

#cart-number {
    width: 18px;
    height: 18px;
    background: var(--secondary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: var(--font-secondary);
    border-radius: 100px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.home-overlay {
    z-index: 5;
    opacity: 0.5;
}

.sub-menu {
    position: absolute;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.sub-menu ul {
    display: flex;
    flex-direction: column;
    width: 200px;
    background: white;
    color: black;

}

.sub-menu ul li {
    padding: 18px 0;
    color: black;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.253);
    cursor: pointer;
    transition: all 0.5s;
}

.sub-menu ul li:hover {
    background: var(--secondary-color);
    color: white;
}

.sub-menu ul li:hover a {
    color: white;
}

.sub-menu ul li a {
    color: black;
    margin-left: 20px;
    transition: all 0.5s;
    font-size: 14px;
}

.has-sub-menu:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.categories-wrapper{
    padding: 0 ;
}

.product-wrappper{
    margin-top:70px
}


/* ===========================
   Menu Cart
   =========================== */

.cart-section {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 900;
    background-color: #0000006b;
    left: 0;
    top: 0;
    overflow: hidden;
    scroll-behavior: unset;
    display: none;
}

.cart-wrapper {
    width: 35%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    background: white;
    transform: translateX(100%);
    /* start hidden offscreen */
    transition: transform 0.4s ease;
    /* smoother and faster */
}

.cart-header {
    display: flex;
    justify-content: space-between;
    height: 10%;
    align-items: center;
    border-bottom: 1px solid #00000028;
    padding: 0 20px;
}

.cart-header h2 {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--font-color-black);
    font-size: 30px;
}

#close-menu-cart{
    cursor: pointer;
}

.cart-body {
    padding: 10px 20px;
    height: 70%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.product-cart-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-bottom: 20px;
}

.produtc-cart-img {
    width: 35%;
}

.produtc-cart-img img {
    width: 100%;
}

.product-cart-info {
    width: 65%;
}

.product-cart-info h3 {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    color: var(--font-color-black);
    text-transform: uppercase;
}

.product-cart-info p {
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 600;
    color: var(--font-color-black);
    opacity: 0.5;
    margin-top: 10px;
}

.product-cart-info .product-cart-price {
    opacity: 1;
    font-size: 15px;
}

.product-cart-info form {
    margin-top: 10px;
}

.cart-quantity-wrapper {
    width: 80px;
    display: flex;
    column-gap: 0;
    border: 1px solid rgb(86, 84, 84);
    padding: 4px 6px;
    border-radius: 100px;
    justify-content: space-between;
}

.cart-quantitybutton {
    background: none;
    width: 15px;
    border: none;
}

.cart-quantity-wrapper input {
    width: 40px;
    text-align: center;
    border: none;
}

.cart-quantity-wrapper input:focus {
    outline: none;
    border: none;
}

.cart-product-quantity {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--font-color-black);
}

.cart-footer {
    height: 20%;
    padding: 20px;
    border-top: 1px solid #00000028;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-footer a {
    width: 100%;
    padding: 18px 100px;
    background: var(--secondary-color);
    color: var(--font-color-white);
    text-decoration: none;
    font-family: var(--font-primary);
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    border-radius: 100px;
    align-items: center;
}

/* ===========================
   Popular Models 
   =========================== */

.popular-model-wrapper{
    display: none;
    flex-direction: column;
    align-items: center;
    transition: 0.3;
    transition: all 1s;
}

.popular-model-active{
    display: flex;
    transition: 1;
}


.popular-model-wrapper-footer{
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.popular-model-wrapper-footer a{
    padding: 18px 100px;
    background: var(--secondary-color);
    color: var(--font-color-white);
    text-decoration: none;
    font-family: var(--font-primary);
    text-transform: uppercase;
    border-radius: 10px;
}

.popular-model-tabs-row{
    margin: 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

.tab-button{
    padding: 18px 40px;
    background: var(--secondary-color);
    color: var(--font-color-white);
    text-decoration: none;
    font-family: var(--font-primary);
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 1s;
}

.tab-button:hover{
    background: var(--primary-color);
}

.tab-button-active{
    background: var(--primary-color);
}

.no-products{
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: var(--font-color-white);
    font-size 22px ;
}


/* ===========================
   FAQ 
   =========================== */

.faq-heading{
    width: 60%;
}

.faq-heading p{
    margin-top: 10px;
}

.faq-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-row{
    width: 70%;
    margin-top: 50px;

}

.faq-box{
    border-bottom: 1px solid rgba(106, 105, 105, 0.38);
    border-top: 1px solid rgba(106, 105, 105, 0.38);
}

.faq-question{
    padding: 30px 0;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    color: var(--font-color-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon{
    display: none;
}

.icon-open{
    display: block;
}

.faq-answere{
    transform: scaleY(0);
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    font-family: var(--font-secondary);
    width: 95%;
    height: 0px;
    
}

.answere-active{
    transform: scaleY(1);
    padding-top: 20px;
    padding-bottom: 30px;
    height: auto;
}



/* ===========================
   FOOTER
   =========================== */

.carbon-footer{
    background: var(--primary-color);
    padding-top: 60px;
}

.footer-wrapper{
    display: flex;
    column-gap: 100px;
}

.footer-logo-col{
    width: 35%;
}

.footer-logo-col img{
    width : 200px ;
}

.footer-logo-col p{
    color: var(--font-color-white);
    text-align: left;
    font-family: var(--font-secondary);
    margin-top: 20px;
    font-size: 15px;
}

.footer-links-col{
    width: 65%;
    display: flex;
    column-gap: 40px;
}

.footer-social-icons{
    list-style-type: none;
    display: flex;
    column-gap: 15px;
    margin-top: 20px;
}

.footer-social-icons li{
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.footer-social-icons li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.link-col{
    width: 27%;
}

.link-col h3{
    font-family: var(--font-primary);
    color: var(--secondary-color);
    font-size: 20px;
}

.link-col ul{
    margin-top: 20px;
    list-style-type: none;
}

.link-col ul li{
    margin-top: 13px;
}

.link-col ul li a{
    text-decoration: none;
    color: var(--font-color-white);
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 500;
    transition: all 0.3s;
}

.link-col ul li a:hover{
    color: var(--secondary-color);
}

.newsletter-col{
    width: 54%;
}

.newsletter-col h3{
    font-family: var(--font-primary);
    color: var(--secondary-color);
    font-size: 20px;
}

.newsletter-col p{
    font-family: var(--font-secondary);
    color: var(--font-color-white);
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}

.newsletter-form{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.newsletter-form input{
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
}

.newsletter-button{
    background: var(--secondary-color);
    font-size: 16px;
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: var(--font-color-white);
    border: none;
}

.copy-right{
    width: 100%;
    text-align: center;
    background: var(--secondary-color);
    color: var(--font-color-white);
    font-family: var(--font-secondary);
    padding: 10px 0;
}



/* ===========================
   Search Bar
   =========================== */


.search-bar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10010;
  width: 100%;
  height: 100vh;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

/* Overlay background */
.search-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Wrapper (centers the form) */
.search-wrapper {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.4s ease;
}

/* Search form */
.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-form i {
  font-size: 20px;
  color: #777;
  cursor: pointer;
  transition: color 0.3s ease;
}

.search-form i:hover {
  color: var(--secondary-color);
}

/* Input field */
.search-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 20px;
  font-size: 18px;
  color: var(--font-color-black);
  font-family: var(--font-secondary);
}

.search-form input::placeholder {
  color: #999;
  font-family: var(--font-secondary);
}

/* Close icon */
.close-search {
  font-size: 22px;
  color: #999;
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

.close-search:hover {
  transform: rotate(90deg);
  color: var(--secondary-color);
}

/* ---------- Active State (When Search is Open) ---------- */
.search-bar.active {
  display: flex;
}

.search-bar.active .search-overlay {
  opacity: 1;
}

.search-bar.active .search-wrapper {
  transform: translateY(0);
  opacity: 1;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .search-form {
    padding: 10px 20px;
  }

  .search-form input {
    font-size: 16px;
  }

  .search-form i {
    font-size: 18px;
  }
}


.offcanvas {
    display: none;
}

#offcanvas-button{
    display: none;
}



/* ===========================
   Product Page
   =========================== */
.product-info-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.main-product-row {
    width: 100%;
    display: flex;
    column-gap: 70px;
    align-items:top;
}

.product-images-description{
    width: 60%;
}

.product-image {
    width: 100%;
    display: flex;
    column-gap: 20px;
}

.products-tab-row{
    margin-top: 100px;
    width: 100%;
}

/* Thumbnail container */
.image-vertical-slide {
    width: 12%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-height: 600px;
    overflow: hidden; /* hide scrollbar completely */
    position: relative;
}

.image-vertical-slide img {
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.image-vertical-slide img:hover {
    border-color: #aaa;
}

.active-thumb {
    border: 2px solid #000;
    transform: scale(1.05);
}

.product-featured-img-wrapper {
    width: 88%;
    display: flex;
    
    justify-content: center;
}

.product-featured-img-wrapper img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s;
    max-height: 660px;
    object-fit: cover;
}

.detail-column{
    width: 40%;
}
.product-details {
    width: 100%;
    border: 1px solid  black;
    padding: 25px 20px;
}

.product-details h2{
    font-family: var(--font-primary);
    color: var(--font-color-black);
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
}

.product-pricing-box{
    display: flex;
    column-gap: 40px;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;

}

.prices-discounted h3{
    font-family: var(--font-secondary);
    color: var(--font-black);
    font-size: 15px;
    font-weight: 500;
}

.original-price{
    margin-top: 10px;
    text-decoration: line-through;
    color: var(--secondary-color) !important;
}

.saved-money h3{
    padding: 10px 25px;
    background: var(--secondary-color);
    color: var(--font-color-white);
    font-family: var(--font-secondary);
    font-size: 20px;
    border-radius: 100px;
}

.payment-providers{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.avaliblity h4{
    font-family: var(--font-secondary);
    color: black;
    font-size: 18px;
}

.shipping-box{
    margin-top: 20px;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.shipping-box i{
    color: var(--secondary-color);
    font-size: 25px;
}

.shipping-box p{
    font-family: var(--font-secondary);
    color: black;
    font-size: 16px;
}

.product-form{
    margin-top: 20px;
}

.product-option{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 20px;
}

.product-option label{
    font-family: var(--font-secondary);
    color: black;
    font-size: 16px;
}

.product-option select{
    width: 100%;
    padding: 15px 20px;
}

.add-to-cart-button{
    margin-top: 30px;
    width: 100%;
    padding: 16px 20px;
    border-radius: 100px;
    background: var(--secondary-color);
    font-family: var(--font-primary);
    color: var(--font-color-white);
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.guratnee-box{
    margin-top: 40px;
    border: 1px solid black;
    overflow: hidden;
}

.guratnee-box h3{
    text-align: center;
    padding: 10px;
    font-family: var(--font-primary);
    color: white;
    font-weight: 500;
    background-color: var(--secondary-color);
    text-transform: uppercase;
}

.guratnee-text{
    padding: 25px;
    font-family: var(--font-secondary);
    color: black;
    font-weight: 500;
}

.features-box{
    margin-top: 20px;
}

.feature{
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.feature-img{
    width: 40px;
}

.feature-img img{
    width: 100%;
}

.feature-text{
    font-family: var(--font-secondary);
    font-size: 18px;
    color: var(--font-color-black);
}


/* ---------- Home Page Responsive Csss ---------- */
@media (max-width: 600px) {
    .header-menu-col {
        display: none;
    }

    .header-row {
        justify-content: space-between;
        padding: 0 20px;
    }

    .header-top {
        padding: 0 20px;
    }

    .contact-info a {
        font-size: 12px;
    }

    .site-banner {
        padding: 100px 0px;
        overflow: hidden;
    }

    .banner-row {
        padding: 20px;
        width: auto;
    }

    .banner-col {
        width: 100%;
    }

    .banner-col h2 {
        font-size: 30px;
    }

    .banner-col p {
        font-size: 14px;
    }

    .btn {
        font-size: 12px;
    }

    .cart-wrapper {
        width: 90%;
    }

    #cart-number {
        right: 36px;
    }

    #offcanvas-button{
        display: block;
        
    }

    .offcanvas {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 900;
        background-color: #0000006b;
        left: 0;
        top: 0;
        overflow: hidden;
        scroll-behavior: unset;
    }

    .offcanvas-wrapper {
        width: 90%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        background: white;

        /* start hidden offscreen */
        transition: transform 0.4s ease;
        /* smoother and faster */
    }

    .menu-header {
        display: flex;
        justify-content: space-between;
        height: 10%;
        align-items: center;
        border-bottom: 1px solid #00000028;
        padding: 0 20px;
    }


    .menu-header h2 {
        font-family: var(--font-primary);
        font-weight: 700;
        color: var(--font-color-black);
        font-size: 30px;
    }

    #close-offcanvas {
        cursor: pointer;
    }


    /* =============== OFFCANVAS SUBMENU =============== */
    .offcanvas-menu {
        width: 100%;
        background: transparent;
    }

    .offcanvas-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .offcanvas-menu ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }

    /* Main links */
    .offcanvas-menu ul li a {
        display: block;
        padding: 14px 18px;
        color: var(--font-color-black);
        font-family: var(--font-primary);
        text-decoration: none;
        font-size: 15px;
        line-height: 1.4;
        transition: background 0.3s;
    }

    .offcanvas-menu ul li a:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    /* =============== SUBMENU =============== */
    .has-offcanvas-submenu>a {
        position: relative;
    }

    .has-offcanvas-submenu>a::after {
        content: "\276F";
        position: absolute;
        right: 20px;
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    /* Rotate arrow when submenu is open */
    .has-offcanvas-submenu.open>a::after {
        transform: rotate(90deg);
    }

    /* The hidden submenu content */
    .offcanvas-sub-menu {
        max-height: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.05);
        transition: max-height 0.35s ease;
    }

    /* When open */
    .has-offcanvas-submenu.open .offcanvas-sub-menu {
        max-height: 500px;
        /* Smooth expansion */
    }

    /* Inner submenu list styling */
    .offcanvas-sub-menu ul {
        padding: 0;
        margin: 0;
    }

    .offcanvas-sub-menu ul li a {
        padding: 12px 30px;
        font-size: 14px;
        color: var(--font-color-black);
        font-family: var(--font-secondary);
    }

    .offcanvas-sub-menu ul li a:hover {
        color: var(--font-color-black);
    }

    .menu-body-wrapper {
        height: 70%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .offcanvas-menu-footer {
        height: 10%;
        padding: 20px;
        border-top: 1px solid #00000028;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .offcanvas-menu-footer ul{
        display: flex;
        column-gap: 20px;
        list-style-type: none;
    }

    .offcanvas-menu-footer ul li a{
        text-decoration: none;
        font-size: 30px;
        color: var(--secondary-color);
    }


    /* search your model section */
    .section-wrapper{
        padding: 40px 20px;
        max-width: 100%;
    }

    .section-wrapper h2{
        font-size: 30px;
    }

    .choose-your-model{
        flex-direction: column;
        row-gap: 20px;
    }

    .custom-select{
        width: 370px;
    }

    .category-row{
        grid-template-columns: repeat(1, 1fr);
    }

    .products p{
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

    .product-row{
        justify-content: center;
    }

    .product-row a{
        width: 100%;
        max-width: 320px;
    }

    .cta-banner-section{
        height: 540px ;
    }

    .cta-content{
        width:95%;
    }

    .cta-content  p{
        margin-top: 15px;
        margin-bottom : 30px ;
    }

    .popular-model-tabs-row{
        flex-direction : column ;
        row-gap : 20px;
    }

    .how-it-work-section{
        background-image : none ;
    }

    .how-it-work-col{
        width : 100% ;
    }

    .faq-heading{
        width : 100%
    }

    .faq-heading p{
        font-size : 14px ;
    }

    .faq-row{
        width :  100% ;
    }

    .footer-wrapper{
        flex-direction : column ;
        row-gap : 40px ;
    }

    .footer-logo-col{
        width : 100% ;
    }

    .footer-links-col{
        width : 100%  ;
        flex-wrap : wrap ;
        row-gap : 100px ;
    }

    .link-col{
        width : 44%;
    }

    .newsletter-col {
        width: 100%;
    }


}

