/* ============================================
   GEMI HEADLESS - Custom Styles
   ============================================ */

a {
  text-decoration: none;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */

/* Top bar */
.header__topbar {
  background-color: #4A93C5;
  color: #fff;
  font-size: .9rem;
}

.header__topbar-icon {
  margin-right: .35rem;
}

/* Main header */
.header__main {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.header__brand img {
  max-height: 48px;
}

/* Navigation links - Bootstrap override */
.nav-link {
  color: #333 !important;
  font-weight: 600;
}

.nav-link:hover {
  color: #4a93c5 !important;
}

.header__search-input {
  max-width: 260px;
}

.header__account-link,
.header__cart-link {
  color: #333;
  text-decoration: none;
}

.header__account-link:hover,
.header__cart-link:hover {
  color: #4a93c5;
}

/* ============================================
   MEGA MENU
   ============================================ */

.mega-menu {
  position: static;
}

.mega-menu .dropdown-menu {
  width: 100%;
  max-width: 1000px;
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
  margin-top: 0;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 992px) {
  .mega-menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mega-menu__item {
  text-align: center;
  padding: .75rem;
  border-radius: .5rem;
  border: 1px solid #eee;
  background: #fff;
  height: 100%;
}

.mega-menu__item:hover {
  border-color: #d0d0d0;
}

.mega-menu__item img {
  max-width: 100%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: .5rem;
}

.mega-menu__item-title {
  font-size: .95rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: block;
}

@media (min-width: 992px) {
  .mega-menu:hover > .dropdown-menu {
    display: block;
  }
}

/* ============================================
   HERO & BANNERS
   ============================================ */

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.review-banner {
    padding-top: 18px !important;
    width: 50%;
    margin: 0 auto;
    margin-top: -105px;
    background-color: #fff;
    z-index: 999;
    position: relative;
}

.review-banner_mobile {
    display: none;
}

/* ============================================
   BODY
   ============================================ */
body {
    background-color: #f2f2f2;
}

body:not(.home) main.container {
    /* background-color: #ffffff; */
    margin-top: calc(1rem + var(--bs-gutter-x));
}

main.container,
header .container{
  max-width: 1600px;
}

.txt-sezione {
  font-size: 34px !important;
  color: #333;
  line-height: 34px;
  font-weight: 700;
  font-family: 'Roboto Condensed';
}

.txt-sezione a {
  color: #333;
}

/* ============================================
   SUBCATEGORY GRID
   ============================================ */

.subcategory__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 576px) {
  .subcategory__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .subcategory__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.subcategory__item {
  text-align: center;
}

.subcategory__item img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: .5rem;
}

.subcategory__item-title {
  font-size: .9rem;
  font-weight: 600;
  color: #1d2b44;
  text-decoration: none;
  display: block;
}

/* ============================================
   PRODUCT CARDS
   ============================================ */

.product-card .card-body {
  padding: 1rem;
}

.product-card__image {
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.product-card__title {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-card__title a {
  color: #1d2b44;
  font-weight: 600;
}

.product-card__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .75rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card__price-current {
  color: #2b6cb0;
  font-weight: 700;
}

.product-card__price-old {
  color: #777;
  text-decoration: line-through;
}

.product-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn--circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #2b6cb0;
  color: #2b6cb0;
  background: transparent;
}

.btn--circle:hover {
  background: #2b6cb0;
  color: #fff;
}

/* ============================================
   PRODUCT GALLERY
   ============================================ */

/* Thumbnails */
.gallery__thumb {
  opacity: 0.6;
  border: 2px solid transparent !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery__thumb:hover {
  opacity: 1;
  border-color: #4a93c5 !important;
}

.gallery__thumb--active {
  opacity: 1;
  border-color: #4a93c5 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

/* Mobile thumbnails */
.gallery__thumb--mobile {
  opacity: 0.6;
  border: 2px solid #dee2e6;
}

.gallery__thumb--mobile-active {
  opacity: 1;
  border-color: #4a93c5;
}

/* Thumbnail scroll buttons */
.gallery__scroll-btn {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery__scroll-btn:hover {
  background-color: #4a93c5;
  color: white;
  border-color: #4a93c5;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* ============================================
   LIGHTBOX
   ============================================ */

/* Lightbox navigation buttons */
.lightbox__nav-btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

.lightbox__nav-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Lightbox body cursor hint */
#lightboxBody {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#lightboxBody:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Lightbox image */
#lightboxImage {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* ============================================
   PRODUCT CARDS
   ============================================ */

.trustpilot-widget.mt-2 {
    max-width: 200px;
}

.scheda-prodotto__top {
  background-color: #fff;
  margin: 0 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 3px !important;
}

.card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 3px !important;
}

#addToCartBtn {
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
}

#addToCartBtn .bi-cart-plus::before {
  font-size: 20px;
}

#addToCartBlock .bi-truck::before {
    font-size: 40px;
    float: left;
}

/* ============================================
   PRODUCT TABS
   ============================================ */

#productTabsContent {
    background-color: #fff;
}

.product-tabs__description img {
    max-width: 100%;
}

ul#productTabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-tabs {
  padding: 0;
}

.dest-test ul.test-list {
    list-style: none;
    padding-left: 30px;
}

ul.test-list li {
    position: relative;
}

ul.test-list li:before {
    content: '';
    background: url(https://static.gemimarket.it/img/schede/spunta-verde.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: -30px;
    line-height: 20px;
    top: 3px;
}

/* ============================================
   PRODUCT PRICE AND QUANTITY
   ============================================ */

/* Metodi di pagamento */
.payment-box {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 20px;
    background: #ffffff;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 5px;
    text-align: center;
}

.payment-box__title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #4590cd;
    font-weight: bold;
}

.payment-box__images {
    position: relative;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-box__images-wrapper {
    width: 100%;
}

.payment-box__logos-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
}

.payment-box__logos-row:first-child {
    margin-bottom: 10px;
}

.payment-box__logo {
    border: 1px solid #4590cd;
    border-radius: 9px;
    padding: 3px;
}

.payment-box img {
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
}

.payment-box__logos-row img {
    width: 9.1% !important;
    -o-object-fit: contain;
       object-fit: contain;
}



/* ============================================
   STICKY BOTTOM BAR
   ============================================ */

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 2px solid #e0e0e0;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  z-index: 1030;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.sticky-bar--visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sticky-bar__thumb {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #f8f9fa;
  padding: 0.25rem;
}

