a,
a:hover {
    text-decoration: none
}

#search .form-control,
#top {
    background: rgba(255, 255, 255, .95)
}

#search .input-group,
footer {
    position: relative;
    overflow: hidden
}

.fa,
footer h5 {
    font-size: 16px
}

#cart,
#search,
footer h5 {
    margin-bottom: 20px
}

#search .btn,
#top-links a,
.fa,
footer a {
    transition: .3s
}

#top {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)
}

#search .input-group,
.btn,
.product-thumb,
footer {
    overflow: hidden
}

* {
    box-sizing: border-box
}

body {
    font-family: Inter, 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    color: #2c3e50;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8fafc 0, #e3f2fd 100%);
    min-height: 100vh
}

#cart>.btn,
#search .btn,
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a202c;
    letter-spacing: -.025em;
    margin-bottom: .5em
}

h3,
h4 {
    color: #4a5568
}

h5,
h6 {
    color: #718096
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ea8966 0, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

h2 {
    font-size: 2rem;
    color: #2d3748
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

a {
    color: #667eea;
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

a:hover {
    color: #5a67d8
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background: rgba(255, 255, 255, .9);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, .1), 0 10px 15px -3px rgba(0, 0, 0, .1);
    transform: translateY(-2px)
}

#top {
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, .8);
    padding: 8px 0;
    margin: 0 0 20px;
    min-height: 50px;
    position: sticky;
    top: 0;
    z-index: 1000
}

.breadcrumb {
    background-color: transparent !important;
}

#content,
#search .form-control,
.breadcrumb,
.product-thumb {
    backdrop-filter: blur(10px)
}

#top .container {
    padding: 0 20px
}

#top-links {
    padding-top: 8px
}

#top-links a {
    color: #64748b;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px
}

#top-links a:hover {
    color: #667eea;
    background: rgba(102, 126, 234, .1);
    transform: translateY(-1px)
}

#top-links a+a {
    margin-left: 8px
}

#logo {
    margin: 20px 0;
    text-align: center
}

#logo a {
    width: 100%;
    clear: both;
    float: left
}

#logo img {
    max-height: 60px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .1));
    transition: transform .3s;
    float: lefT
}

#logo img:hover,
.product-info .image:hover img {
    transform: scale(1.05)
}

#search .input-group {
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1)
}

#search .form-control {
    height: 50px;
    border: none;
    padding: 0 20px;
    font-size: 16px
}

#search .btn {
    height: 50px;
    border: none;
    background: linear-gradient(135deg, #667eea 0, #1d3291 100%);
    color: #fff;
    padding: 0 30px
}

#cart>.btn,
.btn,
.product-thumb {
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

#search .btn:hover {
    transform: scale(1.05) translateY(-1px);
    box-shadow: 0 20px 25px -5px rgba(102, 126, 234, .3)
}

#cart>.btn {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    border: none;
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, .3)
}

#cart .dropdown-menu,
#cart.open>.btn,
.product-thumb .caption {
    background: rgba(255, 255, 255, .95)
}

#cart>.btn:hover,
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, .4)
}

#cart.open>.btn {
    color: #667eea;
    border: 2px solid #667eea
}

#cart .dropdown-menu {
    backdrop-filter: blur(20px);
    border: none;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    padding: 20px;
    margin-top: 10px
}

#menu ul.nav>li>a {
    color: #fff !important;
    text-transform: capitalize !important;
}

#menu ul.nav>li>a:hover,
ul.nav>li>a:hover {
    color: #ffffff !important
}

