/* Demo 15 Homepage 15 */
/* Fonts */
/*@import url("https://fonts.googleapis.com/css?family=Roboto:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");*/
/* font-family: 'Roboto', sans-serif; */


/*@font-face {
    font-family: 'TriumphBrokman';
    src: url('/assets/fonts/TriumphBrokman.otf') format('otf');
}

body {
    font-family: 'TriumphBrokman', sans-serif !important;
    color: #000;
}*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&subset=greek,latin&display=swap');

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: #000;
}


.header-search-extended .btn.btn-primary {
    color: #fff;
    font-size: 2.2rem;
    background-color: transparent;
}

    .header-search-extended .btn.btn-primary:hover, .header-search-extended .btn.btn-primary:focus, .header-search-extended .btn.btn-primary:active {
        background-color: transparent;
        color: #cd192d;
    }

.header-search-extended .form-control {
    padding-bottom: .5rem;
}

.header-5 {
    padding-top: 1.5rem;
}

    .header-5 .header-search .header-search-wrapper {
        min-width: 270px;
    }

    .header-5 .menu > li > a::before {
        bottom: .8rem;
    }

.title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.01em;
}

.title-desc {
    letter-spacing: 0;
}

.heading {
    margin-bottom: 4.4rem;
}

    .heading .title {
        margin-bottom: 2rem;
    }

@media screen and (min-width: 1600px) {
    .header-5 .container-fluid {
        padding-left: 6.2rem;
        padding-right: 6.2rem;
    }
}

.intro-slider-container,
.intro-slide {
    height: 100vh;
    background-color: #333;
}

.intro-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

    .intro-slide .intro-content {
        position: static;
        left: auto;
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
    }

.intro-content .btn {
    text-transform: uppercase;
}

    .intro-content .btn i:last-child {
        margin-left: .3rem;
    }

.intro-content .btn-outline-primary-2 {
    color: #fff;
}

.intro-content .intro-subtitle {
    color: #ccc;
}

.intro-subtitle {
    font-weight: 400;
    letter-spacing: -.025em;
    margin-bottom: 1rem;
}

.btn i:last-child {
    margin-left: .7rem;
}

.intro-title {
    color: #333333;
    font-weight: 600;
    letter-spacing: -.025em;
    margin-bottom: 1.8rem;
}

.bg-light {
    background-color: #f2f2f2;
}

.text-darkblack {
    color: #777 !important;
}

.text-brightblack {
    color: #ebebeb !important;
}

.product {
    margin-bottom: 1.6rem;
    background-color: transparent;
}

    .product:hover {
        box-shadow: none;
    }

    .product .product-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.product-cat {
    color: #ccc;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.product-title {
    font-size: 1.4rem;
    letter-spacing: 0;
}

.product-price {
    font-weight: 400;
    color: #333333;
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.product-body {
    background-color: transparent;
}

.old-price {
    text-decoration: none;
    color: #777;
}

@media screen and (min-width: 992px) {
    .product.product-4 {
        margin-bottom: 0;
    }
}

.product.product-4 .product-title {
    margin-bottom: .2rem;
}

.product.product-4 .product-action-vertical {
    top: 2rem;
}

.product.product-4 .btn-product {
    color: #333;
    background-color: #fff;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    text-transform: uppercase;
}

    .product.product-4 .btn-product span {
        font-size: 1.4rem;
    }

    .product.product-4 .btn-product:before {
        display: none;
    }

    .product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
        background-color: #cd192d;
    }

.product.product-4 .product-body {
    padding-bottom: 0;
}

.product.product-4 .product-nav {
    margin-top: 1.4rem;
    margin-bottom: 0;
}

.btn-product-icon:not(:hover):not(:focus) {
    color: #333;
}

.display-row {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

    .display-row .banner {
        margin-bottom: 5rem;
    }

    .display-row .heading {
        margin-bottom: 2.5rem;
    }

    .display-row .title {
        font-size: 1.6rem;
    }

    .display-row .heading.text-center .title-desc {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

/*.banner {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff; }
  .banner img {
    min-height: 370px;
    object-fit: cover; }
  .banner .btn {
    text-transform: uppercase;
    min-width: 130px;
    text-decoration: none !important;
    padding: 1.15rem 1.5rem; }
  .banner .btn-outline-primary-2 {
    color: #fff; }
  .banner ul {
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.5; }
    .banner ul li {
      position: relative;
      padding-left: 1rem; }
      .banner ul li:before {
        position: absolute;
        top: 50%;
        margin-top: -.2rem;
        left: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #333;
        margin-top: -.1rem; }
    .banner ul.text-white li:before {
      background-color: #fff; }

.banner-overlay.banner-light > a:after {
  background-color: rgba(255, 255, 255, 0.4); }
.banner-overlay.banner-light .btn-outline-primary-2 {
  color: #333; }

.banner-overlay > a:after {
  transition-duration: .5s; }

.banner-content {
  left: 30px;
  padding-top: 0; }

.banner-title {
  color: #333;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: .9rem; }
  .men .banner-title {
    letter-spacing: 0; }
  .women .banner-title {
    letter-spacing: -.025em; }

.women.banner-content {
  left: 11rem; }

.banner-text,
.banner-subtitle {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: 0; }

.banner-subtitle {
  margin-bottom: .9rem; }

.banner-text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem; }

.video-banner-title {
  font-weight: 600;
  margin-bottom: 2rem; }

.video-banner-title > span {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.03em;
  margin-bottom: 1.8rem; }*/
.banner-border,
.banner-border-hover {
    position: relative;
}

    .banner-border:after,
    .banner-border-hover:after {
        content: '';
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        border: 0.5rem solid rgba(255, 255, 255, 0.3);
        transition: all .45s ease;
        pointer-events: none;
    }

    .banner-border-hover:after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
        visibility: hidden;
        background-color: rgba(255, 255, 255, 0.4);
        opacity: 0;
    }

    .banner-border .banner-content {
        left: 60px;
    }

    .banner-border:hover:after {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .banner-border-hover:hover:after {
        visibility: visible;
        opacity: 1;
    }

.banner-content {
    left: 48px;
    padding-top: 0;
}

.banner-subtitle {
    color: #999999;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-bottom: 1rem;
}

.banner-title {
    color: #666666;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin-bottom: 1.6rem;
}

.main .banner-title span {
    color: #333333;
    font-weight: 600;
}

.main .banner-border .banner-title span {
    font-size: 2.4rem;
    letter-spacing: -.025em;
}

.main .banner-border .banner-content {
    left: 7rem;
}

.main .banner-border .banner-subtitle,
.main .banner-border .banner-title span,
.main .banner-border .banner-link {
    color: #fff;
}

.main .banner-border-hover .banner-link {
    color: #333;
}

.banner .banner-link.btn {
    padding-left: 0;
    padding-right: 0;
    min-width: none;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    position: relative;
}

    .banner .banner-link.btn i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1.8rem;
        font-size: 1.5rem;
    }

    .banner .banner-link.btn::before {
        content: '';
        position: absolute;
        left: 0;
        right: -1.8rem;
        bottom: -.2rem;
        height: .1rem;
        background-color: #cc6666;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    .banner .banner-link.btn:hover, .banner .banner-link.btn:focus {
        color: #cc6666;
        background-color: transparent;
    }

        .banner .banner-link.btn:hover::before, .banner .banner-link.btn:focus::before {
            opacity: 1;
            visibility: visible;
        }