.sticky-bar__product-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

.sticky-bar__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2b6cb0;
}

.sticky-bar__tax-info {
  font-size: 0.75rem;
  color: #6c757d;
}

.sticky-bar__delivery {
  font-size: 0.875rem;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .sticky-bar {
    padding: 0.75rem 0;
  }
  
  .sticky-bar__product-name {
    font-size: 0.85rem;
    -webkit-line-clamp: 1;
  }
  
  .sticky-bar__price {
    font-size: 1.25rem;
  }

  .footer__pre .row-cols-2 > * {
    width: 100%;
  }

  .footer__pre > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ============================================
   PRE-FOOTER & FOOTER
   ============================================ */

.footer__pre {
  background: #f7fbff;
  border-top: 1px solid #e5eef6;
  border-bottom: 1px solid #e5eef6;
}

.footer__feature-text {
  font-size: 0.9rem;
}

.footer {
  background: #4590cd;
}

.footer__logo {
    max-width: 250px;
}

.footer__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 2rem 0;
}

.footer__logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    gap: 16px;
    padding: 16px;
}

.footer__logo-item {
    width: calc(100% / 5 - 16px);
    max-width: 125px;
}

.footer__logo-item img {
    max-width: 100%;
    height: auto;
}

.footer__logos-title {
    color: white;
    margin-top: 30px;
    font-weight: bold;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */

/* Gallery thumbnails container */
.gallery__thumbs-container {
  max-height: 500px;
  overflow-y: hidden;
}

/* Main image container */
.product-detail__image-container {
  min-height: 400px;
}

/* Main product image */
.product-detail__image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 600px;
}

