

        .panel_s {
        background: white;
        border: none;
        padding: 0;
        margin: 0;
    }
    
    .panel_s.margin-fix {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: sans-serif monospace;
    }
    .content-area{
        margin: 0% 0% 4% 0%;
    }
    .container {
        width: 100%!important;
    }
  

    /** Classic style ***/
    a{
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    a:hover{
        color: #0280F5;
        text-decoration: none;
    }
    .pointer{
        cursor: pointer;
    }
    .float-left{
        float: left;
    }
    .float-right{
        float: right;
    }
    .clear{
        clear: both;
    }
    .margin-20{
        margin: 20px;
    }
    .margin-top-20{
        margin-top: 20px;
    }
    .margin-bottom-20{
        margin-bottom: 20px;
    }
    .margin-left-20{
        margin-left: 20px;
    }
    .inner-collapse{
        margin-left: 4%;
        margin-bottom: 2%;
    }
    .margin-right-20{
        margin-right: 20px;
    }
    .icon{
        padding-right: 2px;
        padding-left: 2px;
    }

    .btn{
        border: 0px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .btn-cart{
        color: #ffffff;
        padding: 12px 24px;
        border: 0px;
        text-align: center;
        background: #000;
        border-radius: 8px;
        -webkit-transition: all 0.3s ease;
        transition: all .3s ease;
        width: 100%;
        font-weight: 600;
        font-size: 0.95rem;
    }
    .btn-cart:hover{
        color: #ffffff;
        display: block;
        background: #333;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    .btn-red{
        color: #ffffff;
        background-color: #dc3545;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .btn-red:hover{
        color: #ffffff;
        background: #c82333;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220,53,69,0.3);
    }
    .btn-yellow {
        color: #ffffff;
        background-color: #ffc107;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .btn-yellow:hover{
        color: #ffffff;
        background: #e0a800;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255,193,7,0.3);
    }
    .btn-blue{
        color: #ffffff;
        background-color: #007bff;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .btn-blue:hover{
        color: #ffffff;
        background: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,123,255,0.3);
    }

    a[aria-expanded=true] .fa-plus {
        display: none;
    }
    a[aria-expanded=false] .fa-minus {
        display: none;
    }
    .icon {
        vertical-align: top;
        overflow: hidden;
        margin: 4px;
        width: 35px;
        height: 35px;
        position: relative;
    }
    .form-control {
        border-radius: 8px;
        min-height: 45px;
        border: 2px solid #e5e5e5;
        transition: all 0.3s ease;
    }
    
    .form-control:focus {
        border-color: #000;
        box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
    }
    address {
        font-style: italic;
    }
    /** Classic style ***/


    .top-header{
        background: #464646;
        padding: 2px;
        padding-top: 5px;
    }
    .top-header a{
        color: #FFFFFF;
    }
    .top-header a:hover{
        color: #D36C64;
    }
    .top-header-left{
        margin-left: 2%;
    }
    .top-header-right {
        margin-bottom: -.8em;
    }
    .top-header-right ul{
        list-style: none;
    }
    .top-header-right ul li {
        padding: 2px;
        display: inline-block;
        display: -webkit-inline-box;
        padding-right: 25px;
    }
    .top-header-right ul li ul li {
        padding-right: 0px;
    }

    /** End header top **/


    .top-info-home{
        padding: 1.5rem 0;
        text-align: center;
        background: white;
        border-bottom: 1px solid #e5e5e5;
    }

    .top-info-single{
        display: inline-block;
        padding: 1.2rem 0.8rem;
        width: 30%;
        margin: 0 1%;
        background-color: transparent;
        text-align: center;
        vertical-align: top;
        border-radius: 0;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    
    .top-info-single:hover {
        transform: translateY(-3px);
    }

    .top-info-picture{
        display: block;
    }

    .top-info-text{
        margin: 0;
        outline: none;
        padding: 0;
        padding-left: 0px;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
    }

    .top-info-text .title {
        display: block;
        margin-top: 0.3rem;
        color: #1a1a1a;
        font-size: 0.95rem;
        font-weight: 600;
    }
    


    /** Start header bottom **/

    .header-logo{
        font-size: 60px;
    }
    .header-logo img{
        margin-top: 10%;
        max-width: 250px;
    }
    .logo-first-letter {
        font-family: Impact, Charcoal, sans-serif;
        font-weight: bold;
        color: #ff0000;
        font-size: 100px;
    }
    .logo-text-our {
        margin-left: -25px;
        color: #FF5722;
    }
    .logo-text-shop {
        margin-top: 30px;
        margin-right: -20px;
        color: #FFC107;
    }
    .header-logo h6 {
        font-size: 12px;
        color: #f00;
        letter-spacing: 1px;
        margin-top: -1.6em;
        margin-left: 10px;
    }
    .header-search form {
        position: relative;
    }
    .header-search {
        float: left;
        width: 55%;
        text-align: center;
        margin: 4.6em 5em;
    }
    .header-search i.fa {
        font-size: 1em;
        color: #fff;
        padding: 3px;
    }
    .header-search input[type="search"] {
        width: 100%;
        padding: 1em 5em 1em 1em;
        font-size: 1em;
        color: #999;
        outline: none;
        border: 1px solid #cccccc;
        background: none;
        -webkit-appearance: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
    }
    .header-search .btn-default {
        border: none;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 60px;
        height: 50px;
        outline: none;
        box-shadow: none;
        background: #ffc107;
        padding: 0;
        border-radius: inherit;
        -webkit-appearance: none;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
    input[type="search"] {
        -webkit-appearance: none;
    }
    input[type="search"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header-cart {
        margin: 1.3em 0;
        margin-right: 1.2em;
        margin-top: 5em;
    }
    .cart-link {
        border: none;

        border-radius: 10%;
  
        text-align: center;
        outline: none;
        padding: 1.5em;
    }
    .cart-link:hover {
        background: #ff9800;
    }
    .cart-link .fa{
        font-size: 2em;
        color: #fafafa;
        vertical-align: middle;
    }
    span.number-of-cart {
        color: #000000;
        border-radius: 80% 80% 132% 14%;
        border: 1px solid gray;
        background: #fff;
        opacity: .8;
        padding: 2px;
        vertical-align: super;
    }
    span.number-of-cart:hover{
        opacity: 1;
    }
    #cart-item{

    }   
    #cart-item img{
        max-width: 50px;
    }
    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #014071;
        background: #FFC107;
        color: #fff;
    }
    /** End header bottom **/

    /*** Start header navigation style **/

    .nopadding {
     padding: 0 !important;
     margin: 0 !important;
    }

 .wsmenucontainer.clearfix {
    border-bottom: 1px solid #eaeaea;
    background:#054297;
    background-size: cover;
    color: #fff;
    max-height: 150px;
}


@media only screen and (max-width: 919px){
    .navbar{
        height: 0px;

    }

    .animated-arrow {
        cursor: pointer;
        padding: 35px 45px 30px 25px;
        margin: 10px 0 0 15px;
    }
    .smallogo {
        display: block;
        text-align: center;
        padding-top: 9px;
        position: fixed;
        z-index: 101;
        width: 100%;
        height: 85px;
        background: #fff;
        top: 0;
        box-shadow: 0 1px 4px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    }
    .smallogo > img {
        margin-top: 0px;
        height: 55%;
    }
    .cart-link {
        position: fixed;
        top: 10px;
        bottom: 10px;
        z-index: 1000;
        right: 1em;
    }
    .number-of-cart {
        position: fixed;
        top: 20px;
        z-index: 1001;
        right: 0em;
    }
    .header-logo{
        display: none;
    }
    .main-slider{
        display: none;
    }
    .top-header{
        display: none;
    }
    .header-search{
        margin-top: 100px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .header-search input[type="search"]{

    }
}
@media (min-width: 768px){
    .container {
        /* width: 930px; */
        width: 85%;
    }
    .header-cart{
        margin: 1.3em 0;
        margin-right: -3.8em;
        margin-top: 5em;
        float: right;
    }
}


/* 
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999;
}

.header-navigation{
    position: relative;
    width: 100%;
} */

.smalllogo{
    max-width: 30%;
}

.wrapper{
    z-index: -1!important;
}

/*** End header navigation style **/




.rounded {
    border-radius: 10px;
    margin-bottom: 10px;
}



/* Updated: STILE MODALE */


.search-modal {
  position: fixed;
  inset: 0;
  background: #f9f9fb;
  z-index: 9999;
  flex-direction: column;
  overflow-y: auto;
  font-family: 'Segoe UI', sans-serif;
  animation: fadeIn 0.25s ease-in-out;
    display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: hidden; /* evita scroll doppio */
}

.search-results-modal {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.search-header {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  z-index: 100;
}

.search-header input {
  flex: 1;
  padding: 12px 16px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.close-search-modal {
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}




.search-input {
    border: 1px solid var(--border);
    background: var(--input);
    padding: 1rem;
    border-radius: var(--radius);
}

.product-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    background: var(--card);
    margin-bottom: 20px;
}

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

.image-container {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.image-container:hover img {
    transform: scale(1.1);
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 0.9rem;
    color: var(--muted-foreground);
    margin-bottom: 1rem;
    height: 40px; /* imposta l'altezza fissa che preferisci */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* numero massimo di righe */
    -webkit-box-orient: vertical;
}



.price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.btn-block {
    border-color: var(--primary);
    color: var(--primary-foreground);
    padding: 0.75rem;
    font-weight: 500;
    transition: all 0.2s;
}

/* .btn-primary:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    transform: translateY(-2px);
} */

/* Added: Styles for quantity input container */
.quantity-container {
    margin-bottom: 1rem;
}

/* Added: Styles for quantity input */
.quantity-container label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--card-foreground);
    font-size: 0.9rem;
}

.quantity-input-modal {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid ;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    background: var(--input);
    color: var(--foreground);
}

.quantity-input-modal:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--ring);
}

