* {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.container,
.wrapper,
.slider,
.carousel {
    box-sizing: border-box;
}

body {
    font-family: "Inter", serif;
}

a {
    text-decoration: none;
}

.block {
    max-width: 1510px;
    margin: auto;
}

.head {
    padding-top: 10px;
    gap: 10px;

    background-color: #0A0A0A;
}

.head .block {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding-bottom: 10px;
}


.icons_head i {
    color: white;
    font-size: 27px;
    padding: 10px;
}

.icons_head button {
    cursor: pointer;
}

.head .logo {
    display: block;
    height: 100px;
    width: 100px;
}

.head .logo img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}


.head {
    position: fixed;
    align-items: center;
    top: 0;
    z-index: 1000;
    width: 100%;

}

.catalog button {

    border-radius: 30px;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.892);
    outline: none;
    background: none;
    color: white;
    padding: 8px 8px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 14px;
    cursor: pointer;
}

.box {
    border: 2px solid white;
    border-radius: 3px;
    width: 10px;
    height: 10px;
}

.boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 22px;
    gap: 2px;
}

.input_head i {
    color: #797878;
}

.input_head label {
    background: white;
    border-radius: 30px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    overflow: hidden;
}

.input_head label input {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none;

}

.icons_head {
    display: flex;
}

.input_head button {
    padding: 10px 20px;
    background-color: black;
    border-radius: 30px 0 0 30px;
    border: none;
    color: white;
    border-color: white;
    cursor: pointer;
}

.input_head i {
    margin-left: 10px;
    margin-right: 10px;
}

.icons_head i {
    color: white;
    font-size: 27px;
}

.icons_head button {

    background-color: #0A0A0A;
    border: none;
}

.whatWeHave {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
}

.whatWeHave .block {
    background-color: #F9F9F9;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.whatWeHave a {
    color: gray;
    transition: color 0.2s ease;
    font-size: 18px;
    font-weight: 600;
}

.whatWeHave a:hover {
    text-decoration: wavy;
    color: black;

}

.whatWeHave img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-left: 15px;

}


.whatWeHave_kans {
    display: flex;
    align-items: center;
    color: #C7C7C7;
    transition: color 0.3s ease;
}

.whatWeHave_kans:hover {
    text-decoration: wavy;
    opacity: 1;
}

.tovars_ul {
    margin-top: 50px;
    border-radius: 15px;
    width: 395px;

}

.tovars_ul a {
    font-size: 20px;
    padding: 10px;
    display: block;
    border: 1px solid lightgray;
    align-items: center;
    display: flex;
    color: gray;
    transition: color 0.2s ease;

}

.tovars_ul a:hover {
    color: black;
    text-decoration: wavy
}

.tovars {
    background-color: #FFFFFF;
}

.banner-blocks-container .block {
    gap: 40px;
    padding-top: 35px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}


.card h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

.card img {
    width: 50px;
    height: 50px;
    margin: auto;

}

.card p {
    text-align: center;
}

.card {
    background-color: #F9F9F9;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 270px;
    transition: all 0.4s ease;

}

.card:hover {
    background-color: #FFFFFF;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.3);
}




.slider_wrapper {
    margin: auto;


}

.banner-blocks-container2 .block {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 40px;
    padding-top: 35px;
    padding-bottom: 30px;

}

.banner-blocks-container2 {

    background-color: #0A0A0A;
    margin-top: 40px;

}

.card2 {
    background: #1B1B1B;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 270px;
    transition: all 0.3s ease;

}

.card2:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
}

.card2 img {
    width: 50px;
    height: 50px;
    margin: auto;
}

.card2 h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
    color: #F9F9F9;
}

.card2 p {
    color: #959595;
    text-align: center;
}

.baner2_img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.contact {
    padding-top: 30px;

    background-color: #0A0A0A;
    color: #959595;
    font-size: 20px;
}

.contact .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.card3 p {
    align-items: center;
    display: flex;
    padding-bottom: 15px;
}

.ourVT a {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    transition: all 0.3s ease;
}

.ourVT a:hover {
    transform: translateY(-5px);
}

.ourVT img {
    margin-right: 20px;

}

.slider_img {
    height: 550px;
    margin-top: 50px;
    margin: auto;
    padding: 15px;


}

.contact_logo {
    width: 50px;
    height: 50px;
}

.about_product {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding-top: 130px;
    padding-bottom: 20px;
}