/* Fullscreen button */
.product-detail__fullscreen-btn {
  right: 1rem;
  bottom: 1rem;
}

/* Image counter badge */
.product-detail__image-counter {
  top: 1rem;
  right: 1rem;
  font-size: 0.875rem;
}

/* Product price */
.product-detail__price {
  color: #2b6cb0 !important;
}

/* Quantity input */
.product-detail__qty-input {
  width: 90px;
}

/* Table column widths */
.table__col--30 {
  width: 30%;
}

/* Lightbox */
.lightbox__body {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lightbox__nav {
  z-index: 1050;
}

.lightbox__image {
  max-height: 90vh;
  max-width: 90vw;
  cursor: default;
}

.lightbox__hint {
  z-index: 1040;
  pointer-events: none;
}

/* Breadcrumb card */
.product-breadcrumb .breadcrumb {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}

.product-breadcrumb .breadcrumb-item a {
  color: var(--bs-primary);
  text-decoration: none;
}

.product-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

/* ============================================
   HOME - VIDEO REVIEWS CAROUSEL
   ============================================ */

.video-review-card {
  background: #2a9d72;
  color: #fff;
  overflow: hidden;
}

.video-review-card__product {
  background: #ffffff;
  color: #000000;
}

.video-review-card .card-body {
  padding: 2rem;
}

.video-review-card__logo {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 10px;
}

.video-review-card__logo a {
  background: #fff;
  border-radius: 25px;
  padding: 30px 20px;
}

.video-review-card__logo img {
  width: 100%;
  max-width: 250px;
}

.video-review-card__sidebar {
  background: #35af7d;
  color: #ffffff;
}

.wa-stelle-rec img {
  width: 100%;
  max-width: 200px;
}

.video-review-card__logo .ratio {
  background: rgba(255, 255, 255, 0.2);
}

.video-review-card__total {
  font-size: 1.25rem;
  color: #000;
}

.video-review-card__total-country {
  font-size: 0.85rem;
  color: #000;
}

.wa-totale-recensioni {
    padding: 10px 0 25px 0;
}

.video-review-card__slide {
  background: #fff;
  color: #1f2933;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.video-review-card__slide .mb-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
}

.video-review-card__text {
    padding: 0 10px 20px;
}

.video-review-card__text p {
    font-size: 12px;
    line-height: 18px;
    color: #666 !important;
    text-transform: none !important;
}

.video-review-card__preview {
  overflow: hidden;
  background: #000;
  aspect-ratio: 1.77;
}

#videoReviewsCarousel .carousel-inner, #productVideoReviewsCarousel .carousel-inner {
  height: auto !important;
}

#videoReviewsCarousel .fw-semibold, #productVideoReviewsCarousel .fw-semibold {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#videoReviewsCarousel .carousel-indicators [data-bs-target], #productVideoReviewsCarousel .carousel-indicators [data-bs-target] {
    height: .75rem;
    width: .75rem;
}

#productVideoReviewsCarousel .carousel-indicators [data-bs-target] { 
  background-color: #869791;
}

.video-review-card__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-review-card__play-btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(42, 157, 114, 0.92);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}

.video-review-card__play-btn .bi {
  margin-left: 0.15rem;
}

.video-review-card .carousel-control-prev,
.video-review-card .carousel-control-next {
  width: 3rem;
  color: #fff;
  opacity: 0.75;
}

.video-review-card .carousel-control-prev:hover,
.video-review-card .carousel-control-next:hover {
  opacity: 1;
}

.video-review-card .carousel-control-prev-icon,
.video-review-card .carousel-control-next-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.video-review-card__indicators {
  position: static;
  margin-top: 1.5rem;
}

.video-review-card__indicators button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}

.video-review-card__indicators .active {
  background-color: #fff;
}

.video-review-card a.fw-semibold {
  color: #fff !important;
  text-decoration: none;
}

.video-review-card__sidebar a.fw-semibold {
  color: #ffffff !important;
}