.video-banner-title span {
    text-transform: uppercase;
}

.video-banner-title i {
    font-weight: 200;
}

.banner-set > .row {
    align-items: stretch;
}

    .banner-set > .row > [class*=col-] {
        display: flex;
        align-items: stretch;
    }

        .banner-set > .row > [class*=col-] > div {
            width: 100%;
        }

.banner-set-content {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #777;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    padding: 2rem 3rem 1.5rem;
}

    .banner-set-content h4 {
        text-transform: uppercase;
        color: #cc6666;
        font-weight: 400;
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
        letter-spacing: 0;
    }

    .banner-set-content h2 {
        font-weight: 600;
        font-size: 3rem;
        line-height: 1.1;
        letter-spacing: -.025em;
        margin-bottom: 1.5rem;
    }

    .banner-set-content p {
        max-width: 420px;
        letter-spacing: -.01em;
        font-size: 1.6rem;
        font-weight: 300;
    }

    .banner-set-content.text-center p {
        margin-left: auto;
        margin-right: auto;
    }

.product.product-2:hover, .product.product-2:focus {
    box-shadow: none;
}

.banner-set-products {
    margin-top: 4rem;
    max-width: 390px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-center .banner-set-products {
    margin-left: auto;
    margin-right: auto;
}

.banner-set-products .product.product-2 {
    box-shadow: none;
    margin-bottom: 0;
}

.banner-set-products .row {
    justify-content: center;
}

    .banner-set-products .row .products {
        flex: 0 0 83%;
        max-width: 83%;
        display: flex;
        flex-wrap: wrap;
    }

        .banner-set-products .row .products > div {
            padding-left: .5rem;
            padding-right: .5rem;
        }

.banner-set-products .product-body {
    padding-right: 0;
    padding-bottom: 0;
}

.banner-set-products .product-price {
    align-items: center;
}

.banner-set-products .product-title {
    letter-spacing: -0.01eml;
}

.banner-set-image > a {
    display: block;
}

.banner-set-image img {
    max-width: none;
    width: 100%;
}

.banner-set-image .banner-title {
    margin-bottom: 2.6rem;
}

    .banner-set-image .banner-title span {
        font-size: 2.4rem;
        letter-spacing: -.025em;
    }

.banner-set-image .banner-content {
    left: 5rem;
    top: initial;
    transform: none;
    bottom: 8rem;
}

.banner-set-image .banner-title span,
.banner-set-image .banner-link,
.banner-set-image .banner-detail {
    color: #fff;
}

.banner-set-image .banner-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #ebebeb;
    text-transform: uppercase;
}

.banner-set-image .banner-detail {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
    line-height: 1.4em;
}

.banner-set-image .banner-price {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #ebebeb;
    margin-bottom: 3rem;
}

.banner-set-image .btn.banner-link {
    padding: 1.5rem 4rem;
    border-radius: 3rem;
    color: #fff;
    border: .2rem solid #fff;
}

    .banner-set-image .btn.banner-link:hover, .banner-set-image .btn.banner-link:focus, .banner-set-image .btn.banner-link:active {
        color: #cc6666;
        background-color: #fff;
        border-color: #fff;
    }

.btn-video {
    box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.1);
}

.cta-title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.025em;
    margin-bottom: 0;
}

.cta-wrapper .cta-title,
.cta-wrapper.cta-text .cta-title {
    margin-bottom: 2.8rem;
}

.cta-wrapper.cta-text .cta-desc {
    margin-bottom: 3.5rem;
}

.cta-desc {
    color: #777;
    font-size: 1.5rem;
    line-height: 1.625;
}

.cta-wrapper {
    max-width: 580px;
}

    .cta-wrapper.cta-text {
        max-width: 360px;
    }

.cta .social-icon {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.8rem;
}

.cta blockquote {
    color: #666;
    font-style: normal;
    line-height: 1.875;
    margin-bottom: 2.2rem;
}

.cta .testimonial-icon:before {
    margin-top: 0;
    font-size: 1.8rem;
}

.cta .owl-simple .owl-nav .owl-prev {
    left: -100px;
}

.cta .owl-simple .owl-nav .owl-next {
    right: -100px;
}

blockquote p {
    font-size: 1.6rem;
    color: #666;
}

blockquote cite {
    letter-spacing: 0;
    font-weight: 400;
}

    blockquote cite span {
        color: #777;
    }

.blog-posts .entry {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.blog-posts .entry-media {
    margin-bottom: 1.5rem;
}

    .blog-posts .entry-media > a {
        position: relative;
    }

        .blog-posts .entry-media > a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(51, 51, 51, 0.4);
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }

        .blog-posts .entry-media > a:hover:after, .blog-posts .entry-media > a:focus:after {
            visibility: visible;
            opacity: 1;
        }