.about_product .block {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about_product a {
    position: relative;
    text-decoration: none;
    color: #2d3748;
    font-weight: 600;
    font-size: 17px;
    padding: 14px 40px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about_product a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.about_product a[href="#about"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234299e1'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
}

.about_product a[href="#char"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234299e1'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/%3E%3C/svg%3E");
}

.about_product a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #4299e1 0%, #667eea 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(66, 153, 225, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.about_product a:hover::before {
    filter: brightness(0) invert(1);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.about_product a:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(66, 153, 225, 0.3);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

.about_product a {
    animation: float 3s ease-in-out infinite;
}

.about_product a:nth-child(2) {
    animation-delay: 1s;
}



.arrow_l1,
.arrow_r1 {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.arrow_l1 {
    left: 35px;
}

.arrow_r1 {
    right: 35px;
}

.arrow_l1:hover,
.arrow_r1:hover {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.05);
}

.arrow_l1:active,
.arrow_r1:active {
    transform: translateY(-50%) scale(0.95);
}

.arrow_l1 i,
.arrow_r1 i {
    font-size: 20px;
    color: #2c3e50;
    transition: transform 0.2s ease;
}

.arrow_l1:hover i,
.arrow_r1:hover i {
    color: #e74c3c;
}

.arrow_l1:hover i {
    transform: translateX(-2px);
}

.arrow_r1:hover i {
    transform: translateX(2px);
}

.alt-arrow {
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
}

.alt-arrow i {
    color: white;
}

.alt-arrow:hover {
    background: linear-gradient(135deg, #5a4fcf, #9088f0);
}

.slider_wrapper2 {
    position: relative;
    border-right: 1px solid lightgray;
}

.product_row .product_row_about {
    padding: 30px;
}

.stock_status {
    color: #84C1A8;
}



.product_row .up_icon {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    margin-left: auto;
    font-size: 30px;
}



.product_row .price {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 200px;
    margin-top: 50px;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    padding-top: 40px;
    padding-bottom: 40px;

}



.product_row_about_buy {
    display: flex;
    justify-content: center;
    margin-top: 270px;
}

.product_row_about_buy img {
    width: 60px;
    height: 60px;
}

.product_row_about_buy a {
    font-size: 30px;
    display: flex;
    align-items: center;
    background-color: black;
    color: white;
    padding-right: 13px;
    border-radius: 20px;
    cursor: pointer;
}

.product_delivery_payment h2 {
    font-size: 30px;
    padding-top: 10px;
    padding-left: 10px;
}

.product_delivery_payment .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid lightgray;
    border-radius: 30px;
    margin-top: 50px;
    background-color: #F9F9F9;

}


.product_delivery_payment img {
    width: 70px;
    height: 70px;
    margin-left: 10px;
}

.product_delivery_payment .delivery a {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: gray;
    transition: all 0.4s ease;
}

.product_delivery_payment .delivery a:hover {
    color: black;
}

.p_last {
    margin-bottom: 10px;
    color: gray;
    transition: all 0.4s ease;
    cursor: pointer;
}

.product_delivery_payment .delivery_p {
    display: flex;
    align-items: center;
    margin-left: 80px;
    color: #C7C7C7;

}

.product_delivery_payment .p_last:hover {
    color: black;
}

.product_delivery_payment p {
    display: flex;
    align-items: center;
    font-size: 25px;

}

.product_delivery_payment .delivery {
    border-right: 1px solid lightgray;
    padding: 10px;
}

.delivery_p1 {
    width: 900px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 315px;
}

.product_name {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;

}

.product_description .block {
    margin-top: 50px;
    border: 1px solid lightgray;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 5px;

}

.product_description h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;

}

.product_description p {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 40px;
}

.product .mini_img {
    width: 250px;
    object-fit: contain;
}

.product {
    font-size: 15px;
    padding: 15px;
    border: 1px solid #e6e6e6;
    transition: all 0.4s ease;
}

.product:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.product_tile {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

}



.product .price {
    font-weight: 700;
    padding-top: 10px;
    font-size: 23px;
    display: flex;
    flex-direction: column;
}

.product_tile .buy_button1 {
    border-radius: 30px;
    cursor: pointer;
    width: 50px;

}

.product_tile .buy_button1 img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.product_tile .product_buy {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 20px;
    align-items: center;
}

.product_tile .product a {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: gray;
    transition: color 0.3s ease;
}

.product_tile .product a:hover {
    color: black;
    text-decoration: wavy
}

.register_content {
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding: 25px;
    width: 1200px;
}

.register_content input {
    border-radius: 10px;
    padding-left: 8px;
    padding-bottom: 7px;
    padding-top: 7px;
    border: 1px solid lightgrey;

}

.registration_users_h2 {
    font-size: 24px;
    margin-bottom: 30px;

}

.registration_users h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.register_content a {
    color: blue;
}

.register_content a:hover {
    transition: color 0.3s ease;
    text-decoration: underline;
}

.register_label input {
    width: 600px;
    padding: 10px;
}

.registration_users {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;

}

.mod_account_button {
    height: 30px;
    width: 100px;
}

.product_manufacturer p {
    font-size: 20px;
    margin-bottom: 10px;

}

.account_h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.account_content p {
    margin-bottom: 20px;
    font-size: 19px;
}

.account_content {
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding: 20px;
}

.logo_end {
    background-color: #0A0A0A;
}

.logo_end .block {
    border-top: 1px solid #1B1B1B;
    border-bottom: 1px solid #1B1B1B;
}

.logo_end img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.product_photo_slider {
    object-fit: contain;
    display: flex;
    overflow-y: hidden;
}

.product_photo_slider img {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding: 10px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.pagination i {
    font-size: 30px;
    padding: 10px;

}

.h1_search {
    font-size: 30px;
}

.add_h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.register_product {
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding: 25px;
    margin: auto;

}

.register_product input {
    width: 800px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid lightgrey;
}

.add_product button {
    background-color: #221f1f;
    color: white;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;

}

.add_product {
    display: flex;
    justify-content: center;
}

.h2_info {
    font-size: 24px;
    margin-bottom: 30px;
}

.accountinfo input {
    max-width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid lightgrey;
}

.accountinfo {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid lightgrey;
    width: 100%;
}

.h3_info {
    margin-bottom: 30px;
    font-size: 24px;
}

.login-box {
    padding: 30px;
    border-radius: 30px;
    width: 300px;
    border: 1px solid lightgray;
}

.login-box button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid lightgray;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.accountinfo_content {
    display: flex;
    gap: 20px;
}

.logaut {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid lightgrey;
    width: 100%;
}

.logaut p {
    font-size: 20px;
}

.logaut_info {
    display: flex;
    gap: 20px;
}

.logaut-box {
    padding: 30px;
    border-radius: 30px;
    width: 300px;
    border: 1px solid lightgray;
    height: 100%;
}

.logaut-box button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid lightgray;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.sort {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.logaut_button {
    background-color: #221f1f;
    color: white;
    width: 300px;
    height: 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-top: 100px;
    font-size: 19px;
}

.span_old_price {
    text-decoration: line-through;
    color: gray;
    font-weight: 700;
}

.span_new_price {
    color: rgba(195, 1, 1, 1);
    font-weight: bold;
}

.standart_price {
    color: black;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 200px;
    margin-top: 50px;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    padding-top: 40px;
    padding-bottom: 40px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.pointer {
    cursor: pointer;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 320px;
    border-radius: 30px;
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.submet_but {
    display: flex;
    justify-content: space-evenly
}

.submet_button {
    background-color: black;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    margin-top: 30px;
    padding: 10px;
    cursor: pointer;

}

.email input {
    border-radius: 10px;
    border: 1px solid lightgray;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.email {
    margin-top: 20px;
}

.password {
    margin-top: 20px;
}

.password input {
    margin-top: 5px;
    border-radius: 10px;
    border: 1px solid lightgray;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

}


.modal-content h2 {
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
    font-size: 20px;
}

.register {
    font-size: 18px;
    margin-top: 10px;
}

.register a {
    text-decoration: none;
}

.register a:hover {
    transition: color 0.3s ease;
    text-decoration: underline;
}

.modal-basket {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 550px;
    overflow-y: auto;
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.modal-basket.show {
    transform: translateX(0);
    opacity: 1;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-header {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 50px;
}

.modal.show {
    display: block;
}

.close-btn {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: gray;
}

.modal-header .buy-button {
    padding: 10px 20px;
    font-size: 16px;
    background: #221f1f;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.header_card_product {
    display: grid;
    grid-template-columns: 35px 80px 1fr 115px 110px;
    align-items: center;
    gap: 10px;
    padding: 10px;
    justify-items: center;
    border-bottom: 1px solid lightgray;
}

.header_card_product p {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 3);
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
}

.header_card_product .price_basket {
    left: 100px;
    font-size: 25px;
    font-weight: 600;
}

.basket_pdoruct_photo {
    height: 100px;
    width: 100px;


}

.buy-button {
    padding: 15px 10px;
    font-size: 25px;
    align-items: center;
    background-color: black;
    color: white;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 30px;

}

.user-menu-container {
    position: relative;
    display: inline-block;
}

.user-icon {
    font-size: 27px;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    border: 1px solid lightgray;
    min-width: 210px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 15px;
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: grey;
    text-decoration: none;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    transition: color 0.2s ease;
}

.dropdown-menu a:hover {
    color: black;
}

.dropdown-menu a:hover {
    background-color: #f0f0f0;
}

.show {
    display: block;
}

.dropdownBtn {
    font-size: 27px;
    color: white;
}

.container {
    background: white;
    display: flex;
    gap: 20px;
    width: 1600px;
}

.h2_login h2 {
    font-size: 24px;
}

.form-section {
    flex: 1;
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 10px;
}

.form-section h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

.form-section p {
    margin-bottom: 20px;
}

.form-section label {

    margin: 10px 0 5px;
}

.form-section input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.btn {
    background-color: #221f1f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.btn:hover {
    background-color: black;
}

.link {
    display: block;
    margin-bottom: 20px;
    color: blue;
    text-decoration: none;
}

.link:hover {
    transition: color 0.3s ease;
    text-decoration: underline;
}

.login-box button:hover {
    background-color: #e6e6e6;
}

.login-box {
    padding: 30px;
    border-radius: 30px;
    width: 300px;
    border: 1px solid lightgray;
}

.login-box button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid lightgray;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.login-box button:hover {
    background-color: #e6e6e6;
}

.incorect_pass {
    margin-top: 8px;
    color: #a94442;
}

.reset-box {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid lightgray;
    width: 1200px;
    height: 270px;
}

.reset-box h2 {
    margin-bottom: 15px;
    color: #333;
}

.reset-box p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.reset-box label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.reset-box input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reset-box button {
    background-color: #221f1f;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 150px;
    font-size: 16px;
    margin-top: 20px;
}

.reset-box button:hover {
    background-color: black;
}

.categories {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
}

.categories-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: transparent;
    color: #374151;
    border: 2px solid #d1d5db;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 180px;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: fit-content;
}

.categories-button:hover {
    background: #f0fdf4;
    border-color: #22c55e;
    color: #15803d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

.categories-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.1);
}

.categories-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    min-width: 250px;
    max-width: 300px;
    max-height: 600px;
    overflow-y: auto;
    z-index: 999;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    scrollbar-width: thin;
    visibility: hidden;
}

.categories-menu::-webkit-scrollbar {
    width: 6px;
}

.categories-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.categories-menu::-webkit-scrollbar-thumb {
    background: #22c55e;
    border-radius: 3px;
}

.categories-menu::-webkit-scrollbar-thumb:hover {
    background: #16a34a;
}

.categories-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.category_link {
    display: block;
    padding: 12px 24px;
    color: #374151;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-left: 4px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_link:hover {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    color: #15803d;
    border-left-color: #22c55e;
    padding-left: 28px;
}

.category_link:active {
    background: #22c55e;
    color: white;
}

.category_link[href*="category=<?= $category_get ?>"] {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    border-left-color: #15803d;
}

.category_link[href*="category=<?= $category_get ?>"]:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: white;
}

.categories-button::after {
    content: "▼";
    font-size: 10px;
    margin-left: 8px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    color: #6b7280;
}

.categories-button:hover::after {
    color: #22c55e;
}

.categories-button.active::after {
    transform: rotate(180deg);
    color: #22c55e;
}


.login-box {
    padding: 30px;
    border-radius: 30px;
    width: 300px;
    border: 1px solid lightgray;
}

.login-box button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid lightgray;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.reset-box_password {
    display: flex;
    gap: 20px;
}

.reset-pas h2 {
    font-size: 24px;
    margin-bottom: 30px;
}



.other-content {
    margin-top: 40px;
    padding: 10px;
    background-color: #eee;
}

.paymant_photo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center
}

.p_login_error {
    color: #a94442;
}

.oder {
    font-size: 24px;
    margin-bottom: 30px;
}

.ored_adres {
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding: 25px;
}

.chekount h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.label_chekount input {
    border-radius: 10px;
    padding-left: 8px;
    padding-bottom: 7px;
    padding-top: 7px;
    border: 1px solid lightgrey;
    width: 305px;
}

.label_chekount form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.label_adres input {
    border-radius: 10px;
    padding-left: 8px;
    padding-bottom: 7px;
    padding-top: 7px;
    border: 1px solid lightgrey;
    width: 350px;
}

.adres_label {
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding: 25px;
}

.chekount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.your_oder img {
    height: 100px;
    width: 100px;
}

.your_oder {
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding: 25px;
    display: grid;
    overflow-y: scroll;
    max-height: 400px;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.name_price {
    margin-left: 40px;
}

.oder_price {
    font-size: 25px;
}

.ored_name {
    margin-bottom: 20px;
    font-size: 20px;
}

.adres {
    display: grid;
    justify-items: center
}

.order_ready_button {
    padding: 15px;
    font-size: 20px;
    border: none;
    border-radius: 15px;
    color: white;
    background-color: rgb(41, 155, 255);
    cursor: pointer;
    transition: all 0.2s ease;
}

.order_ready_button:hover {
    background: #0069d9;
    transform: translateY(-3px);
}

.order_ready {
    display: grid;
    justify-content: center;
    margin-top: 30px;
}

.characteristics {
    margin-top: 50px;
    border: 1px solid lightgray;
    border-radius: 30px;
    padding: 30px;
}

.characteristics h2 {
    font-size: 30px;
    font-weight: 700;
}

.characteristics p {
    margin-top: 15px;
    font-size: 19px;
}

.buy_button {
    width: 50px;
    height: 50px;

}

.phone_number {
    color: white;
}

.product_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product_link .product {
    text-align: left;
}

.product_info {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: gray;
    transition: color 0.3s ease;
}

.product_name_p:hover {
    color: black;
    text-decoration: wavy
}

.marquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 25px;
    padding: 8px 0;
    transition: 0.4s ease;

}

.text-slider {
    margin-left: 360px;
}

.marquee span {
    display: inline-block;
    will-change: transform;
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.logo_end div {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 20px;
    align-items: center;

}

.logo_end iframe {
    transition: all 0.3s ease;
}

.logo_end iframe:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
}

.contact .ourVT p {
    transition: all 0.3s ease;
}

.contact .ourVT p:hover {
    color: white;
}

.modal-header p {
    font-size: 27px;
}

quantity-controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f3f3f3;
    border-radius: 6px;
    padding: 5px 8px;
}

.qty-btn {
    width: 28px;
    height: 28px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}

.count {
    min-width: 20px;
    text-align: center;
}

.delete-btn {
    border: none;
    background: transparent;
    font-size: 18px;
    color: black;
    cursor: pointer;
    font-size: 40px;
}

.delete-btn:hover {
    color: red;
}

.price-wrapper .price {
    font-size: 20px;
    font-weight: 700;

}

.price-wrapper {
    display: flex;
    align-items: center;
}

.price-wrapper p {
    font-size: 26px;
    font-weight: 700;
}


.cart-title {
    font-weight: 700;
    font-size: 25px;

}

.delete-button {
    width: 20px;
    height: 20px;
    border: none;
    background-color: white;
    cursor: pointer;
}

.flex_close {
    border-bottom: 1px solid lightgrey;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oder_item {
    border: 1px solid lightgray;
    padding: 8px;
}

.oder_total {
    font-size: 20px;
    padding-top: 10px;
}

.order_price {
    margin-top: 5px;
    font-size: 20px;
}

.h3_order {
    margin-top: 30px;
    font-size: 19px;
}

.thankForOrder {
    font-size: 23px;
    margin-bottom: 200px;
    margin-top: 100px;
}

.ret-but {
    display: flex;
    justify-content: center;
}

.cart-button {
    position: relative;
}

.cart-counter {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.cart-button {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
}

.cart-counter {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.buy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.buy-btn:hover {
    opacity: 0.8;
}

.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    font-size: 1.2em;
    color: #666;
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #4CAF50;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.added-to-cart {
    animation: bounce 0.5s ease;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-3px);
    }
}

.buy-btn {
    transition: all 0.3s ease;
    background: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.buy-btn:active {
    transform: scale(0.95);
}



.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideIn 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.notification.success {
    background: #4CAF50;
}

.notification.error {
    background: #f44336;
}

.notification button {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}



.cart-counter {
    transition: all 0.3s ease;
}

.cart-counter.update {
    animation: pulse 0.5s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.cart-btn {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.modal.show {
    display: block !important;
}

#overlay.show {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.h2_login {
    margin-bottom: 30px;
}

.cart-counter.update {
    animation: pulse 0.3s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.empty-cart {
    margin-top: 10px;
    font-size: 19px;
    color: gray;
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    font-weight: 700;
}

.new-price {
    font-weight: bold;
    color: #333;
    font-size: 30px;
    font-weight: 700;
}

.new-price.discounted {
    color: #e74c3c;
    font-size: 25px;
}

.discount-badge {
    background: #e74c3c;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}





.product .price_buy .price-container {
    margin-bottom: 8px;
}

.product .old-price {
    font-size: 18px;
}

.product .new-price {
    font-size: 20px;
    font-weight: 700;
}

.product .new-price.discounted {
    font-size: 22px;
    color: #e74c3c;
}

.header_card_product .price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.header_card_product .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.header_card_product .price.discounted {
    color: #e74c3c;
    font-weight: bold;
    font-size: 20px;
}

.price_product_row {
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination a:hover {
    border-color: #4CAF50;
    background-color: #f8fff8;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.pagination a i {
    font-size: 14px;
}

.pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #666;
    font-weight: 500;
}



.product-count-info {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    padding: 4px 8px;
    background-color: #ededed;
    border-radius: 4px;
    display: inline-block;
}

.input-group {
    margin-bottom: 20px;
}

.phone-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.phone-prefix1 {
    position: absolute;
    background: #f3f4f6;
    padding: 10px 12px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #d1d5db;
    border-right: none;
    font-weight: 500;
    color: #374151;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.phone-prefix1 {
    position: absolute;
    background: #f3f4f6;
    padding: 10px 12px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #d1d5db;
    border-right: none;
    font-weight: 500;
    color: #374151;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 2;
    margin-bottom: 15px;
}

#login {
    padding-left: 70px;
    width: 260px;
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
}

.password {
    margin-bottom: 20px;
}

.phone-input-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.phone-prefix {
    position: absolute;
    background: #f3f4f6;
    padding: 10px 12px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #d1d5db;
    border-right: none;
    font-weight: 500;
    color: #374151;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 2;
}

#phone {
    padding-left: 70px;
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}



.category-p {
    font-weight: 900;
    font-size: 20px;
}

.animated-modal {
    animation: modalSlideIn 0.3s ease-out;
    transform-origin: center;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}



.modal.show {
    opacity: 1;
}

.animated-dropdown {
    animation: dropdownFadeIn 0.2s ease-out;
    transform-origin: top right;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.dropdown-menu {
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.dropdown-menu:not(.show) {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
    pointer-events: none;
}

@keyframes modalSlideOut {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

    to {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
}

.logaut_sure_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.logaut_sure {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 300px;
    margin: 20% auto;
    text-align: center;
}

.logaut_sure button {
    margin-top: 500px;
    margin: 5px;
    padding: 10px 14px;
    color: white;
    border-radius: 10px;
}

.logout-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.logout-modal-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90vw;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
}


.logout-modal-content h3 {
    margin-bottom: 25px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.logout-modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.logout-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.2s ease;
    min-width: 120px;
}

.logout-btn.confirm {
    background: #e74c3c;
    color: white;
}

.logout-btn.cancel {
    background: #95a5a6;
    color: white;
}

.logout-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.logout-btn:active {
    transform: translateY(0);
}

.logout-modal-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90vw;
    position: relative;
}

@keyframes modalAppear {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes overlayAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.thank-you-container {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    margin: 40px auto;
    max-width: 800px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.thank-you-icon {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 20px;
    animation: bounce 1s ease infinite;
}

.thank-you-title {
    font-size: 36px;
    color: #212529;
    margin-bottom: 15px;
    font-weight: 700;
}

.thank-you-message {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.6;
}

.order-details {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.order-details h3 {
    font-size: 22px;
    color: #495057;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f1f3f5;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    color: #6c757d;
    font-weight: 500;
}

.detail-value {
    color: #495057;
    font-weight: 600;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #4CAF50;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary:hover {
    background: #097c0d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-outline {
    background: transparent;
    color: #6c757d;
    border: 2px solid #6c757d;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-outline:hover {
    background: #6c757d;
    color: white;
    transform: translateY(-2px);
}

.continue-shopping {
    margin-top: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
}

.continue-shopping h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #495057;
}

.product-suggestions {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    gap: 11px;
    margin-top: 20px;
}

.suggestion-item-link {
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.suggestion-item-link:hover {
    transform: translateY(-3px);
}

.suggestion-item {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    width: 100%;
}

.suggestion-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.suggestion-img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 5px;
}

.suggestion-name {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.suggestion-name {

    font-size: 14px;
    color: #495057;
    margin-bottom: 8px;

}

.suggestion-price {
    font-weight: 700;
    font-size: 16px;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.sort-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 350px;
}

.sort-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
}

.select-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a5568'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

#sortForm select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: white;
    font-size: 16px;
    color: #2d3748;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

#sortForm select:focus {
    outline: none;
    border-color: black;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

#sortForm select:hover {
    border-color: #cbd5e0;
}

.form-note {
    font-size: 12px;
    color: #718096;
    margin-top: 8px;
    text-align: center;
}

.sort-block {
    display: grid;
    justify-items: center;
    padding-top: 30px;
    margin-bottom: 30px;
}

.contact-section {
    background-color: #0A0A0A;
    padding: 60px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.contact-card,
.social-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover,
.social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-header h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #4CAF50, transparent);
    margin: 0 auto;
    width: 80px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    transition: background 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(76, 175, 80, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-img {
    width: 30px;
    height: 30px;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.phone_number,
.contact-value {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.social-link {
    text-decoration: none;
    color: inherit;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.social-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(76, 175, 80, 0.3);
    transform: translateY(-3px);
}

.social-icon {
    width: 60px;
    height: 60px;
    background: rgba(76, 175, 80, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.social-img {
    width: 30px;
    height: 30px;
}

.social-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.working-hours {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 15px;
    border-left: 4px solid #4CAF50;
}

.hours-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}

.hours-header i {
    margin-right: 10px;
    color: #4CAF50;
}

.hours-details p {
    color: #959595;
    margin: 8px 0;
    font-size: 14px;
}



.benefits-section {
    background-color: #0A0A0A;
    padding: 80px 0;
    margin-top: 60px;
}

.benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.benefits-header h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefits-header p {
    color: #959595;
    font-size: 18px;
    margin-bottom: 25px;
}

.benefits-divider {
    height: 4px;
    background: linear-gradient(90deg, transparent, #4CAF50, transparent);
    margin: 0 auto;
    width: 100px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-items: center;
    gap: 30px;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-color: rgba(76, 175, 80, 0.3);
}

.benefit-card:hover .benefit-icon img {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.benefit-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}

.icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(76, 175, 80, 0.2));
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.benefit-content h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.benefit-content p {
    color: #959595;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.benefit-hover-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.1), transparent);
    transition: left 0.6s ease;
}

.benefit-card:hover .benefit-hover-effect {
    left: 100%;
}

.benefit-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.benefit-card:nth-child(1) {
    animation-delay: 0.1s;
}

.benefit-card:nth-child(2) {
    animation-delay: 0.2s;
}

.benefit-card:nth-child(3) {
    animation-delay: 0.3s;
}

.benefit-card:nth-child(4) {
    animation-delay: 0.4s;
}

.benefit-card:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefit-card {
    width: 350px;
}

.logo-map-section {
    background-color: #0A0A0A;
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.logo-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    text-align: center;
}

.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(76, 175, 80, 0.3);
}

.logo-content {
    position: relative;
    margin-bottom: 25px;
}

.main-logo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.logo-card:hover .main-logo {
    transform: scale(1.05);
    border-color: rgba(76, 175, 80, 0.5);
    box-shadow: 0 0 30px rgba(76, 175, 80, 0.3);
}

.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(76, 175, 80, 0.2));
    border-radius: 50%;
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.logo-card:hover .logo-glow {
    opacity: 1;
}

.logo-info h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.logo-info p {
    color: #959595;
    font-size: 16px;
    margin-bottom: 20px;
}

.logo-features {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.feature-tag {
    background: rgba(76, 175, 80, 0.15);
    color: #4CAF50;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: rgba(76, 175, 80, 0.25);
    transform: translateY(-2px);
}

.map-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(76, 175, 80, 0.3);
}

.map-header {
    text-align: center;
    margin-bottom: 25px;
}

.map-header h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.map-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #4CAF50, transparent);
    margin: 0 auto;
    width: 80px;
}

.map-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
}

.map-iframe {
    border-radius: 15px;
    filter: grayscale(20%) contrast(110%);
    transition: all 0.4s ease;
    flex-grow: 1;
}

.map-card:hover .map-iframe {
    filter: grayscale(0%) contrast(120%);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), transparent);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.map-card:hover .map-overlay {
    opacity: 1;
}

.logo-card,
.map-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.map-card {
    animation-delay: 0.2s;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.main-header:hover {
    background: rgba(10, 10, 10, 0.98);
    border-bottom-color: rgba(76, 175, 80, 0.3);
}

.header-container {
    max-width: 1510px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 30px;
}

.header-logo {
    flex-shrink: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
    transition: all 0.3s ease;
}

.logo-link:hover {
    transform: translateY(-2px);
}

.logo-wrapper {
    position: relative;
    width: 76px;
    height: 76px;
}

.logo-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.logo-link:hover .logo-img {
    border-color: rgba(76, 175, 80, 0.5);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.3);
}

.logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-link:hover .logo-glow {
    opacity: 1;
}

.logo-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.header-search {
    flex: 1;
    max-width: 600px;
}

.search-form {
    width: 100%;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

.search-container:hover,
.search-container:focus-within {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(76, 175, 80, 0.4);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.2);
}

.search-icon {
    color: #959595;
    font-size: 16px;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.search-container:hover .search-icon {
    color: #4CAF50;
}

.search-input {
    flex: 1;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 0;
    outline: none;
}

.search-input::placeholder {
    color: #959595;
}

.search-btn {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.4);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-item {
    position: relative;
}

.action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 15px;
    transition: all 0.3s ease;
    gap: 5px;
}

.action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.action-btn.user-btn:hover {
    color: #4CAF50;
}

.action-btn.cart-btn:hover {
    color: #ff6b6b;
}

.cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-counter {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.action-text {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.action-btn:hover .action-text {
    opacity: 1;
}

.header-decoration {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.decoration-line {
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(76, 175, 80, 0.3),
            transparent);
    margin: 0 auto;
    width: 80%;
}

.decoration-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}

.decoration-dots::before,
.decoration-dots::after {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(76, 175, 80, 0.5);
    border-radius: 50%;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-button {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

.continue-shopping-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.continue-shopping-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.pointer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 15px;
    transition: all 0.3s ease;
    gap: 5px;
}

.pointer:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.pointer.user-btn:hover {
    color: #4CAF50;
}

.action-text {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    color: white;
}

.cart-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.cart-logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-logo-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
}

.cart-logo-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.cart-logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.7;
}

.cart-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.cart-close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.cart-header-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.5), transparent);
}


.cart-items-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item {
    display: grid;
    grid-template-columns: 80px 1fr 150px;
    gap: 15px;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.cart-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(76, 175, 80, 0.3);
    transform: translateY(-2px);
}

.cart-item-image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.cart-item-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-item-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.cart-item-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.original-price {
    text-decoration: line-through;
    color: #959595;
    font-size: 14px;
}

.final-price {
    color: #4CAF50;
    font-weight: 700;
    font-size: 16px;
}

.final-price.discounted {
    color: #4CAF50;
}

.cart-item-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    min-height: 100px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px;
    margin: 0;
}

.qty-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: rgba(76, 175, 80, 0.3);
}

