html,
body {
  font-family: Poppins, ui-sans-serif, system-ui !important;
}

/* Force CMS content to inherit global styles */
.cms-page-view,
.cms-index-index,
.cms-block,
.cms-content,
.prose {
  font-family: inherit !important;
}
.cms-index-index .product-item.card {
    max-width: unset;
    display: block;
    flex-direction: unset;
    align-items: unset;
}

/* Override inline styles inside CMS content */
.cms-page-view [style*="font-family"],
.cms-index-index [style*="font-family"],
.cms-page-view [style*="font-size"],
.cms-index-index [style*="font-size"],
.cms-page-view [style*="line-height"],
.cms-index-index [style*="line-height"],
.cms-page-view [style*="color"],
.cms-index-index [style*="color"] {
  font-family: inherit !important;
}
.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, .catalog-category-view .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;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 100% !important;
    }
        [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
        max-width: 100%;
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
        [data-content-type="row"][data-appearance="contained"] {
        max-width: 100%;
    }
    .columns {
        max-width: 100%;
    }
}
/* category page filter on top */
aside.sidebar.sidebar-main .hidden.md\:block .block-content.filter-content {
    display: flex;
}
aside.sidebar.sidebar-main .hidden.md\:block .block-content.filter-content .filter-option,
aside.sidebar.sidebar-main .hidden.md\:block .block-content.filter-content .filter-current {
    width: 100%;
}
aside.sidebar.sidebar-main .hidden.md\:block .block-content.filter-content .filter-option .filter-option-sub {
    background: #ffffff;
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(222 229 237 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    margin: 0 10px;
    padding: 1rem 0px 1rem 0px;
}

.category-page-main .columns {
    grid-auto-rows: auto !important;
}
.category-page-main .main {
    grid-column: 1 / -1 !important;
 }
.category-page-main .sidebar {
    order: 1;
    grid-column: 1 / -1 !important;
}
.page-main.category-page-main .category-cms [data-content-type="row"] [data-element="inner"] {
  max-width: 100% !important;
}
.catalog-category-view #layered-navigation-desktop #filters-content .filter-option {
    border-bottom: none;
}
.compare-prod { border: none; color: #212529;}
@media (min-width: 768px) {
    .page-layout-2columns-left .category-page-main .columns .main, .page-layout-3columns .category-page-main .columns .main {
        grid-column-start: 1 !important;
    }
}
/* ===== Footer Newsletter ===== */
.page-footer .footer-newsletter-center{
    display:flex;
    justify-content:center;
    width:100%;
    padding:0 16px;
    box-sizing:border-box;
}

/* FORM WIDTH */
.page-footer .newsletter-form{
    width:100%;
    max-width:640px;
}

.page-footer .footer-newsletter-center{
    display:flex;
    justify-content:center;
    width:100%;
    padding:0 16px;
    box-sizing:border-box;
}

/* FORM WIDTH */
.page-footer .newsletter-form{
    width:100%;
    max-width:720px;
}

/* INPUT CONTAINER (RECTANGLE STYLE) */
.page-footer .newsletter-field{
    position:relative;
    height:56px;
    background:transparent;
    border:1px solid rgba(255,255,255,0.7);
    border-radius:2px;
}

/* INPUT */
.page-footer .newsletter-input{
    width:100%;
    height:100%;
    border:none;
    outline:none;
    background:transparent;
    padding:0 50px 0 14px;
    font-size:14px;
    color:#ffffff;
}

/* Placeholder */
.page-footer .newsletter-input::placeholder{
    color:rgba(255,255,255,0.7);
    font-size:13px;
    letter-spacing:0.3px;
}

/* BUTTON → ICON ONLY */
.page-footer .newsletter-button{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:46px;
    border:none;
    background:transparent;
    color:#ffffff;
    font-size:18px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.2s;
}

.page-footer .newsletter-button:hover{
    opacity:.8;
}

/* ===== TERMS ===== */
.page-footer .newsletter-agree{
    margin-top:14px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    font-size:13px;
    color:#ffffff;
    text-align:center;
}

.newsletter-agree a{
    text-decoration:underline;
    color:#ffffff;
}

/* MESSAGE */
.page-footer .newsletter-message{
    margin-top:14px;
    padding:10px 16px;
    border-radius:999px;
    font-size:14px;
    text-align:center;
}

.page-footer .newsletter-message.success{
    background:#dcfce7;
    color:#166534;
}

.page-footer .newsletter-message.error{
    background:#fee2e2;
    color:#991b1b;
}

/* ===== MOBILE ===== */
@media(max-width:600px){

   .page-footer .newsletter-field{
        height:52px;
    }

   .page-footer .newsletter-input{
        font-size:13px;
        padding:0 44px 0 12px;
    }

   .page-footer .newsletter-button{
        width:42px;
        font-size:16px;
    }

   .page-footer .newsletter-agree{
        font-size:12px;
        padding:0 10px;
    }
}
.cms-index-index .pagebuilder-products-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-wrapper .nicouk-features-grid div.py-16{
    padding:0 !important;
}

 .cms-index-index header .py-2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.cms-index-index .header-notification {
    display: flex !important;
}
.swatch-attribute-options .product-option-value-label {
    background-color: #f3f3f3;
    width: 75px;
    border-radius: 30px;
}
.swatch-attribute-options .product-option-value-label:active {
    background-color: #002e8a;
    width: 70px;
    border-radius: 30px;
    color: white;
}

.cms-index-index .swatch-attribute-options .product-option-value-label, .catalog-category-view .swatch-attribute-options .product-option-value-label {
    padding: 0 10px;
    align-items: center;
    display: inline-flex;
    margin-right: 5px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    background-color: #eee;
    font-weight: 500;
    color: #000
}

@media (max-width: 768px) {
    .swatch-attribute-options .product-option-value-label,
    .cms-index-index .swatch-attribute-options .product-option-value-label,
    .catalog-category-view .swatch-attribute-options .product-option-value-label {
        width: 55px;           
        height: 25px;
        line-height: 25px;
        font-size: 12px;       
        margin-right: 3px;     
        margin-top: 5px;
        padding: 0 2px;        
        overflow: hidden;      
        white-space: nowrap;    
    }
}
.checkout-cart-index .cart .product-item-details .item-options{ display: none;}
.cms-index-index .py-16 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-header.bg-grey-light {
    display: none;
}
.pagebuilder-column.py-16 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.faq-section-columns .py-16 {
    padding: 0 !important;
}
.page-header .bg-grey-light {
    display: none !important;
}
.page-main .bg-container-darker {
    background-color: white !important; 
    padding: 0  !important;
}
.product-info-main .bg-container-darker {
    background-color: white !important; ;
    padding: 10px !important;
}
.product-item .product-item-photo {
    position: static !important;
}
#cart-drawer .bg-container-darker {
    background-color: white !important;
}