.blog-posts .entry-body.text-center .entry-content {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.blog-posts .entry-meta {
    margin-bottom: .4rem;
}

.blog-posts .entry-title {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: .7rem;
}

.blog-posts .entry-content p {
    margin-bottom: .6rem;
}

.blog-posts .read-more {
    text-transform: capitalize;
}

.footer .widget-about p {
    max-width: 540px;
}

.footer .widget-about-info a {
    color: #cd192d;
}

.footer-bottom .container,
.footer-bottom .container-fluid {
    padding-bottom: 2.1rem;
}

.widget-newsletter form {
    padding-top: 2.3rem;
}

    .widget-newsletter form .form-control::placeholder {
        color: #ccc;
    }

@media screen and (min-width: 576px) {
    .banner-content {
        left: 50px;
    }
}

@media screen and (min-width: 768px) {
    .intro-subtitle {
        font-size: 1.6rem;
    }

    .banner-title,
    .cta-title,
    .title {
        font-size: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .intro-content .btn {
        min-width: 170px;
    }

    .intro-subtitle {
        margin-bottom: 1.6rem;
    }

    .cta-separator [class*="col-"] + [class*="col-"]:before {
        height: 76%;
    }

    .banner-content {
        left: 70px;
    }

    .display-row {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

        .display-row .banner {
            margin-bottom: 0;
        }

    .video-banner-bg {
        padding-top: 16.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .intro-content .btn {
        min-width: 190px;
    }

    .intro-title {
        font-size: 5rem;
    }

    .banner-content {
        left: 100px;
    }

    .display-row .banner {
        margin-right: 5rem;
    }

    .display-row .order-lg-last .banner {
        margin-right: 0;
        margin-left: 5rem;
    }

    .container-fluid {
        padding-left: 62px;
        padding-right: 62px;
    }
}

@media screen and (min-width: 1600px) {
    .footer-bottom .container-fluid:before {
        left: 62px;
        right: 62px;
    }
}

@media screen and (max-width: 450px) {
    .banner-content.men,
    .banner-content.women {
        left: 4rem;
    }
}

/*# sourceMappingURL=demo-15.css.map */

@media screen and (min-width: 1280px) {
    .container {
        max-width: 90% !important;
        width: 90% !important;
    }
}

.baner-text {
    /* max-height: 160px;
    min-height: 100px;*/
}

.product-details-action .btn-cart {
    padding: 1rem 1.5rem;
    max-width: 100% !important;
    color: #fff;
    border: 0.1rem solid #000;
    background-color: #000;
}

    .product-details-action .btn-cart:hover {
        background-color: #a7a9ac !important;
        border: 0.1rem solid #a7a9ac;
    }

.dropdown-cart-action .btn {
    font-size: 1.3rem;
    min-width: 234px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #000;
}

    .dropdown-cart-action .btn:hover {
        background-color: #a7a9ac !important;
        border: 0.1rem solid #a7a9ac;
    }


.cartimage {
    width: inherit;
    height: inherit;
}


.updatebtn {
    right: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #222;
    font-size: 30px;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


.product-media {
}

.btn {
    text-transform: uppercase;
}



/* for default banners*/
/*.banner-container {
    display: flex;
    align-items: stretch;
}
*/
/*.banner {
    position: relative;
    overflow: hidden;
}*/

/* .banner img {
        width: 100%;
        height: auto;
    }

.baner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    box-sizing: border-box;
}

    .baner-text p {
        margin-bottom: 10px;
    }

    .baner-text a {
        color: white;
        text-decoration: none;
        border: 1px solid white;
        padding: 5px 10px;
        border-radius: 5px;
    }

        .baner-text a:hover {
            background-color: white;
            color: black;
        }*/



/* ����� */

.blog-posts {
    padding-bottom: .5rem;
}

    .blog-posts .entry-media {
        margin-bottom: 1.5rem;
    }

    .blog-posts .entry-meta {
        margin-top: 2.2rem;
        margin-bottom: 1.3rem;
        font-size: 1.3rem;
    }

    .blog-posts .entry-title {
        font-weight: 600;
        font-size: 1.5rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: .9rem;
    }

    .blog-posts .read-more {
        font-size: 1.3rem;
        letter-spacing: .1em;
        font-weight: 400;
        color: #777;
    }

        .blog-posts .read-more:hover, .blog-posts .read-more:focus {
            color: #cd192d;
        }


/* deal of the month*/
.deal-container .heading {
    padding-bottom: .5rem;
}

    .deal-container .heading .title {
        margin-bottom: 1rem;
    }

.deal-container .product {
    border: none;
    margin-bottom: 2rem;
}

.deal-container .btn-more {
    text-transform: capitalize;
}

.deal-col {
    display: flex;
    align-items: stretch;
}

.deal {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 3.6rem 4rem 4.8rem;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    min-height: 380px;
}

    .deal > div {
        width: 100%;
    }

    .deal .btn {
        padding: 0 0 .2rem;
    }

    .deal h4 {
        color: #777;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        margin-bottom: .5rem;
        max-width: 240px;
    }

    .deal h2 {
        color: #ef837b;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: -.01em;
        margin-bottom: .2rem;
        max-width: 240px;
    }

    .deal .product-title {
        max-width: 240px;
        margin-bottom: .7rem;
    }

    .deal .product-price {
        font-weight: 300;
        font-size: 2rem;
        margin-bottom: .4rem;
    }

.deal-content {
    align-self: center;
}

.deal-bottom {
    align-self: flex-end;
}


.btn.btn-outline-dark-2 {
    border-color: #d7d7d7;
}

    .btn.btn-outline-dark-2:hover, .btn.btn-outline-dark-2:focus {
        background-color: #fff;
    }

.deal-countdown {
    margin-bottom: 0;
    margin-left: -.8rem;
    max-width: 180px;
}

    .deal-countdown .countdown-show3 .countdown-section {
        width: calc(33.33% - 16px);
    }

    .deal-countdown .countdown-section {
        position: relative;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        padding: .9rem 0 .3rem;
        margin-left: .8rem;
        margin-right: .8rem;
        background-color: #fcb941;
        border-radius: .3rem;
        border: none;
        margin-bottom: 2rem;
    }

        .deal-countdown .countdown-section:not(:last-child):after {
            color: #333333;
            content: ':';
            display: inline-block;
            font-weight: 400;
            font-size: 20px;
            line-height: 1;
            position: absolute;
            left: 100%;
            margin-left: 6px;
            margin-top: -1px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

    .deal-countdown .countdown-period {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -2rem;
        display: block;
        font-weight: 400;
        color: #333333;
        text-transform: lowercase;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .deal-countdown .countdown-amount {
        display: inline-block;
        color: #fff;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 1;
        letter-spacing: -.03em;
        margin-bottom: .4rem;
    }


.header-5 .header-middle {
    border-bottom: none;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}


.ddlang .dropdown-menu {
    width: 124px !important;
}

.mobile-search .btn {
    font-size: 1.2rem;
    min-width: 3.6rem;
    padding: 0.8rem 0.2rem;
}

.mobile-menu-light .mobile-search .form-control {
    color: #666;
    background-color: #fff;
    border-color: #e5e5e5;
}

.mobile-search .form-control {
    height: 36px;
    margin-bottom: 0;
    -webkit-appearance: none;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.8rem 1.5rem;
    max-width: calc(100% - 36px);
    background-color: #333;
    border-color: rgba(255, 255, 255, 0.1);
    border-right-width: 0;
}


.underl {
    text-decoration: line-through;
    color: #a7a9ac !important;
    margin-left: 0.5em;
}

.regprice {
    font-weight: 600;
}

.newprice {
    font-weight: 600;
    color: #cd192d !important;
}

.visually-hidden {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



.product-label.label-saletm {
    color: #fff;
    background-color: #cd192d !important;
    border-radius: .25rem;
}
.product-label.label-infotm {
    color: #fff;
    background-color: #000;
    border-radius: .25rem;
    display: none;
}
 


.d3olist {
    color: black; /* Set the text color to black */
}

    .d3olist li {
        position: relative;
        padding-left: 1.2em; /* Add space for the custom disc */
    }

        .d3olist li::before {
            content: '\2022'; /* Unicode for a bullet point */
            color: orange; /* Set the disc color to orange */
            position: absolute;
            left: 0; /* Position the disc at the start of the list item */
        }



.cart-dropdown .cart-count {
    margin-left: -0.8rem !important;
    margin-top: 2.1rem !important;
}

.dropdown-toggle i {
    font-size: 3.2rem !important;
}


.product-image-hover {
    position: relative !important;
    background-color: #fff !important;
}

.product-media {
    background-color: #fff !important;
}

.product-cat {
    color: #000 !important;
}


/*.product-body {
    display: flex;
    flex-direction: column;
}*/
    /*.productstub {
    min-height: 50px;*/ /* Adjust this based on your needs */
    /*max-height: 50px;
   
    flex-grow: 1;*/ /* Makes all elements stretch to the same height */
    /*}*/



    .box-elements {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Adds space between the two divs */
}

.box-element {
    flex: 1; /* Ensures both divs take equal width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    min-height: 200px; /* Ensures equal height */
}

.box-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-text {
    flex-grow: 1; /* Ensures text fills the space evenly */
}

.box-material-icons {
    font-size: 32px;
    margin-bottom: 10px;
}



/* Custom styles for ListBox */
/*.inline-listbox {
     border:none;
     background-color:transparent;
    flex-wrap: wrap;
    width: 300px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 4px;
}

    .inline-listbox option {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px;
        background-color: #fff;
        cursor: pointer;
    }

        .inline-listbox option:selected {
            background-color: #007bff;
            color: white;
        }


.size-selector {
    display: flex;
    gap: 10px;
}

.size-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid black;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: all 0.3s ease;
}

    .size-option.selected {
        background-color: red;
        color: white;
        border-color: red;
    }

    .size-option.disabled {
        color: gray;
        cursor: not-allowed;
        position: relative;
        opacity: 0.5;
    }*/

/* Add diagonal line for disabled options */
/*.size-option.disabled::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: gray;
            top: 50%;
            left: 0;
            transform: rotate(45deg);
        }*/

.sizes-container {
    display: flex;
    flex-wrap: wrap;
}

.size-box {
    width: 60px;
    height: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: .75rem 1rem;
    border: 1px solid #000;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 3rem;
    display: flex;
    margin-right: .5rem;
    margin-bottom: .5rem;
    position: relative;
    background-color: #fff;
}

    .size-box:hover {
        background-color: #ccc;
    }

    /* Selected - Κόκκινο */
    .size-box.selected {
        background-color: #cd192d;
        border: none;
        color: #fff;
    }

    /* Μη διαθέσιμο - Γκρι με διαγώνια γραμμή */
    .size-box.size-unavailable {
        border: 1px solid #999;
        color: #999;
        cursor: pointer;
        background-color: #fff;
    }

        .size-box.size-unavailable::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient( to top right, transparent calc(50% - 1px), #999 calc(50% - 1px), #999 calc(50% + 1px), transparent calc(50% + 1px) );
            pointer-events: none;
        }

        .size-box.size-unavailable:hover {
            background-color: #f5f5f5;
        }

        .size-box.size-unavailable.selected-unavailable {
            border: 2px solid #cd192d;
        }
            .size-box.size-unavailable.selected-unavailable::before {
                background: linear-gradient( to top right, transparent calc(50% - 1px), #cd192d calc(50% - 1px), #cd192d calc(50% + 1px), transparent calc(50% + 1px) );
            }

/* Size messages */
.size-message {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 13px;
    display: none;
    width: 100%;
    clear: both;
}

    .size-message.show-limited {
        display: inline-block;
        background-color: #fff3e0;
        border: 1px solid #ff9800;
        color: #e65100;
    }

    .size-message.show-unavailable {
        display: inline-block;
       
        background-color: #f5f5f5;
        border: 1px solid #999;
        color: #666;
    }

.btn-cart.disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}













.product-details .product-price {
    font-size: 2.8rem !important;
}


p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: #000 !important;
}


.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 40px 20px;
    max-width: 100%;
    margin: auto;
}

/* Policy Grid */
.policy-box {
    flex: 1 1 200px;
    border: 1px solid #222;
    border-radius: 0;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #fff;
    transition: all 0.3s ease;
}

    .policy-box:hover {
        background: #fff;
        color: #000;
        box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    }

    .policy-box i {
        font-size: 40px;
        color: #000;
        margin-bottom: 15px;
    }

    .policy-box h3 {
        font-size: 18px;
        color: #333;
        margin: 0;
    }

a {
    text-decoration: none;
}

section {
    padding: 60px 20px;
    max-width: 900px;
    margin: auto;
    background: white;
    margin-top: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    section h2 {
        color: #2b78e4;
    }

    section p {
        line-height: 1.6;
        color: #444;
    }



.menu-col li > a {
    color: #000;
}

.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
    /* Don't set height here - let JS handle it */
}

    .product-media img {
        width: 100%;
        height: auto; /* Let images load naturally first */
        object-fit: cover;
        object-position: center;
    }

/*.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
    height: 300px;*/ /* ADD THIS LINE */
/*}
    .product-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }*/


.product-title {
    font-weight: 700 !important;
}


@media screen and (max-width: 991px) {
    .header-language-menu {
        display: none !important;
    }
}







.col-sm-4 {
    flex: 1;
    display: flex;
}

.banner-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}

.banner {
    position: relative;
    overflow: hidden;
}

.entry-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* Key CSS for equal height text */
.baner-text {
    flex: 1; /* This makes all text containers grow to fill available space */
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; /* Align text to top */
}


/* Βασικό styling για το container */
.product.product-11 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    /* Το product-body να καταλαμβάνει όλο τον υπόλοιπο χώρο */
    .product.product-11 .product-body {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    /* Σταθερό ύψος για τον κωδικό προϊόντος */
    .product.product-11 .product-cat {
        min-height: 24px;
       /* margin-bottom: 8px;*/
    }

    /* Σταθερό ύψος για τον τίτλο προϊόντος - 2 γραμμές */
    .product.product-11 .product-title {
        min-height: 48px;
        max-height: 48px;
        overflow: hidden;
   /*     line-height: 24px;*/
        margin-bottom: 0.1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* Σταθερό ύψος για την περιγραφή - 3 γραμμές */
    .product.product-11 .productstub {
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        line-height: 20px;
       /* margin-bottom: 12px;*/
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    /* Η τιμή να πάει στο κάτω μέρος */
    .product.product-11 .product-price {
        /*margin-top: auto !important;
        padding-top: 12px;*/
    }

/* Styling για την τιμή */
.regprice {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Optional: Styling για το product-media */
.product-media {
    position: relative;
    overflow: hidden;
}

.product-label {
    position: static;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
}/*{*/
    /* position: static;*/
    /*position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 10;
}*/




/* ================================================
           CSS για Store/Eshop.aspx - Equal Heights
  
 ================================================ */

/* Product Container - Flexbox για ίδιο ύψος */
.products .row {
    display: flex;
    flex-wrap: wrap;
}

    .products .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

/* Το product div να παίρνει όλο το ύψος */
.products .product {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* background: #fff;
    border: 1px solid #ebebeb;*/
    transition: box-shadow 0.3s ease;
    margin-bottom:60px;
}

    .products .product:hover {
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    }

    /* Product Media */
    /*.products .product .product-media {
        position: relative;*/
    /* background: #f5f5f5;*/
    /*margin-top: 39px;
       
    }*/

    .products .product .product-media img {
        width: 100%;
        height: auto;
    }

.product-media {
   /* margin-top: 39px;*/
    display: grid;
    place-items: center;
}

    .product-media a {
        display: grid;
        place-items: center;
    }

    .product-media img {
        grid-column: 1;
        grid-row: 1;
    }

/* Product Body - Flexbox για proper spacing */
.products .product .product-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /*padding: 0 15px 15px 15px;*/
}

/* Product Category/Code - Ίδιο ύψος */
.products .product .product-cat {
    min-height: 24px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product Title - Ίδιο ύψος (2 γραμμές) */
.products .product .product-title {
    min-height: 35px;
    max-height: 35px;
    /*margin-bottom: 10px;*/
    font-size: 14px;
    /*line-height: 24px;*/
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .products .product .product-title a {
        color: #333;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .products .product .product-title a:hover {
            color: #d9272e;
        }

/* Product Description/Stub - Ίδιο ύψος (3 γραμμές) */
.products .product .product-desc,
.products .product .productstub {
    min-height: 60px;
    max-height: 60px;
    /*margin-bottom: 12px;*/
    font-size: 13px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Product Price - Πάντα στο κάτω μέρος */
.products .product .product-price {
    margin-top: auto;
    /* padding-top: 12px;*/
    /* border-top: 1px solid #ebebeb;*/
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Product Action/Footer - Στο κάτω μέρος */
.products .product .product-action,
.products .product .product-footer {
    margin-top: auto;
    padding-top: 10px;
}

/* Button Full Width */
.products .product .btn-product {
    width: 100%;
    margin-top: 10px;
}

/* Ribbon/Label */
.products .product .product-label {
    position: static;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
}

    /*.products .product .product-label.label-sale {
        background: #d9272e;
    }*/

/* Responsive Adjustments */
@media (max-width: 767px) {
    .products .product .product-title {
        min-height: 44px;
        max-height: 44px;
        font-size: 13px;
        line-height: 22px;
    }

    .products .product .product-desc,
    .products .product .productstub {
        min-height: 54px;
        max-height: 54px;
        font-size: 12px;
        line-height: 18px;
    }

    .products .product .product-price {
        font-size: 16px;
    }

    .products .product .product-body {
        padding: 0 10px 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products .product .product-title {
        font-size: 13px;
    }
}



.main {
    margin-top: 133px;
}

.breadcrumb-nav {
    /*margin-top: 16px;*/
    margin-bottom: 8px;
}

.categoryTitle {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}



.filter-bar {
    background: white;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.filter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-dropdown {
    position: relative;
    display: inline-block;
}



.filter-dropdown-btn:hover {
    border-color: #999;
    background-color: #f9f9f9;
}

.filter-dropdown-btn i {
    font-size: 12px;
    transition: transform 0.3s;
}

.filter-dropdown.active .filter-dropdown-btn i {
    transform: rotate(180deg);
}

.filter-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 200px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    margin-top: 5px;
}

.filter-dropdown.active .filter-dropdown-menu {
    display: block;
}

.filter-option {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

    .filter-option:hover {
        background-color: #f5f5f5;
    }

    .filter-option.selected {
        background-color: #e3f2fd;
        color: #1976d2;
        font-weight: 500;
    }

    .filter-option:last-child {
        border-bottom: none;
    }

.search-box {
    position: relative;
    width: 250px;
}

    .search-box input {
        width: 100%;
        padding: 8px 35px 8px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }

        .search-box input:focus {
            outline: none;
            border-color: #1976d2;
        }

    .search-box i {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        pointer-events: none;
    }

.toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.toggle-switch {
    position: relative;
    width: 44px;
    height: 24px;
    background: #ccc;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s;
}

    .toggle-switch.active {
        background: #000;
    }

.toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.toggle-switch.active .toggle-slider {
    transform: translateX(20px);
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.filter-tag {
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .filter-tag i {
        cursor: pointer;
        font-size: 10px;
    }

.clear-all-btn {
    background: #f44336;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    cursor: pointer;
}

    .clear-all-btn:hover {
        background: #d32f2f;
    }

/* Product Grid Demo */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.product-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

    .product-card.hidden {
        display: none;
    }

.product-image {
    width: 100%;
    height: 200px;
/*    margin-bottom: 10px;*/
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

@media (max-width: 768px) {
    .filter-container {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-left, .filter-right {
        width: 100%;
        justify-content: space-between;
    }

    .search-box {
        width: 100%;
    }
}



.breadcrumb-nav {
    border-bottom: none !important;
}


/* ================================================
   HORIZONTAL FILTER BAR - New Implementation
================================================ */

.horizontal-filter-wrapper {
    background: #fff;
    /* border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 30px;
    /* position: sticky;
    top: 133px;
    z-index: 100;*/
}

.horizontal-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-center {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Filter Dropdown Styling */
.filter-dropdown {
    position: relative;
}

.filter-dropdown-btn {
    background: #fff;
    border: 0px solid #d0d0d0;
    padding: 10px 16px;
    cursor: pointer;
    /*display: flex;*/
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    transition: all 0.2s;
    white-space: nowrap;
    /*min-width: 120px;*/
    justify-content: space-between;
}

    .filter-dropdown-btn:hover {
        border-color: #999;
        background-color: #f9f9f9;
    }

    .filter-dropdown-btn i {
        font-size: 12px;
        transition: transform 0.3s;
    }

.filter-dropdown.active .filter-dropdown-btn {
    border-color: #333;
    background-color: #f9f9f9;
}

    .filter-dropdown.active .filter-dropdown-btn i {
        transform: rotate(180deg);
    }

.filter-dropdown-btn .filter-count {
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: auto;
}

/* Dropdown Menu */
.filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 220px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.filter-dropdown.active .filter-dropdown-menu {
    display: block;
}

.filter-option {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .filter-option:hover {
        background-color: #f5f5f5;
    }

    .filter-option.selected {
        background-color: #f0f0f0;
        font-weight: 600;
    }

    .filter-option:last-child {
        border-bottom: none;
    }

    .filter-option .item-count {
        color: #999;
        font-size: 12px;
    }

/* Search Box */
.search-container {
    position: relative;
}

.filter-search-input {
    width: 250px;
    padding: 10px 40px 10px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
}

    .filter-search-input:focus {
        outline: none;
        border-color: #333;
    }

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

/* Active Filters Row */
.active-filters-row {
    padding: 12px 0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #f6f6f6
}

.active-filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
}

.filter-tag {
    background: #fff;
    color: #333;
    padding: 6px 12px 6px 16px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d0d0d0;
}

.filter-tag-close {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    transition: color 0.2s;
}

    .filter-tag-close:hover {
        color: #000;
    }

.clear-filters-btn {
    background: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 4px;
    transition: all 0.2s;
}

    .clear-filters-btn:hover {
        background: #f5f5f5;
        color: #000;
    }

/* Responsive */
@media (max-width: 992px) {
    .horizontal-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-left, .filter-center, .filter-right {
        width: 100%;
        justify-content: flex-start;
    }

    .filter-search-input {
        width: 100%;
    }

    .filter-dropdown-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .horizontal-filter-wrapper {
        position: relative;
        top: 0;
    }

    .filter-dropdown-menu {
        min-width: 100%;
    }
}

.filter-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.filter-dropdown-toggle {
    padding: 8px 15px;
    background: white;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 4px;
}

.filter-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

    .filter-dropdown-menu.show {
        display: block;
    }

.filter-option {
    padding: 8px 15px;
    cursor: pointer;
}

    .filter-option:hover {
        background: #f5f5f5;
    }

    .filter-option input[type="checkbox"] {
        margin-right: 8px;
    }

.price-filter .price-inputs {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-filter input[type="number"] {
    width: 80px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.price-range-btn {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border: none;
    background: white;
    text-align: left;
    cursor: pointer;
}

    .price-range-btn:hover {
        background: #f5f5f5;
    }



.labelsrow {
    display: flex;
    gap: 10px; /* space between the labels */
    flex-wrap: wrap; /* allows wrapping if needed */
   min-height:23px;
}

.product .row .product-label {
    position: static; /* Override the absolute positioning */
    display: inline-block;
}

.filter-dropdown:last-child .filter-dropdown-menu,
.filter-dropdown.align-right .filter-dropdown-menu {
    left: auto;
    right: 0;
}

/* Για καλύτερο responsive behavior */
@media (max-width: 992px) {
    .filter-dropdown .filter-dropdown-menu {
        left: auto;
        right: 0;
        min-width: 200px;
    }
}


.two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style-position: inside;
}



/*
.feature-icon img {
width:100px;
height:100px;
}
.feature-title {
    font-weight: 600 !important;
   margin-bottom:0px !important;
   font-size:2rem;
}
.feature-box {
margin-bottom:50px;
}
*/
/* Feature Box - Triumph Style */
.feature-boxes-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    /*background: var(--triumph-gray-100, #f8f9fa);*/
   /* border-left: 3px solid var(--triumph-black, #000);*/
    transition: all 0.3s ease;
}

    .feature-box:hover {
        background: var(--triumph-white, #fff);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

.feature-icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--triumph-white, #fff);
}

    .feature-icon img {
         
        object-fit: contain;
    }

.feature-content {
    flex: 1;
}

.feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
     
    color: var(--triumph-black, #000);
    margin: 0 0 0.5rem;
}

.feature-description {
   
    line-height: 1.6;
    color: var(--triumph-gray-600, #495057);
    margin: 0;
}

/* Alternative: Card Style */
.feature-box.card-style {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    border-left: none;
    border-bottom: 3px solid var(--triumph-black, #000);
}

    .feature-box.card-style .feature-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
    }

        .feature-box.card-style .feature-icon img {
            width: 48px;
            height: 48px;
        }

/* Responsive */
@media (max-width: 768px) {
    .feature-boxes-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-box {
        padding: 1.25rem;
    }

    .feature-icon {
        width: 120px;
        height: 120px;
    }

        .feature-icon img {
            width: 120px;
            height: 120px;
        }
}






.product-details-extended .nav.nav-pills {
    border-bottom: .1rem solid #ebebeb !important;
    border-top: none !important;
}
    .product-details-extended .nav.nav-pills .nav-link {
        
        border-bottom: .2rem solid transparent;
         border-top: none;
    }






/* Worldline Payment Loading Overlay */
#worldlineLoadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

    #worldlineLoadingOverlay.active {
        display: flex;
        animation: fadeIn 0.3s ease-in-out;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.worldline-loading-card {
    background: #fff;
    padding: 50px;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    text-align: center;
    max-width: 500px;
    width: 90%;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.worldline-loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #cd192d;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.worldline-loading-icon {
    font-size: 50px;
    color: #cd192d;
    margin-bottom: 25px;
    animation: iconPulse 1.5s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(0.95);
    }
}

.worldline-loading-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.worldline-loading-text {
    font-size: 15px;
    color: #777;
    margin-bottom: 25px;
}

.worldline-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    font-size: 13px;
    color: #777;
}

    .worldline-secure-badge i {
        color: #4CAF50;
    }

@media (max-width: 576px) {
    .worldline-loading-card {
        padding: 40px 30px;
    }

    .worldline-loading-title {
        font-size: 20px;
    }
}


.page-header {
    padding: 6.6rem 0 5rem !important;
}






/* ===== CONTACT FORM - Triumph Style ===== */

/* Form Section */
.touch-container {
    padding: 40px 0;
}

    .touch-container .title {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #000;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 30px !important;
    }

         

    /* Form Labels */
    .touch-container label {
        font-weight: 600;
        text-transform: uppercase;
       
        letter-spacing: 0.5px;
        color: #000;
        margin-bottom: 8px;
        display: block;
    }

    /* Form Inputs */
    .touch-container .form-control {
        border: 1px solid #222;
        border-radius: 0;
        padding: 12px 15px;
        
        transition: all 0.2s ease;
        max-width: 100%;
        width: 100%;
    }

        .touch-container .form-control:focus {
            border-color: #000;
            box-shadow: none;
            outline: none;
        }

    /* Textarea */
    .touch-container textarea.form-control {
        min-height: 150px;
        resize: vertical;
    }

    /* Submit Button */
    .touch-container .btn-outline-primary-2 {
        background: #000;
        color: #fff;
        border: 2px solid #000;
        border-radius: 0;
        padding: 12px 40px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 0.3s ease;
    }

        .touch-container .btn-outline-primary-2:hover {
            background: #fff;
            color: #000;
        }

    /* Required text */
    .touch-container p[style*="color: Red"] {
        color: #666 !important;
        font-size: 0.85rem;
        margin-top: 20px;
    }

    /* Validation errors */
    .touch-container .fa-exclamation-triangle {
        color: #c00;
    }

    /* reCAPTCHA spacing */
    .touch-container .g-recaptcha {
        margin: 25px 0;
    }

    /* Fix label positioning */
    .touch-container .row .col-sm-4 {
        display: flex;
        flex-direction: column;
    }

        .touch-container .row .col-sm-4 label,
        .touch-container .row .col-sm-4 > asp-label {
            margin-bottom: 8px;
        }

    /* All labels uppercase */
    .touch-container label,
    .touch-container .col-sm-4 > span {
        font-weight: 600;
        text-transform: uppercase;
         
        letter-spacing: 0.5px;
        color: #000;
        display: block;
        margin-bottom: 8px;
    }

    /* Center the reCAPTCHA */
    .touch-container .g-recaptcha {
        display: flex;
        justify-content: center;
    }

.stores h2.title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #fff;
}

/* ===== CONTACT INFO BOXES - Triumph Style ===== */

.contact-box {
    
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
}

    .contact-box:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .contact-box h3 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
         
        color: #000;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 2px solid #000;
    }

    .contact-box address {
        color: #333;
        font-style: normal;
        line-height: 1.8;
    }

    .contact-box div {
        color: #333;
        margin-bottom: 5px;
    }

    .contact-box a {
        color: #000;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .contact-box a:hover {
            color: #666;
        }

    /* Social Icons - Black & White */
    .contact-box .ps-list--social {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

        .contact-box .ps-list--social li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            border: 1px solid #222;
            color: #000;
            font-size:30px;
            transition: all 0.3s ease;
        }

            .contact-box .ps-list--social li a:hover {
                background: #000;
                color: #fff;
            }

/* Equal height columns */
.contact-box-row {
    display: flex;
    flex-wrap: wrap;
}

    .contact-box-row > [class*="col-"] {
        display: flex;
        margin-bottom: 20px;
    }


/* Font Awesome 6 brand icons fix */
.fa.fa-instagram::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f16d";
}

.fa.fa-facebook-f::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f39e";
}

.fa.fa-facebook::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f09a";
}

.fa.fa-youtube::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f167";
}

.fa.fa-twitter::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f099";
}

.fa.fa-linkedin::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f0e1";
}

.fa.fa-pinterest::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f0d2";
}

.fa.fa-tiktok::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e07b";
}




/* Menu list - 2 columns when many items */
.megamenu .menu-col ul {
    columns: 2;
    column-gap: 30px;
}

    .megamenu .menu-col ul li {
        break-inside: avoid;
        margin-bottom: 4px;
    }

    /* If list has 7 or fewer items, keep 1 column */
    .megamenu .menu-col ul:has(li:nth-child(8)) {
        columns: 2;
    }

    .megamenu .menu-col ul:not(:has(li:nth-child(8))) {
        columns: 1;
    }



/* Family Color Swatches */
.family-swatches {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.family-swatch {
    width: 70px;
    height: 70px;
    border: 2px solid var(--triumph-gray-300);
    cursor: pointer;
    transition: border-color 0.2s ease;
    overflow: hidden;
    background: var(--triumph-gray-100);
    text-decoration: none;
}

    .family-swatch:hover {
        border-color: var(--triumph-gray-500);
    }

    .family-swatch.active {
        border-color: var(--triumph-black);
    }

    .family-swatch img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }



/* ============================================
   LIFESTYLE IMAGES - Triumph UK Style  
   ============================================ */
.lifestyle-images-section {
    margin: 3rem 0;
    padding-top: 2rem;
    border-top: 1px solid var(--triumph-gray-200, #e9ecef);
}

.lifestyle-images-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: var(--triumph-black, #000);
}

.lifestyle-images-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.lifestyle-image-item {
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
    background: var(--triumph-gray-100, #f8f9fa);
}

    .lifestyle-image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .lifestyle-image-item:hover img {
        transform: scale(1.08);
    }

/* Desktop: Show grid */
@media (min-width: 769px) {
    .lifestyle-images-section {
        display: block;
    }

    .product-image-gallery .lifestyle-mobile-image {
        display: none !important;
    }
}

/* Mobile: Hide grid, images go to gallery */
@media (max-width: 768px) {
    .lifestyle-images-section {
        display: none;
    }

    .product-image-gallery .lifestyle-mobile-image {
        display: block !important;
    }
}

/* ============================================
   GALLERY THUMBNAILS - Horizontal
   ============================================ */
.product-image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

    .product-image-gallery .product-gallery-item {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
        border: 2px solid transparent;
        cursor: pointer;
        overflow: hidden;
        background: #f8f9fa;
    }

        .product-image-gallery .product-gallery-item:hover,
        .product-image-gallery .product-gallery-item.active {
            border-color: #000;
        }

        .product-image-gallery .product-gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

/* ============================================
   LIFESTYLE IMAGES - Desktop/Mobile Control
   ============================================ */

/* Desktop: ΚΡΥΨΕ τα lifestyle από το gallery */
@media (min-width: 769px) {
    .product-image-gallery .lifestyle-mobile-image {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
    }

    .lifestyle-images-section {
        display: block;
    }
}

/* Mobile: ΔΕΙΞΕ τα lifestyle στο gallery, ΚΡΥΨΕ το section */
@media (max-width: 768px) {
    .product-image-gallery .lifestyle-mobile-image {
        display: block !important;
        visibility: visible !important;
        position: relative !important;
        left: auto !important;
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }

    .lifestyle-images-section {
        display: none !important;
    }
}




/* Technical Specs Grid - Triumph UK Style */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 1.5rem 0;
    
}

.specs-column {
    padding-right: 1rem;
}

.specs-column-title {
    font-weight: 700;
    text-transform: uppercase;
    /*letter-spacing: 0.5px;*/
    color: #000;
    margin: 0 0 0.75rem;
}

.specs-column-content {
     
    line-height: 1.6;
    color: #333;
}

    .specs-column-content p {
        margin: 0 0 0.5rem;
    }

        .specs-column-content p:last-child {
            margin-bottom: 0;
        }

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 576px) {
    .specs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .specs-column {
        padding-right: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e5e5e5;
    }

        .specs-column:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
}


.product-details-extended .nav.nav-pills .nav-link.active, .product-details-extended .nav.nav-pills .nav-link:hover, .product-details-extended .nav.nav-pills .nav-link:focus {
    border-color: #000 !important;
    color:#000 !important;
    font-weight:800 !important;
}


/* ===== POLICY PAGES - Triumph Style ===== */

/* Page Header */
.page-header {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
    }

    .page-header * {
        position: relative;
        z-index: 1;
    }

    .page-header .page-title {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #fff;
    }

/* Breadcrumbs */
.breadcrumb-nav {
    background: #f8f8f8;
    border-bottom: 1px solid #222;
}

    .breadcrumb-nav .breadcrumb {
        margin: 0;
        padding: 12px 0;
    }

    .breadcrumb-nav a {
        color: #000;
        text-decoration: none;
    }

        .breadcrumb-nav a:hover {
            color: #666;
        }

/* Content Table */
.ps-table--faq {
    border: none;
}

    .ps-table--faq td {
        padding: 25px 0;
        border: none;
        border-bottom: 1px solid #eee;
        color: #333;
        line-height: 1.8;
    }

    .ps-table--faq tr:last-child td {
        border-bottom: none;
    }

    .ps-table--faq h4 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000;
        /*font-size: 1.1rem;*/
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
        display: inline-block;
    }

    .ps-table--faq ul {
        margin: 15px 0;
        padding-left: 20px;
    }

    .ps-table--faq li {
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .ps-table--faq b {
        color: #000;
    }

/* Policy Grid */
.policy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #222;
}



/* ── Size Guide Link ─────────────────────────── */
#sizeGuideModal .modal-body {
    padding: 1.25rem 1.5rem;
}

a.size-guide {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    padding-bottom: 1px;
    margin-top: 8px;
}

    a.size-guide:hover {
        opacity: .6;
    }

#sizeGuideModal .modal-header {
    background: #111;
    border-radius: 0;
    border-bottom: none;
    padding: .9rem 1.25rem;
}

#sizeGuideModal .modal-title {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
}

#sizeGuideModal .close {
    color: #aaa;
    opacity: 1;
    text-shadow: none;
}

    #sizeGuideModal .close:hover {
        color: #fff;
    }

#sizeGuideModal .modal-content {
    border: none;
    border-radius: 0;
}

.size-guide-intro {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    border-left: 3px solid #111;
    padding-left: .75rem;
    margin: 0 0 1rem;
}

.size-guide-section-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #888;
    margin: 1rem 0 .4rem;
}

.size-guide-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: .5rem;
}