.video-review-card a.fw-semibold:hover {
  text-decoration: underline;
}

.video-review-card__product a.fw-semibold {
  background: #35af7d !important;
  padding: 10px 20px;
  cursor: pointer;
}

.video-review-card__product a.fw-semibold:hover {
    text-decoration: none;
    background: #158B59 !important;
}

.video-review-card a.fw-semibold:hover {
  text-decoration: underline;
}

.video-review-card .text-success .bi {
  margin: 0 0.1rem;
}

#categoryTrustvideosList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-height: 891px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.sidebar-blog-card {
  background-color: #fff;
}

.sidebar-blog-carousel {
  position: relative;
}

.sidebar-blog-carousel__control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sidebar-blog-carousel__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 320px;
}

.sidebar-blog-carousel__slide {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.sidebar-blog-carousel__image {
  display: block;
  width: 100%;
  border-radius: 0.35rem;
  overflow: hidden;
}

.sidebar-blog-carousel__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-blog-carousel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.sidebar-blog-carousel__meta {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sidebar-blog-carousel__title {
  font-size: 1rem;
  margin-bottom: 0;
}

.sidebar-blog-carousel__title a {
  color: #1f2933;
  text-decoration: none;
}

.sidebar-blog-carousel__title a:hover {
  color: #2b6cb0;
}

.sidebar-blog-carousel__excerpt {
  font-size: 0.9rem;
  color: #4a5568;
  margin-bottom: 0;
}

.sidebar-blog-carousel__cta {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2b6cb0;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-blog-carousel__cta:hover {
  text-decoration: underline;
}

.sidebar-blog-carousel__nav-group {
    position: absolute;
    inset: 0;
    pointer-events: none;
    margin: 0 3px 50%;
}

.sidebar-blog-carousel__nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.sidebar-blog-carousel__nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2e8f0;
  color: #1f2933;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 15px rgba(15, 23, 42, 0.15);
          box-shadow: 0 5px 15px rgba(15, 23, 42, 0.15);
}

.sidebar-blog-carousel__nav-btn:hover {
  background: #2b6cb0;
  color: #fff;
}

.sidebar-blog-carousel__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.sidebar-blog-carousel__indicator {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
}

.sidebar-blog-carousel__control:nth-of-type(1):checked ~ .sidebar-blog-carousel__viewport .sidebar-blog-carousel__slide:nth-child(1),
.sidebar-blog-carousel__control:nth-of-type(2):checked ~ .sidebar-blog-carousel__viewport .sidebar-blog-carousel__slide:nth-child(2),
.sidebar-blog-carousel__control:nth-of-type(3):checked ~ .sidebar-blog-carousel__viewport .sidebar-blog-carousel__slide:nth-child(3),
.sidebar-blog-carousel__control:nth-of-type(4):checked ~ .sidebar-blog-carousel__viewport .sidebar-blog-carousel__slide:nth-child(4),
.sidebar-blog-carousel__control:nth-of-type(5):checked ~ .sidebar-blog-carousel__viewport .sidebar-blog-carousel__slide:nth-child(5),
.sidebar-blog-carousel__control:nth-of-type(6):checked ~ .sidebar-blog-carousel__viewport .sidebar-blog-carousel__slide:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.sidebar-blog-carousel__control:nth-of-type(1):checked ~ .sidebar-blog-carousel__nav-group [data-slide="1"],
.sidebar-blog-carousel__control:nth-of-type(2):checked ~ .sidebar-blog-carousel__nav-group [data-slide="2"],
.sidebar-blog-carousel__control:nth-of-type(3):checked ~ .sidebar-blog-carousel__nav-group [data-slide="3"],
.sidebar-blog-carousel__control:nth-of-type(4):checked ~ .sidebar-blog-carousel__nav-group [data-slide="4"],
.sidebar-blog-carousel__control:nth-of-type(5):checked ~ .sidebar-blog-carousel__nav-group [data-slide="5"],
.sidebar-blog-carousel__control:nth-of-type(6):checked ~ .sidebar-blog-carousel__nav-group [data-slide="6"] {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-blog-carousel__control:nth-of-type(1):checked ~ .sidebar-blog-carousel__indicators label:nth-child(1),
.sidebar-blog-carousel__control:nth-of-type(2):checked ~ .sidebar-blog-carousel__indicators label:nth-child(2),
.sidebar-blog-carousel__control:nth-of-type(3):checked ~ .sidebar-blog-carousel__indicators label:nth-child(3),
.sidebar-blog-carousel__control:nth-of-type(4):checked ~ .sidebar-blog-carousel__indicators label:nth-child(4),
.sidebar-blog-carousel__control:nth-of-type(5):checked ~ .sidebar-blog-carousel__indicators label:nth-child(5),
.sidebar-blog-carousel__control:nth-of-type(6):checked ~ .sidebar-blog-carousel__indicators label:nth-child(6) {
  background: #2b6cb0;
}

.video-review-card__sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border: 1px solid rgba(53, 175, 125, 0.2);
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: border-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.video-review-card__sidebar-item:hover {
  border-color: #35af7d;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  text-decoration: none;
}

.video-review-card__sidebar-thumb {
  position: relative;
  width: 90px;
  height: 120px;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #000;
}

.video-review-card__sidebar-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-review-card__sidebar-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(53, 175, 125, 0.9);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-review-card__sidebar-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
}

.video-review-card__sidebar-text p {
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.video-review-card__sidebar-text small {
  color: rgba(255, 255, 255, 0.85);
}

#videoReviewModal .modal-content {
  background: rgba(0, 0, 0, 0.95);
}

#videoReviewModal .modal-body {
  min-height: 100vh;
}

#videoReviewPlayer {
  max-height: 100vh;
  background: #000;
  -o-object-fit: contain;
     object-fit: contain;
}


