* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    background-color: #030303
}

main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: Roboto,Tahoma,Helvetica,Verdana,Arial,sans-serif
}

button {
    background-color: #ffd968;
    color: #030303;
    padding: 1rem;
    font-weight: bold;
    font-size: 1rem;
    transition-duration: .4s;
    cursor: pointer;
    border: 2px solid #ffd968
}

button:hover {
    background-color: #030303;
    color: #fff
}

.nav-container {
    position: sticky;
    top: 0;
    z-index: 1
}

.nav-web {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    list-style-type: none;
    /* background-color:#1d1c29; */
    box-shadow: 0px 1px 5px rgba(81,80,80,.7)
}

.nav-container a {
    font-size: 1rem;
    color: #fff;
    padding: .5rem 1.5rem;
    text-decoration: none;
    border-bottom: solid 3px rgba(0,0,0,0)
}

.nav-container a:hover {
    color: #fbda68;
    border-bottom: solid 3px #fbda68;
}
.logo-cls{
    color: unset!important;
    border-bottom: unset!important;
}


#logo:hover {
    border-bottom: none
}

.nav-mobile {
    background-color: #000000;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: none;
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    box-shadow: 0px 1px 5px rgba(81,80,80,.7)
}

.nav-mobile #myLinks {
    display: none
}

.nav-mobile a {
    color: #fff;
    padding: .875rem 1rem;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    border-bottom: none
}
.nav-mobile a img{
    width:100px;
}

.nav-mobile a.icon {
    background-color: #030303;
    display: block;
    position: absolute;
    /* right: -70px; */
    /* top: 0; */
    left: 350px;
}

.nav-mobile a:hover {
    background-color: #ffd968;
    color: #030303;
    border-bottom: none
}

.active {
    background-color: #ffd968;
    color: #fff
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    padding: 1rem
}

.company-name {
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    font-size: 2rem;
    letter-spacing: 1px
}

.header-spans {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5rem;
    width: 50%
}

.search {
    background-color: rgba(0,0,0,0);
    border: 2px solid #ffd968;
    padding: .5rem
}

#search-input {
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    color: #fff;
    font-size: 1rem;
    background-color: rgba(0,0,0,0);
    padding: .5rem;
    max-width: 12rem;
    height: 1.5rem;
    border: none
}

#search-input:focus {
    color: #ffd968
}

.fa-search {
    color: #fff;
    margin-right: .5rem
}

.user-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem
}

.user-wrapper i {
    color: #fff;
    font-size: 1.25rem
}

.user-wrapper i:hover {
    color: #ffd968
}


.hero-section,.hero-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto;
}

.hero-image,.hero-image-2 {
    position: relative;
    /* height: 600px; */
}

.hero-image img {
    width: 100%;       /* Full width of container */
    height: auto;      /* Maintain aspect ratio */
    max-width: 1351px; /* optional max width for large screens */
    max-height: 50rem; /* keep your existing limit */
    display: block;
    object-fit: cover; /* fill container nicely */
}
/* Large Laptops / Desktops */
@media (max-width: 1440px) {
    .hero-image img {
        max-width: 1352px;
        max-height: 45rem;
    }
}

/* Tablets */
@media (max-width: 1024px) {
    .hero-image img {
        max-width: 900px;
        max-height: 40rem;
    }
}

/* Small Tablets / Large Phones */
@media (max-width: 768px) {
    .hero-image img {
        max-width: 700px;
        max-height: 35rem;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    .hero-image img {
        max-width: 100%;
        max-height: 25rem;
        margin-top: 50px;
    }
}

.hero-image-2 img {
    width: 100%;
    max-height: 50rem
}

.hero-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1
}

.hero-content {
    padding-left: 3rem;
    padding-top: 3rem
}

.hero-content-2 {
    padding-left: 5rem;
    padding-top: 5rem
}

.title {
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    color: #ffd968;
    font-size: 2.5rem;
    letter-spacing: 1px
}

.hero-title {
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    font-size: 2.5rem;
    /* background-color: #fff; */
    color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem
}

.hero-title-2 {
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    font-size: 2.5rem;
    background-color: rgba(0,0,0,0);
    color: #fff;
    padding: 0;
    margin-bottom: 1rem
}