.page-header .container.flex.gap-5.lg\:gap-10.justify-between.items-center {
  padding-top: 8px;
  padding-bottom: 8px;
}



/* Remove slider pagination dots */
/* .swiper-pagination,
.swiper-pagination-bullets,
.swiper-horizontal > .swiper-pagination-bullets {
    display: none !important;
} */


.swiper-arrows-container.swiper-button-prev.swiper-button-disabled {
  display: none !important;

}


/* Remove pagination */
.toolbar-products {
    display: none !important;
}


/* Page tite color */
.page-title-container .base {
  color: #1f5da1 !important;
}



/* Wishlist and Compare btns on mobile */
@media (max-width: 767px) {
    .mobile-action-btn {
        width: 1.8rem !important;  
        height: 1.8rem !important; 
        min-width: 1.8rem !important;
    }

    .mobile-action-btn svg.mobile-action-icon {
        width: 18px !important;    
        height: 18px !important;   
    }

    .mobile-btn-wrapper {
        top: 0.6rem !important;    
        right: 0.6rem !important;  
        gap: 0.4rem !important; 
    }
}

.category-wholesale-enquiry button {
  background-color: #1f5da1;
}

.category-wholesale-enquiry button:hover {
  background-color: #00468b !important;
}

.faq-section .faq-wrap {
    margin: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    background-color: #fff !important;
}
.faq-section .faq-wrap ul li {
    margin: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.faq-section .faq-wrap ul li i {
    right: 10px !important;
    margin-top: 7px !important;;
}

.faq-section .faq-item {
    background: #f5f5f5 !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    border: 1px solid #e5e5e5 !important;
}

.faq-section .faq-item__question .h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000;
}

.faq-section .faq-item__answer  p {
    color: #555 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0px !important;
    margin-bottom: 10px !important;
}

.faq-section .faq-wrap {
    max-width: none !important;
}

.faq-section .faq-items__list {
    padding-left: 0 !important;
}

.footer-content .text-primary{
   color: #fff !important
}

.swiper-arrows-container-wrapper {
  max-width: unset !important;
}
@media (min-width: 1440px) {
  .swiper-arrows-container-wrapper, .swiper-rtl .swiper-arrows-container-wrapper {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}

@media (max-width: 480px) {
    #cart-drawer .btn {
        font-size: 14px !important;
        padding: 8px 10px !important;
    }
}
.swatch-attribute-options .relative .cursor-not-allowed {
    display: none;
}