.size-guide-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    table-layout: auto;
    min-width: 480px;
}

    .size-guide-table thead tr {
        background: #111;
    }

    .size-guide-table thead th {
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .06em;
        text-transform: uppercase;
        padding: 8px 10px;
        border: none;
        text-align: center;
    }

        .size-guide-table thead th:first-child {
            text-align: left;
        }

    .size-guide-table tbody tr {
        border-bottom: 1px solid #f0f0f0;
    }

        .size-guide-table tbody tr:nth-child(even) {
            background: #fafafa;
        }

    .size-guide-table tbody td {
        padding: 9px 10px;
        text-align: center;
        border: none;
    }

        .size-guide-table tbody td:first-child {
            text-align: left;
            font-weight: 500;
        }

#sizeGuideModal .modal-body > p:last-child {
    font-size: 12px;
    color: #888;
    font-style: italic;
    border-top: 1px solid #f0f0f0;
    padding-top: .75rem;
    margin-top: .5rem;
}

@media (max-width: 576px) {
    .size-guide-table {
        font-size: 12px;
    }

        .size-guide-table thead th,
        .size-guide-table tbody td {
            padding: 7px 6px;
        }

    #sizeGuideModal .modal-dialog {
        margin: .5rem;
    }
}

/* Footer phone + payment layout */
.footer-contact-payments {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.footer-phone-block {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: 160px;
}

    .footer-phone-block .widget-about-title {
        display: block;
        margin-bottom: 4px;
    }

.footer-payment-block {
    flex: 0 0 auto;
}

    .footer-payment-block .widget-about-title {
        display: block;
        margin-bottom: 6px;
    }


/* ===== NEWSLETTER FOOTER ===== */
.newsletter-desc {
    font-size: 1.3rem;
    color: #777;
    margin-bottom: 12px;
    line-height: 1.5;
}

.newsletter-input-group {
    margin-bottom: 10px;
}

.newsletter-consent {
    margin-top: 8px;
}

.newsletter-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.2rem;
    color: #666;
    font-weight: normal;
    cursor: pointer;
    line-height: 1.4;
}

    .newsletter-consent-label input[type="checkbox"] {
        margin-top: 2px;
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        cursor: pointer;
    }

    .newsletter-consent-label a {
        color: #cd192d;
        text-decoration: underline;
    }