.quantity-count {
    color: white;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

.cart-item-total {
    text-align: right;
    margin: 0;
}

.item-total-price {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.cart-item-remove {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ff6b6b;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
    align-self: flex-end;
}

.cart-item-remove:hover {
    background: rgba(255, 107, 107, 0.2);
    transform: scale(1.1);
}

.cart-item-remove i {
    font-size: 18px;
}

.empty-cart-state {
    text-align: center;
    padding: 60px 20px;
    color: #959595;
}

.empty-cart-icon {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.empty-cart-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.empty-cart-message {
    color: #959595;
    margin-bottom: 25px;
}

.empty-cart-button {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.empty-cart-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.cart-summary {
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.summary-label {
    color: #959595;
    font-size: 16px;
}

.summary-value {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.discount-row .summary-value {
    color: #4CAF50;
}

.total-row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 12px;
    margin-top: 5px;
}

.total-row .summary-label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.total-row .summary-value {
    color: #4CAF50;
    font-size: 20px;
    font-weight: 700;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-button {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

.continue-shopping-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.continue-shopping-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}



.cart-item {
    transition: all 0.3s ease;
}

.cart-item-remove {
    transition: all 0.2s ease;
}

.cart-item-remove:hover {
    transform: scale(1.1);
    background: rgba(255, 107, 107, 0.3) !important;
}

.cart-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    background: #0A0A0A;
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.cart-modal-container.show {
    transform: translateX(0);
    opacity: 1;
}

.cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0%, #0A0A0A 100%);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
}

.cart-summary {
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.summary-label {
    color: #ffffff;
    font-size: 16px;
}

.summary-value {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.discount-row .summary-value {
    color: #4CAF50;
}

.total-row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 12px;
    margin-top: 5px;
}

.total-row .summary-label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.total-row .summary-value {
    color: #4CAF50;
    font-size: 20px;
    font-weight: 700;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-button {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

.continue-shopping-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.continue-shopping-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.category-header {
    display: flex;
    align-items: center;
}

.category-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 18px;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.category-card:hover::before {
    left: 100%;
}

.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.category-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
}

.icon-hover-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.category-card:hover .category-icon img {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}

.category-card:hover .icon-hover-effect {
    width: 60px;
    height: 60px;
}

.category-card:hover .icon-glow {
    opacity: 1;
    width: 70px;
    height: 70px;
}

.category-link {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.link-text {
    position: relative;
    z-index: 2;
    background: linear-gradient(45deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.link-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.link-hover-effect {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 80%;
    background: linear-gradient(90deg, rgba(255, 107, 107, 0.1), rgba(78, 205, 196, 0.1));
    border-radius: 8px;
    z-index: 1;
    transition: width 0.3s ease;
}

.category-link:hover .link-underline {
    width: 100%;
}

.category-link:hover .link-hover-effect {
    width: 100%;
}

.category-link:hover {
    letter-spacing: 0.5px;
}

.category-description {
    flex: 1;
}

.category-description p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-style: italic;
    margin: 0;
    padding-left: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.category-card {
    animation: pulse 3s ease-in-out infinite;
}

.category-card:hover {
    animation: none;
}

.user-menu-container {
    position: relative;
    display: inline-block;
    z-index: 1000;
}

.user-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(145deg, #2c2c2c, #1a1a1a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.user-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.user-icon:hover::before {
    opacity: 1;
}

.user-icon i {
    font-size: 1.2rem;
    color: #fff;
    transition: all 0.3s ease;
}

.user-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.user-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.user-icon:hover .user-icon-glow {
    width: 60px;
    height: 60px;
}

.dropdown-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 280px;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-header {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.user-avatar i {
    font-size: 2rem;
    color: #fff;
}

.user-info {
    text-align: left;
}

.user-name {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.user-status {
    display: block;
    color: #4ecdc4;
    font-size: 0.9rem;
    font-weight: 500;
}

.dropdown-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin: 10px 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dropdown-item i {
    margin-right: 15px;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    color: #4ecdc4;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}

.dropdown-item:hover i {
    color: #ff6b6b;
    transform: scale(1.1);
}

.item-hover-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.dropdown-item:hover .item-hover-effect {
    left: 100%;
}

.dropdown-footer {
    position: relative;
    height: 5px;
}

.menu-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 100%;
    animation: gradientFlow 3s ease infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.logout-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.logout-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.logout-modal-content {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.modal-header {
    margin-bottom: 20px;
}

.modal-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
}

.modal-icon i {
    font-size: 2rem;
    color: #fff;
}

.modal-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.logout-modal-content h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.logout-modal-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.5;
}

.logout-modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.logout-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    justify-content: center;
}

.logout-btn i {
    font-size: 1rem;
}

.logout-btn.confirm {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: #fff;
}

.logout-btn.confirm:hover {
    background: linear-gradient(45deg, #ff5252, #ff7b7b);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.4);
}

.logout-btn.cancel {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.logout-btn.cancel:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
}

.modal-glow {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 200%;
    border-radius: 30px;
    z-index: -1;
    animation: gradientRotate 3s ease infinite;
    filter: blur(15px);
    opacity: 0.5;
}

@keyframes gradientRotate {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.animated-dropdown {
    animation: dropdownAppear 0.3s ease forwards;
}

@keyframes dropdownAppear {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-btn {
    position: relative;
    width: 45px;
    height: 45px;
    background: linear-gradient(145deg, #2c2c2c, #1a1a1a);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.login-btn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.login-btn:hover::before {
    opacity: 1;
}

.login-btn i {
    font-size: 1.2rem;
    color: #fff;
    transition: all 0.3s ease;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.login-btn:hover .btn-glow {
    width: 60px;
    height: 60px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.modal-content {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 40px;
    width: 90%;
    max-width: 450px;
    margin: 50px auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    z-index: 2;
    overflow: hidden;
}

.modal-header {
    text-align: center;
}

.modal-logo {
    width: 80px;
    height: 80px;
    position: relative;
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
}

.logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.modal-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modal-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin-bottom: 0;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.close-btn i {
    color: #fff;
    font-size: 1.2rem;
}

.auth-form {
    margin-bottom: 30px;
}

.input-group {
    margin-bottom: 25px;
}

.input-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

.input-label i {
    color: #4ecdc4;
    font-size: 1rem;
}

.phone-input-container,
.password-container {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.phone-input-container:focus-within,
.password-container:focus-within {
    border-color: rgba(78, 205, 196, 0.5);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.phone-prefix {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    margin-right: 10px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.phone-input,
.password-input {
    flex: 1;
    background: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    outline: none;
    padding: 5px 0;
}

.phone-input::placeholder,
.password-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.toggle-password {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.toggle-password:hover {
    color: #4ecdc4;
    background: rgba(255, 255, 255, 0.1);
}

.input-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.phone-input-container:focus-within .input-underline,
.password-container:focus-within .input-underline {
    width: 100%;
}

.input-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 107, 107, 0.1), rgba(78, 205, 196, 0.1));
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.phone-input-container:focus-within .input-glow,
.password-container:focus-within .input-glow {
    opacity: 1;
}

.form-footer {
    margin-bottom: 25px;
}

.register-link {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.register-btn {
    color: #4ecdc4;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 8px;
}

.register-btn:hover {
    color: #ff6b6b;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.submit-container {
    text-align: center;
}

.submit-button {
    position: relative;
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    border: none;
    border-radius: 15px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.submit-button:hover {
    background: linear-gradient(45deg, #ff5252, #45b7d1);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
}

.submit-button:active {
    transform: translateY(-1px);
}

.btn-glow-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.submit-button:hover .btn-glow-effect {
    left: 100%;
}

.modal-footer {
    margin-top: 30px;
}

.social-divider {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.social-divider::before,
.social-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.social-divider span {
    padding: 0 15px;
    font-size: 0.9rem;
}

.social-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-btn {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.google-btn:hover {
    border-color: #DB4437;
    color: #DB4437;
}

.facebook-btn:hover {
    border-color: #4267B2;
    color: #4267B2;
}

.animated-modal {
    animation: modalAppear 0.4s ease forwards;
}

@keyframes modalAppear {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-glow {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, #000000, #00665f, #000000);
    background-size: 200% 200%;
    border-radius: 30px;
    z-index: -1;
    animation: gradientRotate 3s ease infinite;
    filter: blur(20px);
    opacity: 0.4;
}

@keyframes gradientRotate {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



.btn-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.submit-button.loading .btn-text {
    opacity: 0;
}

.submit-button.loading .btn-loader {
    display: block;
}

#logoutModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.logout-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.logout-modal-content {
    position: relative;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.delivery-option {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.delivery-option:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #c6f6d5;
}

.delivery-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.delivery-icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.delivery-icon img {
    width: 30px;
    height: 30px;
}

.delivery-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2d3748;
}

.delivery-description {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 15px;
}

.delivery-link {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.delivery-link:hover {
    color: #45a049;
    transform: translateX(5px);
}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.payment-method {
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.payment-method:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-color: #c6f6d5;
}

.payment-method img {
    max-width: 80px;
    max-height: 40px;
    object-fit: contain;
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-hero {
    animation: fadeInUp 0.6s ease-out;
}

.delivery-payment-section {
    animation: fadeInUp 0.8s ease-out;
}

.delivery-payment-section {
    background: white;
    border-radius: 24px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #4CAF50, #45a049);
    border-radius: 2px;
}

.section {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 30px 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.section-header {
    background: linear-gradient(135deg, #238b4e, #00612b);
    color: white;
    padding: 25px 30px;
    position: relative;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
}

.section-header h2 i {
    margin-right: 15px;
    font-size: 32px;
}

.section-content {
    padding: 30px;
}

.about-content {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.about-content p {
    margin-bottom: 20px;
}

.about-content p:last-child {
    margin-bottom: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    background: #f0fff4;
    padding: 15px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
}

.feature-item i {
    font-size: 24px;
    color: #4CAF50;
    margin-right: 15px;
    min-width: 30px;
}


.char-item {
    padding: 15px 20px;
    background: #f8f9fa;
    transition: background 0.3s ease;
}

.char-item:hover {
    background: #e6f7e9;
}

.char-name {
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
}

.char-name i {
    margin-right: 10px;
    color: #4CAF50;
    font-size: 16px;
}

.char-value {
    color: #4a5568;
    text-align: right;
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    margin: 20px 0;
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section {
    animation: fadeIn 0.6s ease-out;
}

.char-item {
    animation: fadeIn 0.5s ease-out;
}

.char-item:nth-child(1) {
    animation-delay: 0.1s;
}

.char-item:nth-child(2) {
    animation-delay: 0.2s;
}

.char-item:nth-child(3) {
    animation-delay: 0.3s;
}

.char-item:nth-child(4) {
    animation-delay: 0.4s;
}

.char-item:nth-child(5) {
    animation-delay: 0.5s;
}

.char-item:nth-child(6) {
    animation-delay: 0.6s;
}

.char-item:nth-child(7) {
    animation-delay: 0.7s;
}

.char-item:nth-child(8) {
    animation-delay: 0.8s;
}

.char-item:nth-child(9) {
    animation-delay: 0.9s;
}

.char-item:nth-child(10) {
    animation-delay: 1.0s;
}

.about-content {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.product-page-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

.product-hero {
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin: 20px auto;
    overflow: hidden;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
}

.product-gallery {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.main-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    transition: all 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 5px;
    background: white;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: #4CAF50;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.2);
}

.product-info {
    padding: 30px;
}

.product-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-code {
    color: #718096;
    font-size: 1.1rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-code::before {
    content: "🔍";
    font-size: 1.2rem;
}

.price-section {
    background: linear-gradient(135deg, #f0fff4 0%, #dcfce7 100%);
    padding: 25px;
    border-radius: 16px;
    margin: 30px 0;
    border: 1px solid #c6f6d5;
}

.price-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.current-price {
    font-size: 2.8rem;
    font-weight: 800;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 15px;
}

.discount-badge {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-left: 15px;
}

.stock-status {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #38a169;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 20px 0;
}

.stock-status::before {
    content: "✓";
    background: #38a169;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin: 30px 0;
}

.buy-button {
    flex: 1;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 15px;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.buy-button.in-cart {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}

.buy-button i {
    font-size: 1.4rem;
}

.product_tile {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    padding: 30px 0;
}

.product {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.1),
        0 4px 16px rgba(99, 102, 241, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2),
        0 8px 32px rgba(99, 102, 241, 0.15);
}

.product:hover::before {
    opacity: 1;
}

.product_link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.mini_img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 20px;
}

.product:hover .mini_img {
    transform: scale(1.05);
}

.product_info {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price_buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.price-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.old-price {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.new-price {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.new-price.discounted {
    color: #10b981;
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.buy-btn {
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: 100px;
}

.buy-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.buy-btn:hover::before {
    left: 100%;
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}

.buy-btn.in-cart {
    background: linear-gradient(135deg, #10b981, #059669);
}

.buy-btn.in-cart:hover {
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

@keyframes addToCart {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.buy-btn:active {
    animation: addToCart 0.3s ease;
}

.product::after {
    content: 'СКИДКА';
    position: absolute;
    top: 15px;
    right: -30px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product:hover::after {
    opacity: 1;
}



.product {
    animation: productAppear 0.6s ease-out;
}

@keyframes productAppear {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.no-products p {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
}

.product {
    position: relative;
}

.product::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #6366f1, #8b5cf6, #ec4899, #6366f1);
    background-size: 400% 400%;
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    animation: gradientShift 3s ease infinite;
    transition: opacity 0.3s ease;
}

.product:hover::after {
    opacity: 0.3;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.product_name {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
    background: linear-gradient(135deg, #000000, #5b35b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product_row {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    padding: 40px 0;
    margin: 30px 0;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.1);
}

.product_row .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.slider_wrapper2 {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.slider_product {
    width: 100%;
    height: 500px;
    object-fit: contain;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 20px;
    transition: transform 0.3s ease;
}

.slider_product:hover {
    transform: scale(1.02);
}

.product_photo_slider {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    overflow-x: auto;
    padding: 10px 0;
}

.product_photo_slider img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 8px;
}

.product_photo_slider img:hover {
    border-color: #059669;
    transform: scale(1.05);
}

.product_row_about {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.status {
    margin-bottom: 20px;
}

.stock_status {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
}

.product_manufacturer {
    margin-bottom: 25px;
}

.product_manufacturer p {
    font-size: 18px;
    color: #383c43;
    font-weight: 800;
}

.product_row_price {
    margin-bottom: 30px;
}

.price_product_row {
    margin-bottom: 20px;
}

.price-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.old-price {
    font-size: 18px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.new-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
}

.new-price.discounted {
    color: #10b981;
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.discount-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
}

.product-count-info {
    font-size: 16px !important;
    color: #6b7280 !important;
    font-weight: 500;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #238b4e;
}

.product_row_about_buy {
    margin-top: 30px;
}

.buy-btn {
    background: linear-gradient(135deg, #238b4e, #00612b);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    width: 190px;
}

.buy-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.buy-btn:hover::before {
    left: 100%;
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}

.buy-btn.in-cart {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}

.buy-btn.in-cart:hover {
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product_row,
.section {
    animation: fadeIn 0.6s ease-out;
}

.slider_wrapper2,
.product_row_about {
    position: relative;
}

.slider_wrapper2::after,
.product_row_about::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #6366f1, #8b5cf6, #ec4899, #6366f1);
    background-size: 400% 400%;
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    animation: gradientShift 3s ease infinite;
    transition: opacity 0.3s ease;
}

.slider_wrapper2:hover::after,
.product_row_about:hover::after {
    opacity: 0.3;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.min-order-notice {
    padding: 12px 15px;
    border-radius: 8px;
    margin: 15px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.min-order-notice.notice-warning {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.min-order-notice.notice-success {
    background: #d1edff;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.checkout-button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #6c757d !important;
}

.pulse-warning {
    animation: pulseWarning 1s ease-in-out;
}

@keyframes pulseWarning {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
        background: #fff8e1;
    }

    100% {
        transform: scale(1);
    }
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content1 {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-image {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    object-fit: contain;
    animation: zoomIn 0.3s ease;
    cursor: zoom-out;
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close-modal {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.close-modal:hover {
    color: #ff6b6b;
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 32px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

.modal-nav:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.modal-prev {
    left: 40px;
}

.modal-next {
    right: 40px;
}

.modal-nav.hidden {
    display: none;
}

.modal-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}