* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

.condel {
    width: 100%;
    display: flex;
    gap: 16px;
    row-gap: 16px;
    column-gap: 16px;
}

.let-condel {
    width: 70%;
}


section.imhs {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #191d20;
}

h1.leadi {
    line-height: 58px;
}


button.font-f {
    font-size: 20px;

}

.creen {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

h2.md {
    line-height: 58px;
}



.men ul {
    width: 100%;
    display: flex;
    padding: 20px 0;
    gap: 16px;
}

.men ul li {
    font-size: 14px;
}

.text-rights {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 18px;
}

.lit ul {
    display: flex;
    padding-bottom: 16px;
    gap: 30px;
}

.lit ul li a {
    font-size: 25px;
    color: #212529;
    font-weight: 600;
}

h1.getsa {
    line-height: 62px;
}


.lit ul li:hover {
    border-bottom: 2px solid green;
}

.men ul li:hover a {
    color: blue;
}

.showss {
    position: relative;
    width: 100%;

}

ul.ds {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
}

div#dropdown-1 {
    width: 100%;
    position: absolute;
    background-color: white;
    padding: 0;
    margin: 0;
    left: 0;
    top: 115px;
}

aside.col-span-3.space-y-6 {
    overflow: scroll;
    width: 100%;

    scrollbar-width: none;
}

ul.ds li {
    font-size: 14px;
    font-weight: 500;
}

.griss {
    width: 100%;
    overflow: scroll;
    scrollbar-width: none;
    border: 1px solid #8080804d;
    border-radius: 10px;
    padding: 20px;
}

.acc-container {
    max-width: 700px;
    width: 100%;
}

.acc {
    margin-bottom: 10px;
}

.acc-head {
    background-color: rgb(63 63 63);
    padding: 15px 10px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #fff;
    transition: all .3s;
}

.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
}

.acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    color: #fff;
    font-weight: bold;
}

.acc-content {
    padding: 15px 10px;
    display: none;
}

.acc-head.active::before {
    transform: rotate(90deg);
}