.hero-title-3 {
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    font-size: 2.5rem;
    background-color: rgba(0,0,0,0);
    color: red;
    padding: 0;
    margin: 5rem 0
}

.hero-desc {
    margin-top: 1rem;
    font-size: 2rem
}

.hero-btn {
    font-size: 1.2rem;
    width: 15rem;
    margin-top: 1rem;
    border-radius: .25rem
}

.products-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem .5rem;
    margin: 1rem auto
}

.products-container {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap
}

.img-products {
    padding: 1rem;
    border: 3px solid #030303;
    margin: 1rem;
    position: relative
}

.img-products:hover {
    border: 3px solid #ffd968;
    transition: .5s;
    opacity: .6
}

.img-products img {
    max-width: 16rem;
    height: 250px;
    margin-bottom: 25px;
}

.overlay {
    color: #030303;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.overlay:hover {
    background-color: #fff;
    transition: .5s;
    opacity: .85
}

.description {
    padding: 1rem;
    font-size: 1rem
}

.price {
    margin-top: 10px;
    padding-left: 0
}

.atc-btn,.rm-btn {
    width: 90%;
    margin-top: 1rem;
    border-radius: .25rem
}

.icons-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.container-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    padding: 1rem .5rem;
    margin: 1rem 0
}

.cat-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    width: 10rem;
    height: 10rem
}

.icon-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3.375rem;
    width: 4.375rem;
    background-color: #ffd968;
    border-radius: 50%;
    padding: 0.625rem;
    margin: .5rem;
}

.icon-title {
    font-size: 1.2rem;
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    color: white;
}

.summary-shopping-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 95%;
    margin-top: 1rem
}

.shopping-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: auto;
    border: 2px solid #ffd968;
    padding: 1rem .5rem;
    margin: 1rem auto
}

.shopping-cart button {
    width: 80%;
    font-size: 1.1rem;
    margin-bottom: 1rem
}

.cart-title {
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    color: #ffd968;
    letter-spacing: 1px;
    text-align: center
}

.cart-prod-container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.cart-prod {
    padding: 1rem;
    margin: 1rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: .75rem;
    border: 1px solid #1d1c29
}

.cart-prod img {
    max-width: 40%;
    height: auto
}

.desc-prod {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .75rem
}

.amount-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #1d1c29;
    font-size: 1.1rem;
    padding: .5rem
}

.cart-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 1.1rem
}

.fa-regular:hover,.fa-solid:hover {
    color: #ffd968
}
.fa-regular:hover,.fa-solid {
    color: #fddf6b
}

.order-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: auto;
    border: 2px solid #ffd968;
    padding: 1rem .5rem;
    /* margin: 1rem auto; */
}

.order-summary-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: .75rem;
    width: 80%
}

.order-summary-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    gap: 1rem;
    width: 100%
}

.order-summary-row i.fa-solid {
    font-size: 1.1rem
}

#buttons-column {
    width: 100%;
    gap: 1.5rem
}

.order-summary-button {
    width: 100%;
    height: 3.5rem;
    font-size: 1.25rem;
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    letter-spacing: 1px;
    background-color: #1d1c29;
    color: #fff
}

.order-summary-button#paypal {
    background: url("../img/PayPal_logo.png") no-repeat 0 0 #1d1c29;
    background-size: 30%;
    background-position: center
}

.order-summary-button#klarna {
    background: url("../img/Klarna_logo_2.png") no-repeat 0 0 #1d1c29;
    background-size: 30%;
    background-position: center
}

.order-summary-button#paypal:hover,.order-summary-button#klarna:hover {
    background-color: #030303
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: #1d1c29;
    font-family: Roboto,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    padding: 1rem
}

.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #1d1c29;
    color: #fff;
    padding: 1rem
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22%;
    height: auto;
    margin: .5rem;
    padding-top: .5rem
}

.footer-nav-container {
    width: 90%
}

.footer-nav-container li {
    font-size: 1rem;
    font-family: Roboto,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    list-style-type: none;
    line-height: 1.6
}

.footer-nav-container a {
    color: #fff;
    text-decoration: none
}

