.cms-index-index .homepage-banner img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.cms-index-index .explore-brands .details-section { display: none; }
.cms-index-index .explore-brands .swiper-slide img { height: 56px; width: auto; }
.page-main.category-page-main .category-cms [data-content-type="row"] [data-element="inner"] {
  max-width: 1440px !important;
}
.cms-index-index .content-block-title { text-align: left; }
.cms-index-index .content-block-title::before { content: ''; display: block; width: 2px; height: 1em; background-color: rgb(31 94 161 / var(--tw-bg-opacity)) ; margin-right: 10px; }
.cms-index-index h2.content-block-title {display: flex; align-items: center; white-space: nowrap; margin-left: 20; color: rgb(31 94 161 / var(--tw-bg-opacity)); font-weight: 600;}
.cms-index-index .form.item.product-item.product_addtocart_form { border: 1px solid #c3c3c3; border-radius: 12px; }
.cms-index-index img.object-contain.rounded-sm.product-image-photo{ border-radius: 8px;}
.cms-index-index .product-item {
    border: 1px solid #d0d0d0;
    border-radius: 16px;
}
.home-blog-container{ background: #fcfcfc; margin-top: 80px; }
.home-blog-container .swiper-slide { background: white; border: 1px solid #f5f5f5; border-radius: 12px; }
.home-blog-container .swiper-slide img { padding: 20px; border-radius: 8px;}
.home-divider {
    border: none;
    border-top: 2px solid #e5e5e5;
    margin-top: 40px;
}
.catalog-category-view .row-full-width-inner ul {
    list-style-position: outside !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .catalog-product-view .product-info-main [data-content-type="scandiweb_faq"] {
    max-width: 1440px !important;
  }
}

@media (max-width: 768px) {
  .cms-index-index .homepage-banner .swiper-wrapper {
    height: 242px !important;
    min-height: auto !important;
  }
  .header-nicotine-warning { font-size: 16px; }
}
@media (max-width: 480px) {
    .product-info .btn.btn-primary {
        font-size: 12px !important;
    }
}