@keyframes fadeIn {
  from { opacity: 0 }
  to { opacity: 1 }
}

@media (max-width: 768px) {
    .card-body {
        padding: 1rem;
    }
    
    .logo {
        height: 30px;
    }

    .cardCategorie{
        height: 60px;

    }
}

/* FINE: STILE MODALE */



.product-info {
    font-size: 16px;
}

.product-title {
    font-weight: bold;
    font-size: 22px;
    color: #e3a200;
    font-weight: bold;
    min-height: 40px;
}

.price-highlight {
    font-size: 28px;
    font-weight: bold;
    color: #198754;
    margin-right: 20px;
}

.price-highlight-discount {
    font-size: 18px;
    font-weight: bold;
    color: #red;
    margin-right: 20px;
}

.price-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.quantity-input {
    width: 80px;
}
.description {
  font-size: 15px;
  margin-bottom: 15px;
}
.info-table td {
  padding: 6px 10px;
  vertical-align: top;
}
.description-box {
font-size: 16px;
line-height: 1.5;
}


/*** End header style ***/




/*** Start Slide ***/
.main-slider {
    margin-top: 0;
}

.wstmegamenucolr-home {
    width: 100%;
    margin-bottom: 0;
    background: transparent;
}

.wstbootslider {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.carousel.slide {
    border-radius: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.carousel-inner {
    width: 100%;
    border: none;
    position: relative;
    overflow: hidden;
}

.carousel-inner > .item {
    width: 100%;
    position: relative;
    border: none;
    display: none;
}

.carousel-inner > .item.active,
.carousel-inner > .item.next,
.carousel-inner > .item.prev {
    display: block;
}

.carousel-inner > .item.active {
    left: 0;
}

.carousel-inner > .item.next,
.carousel-inner > .item.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .item.next {
    left: 100%;
}

.carousel-inner > .item.prev {
    left: -100%;
}

.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
    left: 0;
}

.carousel-inner > .item.active.left {
    left: -100%;
}

.carousel-inner > .item.active.right {
    left: 100%;
}

.carousel-inner > .item img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    border: none;
}

.carousel:hover .carousel-control {
    opacity: 1;
}

.carousel-control.left {
    left: 15px;
}

.carousel-control.right {
    right: 15px;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.7);
}

.carousel-control .fa,
.carousel-control .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: white;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.carousel-indicators li.active {
    background-color: white;
    transform: scale(1.3);
}

.slide-header-text {
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 15px 15px 50px 0px rgba(255, 193, 7, 0.4);
    font-size: 3.2em;
    color: #ffffff;
}

.slider-link {
    padding: 1em;
    font-size: 2em;
}
@media screen and (min-width: 768px){
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 10em;
    }
}