.footer-nav-container a:hover {
    color: #ffd968
}

.li-title {
    color: #ffd968;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: .5rem
}

.social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.social-media a {
    font-size: 2rem;
    padding: .3rem;
    color: #fff;
    margin: .2rem 1rem
}

.social-media a:hover {
    color: #ffd968
}

.lang-pay {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 95%
}

.paying-methods {
    display: flex;
    flex-direction: row;
    align-items: center
}

.language i,.paying-methods i {
    font-size: 1.5rem;
    padding: .3rem;
    color: #fff;
    margin: .2rem
}

.language i:hover,.paying-methods i:hover {
    color: #ffd968
}

.paying-methods p:hover {
    color: #ffd968;
    border: 1px solid #ffd968
}

.paying-methods p {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1rem;
    color: #fff;
    padding: .1rem;
    margin: .2rem;
    border: 1px solid #fff;
    border-radius: .25rem
}

#subscribe-input {
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    font-size: 1rem;
    border: 2px solid #ffd968;
    padding: .6rem;
    margin: 1rem 0;
    max-width: 10rem
}

#subscribe-btn {
    width: 11.5rem;
    padding: .75rem;
    border-radius: .25rem
}

.copyright {
    color: #fff;
    font-family: Varela Round,Tahoma,Helvetica,Verdana,Arial,sans-serif;
    margin: 1rem
}

@media only screen and (max-width: 1200px) {
    .nav-mobile {
        display:block
    }

    .nav-web {
        display: none
    }

    #logo {
        max-width: 20px;
        max-height: 20px
    }

    .shopping-cart {
        width: 40%
    }

    .order-summary {
        width: 40%
    }
}

@media only screen and (max-width: 1050px) {
    .hero-content-2 {
        padding-left:3.5rem;
        padding-top: 3.5rem
    }

    .hero-title {
        font-size: 2rem
    }

    .hero-title-2 {
        font-size: 2rem;
        margin-bottom: .75rem
    }

    .hero-title-3 {
        font-size: 2rem;
        margin: 4rem 0
    }

    .hero-desc {
        font-size: 1.5rem
    }

    .img-products img {
        max-width: 13.5rem
    }

    button {
        padding: .75rem;
        font-size: .9rem
    }

    .description {
        font-size: .9rem
    }

    .order-summary-button {
        height: 3rem;
        font-size: 1.1rem
    }

    .order-summary-button#paypal {
        background-size: 40%
    }

    .order-summary-button#klarna {
        background-size: 40%
    }
}

@media only screen and (max-width: 800px) {
    .header {
        padding:.5rem
    }

    .company-name {
        font-size: 1.5rem
    }

    .header-spans {
        width: 55%
    }

    #search-input {
        max-width: 9rem
    }

    .title {
        font-size: 2rem
    }

    .hero-btn {
        font-size: 1.1rem;
        width: 10rem;
        padding: .75rem
    }

    .hero-content-2 {
        padding-left: 2.75rem;
        padding-top: 2.75rem
    }

    .hero-title {
        font-size: 1.8rem
    }

    .hero-title-2 {
        font-size: 1.8rem;
        margin-bottom: .5rem
    }

    .hero-title-3 {
        font-size: 1.8rem;
        margin: 2.75rem 0
    }

    .hero-desc {
        font-size: 1.25rem
    }

    .img-products {
        margin: .5rem
    }

    .img-products img {
        max-width: 10rem
    }

    .cat-icon {
        width: 7.5rem;
        height: 7.5rem
    }

    .icon-circle {
        height: 3.65rem;
        width: 3.65rem
    }

    .icon-title {
        font-size: 1rem
    }

    footer {
        padding: .75rem
    }

    .footer-menu {
        justify-content: center;
        gap: .5rem
    }

    .footer-nav-column {
        width: 25%
    }

    #subscribe-btn {
        width: 6rem;
        margin-left: 1rem
    }

    .subscribe {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 80%;
        padding: 1rem
    }

    .social-media {
        padding: .75rem;
        margin-top: 0
    }

    .social-media a {
        font-size: 1.7rem;
        margin: .2rem .75rem
    }

    .description {
        font-size: .8rem
    }

    .atc-btn,.rm-btn {
        margin-top: .75rem
    }

    .cart-prod-container .cart-prod {
        margin: .5rem 0
    }

    #buttons-column {
        gap: 1.2rem
    }
}