/* ============================================
   HOME - BLOG
   ============================================ */

.blog-card {
  border-radius: initial !important;
}

.blog-card__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.home-blog .btn-primary {
    width: 300px;
    background-color: #4590cd;
    border-radius: initial;
}


/* ============================================
   CATEGORIA
   ============================================ */
/* .category-header {
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #e5e5e5 !important;
    border-radius: 3px !important;
} */

.category-read-more {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #4590cd;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
}

.category-sidebar__group a:hover {
  color: #4590cd !important;
}

.category-sidebar__group li {
    position: relative;
}

.category-sidebar__group a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.card-header:first-child {
    text-align: center;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 1rem;
}

ol.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.category-faq {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.category-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.category-faq__item {
  border: 1px solid #edf2f7;
  border-radius: 0.5rem;
  overflow: hidden;
}

.category-faq__question {
  width: 100%;
  background: #f8fafc;
  border: none;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-weight: 600;
  gap: 1rem;
  cursor: pointer;
}

.category-faq__question i {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.category-faq__question[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.category-faq__answer {
  display: none;
  padding: 1rem 1.25rem;
  background: #fff;
  color: #4a5568;
  font-size: 0.95rem;
}

.category-faq__answer.show {
  display: block;
}


/* ============================================
   MENU ASSISTENZA
   ============================================ */
   
#customer_service {
    position: fixed;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #4590cd;
    color: #FFF;
    top: 40%;
    position: fixed;
    z-index: 9999;
    left: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    left: -46px;
}

#customer_service p {
    margin: 0;
    color: #FFF;
    padding: 12px;
}

#customer_service .hider p {
    color: #444;
    font-size: 18px;
    text-align: center;
}

#customer_service .hider li a {
    color: #444;
}

#customer_service ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#customer_service .hider li {
    margin-top: 3px;
    margin-bottom: 3px;
}

#customer_service .hider {
    display: none;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#customer_service .hider {
    margin-left: 96px;
    color: #444;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
}

#customer_service:hover {
    background-color: transparent;
}

#customer_service:hover p, #customer_service:hover .hider, #customer_service:hover .hider p {
    display: none;
}