@media (max-width:767px) {

    #menu,
    #menu #category {
        border-radius: 0
    }

    #menu .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        overflow-x: visible
    }

    #menu .nav>li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    #menu .nav>li>a {
        padding: 15px 20px;
        white-space: normal
    }

    #menu .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background: rgba(255, 255, 255, .95);
        backdrop-filter: blur(10px);
        border-radius: 0;
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, .1);
        opacity: 1;
        visibility: visible;
        transform: none;
        border-top: none;
        border-left: 3px solid #667eea
    }

    #menu .dropdown-inner a {
        padding: 10px 30px;
        border-left: none;
        font-size: 13px
    }

    #menu .dropdown-inner a:hover {
        transform: translateX(10px);
        background: rgba(102, 126, 234, .1)
    }

    #menu #category {
        margin-right: 0;
        text-align: center
    }
}

#menu .nav .dropdown-menu {
    z-index: 1050
}

@media (max-width:991px) and (min-width:768px) {
    #menu .navbar-nav {
        padding: 0 10px
    }

    #menu .nav>li>a {
        padding: 18px 15px;
        font-size: 13px
    }
}

#content {
    min-height: 600px;
    background: rgba(255, 255, 255, .7);
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1)
}

footer {
    margin-top: 50px;
    padding: 50px 0 30px;
    background: linear-gradient(135deg, #2d3748 0, #1a202c 100%);
    color: #e2e8f0;
    border-radius: 20px 20px 0 0
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #667eea, transparent)
}

.breadcrumb>li,
.btn,
.product-thumb {
    position: relative
}

footer h5 {
    color: #f7fafc;
    font-weight: 700
}

footer a {
    color: #cbd5e0;
    display: inline-block
}

footer a:hover {
    color: #667eea;
    transform: translateX(5px)
}

.breadcrumb>li {
    color: #64748b;
    padding: 0 15px
}

.breadcrumb>li+li:before {
    content: '→';
    color: #667eea;
    font-weight: 700;
    padding-right: 10px
}

.btn {
    padding: 12px 24px;
    font-size: 14px;
    border: none;
    border-radius: 12px;
    text-transform: none;
    letter-spacing: .025em
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, .3)
}

.btn-success {
    background: linear-gradient(135deg, #48bb78 0, #38a169 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(72, 187, 120, .3)
}

.btn-warning {
    background: linear-gradient(135deg, #ed8936 0, #dd6b20 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(237, 137, 54, .3)
}

.btn-danger {
    background: linear-gradient(135deg, #f56565 0, #e53e3e 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(245, 101, 101, .3)
}

.btn-info {
    background: linear-gradient(135deg, #4299e1 0, #3182ce 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(66, 153, 225, .3)
}

.alert,
.product-thumb {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.product-thumb {
    background: rgba(255, 255, 255, .9);
    border: none;
    border-radius: 20px;
    margin-bottom: 30px;
    animation: .6s forwards fadeInUp
}

.product-thumb:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.product-thumb .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.product-thumb .image img {
    transition: transform .5s;
    width: 100%;
    height: auto
}

.product-thumb:hover .image img,
.thumbnails .image-additional:hover img {
    transform: scale(1.1)
}

.product-thumb .caption {
    padding: 25px;
    min-height: 200px
}

.product-thumb h4 {
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    font-size: 18px
}

.product-thumb .price {
    font-size: 20px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 15px
}

.gradient-text,
.product-thumb .price-new {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.product-thumb .price-old {
    color: #a0aec0;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 16px
}

.product-info .thumbnails,
.product-info .thumbnails li {
    margin-left: 0 !important;
    float: none !important
}

.product-thumb .button-group {
    background: rgba(248, 250, 252, .8);
    border-top: 1px solid rgba(226, 232, 240, .5);
    padding: 0;
    display: flex
}

.product-info .image,
.thumbnails .image-additional {
    background: rgba(255, 255, 255, .9);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px)
}

.product-thumb .button-group button {
    background: 0 0;
    border: none;
    padding: 15px;
    color: #64748b;
    font-weight: 600;
    transition: .3s;
    flex: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .05em
}

.product-thumb .button-group button:hover {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    color: #fff;
    transform: translateY(-2px)
}

.product-thumb .button-group button+button {
    border-left: 1px solid rgba(226, 232, 240, .5)
}

.product-info .image {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1)
}

.product-info .image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform .3s
}

#column-left .thumbnails,
#column-right .thumbnails,
.col-sm-2 .thumbnails,
.left .thumbnails,
.right .thumbnails,
.sidebar .thumbnails,
.thumbnails:not(:first-of-type) {
    display: none !important
}

.thumbnails {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    clear: both
}

.thumbnails li {
    margin: 0;
    flex: none
}

.thumbnails .image-additional {
    display: block;
    padding: 5px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    transition: .3s;
    width: 80px;
    height: 80px
}

.thumbnails .image-additional:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(102, 126, 234, .3)
}

.thumbnails .image-additional img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .3s
}

.product-info .thumbnails {
    width: 100% !important
}

@media (max-width:767px) {
    .thumbnails {
        justify-content: flex-start;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .thumbnails .image-additional {
        width: 60px;
        height: 60px;
        flex-shrink: 0
    }

    #menu {
        border-radius: 16px
    }

    #menu .dropdown-inner,
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background: rgba(255, 255, 255, .95)
    }

    #menu .dropdown-inner a {
        width: 100%
    }
}