@media only screen and (max-width: 700px) {
    .img-products img {
        max-width:15rem
    }

    .description {
        font-size: .9rem
    }

    .atc-btn,.rm-btn {
        margin-top: 1rem
    }

    button {
        padding: .75rem;
        font-size: .9rem
    }

    .summary-shopping-cart {
        flex-direction: column;
        align-items: center;
        width: 95%
    }

    .shopping-cart {
        width: 60%
    }

    .order-summary {
        width: 60%
    }
}

@media only screen and (max-width: 600px) {
    .header {
        flex-direction:column;
        padding: 0
    }

    .company-name {
        margin: 1rem
    }

    .header-spans {
        width: 90%
    }

    .title {
        font-size: 1.8rem
    }

    .hero-content {
        padding-left: 2rem;
        padding-top: 2rem
    }

    .hero-title {
        font-size: 1.6rem;
        padding: 0 .5rem
    }

    .hero-title-2 {
        font-size: 1.6rem;
        margin-bottom: .35rem
    }

    .hero-title-3 {
        font-size: 1.6rem;
        margin: 1.3rem 0
    }

    .hero-content-2 {
        padding-left: 1.5rem;
        padding-top: 1.5rem
    }

    .hero-desc {
        font-size: 1rem
    }

    .hero-btn {
        font-size: 1rem;
        width: 8rem;
        padding: .6rem
    }

    .icon-circle {
        height: 3.5rem;
        width: 3.5rem
    }

    .icon-title {
        font-size: .9rem
    }

    footer {
        padding: .5rem
    }

    .paying-methods {
        justify-content: center
    }

    .shopping-cart {
        width: 80%
    }

    .order-summary {
        width: 80%
    }
}

@media only screen and (max-width: 450px) {
    .header {
        padding:.5rem 0
    }

    #search-input {
        max-width: 8rem
    }

    .title {
        font-size: 1.5rem
    }

    .hero-content {
        padding-left: 1rem;
        padding-top: 1rem
    }

    .hero-content-2 {
        padding-left: 1rem;
        padding-top: 1rem
    }

    .hero-teatle {
        font-size: 1.2rem
    }

    .hero-title-2 {
        font-size: 1rem;
        margin-bottom: 0
    }

    .hero-title-3 {
        font-size: 1.2rem;
        margin: 1rem 0
    }

    .hero-desc {
        font-size: .9rem
    }

    .hero-btn {
        width: 10rem;
        padding: .3rem
    }

    .products-section {
        padding: 0
    }

    .products-container {
        flex-direction: column;
        padding: 0
    }

    .container-icons {
        gap: 1rem
    }

    .icon-circle {
        height: 3.25rem;
        width: 3.25rem
    }

    footer {
        padding: 0
    }

    .footer-menu {
        padding: 0
    }

    .footer-nav-container li {
        font-size: .9rem;
        line-height: 1.5
    }

    .footer-nav-container {
        width: 100%;
        padding: .5rem
    }

    .subscribe p {
        font-size: .9rem;
        max-width: 90%
    }

    #subscribe-input {
        font-size: .9rem;
        max-width: 7rem
    }

    .footer-nav-column {
        margin: .5rem
    }

    .shopping-cart {
        width: 90%
    }

    .order-summary {
        width: 90%
    }
}

@media only screen and (max-width: 350px) {
    .hero-content-2 {
        padding-left:.8rem;
        padding-top: .8rem
    }

    .hero-teatle,.hero-teatle-2 {
        font-size: 1rem
    }

    .hero-title-3 {
        font-size: 1rem;
        margin: 1rem 0
    }

    .hero-desc {
        font-size: .75rem
    }

    .header-spans {
        flex-direction: column
    }

    #search-input {
        max-width: 10rem
    }

    .user-wrapper i {
        margin: 1rem 0 0
    }

    .subscribe {
        width: 90%;
        padding: .75rem
    }

    .desc-prod {
        gap: .5rem
    }
}

.logo {
    height: 115px;
}