section.text-cente {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.text-fo {
    font-size: 15px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

h3.md {
    text-transform: uppercase;
    ;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fontss {
    margin: 0px !important;
}


.leadia {
    line-height: 64px !important;
    font-size: 48px !important;
}

.bg-blac {
    background: linear-gradient(90deg, rgb(15 16 15) 6%, rgb(248 139 14) 219%) !important;
}

.fonts {
    font-size: 30px !important;
    color: #1f2937;
}

.fuls {
    height: 350px;
}

.flesas {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}

.fle {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.main-v {
    width: 100%;
    height: 100%;
    position: relative;
    ;
}

.reds {
    position: absolute;
    width: 100%;
    top: 18%;
    left: 0;
}

h2.png {
    width: 100% !important;
    margin: auto;
}

p.here {
    color: #dadada !important;
}

a.menpa {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #191d20;
}

.help {
    width: 90%;
    text-align: center;
    margin: auto;
    background-color: #00000012;
    padding: 20px 0px;
}

h2.png {
    width: 100% !important;
    margin: auto;
}

.hss {
    border: 1px solid grey;
}

.hss:hover {
    border: 1px solid #ff6600;
}

.hss i {
    transition: 0.5s;
}

.hss:hover i {

    transform: scale(1.2);
    transition: 0.5s;
}

.bgsa:hover {
    background-color: #ff66004b;
    transform: scale(1.1);
}

.top-head {
    position: sticky;
    top: 0;
    z-index: 22;
    box-shadow: 0px -3px 7px 0px grey;
}

.slid {
    width: 1170px;
    float: left;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}


.main-menu .menu ul li:hover .dropdwon {
    display: block;
    z-index: 2;
}

.main-menu .menu ul li .dropdwon {
    position: absolute;
    top: 105px;
    left: 0px;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-color: white;
    z-index: 33;
    border-top: 1px solid rgba(112, 113, 112, 0.6196078431);
    box-shadow: 0 3px 3px rgb(231, 224, 224);
    display: none;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu {
    width: 300px;
    height: 100vh;
    float: left;
    border-right: 1px solid gray;
    background-color: #f1f1f1;
}

.text {
    color: black;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul {
    display: inherit !important;
    flex-direction: column;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul li {
    padding: 10px;
    background-color: #f1f1f1;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul li:hover {
    background-color: white;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul li a {
    text-decoration: none;
    color: rgb(41, 39, 39);
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul li:hover .sub-dropdown {
    display: block;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul li .sub-dropdown {
    width: calc(100% - 300px);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    display: none;
    overflow: scroll;
    scrollbar-width: none;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul li .sub-dropdown .main {
    width: 20%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.main-menu .menu ul li .dropdwon .dropdwon-menu ul li .sub-dropdown .main img {
    width: 100px;
}

.main-menu {
    width: 100%;
    float: left;
}

.main-menu .menu {
    display: flex;
    flex-direction: row;
}

.main-menu .menu ul {

    gap: 18px;
    list-style: none;
    font-size: 16px;
}

.masis {
    font-size: 14px;
    gap: 18px;
    font-weight: 400;
}

ul#sideTabs {
    display: flex;
    gap: 0;
}

ul#menu {
    display: flex;
}

.main-menu .menu ul li {
    cursor: pointer;
    border-top: 0;
    padding-bottom: 10px;
}

ul.m {
    padding-left: 0 !important;
}

.st {
    transition: 1s;

}

.stya {
    filter: brightness(0.5) !important;
}

.st:hover {
    transform: scale(1.1);
    transition: 1s;
}



ul.submenu {
    padding-left: 15px !important;
}

.lefts li {
    padding: 5px 0px !important;
}

u.m-m {
    padding-left: 10px !important;
}

.list-style {
    width: 100%;
}

.top {
    display: flex;
    margin: auto;
    width: 100%;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.top .top-img {
    width: 700px;
    float: left;
    overflow: hidden;


}

.top .top-img img {
    width: 100%;
    height: 100%;
    float: left;

}

.bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.bottom .bottom-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 20px;
}


.bottom .bottom-img img {
    width: 100%;
    height: 100%;

}

.bottom .slick-current {
    border: 2px solid red;
}

.slick-dotted.slick-slider {
    margin: 80px auto;
}

ul.slick-dots {
    display: none;
}

.slick-dotted.slick-slider {
    margin: 32px auto;
}

.bottom .bottom-img {
    width: 55px !important;
    height: 50px;
    overflow: hidden;
    margin: 20px;
}

.bottom .bottom-img {
    width: 55px !important;
    height: 50px;
    overflow: hidden;
    margin: 10px;
}







.detail-container {
    width: 90%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;

}

.breadcrumb a {
    color: #777;
    text-decoration: none;
}

.breadcrumb span {
    color: #000;
}

.product-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product-images {
    flex: 1;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.thumbnail-images {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail-images img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.product-info {
    flex: 1.5;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.product-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
}

.sku {
    font-size: 14px;
    color: #999;
}

.price {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.payment-info {
    font-size: 14px;
    color: #555;
}

.payment-info a {
    text-decoration: none;
    color: #000;
}

.options {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.option-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.option-buttons {
    display: flex;
    gap: 10px;
}

.option-buttons button {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.option-buttons button.active {
    border-color: #f4b400;
    background: #f4b400;
    color: #fff;
    font-weight: bold;
}

/* Quantity section */
.quantity-section {
    display: flex;
    align-items: center;
    margin-right: 10px;

}

.quantity-section button {
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;

}

.quantity-input {
    width: 50px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px 15px;
}

/* Actions */
.actions_wrraper {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.actions {
    display: flex;
    gap: 10px;
}

.actions button {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.add-to-cart {
    background: #f4b400;
    color: #fff;
}

.buy-now {
    background: #b12704;
    color: #fff;
}

.wishlist {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tabs {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

.tabs button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 20px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

.tabs button.active {
    border-color: #000;
    font-weight: bold;
}

.tab-content {

    font-size: 14px;
    color: #111111;
    line-height: 1.8;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(24 24 24) !important;
}

.additional-info {
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.reviews {
    margin-top: 40px;
}

.reviews h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.reviews p {
    font-size: 14px;
    margin-bottom: 10px;
}

.related-products {
    margin-top: 40px;
}

.related-products h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.related-products .product {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-right: 20px;
}

.related-products img {
    width: 100%;
    border-radius: 8px;
}

.related-products p {
    margin-top: 10px;
    font-size: 14px;
}







/* Responsive Styles */
@media (max-width: 768px) {
    footer {
        margin-top: 0px;

    }

    .reviews {
        text-align: center;
        margin-top: 0;
    }

    .related-products {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-detail {
        flex-direction: column;
        align-items: center;
    }

    .product-images,
    .product-info {
        flex: none;
        width: 100%;
    }

    .product-info h1 {
        font-size: 22px;

    }

    .price {
        font-size: 24px;

    }

    .actions_wrraper {
        display: flex;
        border-bottom: 1px solid #ddd;
        flex-direction: column;
        padding-bottom: 20px;

    }

    .actions {
        margin-top: 20px;
    }

    .action-buttons {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quantity-section {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .wishlist {
        justify-content: center;
    }

    .tabs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .thumbnail-images img {
        width: 50px;
        height: 50px;
    }


}




ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.product-list {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

@media (max-width: 991px) {

    .clid {
        justify-content: left !important;
    }

    .ssta {
        flex-direction: column;
    }


    .creen {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-direction: column;
    }

    .product-list {
        flex-wrap: wrap;
    }
}

.product-item {
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin: 15px 5px;
    max-width: 300px;
    transition: 0.2s;
    width: 100%;
}

.product-item .product-link {
    color: #555;
    text-decoration: none;
}

.product-item .product-info {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.product-item .product-info .tag-procent {
    background: #f00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-item .product-info-img {
    border-bottom: 1px solid #e1e1e1;
    height: 240px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-item .product-info-img img {
    max-width: 200px;
}

.product-item .product-info-description {
    padding: 15px;
}

.product-item .product-info-description .title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 30px;
}

.product-item .product-info-description .description {
    height: 53px;
    margin: 3px 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.product-item .price-box {
    align-items: center;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.product-item .price del {
    color: #ccc;
    font-size: 14px;
    margin-right: 10px;
}

.product-item .price ins {
    color: #4d61fc;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.product-item .price .price-info {
    color: #4d61fc;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.product-item .star-ranking {
    display: flex;
    margin-top: 10px;
}

.product-item .star-ranking img {
    max-width: 15px;
}

.product-item .star-ranking .qtd-votes {
    color: #555;
    font-size: 12px;
    margin-left: 10px;
}

.product-item:hover {
    transform: translateY(-2px);
    box-shadow: -2px 48px 56px -41px rgba(0, 0, 0, 0.37);
}

.btn-buy {
    background: #4d61fc;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-buy .fas {
    margin-left: 3px;
}

.btn-buy:hover {
    background: #0c1979;
}

.d-block {
    display: block;
}




#accordion {
    margin: 0px auto;
    width: 100%;
}

#accordion .question {
    background: #fff;
    margin-bottom: 15px;
}

#accordion .question header {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accordion .question header h3 {
    margin: 0;
    font-weight: 500;
    flex: 1;
}

#accordion .question header i {
    padding: 0 10px;
    transition: 0.2s ease;
}

#accordion .question main {
    display: none;
    padding: 15px;
    box-sizing: border-box;
}

#accordion .question main p {
    margin: 0;
}

#accordion .question.active header i {
    transform: rotate(180deg);
}

code {
    display: block;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
}

.fidx {
    width: 100%;
    height: 270px;
    overflow: hidden;
}


.btsa:focus {
    background-color: #191d20;
    color: white;
    height : 40px;
}


.btsa:hover {
    background-color: #191d20e0 !important;
    color: white !important;
    height: 30px;
    padding-left: 10px;
}

.search-bar-input-wrappers {
    width: 147px;
    position: relative;
    height: 40px;
    background-color: transparent !important;
    margin-top: 22px;
}

input.search-bar-input.util-ellipsis {
    color: black;
}



.search-bar-input-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.search-bar-input {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.search-bar-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.shade-list {
    transition: transform 0.3s ease;
}

.shade-placeholder-item {
    height: 36px;
    line-height: 36px;
    color: #111111;
}

.util-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Animation */
@keyframes scrollPlaceholder {

    0%,
    25% {
        transform: translateY(0);
    }

    33%,
    58% {
        transform: translateY(-36px);
    }

    66%,
    91% {
        transform: translateY(-72px);
    }

    100% {
        transform: translateY(0);
    }
}

.search-bar-placeholder .shade-list {
    animation: scrollPlaceholder 9s infinite;
}

/* Hide placeholder when input is focused or has content */
.search-bar-input:focus+.search-bar-placeholder,
.search-bar-input:not(:placeholder-shown)+.search-bar-placeholder {
    display: none;
}



.he {
    height: 40px !important;
}


.slidesr {
    overflow: hidden;
}





@media screen and (max-width: 576px) {


    .logine-text {
        width: 100% !important;
        position: relative;
        left: 0 !important;

    }


    .imges-box {
        display: none;
    }

    .bors {
        margin-top: 20px;
    }

    .men {
        display: none;
    }

    .clid {
        justify-content: left !important;
    }

    .ssta {
        flex-direction: column;
    }


    .creen {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-direction: column;
    }

    .lit ul li a {
        font-size: 18px;
        color: #212529;
        font-weight: 600;
    }

    .let-condel {
        width: 100%;
    }

    .widtg {
        overflow: hidden;
    }

    .flex.flex-wrap.md\:flex-col.gap-2.md\:gap-4.dis-p {
        display: -webkit-inline-box !important;
    }

    .pding {
        padding: 0px !important;
    }

    .mds {
        gap: 18px !important;
    }

    .dys {
        display: none !important;
    }

    .hd {
        display: none !important;
    }

    .leadia {
        text-align: center;
        width: 100%;
        padding: 0;
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .h-\[80vh\] {
        height: 50vh !important;
    }

    .sbs {
        justify-content: center;
        margin-bottom: 20px !important;
    }

    .md {
        font-size: 24px !important;
        line-height: 35px !important;
    }

    .text-fo {
        font-size: 16px !important;
        line-height: 30px !important;
        margin-top: 25px;
    }

    .max-w-7xl.mx-auto.px-10.gap-8.flex {
        flex-direction: column !important;
        padding: 10px 20px !important;
    }



    .top-head {
        position: sticky;
        top: 0;
        z-index: 22;
        box-shadow: 0px -3px 7px 0px grey;
    }

    .slid {
        width: 500px !important;
    }

    .pds {
        padding: 10px 0px !important;
    }



    .sizes {
        width: 30px !important;
        height: 30px !important;
    }

    .ams {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .tesd {
        gap: 10px !important;
    }



    .marg {
        margin: 0px !important;
    }

    .textss {
        font-size: 24px !important;
        padding-bottom: 10px !important;
    }

    h2.fontsss {
        font-size: 18px;
    }

    .tops {
        font-size: 22px !important;
    }

    .ops {
        font-size: 10px !important;
        padding: 5px 15px !important;
    }

    .help {
        width: 90% !important;
        text-align: center;
        margin: auto;
    }

    .fontsa {
        font-size: 32px !important;
        line-height: 2.5rem;
        padding-bottom: 28px !important;
    }

    .png {
        font-size: 24px !important;
        margin-bottom: 12px !important;

    }

    .fuls {
        width: 100%;
        height: 100% !important;
    }

    .lassn {
        font-size: 26px !important;
        line-height: 45px !important;
    }

    .mgss {
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .pngs {
        font-size: 26px !important;
        margin-bottom: 12px !important;
    }

    .paddin {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    .fulls {
        max-width: 370px !important;
    }

    .gapss {
        gap: 20px !important;
    }

    .throug {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .state {
        display: flex;
        align-items: center;
        gap: 13px;
    }




    .product-item {
        border: 1px solid #e1e1e1;
        cursor: pointer;
        margin: 15px 5px;
        max-width: 450px;
        transition: 0.2s;
        width: 100%;
        overflow: hidden;
    }


    .product-item .product-info {
        margin: 0;
        padding: 0;
        position: relative;
        width: 450px;
    }

    .product-item .product-info-img {
        border-bottom: 1px solid #e1e1e1;
        height: 270px !important;

    }

    .strem {
        font-size: 27px !important;
        line-height: 40px !important;
    }

    .marg {
        margin: 0 !important;
        padding: 21px !important;
    }

    .test-32 {
        font-size: 25px !important;
    }


    .pds {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    p.ss {}


}


img.h-10.conte-1.brigt-ss {
    filter: invert(1);
}




/* Mobile (Small devices) */
@media (max-width: 576px) {


    .slick-dotted.slick-slider {
        margin: 32px auto;
        display: none;
    }


    .font-s {
        font-size: 20px !important;
    }


    .manages {
        display: flex !important;
        flex-direction: column !important;
    }


    .w-64 {
        width: 95% !important;
    }

    .bg-white.rounded-lg.p-4 {
        width: 95%;
        margin: auto;
    }



    .w-1\/4 {
        width: 100% !important;
    }

    .w-3\/4 {
        width: 100% !important;
    }

    .max-alin {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .flex.items-center.justify-between.mb-6.adjust {
        flex-direction: column !important;
        gap: 20px;
    }

    select.border.rounded-md.px-3.py-2.bg-white {
        width: 100% !important;
    }

    .froms {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .purch {
        font-size: 18px !important;
    }

    .w-64.bg-white.shadow-lg.p-4.mx-4.my-4.cat {
        margin: 12px !important;
    }

    .max-w-7xl.mx-auto.gap-8.flex.pding {
        display: flex !important;
        flex-direction: column !important;
    }

    h1.text-4xl.font-bold.text-gray-900.mb-6.mades {
        font-size: 32px !important;
    }

    .font-p {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .spen-t {
        font-size: 18px !important;
        font-weight: 400;
        color: black !important;
    }

    .mx-auto.gap-8.flex.pding {
        display: flex !important;
        flex-direction: column !important;
    }


    .imgs {
        width: 100%;
        height: 400px !important;
    }

    .reds {
        position: absolute;
        width: 100%;
        top: 15%;
        left: 0;
    }

    .condel {
        flex-direction: column;
    }

    h2.sals {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .reds.dele {
        position: absolute;
        width: 100%;
        top: 18%;
    }

    .exlpl h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .prod-w {
        gap: 14px !important;
    }

    .t-2 {
        font-size: 16px !important;
    }

    .t-3 {
        font-size: 14px !important;
    }

    h2.wes {
        font-size: 16px;
        line-height: 22px;
    }

    h1.leadi {
        line-height: 35px;
    }


    .startss {
        font-size: 30px !important;
    }
}

button.bgss {
    background-color: green !important;
}

button.whtas {
    border: 1px solid green !important;
}

.bgss {
    background-color: green;
}



ul.list-disc li {
    padding: 5px 0;
}

ul.list-disc li strong {
    font-weight: 500 !important;
}



.massss {
    padding: 20px 20px;
    box-shadow: 0px 0px 1px 0px #808080c1;
    border-radius: 10px;
}


.imges-box.log-pa {
    height: 550px;
}

img.privats {
    width: 65px;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

/* Tablet */
@media (min-width: 577px) and (max-width: 768px) {


    .logine-text {
        width: 100% !important;
        position: relative;
        left: 0 !important;

    }

    .imges-box {
        display: none;
    }

    .let-condel {
        width: 100%;
    }


    .png {
        font-size: 26px !important;
        margin-bottom: 12px !important;

    }

    h1.leadi {
        line-height: 40px;
    }

    .textss {
        font-size: 26px !important;
        /* padding-bottom: 10px !important; */
    }

    .h-\[80vh\] {
        height: 55vh !important;
    }

    .condel {
        flex-direction: column;
    }

    .mx-auto.gap-8.flex.pding {
        display: flex !important;
        flex-direction: column !important;
    }

    .font-p {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .spen-t {
        font-size: 18px !important;
        font-weight: 400;
        color: black !important;
    }


    .font-s {
        font-size: 20px !important;
    }

    .leadia {
        line-height: 46px !important;
        font-size: 26px !important;
    }

    .w-64.bg-white.shadow-lg.p-4.mx-4.my-4.cat {
        margin: 12px !important;
    }

    .help {
        width: 90% !important;
        text-align: center;
        margin: auto;
    }

    .dis-n {
        display: none !important;
    }

    .froms {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .max-alin {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .flex.items-center.justify-between.mb-6.adjust {
        flex-direction: column !important;
        gap: 20px;
    }

    select.border.rounded-md.px-3.py-2.bg-white {
        width: 100% !important;
    }

    .purch {
        font-size: 20px !important;
    }

    .md {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .png {
        font-size: 26px !important;
        margin-bottom: 0px !important;
    }

    p.text-white.lists {
        font-size: 14px;
        padding: 13px;
    }

    h2.fontsss {
        font-size: 22px;
    }


    .lit ul li a {
        font-size: 20px;
        color: #212529;
        font-weight: 600;
    }

    .reds {
        position: absolute;
        width: 100%;
        top: 22%;
        left: 0;
    }

    .product-item {
        border: 1px solid #e1e1e1;
        cursor: pointer;
        margin: 15px 5px;
        max-width: 450px;
        transition: 0.2s;
        width: 100%;
    }

    .product-item .product-info {
        margin: 0;
        padding: 0;
        position: relative;
        width: 450px;
    }

    .product-item .product-info-img {
        border-bottom: 1px solid #e1e1e1;
        height: 270px !important;

    }

    .strem {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .textss {
        font-size: 26px;
    }

    .marg {
        margin: 0 !important;
        padding: 21px !important;
    }

    .text-\[42px\] {
        font-size: 28px !important;
    }



    ul.space-y-3.text-white\/80.tex {
        font-size: 11px;
    }

    .text-\[24px\] {
        font-size: 18px !important;
    }

    .w-\[600px\] {
        width: 100% !important;
    }

    ul.slick-dots {
        display: none !important;
    }

    .pds {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .maping {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .w-64 {
        width: 95% !important;
    }

    .bg-white.rounded-lg.p-4 {
        width: 95%;
        margin: auto;
    }

    .w-1\/4 {
        width: 100% !important;
    }

    .w-3\/4 {
        width: 100% !important;
    }

    .manages {
        display: flex !important;
        flex-direction: column !important;
    }

    .madt {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }


    .clid {
        justify-content: left !important;
    }

    .ssta {
        flex-direction: column;
    }

    .border-r {
        width: 100%;
    }

    .exlpl h2 {
        font-size: 20px;
        line-height: 32px;
    }



    .imgs {
        width: 100%;
        height: 400px !important;
    }


    .creen {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-direction: column;
    }


    .manages {
        height: 100% !important;
    }
}

.manages {
    height: 100% !important;
}


/* Laptop */
@media (min-width: 576px) and (max-width: 700px) {

    .men {
        display: none;
    }

    .bors {
        margin-top: 20px;
    }

}


/* Laptop */
@media (min-width: 767px) and (max-width: 1024px) {
    .condel {
        flex-direction: column;
    }


    .png {
        font-size: 32px !important;
        margin-bottom: 12px !important;

    }


    h2.fontsss {
        font-size: 18px;
    }

    .let-condel {
        width: 100%;
    }

    .md {
        font-size: 22px !important;
        line-height: 2.5rem !important;
    }


    .h-\[80vh\] {
        height: 60vh !important;
    }

    .w-64 {
        width: 95% !important;
    }

    .bg-white.rounded-lg.p-4 {
        width: 40%;

        height: auto;
    }

    section.max-w-7xl.mx-auto.mainss {
        height: 100vh;
    }



    .w-1\/4 {
        width: 100% !important;
    }

    .w-3\/4 {
        width: 100% !important;
    }

    .help {
        width: 90% !important;
        text-align: center;
        margin: auto;
    }


    .reds {
        position: absolute;
        width: 100%;
        top: 15%;
        left: 0;
    }

    .froms {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .product-list {
        flex-wrap: nowrap;
    }

    .product-item .product-info-description .title {
        font-size: 15px;
        margin: 0;
        padding: 0;
        font-weight: 600;
        line-height: 24px;
    }

    .ds {
        display: none !important;
    }

    .w-\[600px\] {
        width: 100% !important;
    }

    ul.slick-dots {
        display: none !important;
    }

    .w-64.bg-white.shadow-lg.p-4.mx-4.my-4.cat {
        margin: 12px !important;
    }

    .p-8 {
        padding: 1rem !important;
    }

    .mx-10 {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }

    .text-\[16px\] {
        font-size: 12px !important;
    }

    .leadia {
        line-height: 52px !important;
        font-size: 35px !important;
    }

    .p-6.tab-c {
        width: 100%;
    }

    .strem {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .grow {
        font-size: 14px;
        line-height: 22px;
    }

    .sear {
        font-size: 15px;
        margin: 0 !important;
        padding: 4px 0;
    }

    .h-full {
        height: 100%;
        object-fit: cover;
    }

    .imgs {
        width: 100%;
        height: 500px !important;
    }


    .marg {
        margin: 0 !important;
        padding: 20px !important;
    }

    .test-32 {
        font-size: 40px !important;
        line-height: 48px !important;
    }


    .ms-flex {
        display: flex;
        flex-direction: column;
    }

    .adjus {
        display: flex !important;
    }

    .madt {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }


    .lists.ss {
        padding: 20px 50px;
    }

    .border-r {
        width: 100%;
    }


    .max-alin {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }


    .exlpl h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .sta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }


}

.mtw {
    margin-top: 80px;
}

h2.tes-get {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 65px;
    text-align: center;
}

.conta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2.msa {
    margin-bottom: 60px;
}

.bgs {
    background-color: #f4f4f4 !important;
}

ul.m li {
    margin-bottom: 5px;
}

.lefts li {
    border-bottom: none !important;
    margin-bottom: 5px !important;
}

ul.helpp {
    padding: 0px !important;
}

ul.helpp li a {
    text-decoration: none;
    color: white;
}

.lefts li a {
    list-style: none !important;
    text-decoration: none;
    color: black;
}

/* Desktop */
@media (min-width: 1025px) {

    .strem {
        font-size: 22px !important;
        line-height: 34px !important;
    }

    h2.fontsss {
        font-size: 22px;
    }


    .max-alin {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .w-64.bg-white.shadow-lg.p-4.mx-4.my-4.cat {
        margin: 25px !important;
    }

    .w-1\/4 {
        width: 31% !important;
    }

    .fn-n {
        display: none;
    }

    .marg {
        margin: 0 !important;
        padding: 20px !important;
    }

    .help {
        width: 90% !important;
        text-align: center;
        margin: auto;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .dods {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 25px 10px;
    }

    .madt {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .froms {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }


    .supp {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .lists.ss {
        padding: 20px 195px;
    }


    .border-r {
        width:25%;
    }


    .p-6.tab-c {
        width: 75%;
    }

    .leadia {
        line-height: 64px !important;
        font-size: 42px !important;
    }

    .exlpl h2 {
        font-size: 28px;
        line-height: 45px;
    }

    .sta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}





.mais {
    display: flex;
    flex-direction: column;
    gap: 15px;
}






.w-full.classs {
    padding: 20px 20px;
}


p.text-white.lists.ss {

    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.onobo {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgs {
    width: 100%;
    height: 500px;
}

.imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-ss {
    padding: 25px;
}




.logine-box {
    display: flex;
    width: 100% !important;
    justify-content: space-around;
    align-items: center;
}


.imges-box {
    width: 100%;
    position: relative;
    height: 450px;
    border-radius: 30px;
    left: 70px;
}

.imges-box img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.logine-text {
    width: 45%;
    position: relative;
    left: -80px;
}

section.gre {
    background: linear-gradient(90deg, rgba(255, 248, 237, 1) 0%, rgba(238, 246, 255, 0.8) 100%);
}

a {
    text-decoration: none;
}

.product-card {
    width: 100%;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #fafafa;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f0f0f0a6;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 16px;
}

.product-catagory {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #9a9a9a;
    margin-bottom: 8px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 8px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}

.cat_img {
    height: 40px !important;
    width: 40px !important;
}




.animate-scale {
    animation: scaleUp 0.3s ease-out;
}

@keyframes scaleUp {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}




.popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 22;
}

.popup-content {
    background: #fff;
    padding: 20px;
    width: 500px;
    border-radius: 8px;
    position: relative;
}

#closeBtn {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 40px;
}