.newsletter-success {
    color: #2e7d32;
    font-size: 1.3rem;
    margin-top: 10px;
    font-weight: 600;
}

.newsletter-error {
    color: #cd192d;
    font-size: 1.2rem;
    margin-top: 8px;
}

/* ===== NEWSLETTER LOADER ===== */
#newsletter-loader {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #fff;
    border-top-color: #cd192d;
    border-radius: 50%;
    animation: nl-spin 0.8s linear infinite;
}

@keyframes nl-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===== NEWSLETTER SUCCESS POPUP ===== */
#newsletter-success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#newsletter-success-modal {
    background: #fff;
    padding: 40px 48px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    border-radius: 4px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    animation: nl-pop 0.25s ease;
}

@keyframes nl-pop {
    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#newsletter-success-icon {
    font-size: 52px;
    color: #2e7d32;
    margin-bottom: 16px;
    line-height: 1;
}

#newsletter-success-msg {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 24px;
    line-height: 1.5;
}

/* ===== NEWSLETTER FORM STYLES ===== */
.newsletter-subtitle {
    font-size: 1.3rem;
    color: #777;
    margin-bottom: 14px;
    line-height: 1.5;
}

.newsletter-form-wrapper .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #d7d7d7;
}

.btn-newsletter {
    width: 100%;
    border-radius: 0;
    margin-top: 4px;
    letter-spacing: 0.05em;
}