/* NAVBAR CONTAINER */
.nav-container {
    display:grid;
    grid-template-columns: 25% 50% 25%;
    align-items:center;
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    /* Glass Blur */
    background: rgb(0 0 0 / 59%);
    backdrop-filter: blur(59px);
    -webkit-backdrop-filter: blur(14px);
}

/* DESKTOP NAV */
.nav-web {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    list-style: none;
}

/* Logo */
.logo {
    padding: 0 58px;
}

/* Center Links */
.nav-links {
    display: flex;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

/* Right Icons */
.header-spans {
    display: flex;
    gap: 15px;
    justify-content: center;
    font-size: 20px;
    width: 25%;
}

/* MOBILE NAV */
.nav-mobile {
    display: none;
}

/* MOBILE STYLE */
@media (max-width: 768px) {
    .nav-web,.header-spans,.nav-left {
        display:none;
    }
    .hero-title {
        font-size: 22px!important;
        margin-top: 139px!important;
        margin-bottom: 6px!important;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7)!important;
    }
    .hero-desc {
    font-size: 12px!important;
        
    }
    .hero-btn {
    font-size: 13px!important;
        
    }
    

    .nav-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
    }

    #myLinks {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
    }

    #myLinks a {
        padding: 15px;
        text-decoration: none;
        color: black;
        border-bottom: 1px solid #eee;
    }

    .icon {
        font-size: 24px;
    }
}
.nav-left{
    width: 25%;
}
.hero-section{
    width:100%;
}

/* Overlay */

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    display:flex;
    justify-content:center;
    align-items:center;
}