@media (max-width: 768px) {
    .top-info-single {
        padding: 1rem 0.5rem;
    }
    
    .top-info-single .top-info-picture i.fa {
        font-size: 1.8rem;
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    
    .top-info-text .title {
        font-size: 0.9rem;
    }
    
    .carousel-inner > .item img {
        max-height: 350px;
    }
    
    .carousel-inner > .item.active {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        min-height: 350px;
    }
    
    .carouselTitle {
        font-size: 1.5em;
    }
    
    .contenitore .col-md-6:first-child {
        height: 200px;
        padding: 1.25rem !important;
    }
    
    .contenitore .col-md-6:last-child {
        padding: 1rem !important;
        gap: 0.6rem;
    }
    
    
    .product-price-display {
        font-size: 1.2rem;
    }
    
    .carousel-control {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control.left {
        left: 10px;
    }
    
    .carousel-control.right {
        right: 10px;
    }
    
    .carousel-control .fa,
    .carousel-control .glyphicon {
        font-size: 16px;
    }
    
    .carousel-indicators {
        bottom: 10px;
    }
    
    .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}

@media (max-width: 480px) {
    .top-info-single {
        width: 31%;
        padding: 0.8rem 0.3rem;
        margin: 0 0.5%;
    }
    
    .top-info-single .top-info-picture i.fa {
        font-size: 1.5rem;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 0.3rem;
    }
    
    .top-info-text .title {
        font-size: 0.75rem;
    }
    
    .carousel-inner > .item img {
        max-height: 250px;
    }
    
    .carousel-inner > .item.active {
        min-height: 250px;
    }
    
    .carousel-control {
        width: 35px;
        height: 35px;
    }
    
    .carousel-control .fa,
    .carousel-control .glyphicon {
        font-size: 14px;
    }
    
    .carouselTitle {
        font-size: 1.3em;
    }
    
    .carouselTitle:after {
        width: 60px;
        height: 2px;
    }
    
    .contenitore .col-md-6:first-child {
        height: 180px;
        padding: 1rem !important;
    }
    
    .contenitore .col-md-6:last-child {
        padding: 1rem !important;
        gap: 0.5rem;
    }
    
  
    
    .product-price-display {
        font-size: 1.1rem;
    }
    
    .product-brand {
        font-size: 0.6rem;
        padding: 0.2rem 0.5rem;
    }
    
    .quantity-label {
        font-size: 0.7rem;
    }
    
    .quantity-input {
        font-size: 0.85rem !important;
    }
    
    .btn {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
    }
}

/* Breakpoint aggiuntivi per migliore responsive */
@media (min-width: 992px) and (max-width: 1199px) {
    .contenitore .col-md-6:first-child {
        height: 220px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .contenitore .col-md-6:first-child {
        height: 230px;
    }
}

@media (min-width: 1400px) {
    .contenitore .col-md-6:first-child {
        height: 250px;
    }
    
    .contenitore .col-md-6:last-child {
        padding: 1.5rem !important;
        gap: 0.85rem;
    }
    

    
    .product-price-display {
        font-size: 1.4rem;
    }
}




/**** Start Featured Posts ***/
h2.title-div {
    color: #1a1a1a;
    text-align: left;
    font-size: 2em;
    font-weight: bold;
    margin: 1.2em 0;
    font-family: 'Segoe UI', sans-serif;
}

.featured-products{
    border: none;
    margin: 2rem 0;
    padding: 2rem 1rem;
    background: #f9f9f9;
    position: relative;
}

.featured-items {
    margin: 0 auto;
    position: relative;
}

.owl-carousel {
    position: relative;
}

/* Navigazione Owl Carousel - solo dots */
.owl-nav {
    display: none !important;
}

.owl-nav button {
    display: none !important;
}

/* Dots di navigazione Owl Carousel */
.owl-dots {
    text-align: center;
    margin-top: 2rem;
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d0d0 !important;
    margin: 0;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.owl-dots button.active {
    background: #000 !important;
    width: 35px;
    border-radius: 6px;
    height: 12px;
}

.owl-dots button:hover {
    background: #888 !important;
    transform: scale(1.2);
}

/* Responsive dots */
@media (max-width: 768px) {
    .owl-dots {
        margin-top: 1.5rem;
        padding: 0.4rem 0;
        gap: 6px;
    }
    
    .owl-dots button {
        width: 10px;
        height: 10px;
    }
    
    .owl-dots button.active {
        width: 28px;
        height: 10px;
        border-radius: 5px;
    }
}

@media (max-width: 480px) {
    .owl-dots {
        margin-top: 1.25rem;
        padding: 0.3rem 0;
        gap: 5px;
    }
    
    .owl-dots button {
        width: 8px;
        height: 8px;
    }
    
    .owl-dots button.active {
        width: 24px;
        height: 8px;
        border-radius: 4px;
    }
}

.owl-carousel .item {
    margin: 1em;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
}
.owl-carousel .item img {
    width: 300px;
}
.carousel-grids{
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 0 0 #555;
    -moz-box-shadow: 0 0 0 0 #555;
    -o-box-shadow: 0 0 0 0 #555;
    -ms-box-shadow: 0 0 0 0 #555;
    box-shadow: 0 0 0 0 #555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}
.owl-carousel .owl-wrapper-outer{
 overflow: hidden;
 position: relative;
 width: 100%;
 z-index: 1;  
}
.owl-item { 
   transform: translateZ(0);
   -webkit-transform: translateZ(0); 
   -ms-transform: translateZ(0);
   background-color: transparent;
   padding: 10px;
   height: auto !important;
}

.contenitore {
    background: white;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 490px !important;
    margin: 0 !important;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.contenitore:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    border-color: #000;
}

.contenitore .col-md-6 {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}

.contenitore .col-md-6:first-child {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem !important;
    height: 240px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
    overflow: hidden;
}

.contenitore .col-md-6:last-child {
    padding: 1.25rem !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.contenitore img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.contenitore:hover img {
    transform: scale(1.05);
}

.contenitore h4,
.contenitore h5,
.contenitore p {
    margin: 0;
    padding: 0;
}

.contenitore .input_data {
    display: flex;
    flex-direction: initial;
    gap: 0.5rem;
}

.contenitore .form-control {
    margin-bottom: 0;
}
.owl-navigaiton {
    background: #0280e1;
    padding: 1em;
    color: antiquewhite;
    font-size: 1.2em;
    cursor: pointer;
    margin-right: -5.5em;
}
.owl-navigaiton:hover{
    color: #000;
}
.featured-navigation {
    margin-bottom: 2em;
    margin-right: 2em;
}

.item-full {
    bottom: 13px;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    right: 0;
    padding: 5% 5% 5% 5%;
    text-align: left;
    top: 14px;
    z-index: 100;

}

.width0{
    width: 0%;
}
.width70{
    width: 70%;
}
.block{
    display: block;
}
/**** End Featured Posts ***/




/*** Start Latest products ***/
.latest-products{
    margin-top: 5%;
    margin-bottom: 5%;
    border-top: 1px dotted gray;
}
.all-products{
    margin-top: 1%;
    margin-bottom: 5%;
}

.prodotto{
    background-color: white;
}
.product-item {
    border: 1px solid #BDBDBD;
    padding: 10px 0px 10px 0px;
    margin-bottom: 1.5em;
}
.product-item:hover {
    border: 1px solid #f74c4c;
    background: #FFFDE7;
}
.product-item img {
    max-width: 200px;
    padding-left: 2em;
}
/* .product-price{
    padding-left: 2em;
} */
.product-price a{
    font-family: cursive, tahoma;
    color: #0280e1;
    font-weight: bold;
    font-size: 1.3em;
}
.prev-price {
    color: #464646;
    font-size: 1.2em;
}
.current-price{
    font-weight: bold;
    color: #329036;
    font-size: 1.5em;
}
a.add-to-cart {
    font-size: 1.2em;
    margin-bottom: -1.5%;
}
.product-borde-inner {
 /*    border-top: 55px solid #0280e1;
    border-right: 40px solid transparent;
    top: 0%;
    bottom: 0%;
    margin-top: -10px;
    margin-left: 0px;
    width: 0; */
}

/** Zoom Image on ohover the product **/
.product-item img {
  max-width: 70%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/** Zoom Image on ohover the product **/



/**hover animated more buttons **/
.btn-more{
  transition: all 0.5s;
}
.btn-more span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-more span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-more:hover span {
  padding-right: 25px;
}

.btn-more:hover span:after {
  opacity: 1;
  right: 0;
}
/**hover animated more buttons **/


/*** Start Latest products ***/



/*** Services Div ***/
.services {
    padding: 3em 0;
    color: #BDBDBD;
    display: flex;
}
.services .ftr-top-right h4 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

    .top-info-single .top-info-picture i.fa {
    font-size: 2rem;
    color: #000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f5f5f5;
    margin: 0 auto 0.5rem;
    transition: all 0.3s ease;
    text-align: center;
    display: block;
}

.top-info-single:hover .top-info-picture i.fa {
    background: #000;
    color: white;
    transform: scale(1.05);
}.top-info-single .top-info-picture i.fa.fa-thumbs-up {
}
.top-info-single .top-info-picture i.fa.fa-percentage {
}
}

.top-info-single .top-info-picture i.fa.fa-thumbs-up {
    color: #00c57e;
}
.top-info-single .top-info-picture i.fa.fa-percentage {
    color: #fb4602;
}

/*** Services Div ***/



/*** Modern Footer ***/
.modern-footer {
    background: #000000;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-main {
    padding: 4rem 0 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col {
    margin-bottom: 2rem;
}

.footer-heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-3px);
}

.social-icon i {
    font-size: 1.125rem;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #ffffff;
    transform: translateX(5px);
    text-decoration: none;
}

.footer-links li a:focus,
.footer-links li a:visited,
.footer-links li a:active {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-contact li i {
    color: #ffffff;
    width: 20px;
    flex-shrink: 0;
    margin-top: 3px;
}

/* Footer Bottom */
.footer-bottom {
    background: #000000;
    padding: 1.5rem 0;
}

.footer-bottom-left,
.footer-bottom-right {
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom a:focus,
.footer-bottom a:visited,
.footer-bottom a:active {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

/* Responsive Footer */
@media (min-width: 768px) {
    .footer-bottom-left {
        text-align: left;
    }
    
    .footer-bottom-right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 3rem 0 1.5rem;
    }
    
    .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .footer-col {
        margin-bottom: 1.5rem;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
}

/*** Legacy Footer Styles - Kept for compatibility ***/
.subscribe{
    margin-bottom: 2em;
}
.subscribe h3 {
    font-family: cursive;
    color: white;
    font-weight: normal;
}

.footer-top ul{
    list-style: none;
}
.footer-top ul li a {
    color: #ffffff;
}

.footer-top ul li{
    color: #ffffff;
}
.footer-top-address ul li {
    color: #000000;
    padding: .8em;
    border-bottom: 1px solid rgba(70, 70, 70, 0.15);
}
.footer-top-address ul{
    list-style: none;
}

/*** Footer bottom div ***/

.scroll-to-top {
    width: 50px;
    height: 50px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    color: #0280e1;
    text-decoration: none;
    position: fixed;
    top: 90%;
    font-size: 25px;
    right: 30px;
    /* display: none; */
    border: 1px solid #e6c07d;
    border-radius: 15% 15% 0% 0%;
    background: #ffc107;
    z-index: 1000;
    opacity: .7;
}
.scroll-to-top:hover{
    text-decoration:none;
    opacity:1;
}
/*** Footer bottom div **/


/*** Style for cart page ***/
.cart-product-option {
    margin-left: 5%;
}
.total_product_sum {
    color: #e91717;
    font-weight: bold;
}
/*** Style for cart page ***/


/*** Styles for faq page ***/
.faq-item{
    margin-top: 10px;
}
.faq-title {
    background: #FFEB3B;
    padding: 10px;
    margin-top: 10px;
    color: #263238;
    font-size: 1.2em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
/*** Styles for faq page ***/



/** Styles for product page ***/
.prodcuts .breadcrumb{
    margin-top: 5%;
}
.prodcuts .row {
    margin-right: 0px;
    margin-left: 0px;
}
.product-top {
    padding:  5px;
}
.product-top ul{
    list-style: none;
}
.product-top ul li{
    display: inline-block;
}

.product-top li {
    margin-top: 3%;
    margin-bottom: 1%;
    padding-right: 25px;
}
.sidebar-title {
    padding: 10px;
    background: #E0E0E0;
    margin-bottom: 10px;
    border-radius: 10px;


}
.sidebar-single{
    margin-top: 5%;
}
.checkbox {
    position: relative;
    padding-left: 27px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}



.btn-sort {
    background-color: var(--secondary);
    color: var(--secondary-foreground);
    border: 1px solid var(--accent);
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: var(--radius);
    transition: all 0.2s ease;
}

.btn-sort:hover {
    background-color: var(--accent);
    border-color: var(--accent);
}

.dropdown-menu {
    padding: 0.5rem;
    border-radius: var(--radius);
    border: 1px solid var(--accent);
    box-shadow: var(--shadow);
    min-width: 240px;
}

.dropdown-item {
    padding: 0.75rem 1rem;
    border-radius: calc(var(--radius) - 0.25rem);
    transition: all 0.2s ease;
    color: var(--foreground);
}

.dropdown-item:hover {
    background-color: var(--accent);
    color: var(--accent-foreground);
}

.dropdown-item.active {
    background-color: var(--primary);
    color: var(--primary-foreground);
}

.dropdown-item i {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .btn-sort {
        width: 100%;
        padding: 0.625rem 1rem;
    }
    
    .dropdown-menu {
        width: 100%;
    }
}



/*** Style for single Product page ***/
.single-product {
    margin: 3% 8% 3% 8%;
}
.single-product ul{
    list-style: none;
}
.single-product ul li{
    display: inline-block;
    margin-right: 10px;
}
.single-product .single-rating, .single-product .single-price{
    margin-bottom: 5%;
    border-bottom: 1px dotted #808080;
}
.single-product .product-price{
    color: #e52325;
    font-size: 2.8em;
    font-weight: 300;
    margin-right: 5.5em;
}
h3.item_name {
    color: rgba(229, 35, 37, .7);
    font-size: 2.5em;
    font-weight: bold;
    font-family: cursive;
}
.single-product .single-product-everything {
    margin-top: 10%;
}
.single-product .single-product-everything a.main{
    color: rgba(229, 35, 37, .7);
    font-size: 1.5em;
    font-weight: bold;
}
.single-product .single-extra-div {
    margin-top: 1%;
    background: whitesmoke;
    padding: 15px;
}
.single-product-everything .collapseDiv {
    padding: 1% 5% 1% 5%;
}
/*** Style for single Product page ***/


/***Style For Registration Page / Login Page***/
.registration-page{

}
.registration-page h2, .login-page h2 {
    padding: 5%;
    color: #0280e1;
}
.registration-page form, .login-page form{
    padding: 2em;
    -webkit-box-shadow: 0px 0px 4px 1px rgb(189, 189, 189);
    -moz-box-shadow: 0px 0px 4px 1px rgb(189, 189, 189);
    -o-box-shadow: 0px 0px 4px 1px rgb(189, 189, 189);
    -ms-box-shadow: 0px 0px 4px 1px rgb(189, 189, 189);
    box-shadow: 0px 0px 4px 1px rgb(189, 189, 189);
    margin: 0 auto;
    margin-bottom: 5%;
}
label.error {
    color: rgba(255, 0, 0, 0.71);
    font-weight: normal;
}
/***Style For Registration Page***/



/*** Account Page for the User ***/
.account-page{
    padding:  5%;
}
.account-page h3 {
    padding-bottom: 10px;
    border-bottom: 1px dotted gray;
}
.account-page .well {
    min-height: 190px;
    padding: 0px 5px 0px 20px;
    background-color: transparent;
}
.account-page h2{
    padding-bottom: 5px;
    border-bottom: 1px solid #808080;
}
.account-page ul{
    list-style: none;
}
.account-page ul li{
    padding: 5px;
    font-weight: bold;
}
.account-page ul li.active {
    display: block;
    background: #ffd24b;
    border-radius: 0px 1px 40px 0px;
}
.account-page ul li.active a {
    color: #1B5E20;
}
/* .account-page ul li.active:after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 14px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 39px solid #ffd451;
    margin-top: -2px;
} */
.account-page ul li.active:hover{

}
.account-page form {
    border: 1px solid #EEEEEE;
    padding: 5%;
}
/*** Account Page for the User ***/


/***Styles for chekout page ***/
#check1, #check2, #check3 {
    /* padding: 3% 2% 1% 2%; */
    padding: 1%;
    border: 1px solid rgba(88, 195, 232, 0.4);
    margin: 1%;
}
#check1 h3, #check2 h3, #check3 h3 {
    padding: 0% 2% 1% 2%;
    margin: 2%;
    color: #455A64;
}
.checkout-top-ok{
    margin: 3%;
}
.check-dots {
    color: #58c3e8;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 10px;
}
#check-one-top, #check-two-top, #check-three-top {
    background: #58C3E8;
    padding: 20px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
#check-one-top{
    background: #004C48
}
#check-two-top{
    background: #00BBB5
}
#check-three-top{
    background: #58C3E8;
}
.payment-div{
    border:  1px solid rgba(88, 195, 232, 0.4);
    padding: 20px;
    margin-top: 5px;
}
.payment-div i {
    color: #01579B;
    font-size: 4em;
    padding: 5px;
}
.error-input {
    border: 1px solid red;
    background: rgba(255, 0, 0, 0.09);
    color: #546E7A;
}
.success-input {
    border: 1px solid green;
    background: rgba(0, 255, 0, 0.09);
    color: #546E7A;
}
.input-hint{
    font-style: italic;
    font-size: 12px;
    color: gray;
}


.slider-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  .slider-box h3 {
    background-color: #1f3a93;
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    margin: -20px -20px 15px -20px;
  }

  .price-values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
  }



  .zoom {
    transition: transform .2s; 
    width: 80px;
    height: 60px;
  }
  
  .zoom:hover {
    transform: scale(1.4); 
  }
  
  .table-products .tag,
  .table-variations .tag {
    padding: 7.5px;
  }
  span {
      font-size:15px;
  }
  .title {
      font-size:18px;
  }
  .thumbnail {
      margin-bottom: 38px;
  }



  .img1 {
      width:100%;
      height: 250px;
      max-height:250px;
      min-height:250px;
      object-fit: contain;
      background-color: white;
      text-align: center; vertical-align: middle;
  }


  .shadow {
      padding: 15px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      border: none;
  }
  .products-pricing:hover {
      opacity: 0.9;
      transition: 0.2s;
  }
  .description {
      height: 20px;overflow: hidden;
  }
  .total_taxes.text-warning {
      font-size: 60%;
  }
  .product-row.without-variations .row.input_data {
      margin-top: 20px;
  }
  .variations {
      margin-bottom: 15px;
  }
  .variations .dropdown.bootstrap-select {
      max-width: 100%;
  }
  .select_cat:after {
      display: none !important;
  }
  .full-height {
    height: 100%;
    min-height: 34px; /* altezza standard di .form-control in Bootstrap 3 */
  }

  .discount-badge {
    display: inline-block;
    background-color: #ff4d4f;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 12px;
    margin-left: 6px;
    vertical-align: middle;
  }
  

  
  .buttonCategory {
    background-color: #1f3a93; /* Blu scuro */
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 8px; /* Bordi arrotondati */
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin: 6px;
  }
  .categoryTitle {
    bottom: 16px;
    left: 16px;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
      color: #1f3a93; /* Blu scuro */
  
  }
  
  .buttonCategory:hover {
    background-color: #163172!important; /* Blu leggermente più scuro al passaggio del mouse */
    color: white;

  }

  .buttonCategory.sale {
    border: 2px solid #ff4d4f; /* Bordo rosso acceso */
    position: relative;
    animation: pulse 3.5s infinite;
  }
  
  .buttonCategory.sale::after {
    content: attr(data-sconto);
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff4d4f;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
  
  /* Effetto pulsante sconto */
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.6);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(255, 77, 79, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
    }
  }
  
  
  
  
  @media (min-width: 768px) {
    .btn.full-height {
      padding-top: 6px;
      padding-bottom: 6px;
    }

  }


.containerBanner {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 16px;
}

.cardBanner {
    position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cardBanner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.cardBanner-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.containerBanner {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 16px;
}

.cardBanner {
    position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cardBanner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.cardBanner-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

@media (max-width: 1024px) {

  

    .containerBanner {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .containerBanner {
      grid-template-columns: 1fr;
    }
  
    .cardBanner-title {
      font-size: 1.2rem;
    }

    .buttonCategory {

        padding: 6px 10px;
        font-size: 10px;

        margin: 1px;
    }
  }

.carouselTitle {
	position: relative;
	display: block;
	margin: 0 0 2rem;
	font-size: 2.2em;
	font-weight: 700;
	text-align: center;
	z-index: 2;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1a1a1a;
	padding-bottom: 1rem;
}

.carouselTitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #000;
}


.products-pricing .btnstyle {
	top: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	line-height: 30px;
	z-index: 1;
	cursor: pointer;
	color: #fff;
	z-index: 1000;
	background-color: #eeeeee;
	border: solid 0px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
}
.products-pricing .btnstyle .fa {
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9c9c9c;
}
.products-pricing .btnstyle:hover {
	background-color: #fff;
}

/***Styles for chekout page ***/



/* Breadcrumb Modern */
.breadcrumbClass {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    margin-bottom: 2rem;
    padding: 0.75rem 1rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumbClass li {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--gray-600);
}

.breadcrumbClass li a {
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.breadcrumbClass li a:hover {
    color: var(--black);
    background: var(--gray-100);
    transform: translateX(2px);
}

.breadcrumbClass li a:focus,
.breadcrumbClass li a:visited,
.breadcrumbClass li a:active {
    color: var(--black);
    text-decoration: none;
}

.breadcrumbClass .tw-mx-\[6px\] {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.breadcrumbClass .tw-text-\[#999\] {
    color: var(--gray-400);
    font-weight: 400;
}

.breadcrumbClass .tw-text-\[#777777\] {
    color: var(--gray-500);
    font-weight: 500;
}

/* Badge Offerte nel breadcrumb */
.breadcrumbClass .tw-bg-gradient-to-r {
    background: linear-gradient(to right, #e3a200, #ffc107);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(227, 162, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.breadcrumbClass .tw-animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@media (max-width: 576px) {
    .breadcrumbClass {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
    
    .breadcrumbClass li {
        font-size: 0.8rem;
    }
}




/* FILTER RANGE */

.price-filter-card {
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
}

.price-display {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--foreground);
    text-align: center;
}

.slider-container {
    position: relative;
    height: 1rem;
    padding: 0 0.5rem;
}

.slider-track {
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--muted);
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid var(--background);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

input[type="range"]::-moz-range-thumb {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid var(--background);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}



.btn-outline-secondary {
    color: var(--muted-foreground);
    border-color: var(--border);
}

.title-item-offer
{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    transition: color 0.2s ease;
    margin-bottom: 0.5rem;
    word-wrap: break-word;
    word-break: break-word;
    height: auto;
    max-height: 67px;
    text-overflow: ellipsis;
    height: 45px;
}

a .title-item-offer:hover {
    color: #000;
}

.title-item-offer-single
{
	min-height: 125px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
	color: #1a1a1a;
}

/* Badge brand/categoria */
.product-brand {
    display: inline-block;
    background: #000;
    color: white;
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Prezzo prodotto */
.product-price-display {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    margin: 0.25rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
}

.product-price-display.discount {
    color: #dc3545;
}

.product-old-price {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    margin-right: 0.5rem;
    font-weight: 500;
}

/* Label quantità */
.quantity-label {
    font-size: 0.75rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 768px) {
    .price-filter-card {
        padding: 1.5rem;
    }
    
    .price-display {
        font-size: 1rem;
    }
    
    .top-info-single {
        width: 90%;
        margin: 1rem auto;
        display: block;
    }
    
    .containerBanner {
        padding: 2rem 1rem;
    }
    
    .cardBanner {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .contenitore {
        margin-bottom: 1rem !important;
    }
    
    .contenitore .col-md-6:first-child {
        min-height: 220px;
        padding: 1rem !important;
    }
    
    .contenitore .col-md-6:last-child {
        padding: 1rem !important;
    }
    
    .contenitore img {
        max-height: 200px;
    }
    
    .carouselTitle {
        font-size: 1.5rem;
    }
}
@keyframes slideUp {
  from { transform: translateY(0); opacity: 1; }
  to   { transform: translateY(-100%); opacity: 0; }
}




/** INIZIO STYLE SUGGERIMENTI **/
  .keyword-chip {
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
    border: 1px solid #ccc;
    transition: background 0.2s;
  }

  .keyword-chip:hover {
    background-color: #e0e0e0;
  }

/** FINE STYLE SUGGERIMENTI **/
/* --- B2B Promo Banner --- */
.b2b-promo-banner {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #ff4b2b, #ff416c);
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(255, 65, 108, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    z-index: 20;
    animation: fadeInBounce 0.6s ease-out;
}

/* Effetto hover: un piccolo glow */
.b2b-promo-banner:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(255, 65, 108, 0.5);
}

/* Animazione di comparsa con bounce */
@keyframes fadeInBounce {
    0% {
        opacity: 0;
        transform: translateY(-20px) scale(0.8);
    }
    60% {
        opacity: 1;
        transform: translateY(2px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Assicura che la card abbia position relative */
.thumbnail.shadow {
    position: relative;
}


.promo-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    animation: slideDown 0.4s ease forwards;
}

.promo-banner strong {
    font-weight: 700;
}

.promo-banner button {
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.promo-banner button:hover {
    background: rgba(255,255,255,0.35);
}




.product-image-wrapper {
  position: relative;
}

.product-image-wrapper img {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
}





/* =================================================================
   PRODUCT CARD STYLES - DESIGN MODERNO
   ================================================================= */

/* Container Card Prodotto */
.product-row {
    margin-bottom: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-row .thumbnail {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-row .thumbnail:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    border-color: #000;
}

/* Immagine Prodotto */
.product-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    background: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-row .thumbnail:hover .product-image-wrapper img {
    transform: scale(1.08);
}

/* Titolo Prodotto */
.b2b-product-title {
    padding: 16px 16px 8px;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
}

.b2b-product-title h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
    height: 100%;
}

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

.b2b-title-link:hover h4 {
    color: #000;
}

/* Sezione Prezzi */
.prezzi_prodotto {
    padding: 0 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rates.products-pricing {
    min-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rates h3, .rates h4, .rates h5 {
    margin: 0;
    line-height: 1.2;
}

/* Prezzo normale */
.rates h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

.rates .product-price {
    color: #000;
}

/* Prezzo scontato */
.rates h5 {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
    margin-bottom: 4px !important;
}

.rates h3.text-danger {
    font-size: 24px;
    font-weight: 800;
    color: #dc3545 !important;
    margin-top: 4px !important;
}

.total_taxes {
    font-size: 12px;
    color: #ffc107;
    font-weight: 500;
    margin-left: 4px;
}

/* Input e Pulsanti */


.input_data > div {
    flex: 1;
}

.input_data input[type="number"] {
    height: 45px;
    width: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.input_data input[type="number"]:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.input_data .btn {
    height: 45px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Bottone Success - Nero come shophome.php */
.input_data .btn-success {
    background: #000;
    color: white;
}

.input_data .btn-success:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Bottone Warning - Giallo */
.input_data .btn-warning {
    background: #ffc107;
    color: white;
}

.input_data .btn-warning:hover {
    background: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

/* Bottone Danger - Disabled */
.input_data .btn-danger {
    background: #dc3545;
    color: white;
    opacity: 0.7;
    cursor: not-allowed;
}

/* Mobile Card (lista orizzontale) */
.horizontal-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    display: flex;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.horizontal-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #000;
}

.horizontal-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    flex-shrink: 0;
    background: #fafafa;
}

.horizontal-card .card-content {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.horizontal-card h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: #1a1a1a;
}

.horizontal-card .card-content a {
    text-decoration: none;
    color: inherit;
}

.horizontal-card .card-content a:hover h4 {
    color: #000;
}

.horizontal-card p {
    margin: 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.horizontal-card .input-group {
    margin-top: auto;
}

.horizontal-card .input-group input {
    height: 38px;
    border: 2px solid #e5e5e5;
    border-radius: 8px 0 0 8px;
    font-weight: 600;
}

.horizontal-card .input-group .btn {
    height: 38px;
    border-radius: 0 8px 8px 0;
    font-size: 12px;
    font-weight: 600;
    padding: 0 12px;
}

.horizontal-card .input-group .btn-success {
    background: #000;
    color: white;
}

.horizontal-card .input-group .btn-success:hover {
    background: #333;
}

.horizontal-card .input-group .btn-warning {
    background: #ffc107;
    color: white;
}

.horizontal-card .input-group .btn-warning:hover {
    background: #e0a800;
}

/* Responsive */
@media (max-width: 768px) {
    .product-row .thumbnail {
        min-height: 480px;
    }
    
    .product-image-wrapper {
        height: 220px;
        padding: 15px;
    }
    
    .b2b-product-title {
        max-height: 70px;
        padding: 12px 12px 6px;
    }
    
    .b2b-product-title h4 {
        font-size: 14px;
    }
    
    .prezzi_prodotto {
        padding: 0 12px 12px;
    }
    
    .rates.products-pricing {
        min-height: 55px;
    }
    
    .rates h4 {
        font-size: 18px;
    }
    
    .rates h3.text-danger {
        font-size: 20px;
    }
    
    .input_data {
        gap: 6px;
    }
    
    .input_data input[type="number"],
    .input_data .btn {
        height: 40px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .product-row {
        margin-bottom: 20px;
    }
    
    .product-row .thumbnail {
        min-height: 420px;
    }
    
    .product-image-wrapper {
        height: 180px;
        padding: 10px;
    }
    
    .b2b-product-title {
        min-height: 65px;
        max-height: 65px;
    }
    
    .rates.products-pricing {
        min-height: 50px;
    }
    
    .horizontal-card img {
        width: 100px;
        height: 100px;
    }
    
    .horizontal-card h4 {
        font-size: 13px;
    }
    
    .horizontal-card .input-group input,
    .horizontal-card .input-group .btn {
        height: 36px;
        font-size: 11px;
    }
}

/* =================================================================
   FIX NAVBAR DROPDOWN Z-INDEX - PRIORITÀ MASSIMA
   ================================================================= */
.modern-category-nav {
    z-index: 999 !important;
    position: relative !important;
}

.category-container {
    position: relative !important;
    z-index: 99999 !important;
}

.category-list {
    position: relative !important;
    z-index: 99999 !important;
}

.category-item {
    position: relative !important;
    z-index: 99999 !important;
}

.category-dropdown {
    position: absolute !important;
    z-index: 999999 !important;
    background: white !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #ddd !important;
}

/* Forza visibilità al hover */
.category-item:hover > .category-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: translateY(0) !important;
}


/* --- Fine B2B Promo Banner --- */

/* Discount Badge */
.discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #000000 0%, #2c2c2c 100%);
    color: #ffc107;
    padding: 8px 16px;
    border-radius: 0 0 12px 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 0.3s ease;
    border-right: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107;
}

.discount-badge:hover {
    background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
    color: #000;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablets e dispositivi medi (768px - 1024px) */
@media (max-width: 1024px) {
    .top-info-single {
        width: 30%;
        padding: 1rem 0.6rem;
    }
    
    .top-info-text .title {
        font-size: 0.85rem;
    }
    
    .top-info-picture i {
        font-size: 1.8rem;
    }
    
    .contenitore {
        height: 480px !important;
    }
    
    .contenitore .col-md-6:first-child {
        height: 200px;
        padding: 1rem !important;
    }
    
    .contenitore .col-md-6:last-child {
        padding: 1rem !important;
        gap: 0.6rem;
    }
    
    .cardBanner-title {
        font-size: 1.4rem;
    }
}

/* Mobile landscape e tablet portrait (481px - 768px) */
@media (max-width: 768px) {
    .top-info-home {
        padding: 1rem 0;
    }
    
    .top-info-single {
        width: 32%;
        padding: 0.8rem 0.4rem;
        margin: 0 0.5%;
    }
    
    .top-info-text .title {
        font-size: 0.75rem;
        margin-top: 0.2rem;
    }
    
    .top-info-picture i {
        font-size: 1.5rem;
    }
    
    .contenitore {
        margin: 0 0.5rem !important;
        height: 450px !important;
    }
    
    .contenitore .col-md-6:first-child {
        height: 180px;
        padding: 0.8rem !important;
    }
    
    .contenitore .col-md-6:last-child {
        padding: 0.8rem !important;
        gap: 0.5rem;
    }
    
    .title-item-offer {
        font-size: 0.95rem !important;
        line-height: 1.3 !important;
    }
    
    .product-brand {
        font-size: 0.7rem !important;
    }
    
    .product-price-display {
        font-size: 1.1rem !important;
    }
    
    .product-old-price {
        font-size: 0.9rem !important;
    }
    
    .contenitore .btn {
        font-size: 0.85rem !important;
        padding: 0.6rem 0.8rem !important;
        white-space: normal !important;
        line-height: 1.2 !important;
    }
    
    .quantity-input {
        font-size: 0.9rem !important;
        padding: 0.5rem !important;
    }
    
    .containerBanner {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px;
    }
    
    .cardBanner-title {
        font-size: 1.2rem;
        bottom: 12px;
        left: 12px;
    }
    
    .discount-badge {
        padding: 6px 12px;
        font-size: 14px;
    }
}

/* Mobile portrait (320px - 480px) */
@media (max-width: 480px) {
    .top-info-home {
        padding: 0.8rem 0;
    }
    
    .top-info-single {
        display: inline-block;
        width: 30%;
        padding: 0.5rem 0.2rem;
        margin: 0 1%;
    }
    
    .top-info-text .title {
        font-size: 0.65rem;
        font-weight: 600;
        line-height: 1.2;
    }
    
    .top-info-picture i {
        font-size: 1.3rem;
    }
    
    .featured-products {
        padding: 1rem 0.5rem;
    }
    
    .carouselTitle {
        font-size: 1.3rem !important;
        margin-bottom: 1rem !important;
    }
    
    .contenitore {
        margin: 0 0.3rem !important;
        border-radius: 8px;
        height: 420px !important;
    }
    
    .contenitore .col-md-6:first-child {
        height: 160px;
        padding: 0.6rem !important;
    }
    
    .contenitore .col-md-6:last-child {
        padding: 0.7rem !important;
        gap: 0.4rem;
    }
    
    .title-item-offer {
        font-size: 0.85rem !important;
        line-height: 1.25 !important;
    }
    
    .product-brand {
        font-size: 0.65rem !important;
        padding: 0.2rem 0.4rem !important;
    }
    
    .product-price-display {
        font-size: 1rem !important;
    }
    
    .product-old-price {
        font-size: 0.8rem !important;
    }
    
    .contenitore .btn {
        font-size: 0.75rem !important;
        padding: 0.5rem 0.6rem !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        line-height: 1.3 !important;
        height: auto !important;
        min-height: 36px;
    }
    
    .quantity-input {
        font-size: 0.85rem !important;
        padding: 0.4rem !important;
        height: 36px !important;
    }
    
    .containerBanner {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }
    
    .cardBanner-title {
        font-size: 1rem;
        bottom: 10px;
        left: 10px;
    }
    
    .discount-badge {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0 0 8px 0;
    }
}

/* Extra small devices (max-width: 360px) */
@media (max-width: 360px) {
    .top-info-text .title {
        font-size: 0.6rem;
    }
    
    .top-info-picture i {
        font-size: 1.1rem;
    }
    
    .contenitore {
        height: 400px !important;
    }
    
    .contenitore .col-md-6:first-child {
        height: 140px;
    }
    
    .title-item-offer {
        font-size: 0.8rem !important;
    }
    
    .contenitore .btn {
        font-size: 0.7rem !important;
        padding: 0.4rem 0.5rem !important;
    }
}


/* ========================================
   ULTRA MODERN FLOAT ALERTS - Dark Theme
   ======================================== */

.alert.float-alert {
    display: inline-block;
    margin: 0 auto;
    position: fixed;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10000;
    top: 24px;
    right: 24px;
    border-radius: 16px;
    padding: 20px 24px;
    min-width: 360px;
    max-width: 450px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), 
                0 4px 16px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border: none;
    backdrop-filter: blur(16px) saturate(180%);
}

/* Success - Violet/Purple Gradient */
.alert-success.float-alert {
    background: linear-gradient(135deg, 
        rgba(88, 86, 214, 0.95) 0%, 
        rgba(128, 90, 213, 0.95) 50%,
        rgba(158, 84, 214, 0.95) 100%);
    color: #ffffff;
}

/* Info - Cyan/Blue Gradient */
.alert-info.float-alert {
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.95) 0%, 
        rgba(37, 99, 235, 0.95) 100%);
    color: #ffffff;
}

/* Warning - Orange/Amber Gradient */
.alert-warning.float-alert {
    background: linear-gradient(135deg, 
        rgba(251, 146, 60, 0.95) 0%, 
        rgba(249, 115, 22, 0.95) 100%);
    color: #ffffff;
}

/* Danger - Red/Pink Gradient */
.alert-danger.float-alert {
    background: linear-gradient(135deg, 
        rgba(239, 68, 68, 0.95) 0%, 
        rgba(220, 38, 38, 0.95) 100%);
    color: #ffffff;
}

.alert.float-alert span[data-notify="icon"] {
    font-size: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    left: 20px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 48px !important;
    height: 48px !important;
    line-height: 1 !important;
    text-align: center !important;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 0 !important;
    padding: 0 !important;
}

.alert.float-alert:hover span[data-notify="icon"] {
    transform: translateY(-50%) scale(1.15) rotate(5deg);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.alert.float-alert .alert-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    margin-left: 72px;
    display: block;
    padding-right: 44px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.alert.float-alert button.close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1033;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    opacity: 0.8;
    width: 36px;
    height: 36px;
    outline: 0 !important;
    text-align: center;
    padding: 0;
    font-weight: 300;
    font-size: 22px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.alert.float-alert button.close:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1) rotate(90deg);
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.alert.float-alert .close ~ span {
    display: block;
    max-width: calc(100% - 110px);
}

/* Animation entrance - Bounce slide */
@keyframes bounceSlideIn {
    0% {
        transform: translateX(120%) scale(0.8);
        opacity: 0;
    }
    60% {
        transform: translateX(-10px) scale(1.05);
        opacity: 1;
    }
    80% {
        transform: translateX(5px) scale(0.98);
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

.alert.float-alert.fadeInRight {
    animation: bounceSlideIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Pulse animation on hover */
.alert.float-alert:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 
                0 6px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .alert.float-alert {
        right: 12px;
        left: 12px;
        min-width: auto;
        max-width: calc(100% - 24px);
        top: 12px;
        padding: 16px 20px;
    }
    
    .alert.float-alert span[data-notify="icon"] {
        width: 40px;
        height: 40px;
        font-size: 22px;
        left: 16px;
    }
    
    .alert.float-alert .alert-title {
        margin-left: 64px;
        font-size: 14px;
    }
}



/* Password Validator */
.password-input-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    z-index: 10;
    padding: 5px;
    transition: color 0.3s ease;
}

.toggle-password:hover {
    color: #84c529;
}

.password-requirements {
    margin-top: 12px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 3px solid #e0e0e0;
    display: block;
}

.requirement {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    color: #666;
    transition: all 0.3s ease;
}

.requirement i {
    font-size: 14px;
    transition: all 0.3s ease;
}

.requirement.valid {
    color: #28a745;
}

.requirement.valid i {
    color: #28a745;
}

.requirement.valid i.fa-circle-o::before {
    content: "\f058";
}

.password-strength {
    margin-top: 12px;
}

.strength-bar {
    height: 6px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.strength-bar-fill {
    height: 100%;
    width: 0%;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.strength-bar-fill.weak {
    width: 25%;
    background: #dc3545;
}

.strength-bar-fill.fair {
    width: 50%;
    background: #ffc107;
}

.strength-bar-fill.good {
    width: 75%;
    background: #17a2b8;
}

.strength-bar-fill.strong {
    width: 100%;
    background: #28a745;
}

.strength-text {
    font-size: 13px;
    font-weight: 600;
}

.strength-text.weak {
    color: #dc3545;
}

.strength-text.fair {
    color: #ffc107;
}

.strength-text.good {
    color: #17a2b8;
}

.strength-text.strong {
    color: #28a745;
}

.password-match-feedback {
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: none;
    align-items: center;
    gap: 8px;
}

.password-match-feedback.match {
    display: flex;
    background: #d4edda;
    color: #155724;
    border-left: 3px solid #28a745;
}

.password-match-feedback.no-match {
    display: flex;
    background: #f8d7da;
    color: #721c24;
    border-left: 3px solid #dc3545;
}