.newsletter-consent {
    margin-top: 8px;
}

.newsletter-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.2rem;
    color: #666;
    font-weight: normal;
    cursor: pointer;
    line-height: 1.4;
}

    .newsletter-consent-label input[type="checkbox"] {
        margin-top: 3px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .newsletter-consent-label a {
        color: #cd192d;
        text-decoration: underline;
    }

.newsletter-error {
    color: #cd192d;
    font-size: 1.2rem;
    margin-top: 8px;
}

@keyframes nl-highlight {
    0% {
        box-shadow: 0 0 0 0 rgba(205,25,45,0);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(205,25,45,0.25);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(205,25,45,0);
    }
}

.nl-highlight {
    animation: nl-highlight 1.5s ease;
    border-radius: 4px;
}


/* ── Order Status Badges ─────────────────────────── */
.order-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 0; /* Triumph square aesthetic */
    white-space: nowrap;
}

.badge-pending {
    background-color: #f5f0e0;
    color: #8a6d00;
    border: 1px solid #e0cc7a;
}

.badge-processing {
    background-color: #e0eaf5;
    color: #1a4f8a;
    border: 1px solid #7aaee0;
}

.badge-transit {
    background-color: #e8f0fe;
    color: #1a56cc;
    border: 1px solid #7aabe0;
}