/* Content */
.hero-content {
  text-align: center;
  color: white;
  padding: 40px 60px;

  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(10px);

  border-radius: 15px;

  animation: fadeInUp 2.2s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Title */

.hero-title{
    font-size:48px;
    margin-bottom:15px;

    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

/* Description */

.hero-desc{
    font-size:18px;
    max-width:500px;
    margin:auto;
    margin-bottom:25px;

    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

/* Button */

.hero-btn{
    padding:12px 35px;
    font-size:16px;
    border:none;
    border-radius:30px;
    background: #fbda68;
    color:black;
    cursor:pointer;
    transition:0.3s;
}

.hero-btn:hover{
    background: #dfb72d;
    transform:scale(1.05);
}
.about-section {
  padding: 80px 10%;
  background-color: #000000;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* Image */
.about-image img {
    height: 100%;
    max-height:412px;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

/* Content */
.about-content {
  max-width: 500px;
}

.about-title {
  color: white;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}

.about-text {
  font-size: 16px;
  margin-bottom: 15px;
  color: white;
}

.about-btn {
  padding: 12px 25px;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.about-btn:hover {
  background-color: #444;
}

.shop-section {
  padding: 40px 10%;
  background-color: #000000;
}

.shop-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* Image */
.shop-image img {
    height: 412px;
    width: 412px;
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}

/* Content */
.shop-content {
  max-width: 500px;
}

.shop-title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}

.shop-text {
  font-size: 16px;
  margin-bottom: 15px;
  color: white;
}

.shop-btn {
  padding: 12px 25px;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.shop-btn:hover {
  background-color: #444;
}

.contact-section {
  padding: 80px 10%;
  background-color: black;
  color: white;
}

.contact-container {
  max-width: 800px; /* max width for large screens */
  width: 100%;       /* allow container to shrink */
  margin: auto;
  text-align: center;
}

.contact-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.mrgin {
  margin-bottom: 30px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row input {
  flex: 1; /* equally share space for two-column layout */
  min-width: 200px; /* avoid inputs being too small on mid screens */
}

/* Inputs & textarea */
.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
}

/* Textarea full width */
textarea {
  /* width: 100%; */
  resize: vertical;
}

/* Button */
.contact-btn {
  padding: 12px 35px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background: #fbda68;
  color: black;
  cursor: pointer;
  transition: 0.3s;
  align-self: center;
}
.cat-bar{
    border: 2px solid #ffd968;
    padding: 24px 24px;
    border-radius: 10px;  
}

.contact-btn:hover {
  background: #dfb72d;
  transform: scale(1.05);
}

/* Responsive: stack columns on smaller screens */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column; /* inputs stack */
  }

  .form-row input {
    width: 100%; /* full width on mobile */
  }
}
/* --- Testimonial Section Base --- */
.testimonial-section {
    background: #000000;
    padding: 60px 0;
    overflow: hidden; /* Prevents horizontal scroll on mobile */
}

/* --- Container Fix --- */
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #ffd968;
}

.testimonial-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  flex: 1;
  background: #aba0a0;
  padding: 30px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  min-width: 300px;
}

/* Orange side borders */
.testimonial-card::before,
.testimonial-card::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 60%;
  background: orange;
  top: 20%;
}

.testimonial-card::before {
  left: 0;
}

.testimonial-card::after {
  right: 0;
}

.testimonial-text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-footer h4 {
  margin-bottom: 5px;
}

.stars {
  color: #f4b400;
  font-size: 14px;
}

.brand {
  font-weight: bold;
  font-size: 20px;
}

/* Responsive */
@media(max-width: 768px) {
  .testimonial-wrapper {
    flex-direction: column;
  }
}
.testimonial-card-items {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin: 15px 5px; /* Spacing for the shadow */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    min-height: 280px; /* Ensures all cards look uniform */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-top 0.3s ease;
    border-top: 4px solid transparent;
}
.testimonial-card-items .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-card-items .client-info .client-img {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card-items .client-info .client-img .icon {
  position: absolute;
  left: -25px;
  bottom: -35px;
}
.testimonial-card-items .client-info .client-img .icon .shape {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.testimonial-card-items .content h3 {
    color: #121315;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
/* --- Text Styles --- */
.testimonial-card-items p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    /* Removed fixed height 92px to allow text to wrap on mobile */
    height: auto; 
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Limits long text to 5 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-card-items .star {
    color: #ffd968;
    margin-top: 5px;
    font-size: 13px;
}
.testimonial-section {
  margin-bottom: -40px;
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 40px 0;
    }
    
    .section-title h2 {
        font-size: 24px;
        text-align: center;
    }

    .testimonial-card-items {
        padding: 20px;
        min-height: auto; /* Let it grow naturally on phones */
    }
}
.testimonial-slider .swiper-slide {
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
}
.swiper-slide-active .testimonial-card-items {
    border-top: 4px solid #ffd968;
    transform: scale(1.02);
}

.testimonial-slider,
  .swiper-slide-active,
  .testimonial-card-items,
  .client-info,
  .client-img,
  .icon,
  .shape {
  filter: none;
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.vision-list {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

.vision-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

/* custom bullet */
.vision-list li::before {
  content: "âœ”";
  position: absolute;
  left: 0;
  top: 0;
  color: #f59e0b; /* nice orange/yellow */
  font-weight: bold;
}
/* SIDEBAR / FILTERS - 3 COLS */
.shop-sidebar {
  flex: 0 0 25%;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.shop-sidebar h2,
.shop-sidebar h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.shop-sidebar .vision-list {
  list-style: none;
  padding-left: 0;
}

.shop-sidebar .vision-list li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.shop-sidebar input[type="checkbox"] {
  margin-right: 8px;
}

.shop-sidebar .price-filter label {
  font-weight: 500;
}

.shop-sidebar .price-filter input[type="range"] {
  width: 100%;
  margin-top: 10px;
}

/* PRODUCTS GRID - 9 COLS */
.shop-products {
  flex: 0 0 73%;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* PRODUCT CARD */
.product-card {
  background: black;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.2s ease-in-out;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 238px;
  margin-bottom: 20px;
}

.product-card .product-content {
  padding: 10px;
}

.product-card .product-content h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.product-card .product-content p {
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #555;
}

.product-card .product-content .price {
  font-weight: bold;
  color: #000;
}

.product-card .btn {
  padding: 8px 15px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}

.product-card .btn:hover {
  background: #555;
}

/* RESPONSIVE GRID */
@media (max-width: 1200px) {
  .shop-products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .shop-container {
    flex-direction: column;
  }
  .shop-sidebar,
  .shop-products {
    flex: 0 0 100%;
  }
  .shop-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .shop-products {
    grid-template-columns: 1fr;
  }
}

.product-det h4,p{
    margin-bottom: 8px;
}
/* SHOP BANNER */
.shop-banner {
  width: 100%;
  height: 200px; /* adjust height if needed */
  background: url('img/shop-banner.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 100px; /* optional, adjust spacing */
}

.shop-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* dark overlay */
  z-index: 1;
}

.shop-banner-content {
  position: relative;
  z-index: 2;
}

.shop-banner h1 {
  font-size: 3rem;
  margin: 0;
  font-weight: bold;
}

.shop-banner p {
  font-size: 1.2rem;
  margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .shop-banner {
    height: 150px;
  }
  .shop-banner h1 {
    font-size: 2rem;
  }
  .shop-banner p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .shop-banner {
    height: 120px;
  }
  .shop-banner h1 {
    font-size: 1.5rem;
  }
  .shop-banner p {
    font-size: 0.9rem;
  }
}
/* Hide menu by default */
#myLinks {
  display: none;
  flex-direction: column;
  background-color: #111;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
}

/* Show menu when active */
#myLinks.show {
  display: flex;
}

/* Menu links style */
#myLinks li {
  margin-bottom: 10px;
}

#myLinks li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px;
  border-radius: 4px;
}

#myLinks li a:hover {
  background-color: #333;
}
.newl{
     border: 1px solid #ffd968;
    padding: 29px 35px;
    border-radius: 15px;   
}
/* Pagination - Black background with #ffd968 accents */
.custom-pagination .page-item .page-link {
  background-color: #000;       /* Black background */
  color: #ffd968;               /* Gold text */
  border: 1px solid #ffd968;    /* Gold border */
  margin: 0 3px;
  transition: all 0.3s ease;
}

.custom-pagination .page-item .page-link:hover {
  background-color: #ffd968;    /* Gold background on hover */
  color: #000;                  /* Black text on hover */
  border-color: #ffd968;
}

.custom-pagination .page-item.active .page-link {
  background-color: #ffd968;    /* Gold active page */
  color: #000;                  /* Black text */
  border-color: #ffd968;
}

.custom-pagination .page-item.disabled .page-link {
  color: #555;                  /* Dark gray for disabled */
  border-color: #333;
  pointer-events: none;
}
/* Theme Colors & Buttons */
.bg-black { background-color: #000 !important; }
.btn-theme {
    background-color: #ffd968;
    color: #000;
    border: none;
    transition: 0.3s ease;
}
.btn-theme:hover { background-color: #e6c35d; color: #000; }

/* Responsive Image Heights */
.product-main-img {
    object-fit: cover;
    height: 300px; /* Height for mobile */
}

@media (min-width: 768px) {
    .product-main-img {
        height: 500px; /* Height for desktop */
    }
}

/* Custom Thumbnails */
.thumbnail-btn {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    border: 2px solid #333;
    flex-shrink: 0; /* Prevents thumbnails from squishing */
    border-radius: 6px;
    opacity: 0.6;
}
.thumbnail-btn.active {
    opacity: 1;
    border-color: #ffd968;
}

/* Size Grid for Mobile */
.size-selector-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 buttons per row on mobile */
    gap: 8px;
}

@media (min-width: 992px) {
    .size-selector-grid {
        max-width: 350px; /* Keeps buttons tidy on wide screens */
    }
}

/* Size Button Styling */
.btn-outline-custom {
    color: #fff;
    border: 1px solid #444;
    padding: 10px 5px;
}

.btn-outline-custom:hover {
    color: #ffd968!important;
    border: 1px solid #444;
    padding: 10px 5px;
}


.btn-check:checked + .btn-outline-custom {
    background-color: #ffd968 !important;
    border-color: #ffd968 !important;
    color: #000 !important;
}

/* Color Swatches */
.color-swatch {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
}
.color-swatch.active { border-color: #ffd968; }

/* Custom Scrollbar for Thumbnails (Optional) */
.carousel-indicators-custom::-webkit-scrollbar {
    height: 4px;
}
.carousel-indicators-custom::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}
/* Background & Containers */
.bg-dark-soft { background-color: #0d0d0d; }

/* Cart Item Fixes */
.cart-item-card {
    background-color: #111 !important;
    transition: transform 0.2s ease;
}

.cart-img-container {
    width: 120px;
    min-width: 120px; /* Prevents the image from disappearing on small screens */
    height: 120px;
    background-color: #fff; /* Good for shoes with white backgrounds */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

/* Summary Box Fix */
.order-summary {
    background-color: #111 !important;
    min-width: 100%; /* Ensures it fills the 4-column space */
}

/* Button Styling */
.btn-theme {
    background-color: #ffd968 !important;
    color: #000 !important;
    border-radius: 4px;
    border: none;
    width: 188px!important;
}

.btn-theme:hover {
    background-color: #e6c35d !important;
    color: #000 !important;
}

/* Custom Text colors */
.text-success {
    color: #28a745 !important;
}
.elem-btn  {
    background-color: #000000!important;
    color: #ffd968!important;
}
body {
    background-color: #000!important;
    color: #fff; /* taake text visible rahe */
}
.cat-bar{
    color: white;
}
.card-body{
    color: white!important;
}
.newl{
    color: white!important;
}
.contact-container{
    color: white!important;
}
.nav-left{
    cursor:default;
}
.category-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.testimonial-sec {
    background: #000000;
    padding: 100px 0;
}

.testimonial-item ul li img {
    width: 70px !important;
    height: 70px;
    border-radius: 100%;
    border: 1px solid;
    object-fit: cover;
}

.testimonial-item {
    background: #000000;
    padding: 30px 30px;
    border-radius: 20px;
    width: 97%;
    border: 2px solid white;
}

.testimonial-item h3 {
    font-size: 24px;
    height: 49px;
}

.testimonial-item p {
    padding: 10px 0;
    height: 195px;
}

.testimonial h2 {
    text-align: center;
    padding: 0 0 40px 0;
    color: white;
}

.testimonial-item ul li p {
    padding: 0;
    font-size: 15px;
    height: auto;
    list-style-type: none;
}

.testimonial-item ul li span {
    color: #D16655;
    list-style-type: none;
}
.testimonial-item ul li img {
    list-style-type: none;
}

.owl-carousel.owl-drag .owl-item{
    background : black;
}
.testimonial-item ul {
    list-style: none; /* This removes the dots */
    padding: 0;       /* Removes the default left indentation */
    margin: 0;        /* Optional: removes default spacing */
}

/* If the dots are still there, use !important to override external styles */
.testimonial-item ul {
    list-style-type: none !important;
}
span.cart-count {
    background: #e6c35d;
    width: 13px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: relative;
    right: -15px;
    top: 10px;
    border: 2px solid #e6c35d;
    font-family: var(--btn-font);
    align-items: center;
    justify-content: center;
}
.primary-font{
    color:white;
}
.heading__color-1{
    color:white;
}
/* Custom Toastr Styles */
.fl-main-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    max-width: 350px;
}

.fl-flasher {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 16px;
    margin-bottom: 10px;
    animation: slideInRight 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.fl-success {
    border-left: 4px solid #28a745;
    background: #d4edda;
    color: #155724;
}

.fl-error {
    border-left: 4px solid #dc3545;
    background: #f8d7da;
    color: #721c24;
}

.fl-flasher .fl-content {
    display: flex;
    align-items: center;
}

.fl-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

.fl-success .fl-icon::before {
    content: 'âœ“';
    font-size: 20px;
    color: #28a745;
    font-weight: bold;
}

.fl-error .fl-icon::before {
    content: 'âœ•';
    font-size: 20px;
    color: #dc3545;
    font-weight: bold;
}

.fl-title {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

.fl-message {
    font-size: 14px;
    line-height: 1.4;
}

.fl-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(0,0,0,0.1);
    overflow: hidden;
}

.fl-progress {
    height: 100%;
    background: linear-gradient(90deg, #28a745, #20c997);
    transition: width 0.3s ease-out;
    width: 100%;
}

.fl-error .fl-progress {
    background: linear-gradient(90deg, #dc3545, #fd7e14);
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 576px) {
    .fl-main-container {
        right: 10px;
        left: 10px;
        max-width: none;
        top: 10px;
    }
}