#customer_service:hover .hider, #customer_service:hover .hider p {
    display: block;
}

/* ============================================
   INSTALLMENT PAYMENT WIDGET
   ============================================ */

.installment-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0.375rem !important;
  background: #ffffff !important;
}

.installment-widget__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60px;
}

.installment-widget__logo svg {
  width: 60px;
  height: 24px;
}

.installment-widget__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
}

.installment-widget__text {
  font-size: 0.95rem;
  line-height: 1.4;
}

.installment-widget__text span:first-child {
  color: #1f2933;
  font-weight: 600;
}

.installment-widget__text span:last-child {
  color: #6c757d;
  font-size: 0.9rem;
}

.installment-widget__link {
  color: #2b6cb0;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.installment-widget__link:hover {
  color: #1d4a7a;
  text-decoration: none;
}

/* .installment-widget__sequra > div {
    width: 100%;
} */

/* Mobile responsive */
@media (max-width: 576px) {
  .installment-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
  }

  .installment-widget__logo {
    min-width: auto;
  }

  .installment-widget__text {
    font-size: 0.9rem;
  }
}

/* ============================================
   KLARNA MODAL
   ============================================ */

#klarnaModal .modal-content {
    border: none;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 800px;
    height: 700px;
    width: 600px;
}

#klarnaModal .btn-close {
  width: .5rem;
  height: .5rem;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 10;
}

#klarnaModal .btn-close:hover {
  opacity: 1;
}

#klarnaModal .klarna-modal__body {
  padding: 2rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#klarnaModal h2 {
  color: #1f2933;
  line-height: 1.3;
}

#klarnaModal h3 {
  color: #1f2933;
  font-size: 1.1rem;
}

#klarnaModal .border {
  border-color: #e5e5e5 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#klarnaModal .text-success {
  color: #28a745 !important;
  margin-bottom: 0;
}

#klarnaModal .btn-dark {
  background-color: #1f2933;
  border-color: #1f2933;
  font-size: 1rem;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#klarnaModal .btn-dark:hover {
  background-color: #0d1117;
  border-color: #0d1117;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Scrollable content section - entire modal body */
.klarna-modal__scrollable-content {
  max-height: 800px;
  overflow-y: auto;
  padding-right: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Footer with fixed button */
.klarna-modal__footer {
  padding: 1rem 2rem;
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Custom scrollbar styling */
/* .klarna-modal__scrollable-content::-webkit-scrollbar {
  width: 6px;
} */

/* .klarna-modal__scrollable-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
} */

/* .klarna-modal__scrollable-content::-webkit-scrollbar-thumb {
  background: #FFB3D9;
  border-radius: 10px;
}

.klarna-modal__scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #ff99c8;
} */

/* Firefox scrollbar */
/* .klarna-modal__scrollable-content {
  scrollbar-color: #FFB3D9 #f1f1f1;
  scrollbar-width: thin;
} */

/* Steps list styling */
.klarna-modal__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.klarna-modal__steps-list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
}

.klarna-modal__steps-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1f2933;
  border-radius: 50%;
}

.klarna-modal__steps-list strong {
  color: #1f2933;
  font-weight: 600;
}

/* Terms link styling */
.klarna-modal__terms-link {
  color: #1f2933;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.klarna-modal__terms-link:hover {
  color: #2b6cb0;
}

/* Mobile adjustments for modal */
@media (max-width: 576px) {
  #klarnaModal .modal-body {
    padding: 1.5rem !important;
  }

  #klarnaModal h2 {
    font-size: 1.25rem !important;
  }

  #klarnaModal h3 {
    font-size: 1rem;
  }

  #klarnaModal .border {
    padding: 1rem !important;
  }

  .klarna-modal__scrollable-content {
    max-height: 300px;
  }
}

/* ============================================
   SEQURA MODAL
   ============================================ */
.sequra-modal__logo {
  height: 32px;
}

.stelline-trust, .logo-trust {
  position: relative;
  width: 100px;
  height: 30px;
}

#sequraModal .btn-close {
  z-index: 999 !important;
}