.badge-complete {
    background-color: #e6f4ea;
    color: #1e6b35;
    border: 1px solid #7ac98f;
}

.badge-canceled {
    background-color: #fce8e8;
    color: #8a1a1a;
    border: 1px solid #e07a7a;
}


/* Guest account upsell banner */
.guest-upsell {
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: 24px;
    background: #f9f9f9;
}

.guest-upsell__title {
    margin: 0 0 8px 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
}

.guest-upsell__text {
    margin: 0 0 16px 0;
    font-size: 1.3rem;
    color: #555;
}

.guest-upsell__btn {
    display: inline-block;
    padding: 10px 22px;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}

    .guest-upsell__btn:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }

.cart-stock-warning {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #e65100;
    font-weight: 600;
}

    .cart-stock-warning.out-of-stock {
        color: #cd192d;
    }


/* ============================================
   MOBILE FILTER SIDEBAR
   ============================================ */

.mobile-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .mobile-filter-overlay.active {
        display: block;
        opacity: 1;
    }

.mobile-filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 20px rgba(0,0,0,0.15);
}

    .mobile-filter-sidebar.active {
        transform: translateX(0);
    }

.mobile-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
    flex-shrink: 0;
}

    .mobile-filter-header h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin: 0;
    }

.mobile-filter-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
    color: #333;
    line-height: 1;
}