#content .thumbnails,
.main .thumbnails,
.product-detail .thumbnails,
.product-main .thumbnails {
    display: flex !important
}

.product-layout .thumbnails {
    margin-left: 0;
    justify-content: flex-start
}

.product-layout .thumbnails li {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px
}

.thumbnails::after {
    content: "";
    display: table;
    clear: both
}

.product-info .image-additional {
    max-width: 78px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.rating {
    margin-bottom: 15px
}

.rating .fa-star {
    color: gold;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.rating .fa-star-o {
    color: #e2e8f0;
    font-size: 16px
}

.alert {
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px)
}

.alert-success {
    background: rgba(72, 187, 120, .1);
    color: #2f855a;
    border-left: 4px solid #48bb78
}

.alert-warning {
    background: rgba(237, 137, 54, .1);
    color: #c05621;
    border-left: 4px solid #ed8936
}

.alert-danger {
    background: rgba(245, 101, 101, .1);
    color: #c53030;
    border-left: 4px solid #f56565
}

.alert-info {
    background: rgba(66, 153, 225, .1);
    color: #2b6cb0;
    border-left: 4px solid #4299e1
}

@media (max-width:768px) {
    #content {
        padding: 20px;
        margin: 10px;
        border-radius: 15px
    }

    .product-thumb .caption {
        padding: 20px;
        min-height: auto
    }

    #search .btn,
    #search .form-control {
        height: 45px
    }

    h1 {
        font-size: 2rem
    }

    h2 {
        font-size: 1.5rem
    }

    .thumbnails {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .thumbnails .image-additional {
        flex-shrink: 0;
        width: 70px;
        height: 70px
    }
}

@media (max-width:480px) {
    #menu .nav>li>a {
        font-size: 13px;
        padding: 12px 16px
    }

    #menu #category {
        padding: 15px 20px;
        font-size: 14px
    }

    body {
        font-size: 13px
    }

    .product-thumb .button-group {
        flex-direction: column
    }

    .product-thumb .button-group button+button {
        border-left: none;
        border-top: 1px solid rgba(226, 232, 240, .5)
    }

    .thumbnails .image-additional {
        width: 50px;
        height: 50px
    }
}

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

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

.product-thumb:nth-child(2) {
    animation-delay: .1s
}

.product-thumb:nth-child(3) {
    animation-delay: .2s
}

.product-thumb:nth-child(4) {
    animation-delay: .3s
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f5f9
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5a67d8 0, #6b46c1 100%)
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.hidden-lg,
.hidden-md {
    display: inline !important
}

@media (min-width:768px) {
    #menu .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        display: block
    }
}

.glass-effect {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2)
}

.shadow-elegant {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-luxury {
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, .15)
}