.mobile-filter-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

/* Accordion sections στο mobile sidebar */
.mobile-filter-section {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-filter-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    color: #000;
}

    .mobile-filter-section-header .section-count {
        background: #000;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 11px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 6px;
    }

    .mobile-filter-section-header .chevron {
        margin-left: auto;
        transition: transform 0.2s;
        font-size: 12px;
    }

.mobile-filter-section.open .chevron {
    transform: rotate(180deg);
}

.mobile-filter-section-body {
    display: none;
    padding: 8px 20px 16px;
}

.mobile-filter-section.open .mobile-filter-section-body {
    display: block;
}

.mobile-filter-option {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    gap: 10px;
}

    .mobile-filter-option:last-child {
        border-bottom: none;
    }

    .mobile-filter-option.selected {
        color: #000;
        font-weight: 600;
    }

    .mobile-filter-option .check-icon {
        width: 18px;
        height: 18px;
        border: 1.5px solid #ccc;
        border-radius: 3px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
    }

    .mobile-filter-option.selected .check-icon {
        background: #000;
        border-color: #000;
        color: #fff;
    }

    /* Single-select (catID) — radio style */
    .mobile-filter-option.single-select .check-icon {
        border-radius: 50%;
    }

    .mobile-filter-option.single-select.selected .check-icon {
        background: #000;
        border-color: #000;
    }

.mobile-filter-footer {
    display: flex;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid #e5e5e5;
    flex-shrink: 0;
}

.mobile-filter-clear {
    flex: 1;
    padding: 12px;
    background: #fff;
    border: 1.5px solid #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.mobile-filter-apply {
    flex: 2;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

/* Toggle button — fixed bottom right */
.mobile-filter-toggle {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 1030;
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.mobile-filter-count {
    background: #cd192d;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .mobile-filter-count:empty {
        display: none;
    }

@media (max-width: 992px) {
    .mobile-filter-toggle {
        display: flex;
    }

    .horizontal-filter-wrapper.desktop-only {
        display: none !important;
    }
}

/* Cart price styling - discount price first (red/bold), original struck through */
.table-cart .price-col .new-price,
.table-cart .price-col strong {
    color: #cc0000;
    font-weight: 700;
}

.table-cart .price-col .old-price,
.table-cart .price-col s,
.table-cart .price-col del {
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 4px;
    font-size: 0.9em;
}

.page-content .unsubscribe-card {
    max-width: 520px;
    margin: 30px auto 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 4px solid #000;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    padding: 50px 40px;
    text-align: center;
}

.unsubscribe-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto 22px;
    background: #000;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
}

.unsubscribe-text {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.unsubscribe-resub {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #eee;
}

.unsubscribe-undo {
    font-size: 1.3rem;
    color: #8a8a8a;
    margin: 0 0 14px;
}
.unsubscribe-title {
    font-size: 2rem;
    margin: 0 0 12px;
}

.unsubscribe-actions {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.unsubscribe-icon--alert {
    background: #cd192d;
}

.unsubscribe-btn-secondary {
    background: #fff;
    color: #111;
    border: 1px solid #ccc;
}

    .unsubscribe-btn-secondary:hover {
        border-color: #111;
        color: #111;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

/* το badge κρέμεται μέσα στην κάρτα — η κάρτα πρέπει να είναι relative */
.account-card {
    position: relative;
}

.nl-status {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 2px;
    margin: 0; /* δεν χρειάζεται πια το margin-bottom */
}

.nl-status--on {
    background: #e7f5ec;
    color: #1b7a3d !important;
}

.nl-status--off {
    background: #f0f0f0;
    color: #888 !important;
}