@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800&display=swap');
:root {
    --bs-primary: #4FA3E3;
    --bs-secondary: #F48FB1;
    --bs-dark: #1f2937;
}
.navbar-brand img {max-height: 52px;}
.footer .navbar-brand img {max-height: 56px;}

/********** Template CSS **********/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/optimized/bg.webp) center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .18);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .18);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/optimized/bg.webp) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .18);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/optimized/bg.webp) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .18);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(79, 163, 227, .20);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/optimized/bg.webp) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .18);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(79, 163, 227, .20);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .18);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/optimized/bg.webp) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .18);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* legacy theme custom */
.product-item img{max-height:220px;object-fit:contain;}
.hero-header img,.deal img{max-height:520px;object-fit:contain;}
.blog-item img,.testimonial-item img{height:220px;object-fit:cover;width:100%;}


.text-brand-dark{color:#20354a!important;}
.contact-cta{background:#4FA3E3;border-color:#4FA3E3;color:#fff!important;}
.contact-cta:hover{background:#F48FB1;border-color:#F48FB1;color:#fff!important;}
.feature-item{background:linear-gradient(135deg,#a9d4f2 0%,#f7d4e3 100%)!important;}
.feature-item i{color:#20354a!important;}
.feature-item h5{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.15);}


/*** Sparkle Kitchen Towels Brand Overrides ***/
body {
    color: #28405c;
}
.text-primary, .btn-outline-primary, .btn-link, a {
    color: #2d59c1;
}
.btn-primary {
    background-color: #2d59c1;
    border-color: #2d59c1;
}
.btn-primary:hover,
.btn-outline-dark:hover,
.btn-dark:hover {
    background-color: #e85fa8;
    border-color: #e85fa8;
    color: #fff !important;
}
.hero-header,
.deal,
.how-to-use {
    background: linear-gradient(rgba(236,245,255,.82), rgba(250,242,248,.80)), url(../img/optimized/bg-hero.webp) center center no-repeat;
    background-size: cover;
}
.hero-header::before,
.deal::before,
.how-to-use::before {
    background: linear-gradient(135deg, rgba(79,163,227,.18), rgba(244,143,177,.16));
    clip-path: polygon(68% 0, 100% 0, 100% 100%, 34% 100%);
}
.hero-header h1,
.hero-header h3,
.hero-header p {
    text-shadow: 0 2px 6px rgba(255,255,255,.25);
}
.feature-item,
.contact-info-item {
    background: linear-gradient(145deg, #eef7ff 0%, #f8eff6 100%);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(45,89,193,.10);
    overflow: hidden;
}
.feature-item::before,
.contact-info-item::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(79,163,227,.16), rgba(244,143,177,.12));
    clip-path: polygon(72% 0, 100% 0, 100% 100%, 42% 100%);
}
.feature-item .border,
.contact-info-item .border {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(45,89,193,.10) !important;
    border-radius: 16px;
    background: rgba(255,255,255,.58);
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-item i,
.contact-info-item i {
    color: #2d59c1 !important;
}
.feature-item h5,
.contact-info-item h5 {
    color: #2a3d5f !important;
}
.contact-info-item h5.fw-light {
    font-size: 1.6rem;
    line-height: 1.35;
}
.feature-item h5.mb-0 {
    font-size: 1.5rem;
    line-height: 1.35;
}
.feature-item p.small {
    color: #5d6d86;
}
.bg-primary {
    background-color: #4FA3E3 !important;
}
@media (max-width: 991.98px) {
    .feature-item .border,
    .contact-info-item .border {
        min-height: 190px;
    }
    .contact-info-item h5.fw-light {
        font-size: 1.25rem;
    }
}


/* final Sparkle Kitchen Towels overrides */
body, h1, h2, h3, h4, h5, h6, .btn, .navbar .navbar-nav .nav-link, .form-control, .dropdown-item {
    font-family: "League Spartan", sans-serif !important;
}
body { color:#28405c; }
a, .text-primary, .btn-link { color:#2d59c1; }
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color:#2d59c1 !important; }
.btn-dark, .btn-outline-dark, .btn-primary {
    background-color:#4FA3E3;
    border-color:#4FA3E3;
    color:#fff !important;
}
.btn-outline-dark { background:transparent; color:#1E3A8A !important; border-color:#1E3A8A; }
.btn-outline-dark:hover, .btn-dark:hover, .btn-primary:hover, .contact-cta:hover {
    background-color:#1E3A8A !important;
    border-color:#1E3A8A !important;
    color:#fff !important;
}
.contact-cta { background:#4FA3E3; border-color:#4FA3E3; color:#fff !important; }
.hero-header, .deal, .how-to-use {
    background: linear-gradient(rgba(242,248,255,.92), rgba(247,251,255,.90)), url(../img/optimized/bg.webp) center center no-repeat !important;
    background-size: cover !important;
}
.hero-header::before, .deal::before, .how-to-use::before {
    background: linear-gradient(135deg, rgba(79,163,227,.10), rgba(169,212,242,.12)) !important;
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 38% 100%) !important;
}
.hero-header h1, .hero-header h2, .hero-header h3, .hero-header p,
.hero-header .text-white, .hero-header .text-dark,
.deal .text-white, .deal .text-dark,
.how-to-use .text-white, .how-to-use .text-dark,
.newsletter .text-white, .newsletter .text-dark,
.testimonial .text-white, .testimonial .text-dark {
    color:#1E3A8A !important;
    text-shadow:none !important;
}
.newsletter.bg-primary, .testimonial.bg-primary, .container-fluid.bg-primary {
    background-color:#eaf5ff !important;
}
.feature-item, .contact-info-item {
    background: linear-gradient(145deg, #eaf5ff 0%, #ffffff 100%) !important;
    box-shadow: 0 14px 34px rgba(79,163,227,.14) !important;
}
.feature-item::before, .contact-info-item::before {
    background: linear-gradient(135deg, rgba(79,163,227,.14), rgba(255,255,255,.06)) !important;
}
.feature-item .border, .contact-info-item .border {
    background: rgba(255,255,255,.82) !important;
    border:1px solid rgba(79,163,227,.20) !important;
}
.feature-item i, .contact-info-item i { color:#1E3A8A !important; }
.feature-item h5, .contact-info-item h5, .feature-item p.small, .contact-info-item h5.fw-light { color:#1E3A8A !important; }
.bg-primary { background-color:#4FA3E3 !important; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background:#4FA3E3 !important; }


/* --- Final blue-only Sparkle Kitchen Towels cleanup --- */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800;900&display=swap');
:root{--ks-blue:#2d59c1;--ks-blue-dark:#1E3A8A;--ks-blue-light:#4FA3E3;--ks-pink:#F48FB1;--ks-bg:#eef7ff;}
html, body, h1, h2, h3, h4, h5, h6, p, a, .btn, .navbar .navbar-nav .nav-link, .dropdown-item, .form-control, .form-select, small, li, span {
  font-family:'League Spartan', sans-serif !important;
}
body{color:#28405c !important;}
a, .text-primary, .btn-link, .fa-star, .text-success, .text-dark, .feature-item i, .contact-info-item i, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {color:var(--ks-blue-dark) !important;}
.text-secondary{color:var(--ks-pink) !important;}
.btn-primary, .btn-dark, .contact-cta, .newsletter .btn, .back-to-top {background:var(--ks-blue-light) !important; border-color:var(--ks-blue-light) !important; color:#fff !important;}
.btn-primary:hover, .btn-dark:hover, .contact-cta:hover, .newsletter .btn:hover, .back-to-top:hover {background:var(--ks-blue-dark) !important; border-color:var(--ks-blue-dark) !important; color:#fff !important;}
.btn-outline-primary, .btn-square.btn-outline-primary {color:var(--ks-blue) !important; border-color:var(--ks-blue) !important; background:#fff !important;}
.btn-outline-primary:hover, .btn-square.btn-outline-primary:hover {background:var(--ks-blue) !important; border-color:var(--ks-blue) !important; color:#fff !important;}
.bg-primary, .newsletter.bg-primary, .testimonial.bg-primary, .container-fluid.bg-primary {background:var(--ks-bg) !important;}
.hero-header, .deal, .how-to-use {background:linear-gradient(rgba(242,248,255,.90), rgba(247,251,255,.92)), url(../img/optimized/bg.webp) center center/cover no-repeat !important;}
.hero-header::before, .deal::before, .how-to-use::before {background:linear-gradient(135deg, rgba(79,163,227,.10), rgba(79,163,227,.02)) !important;}
.hero-header .text-white, .hero-header .text-dark, .hero-header h1, .hero-header p,
.deal .text-white, .deal .text-dark, .newsletter .text-white, .newsletter .text-dark,
.how-to-use .text-white, .how-to-use .text-dark, .testimonial .text-white, .testimonial .text-dark {color:var(--ks-blue-dark) !important; text-shadow:none !important;}
.feature-item, .contact-info-item, .product-item, .blog-item {background:linear-gradient(145deg, #eef7ff 0%, #ffffff 100%) !important; box-shadow:0 12px 28px rgba(79,163,227,.10) !important;}
.feature-item::before, .contact-info-item::before {background:linear-gradient(135deg, rgba(79,163,227,.10), rgba(255,255,255,.04)) !important;}
.feature-item .border, .contact-info-item .border, .product-item.border, .blog-item.border {border:1px solid rgba(79,163,227,.18) !important; background:rgba(255,255,255,.92) !important;}
.dropdown-item.active, .dropdown-item:active {background:var(--ks-blue-light) !important; color:#fff !important;}
.dropdown-item:hover{background:#eaf5ff !important; color:var(--ks-blue-dark) !important;}
.navbar-light .navbar-nav .nav-link{color:#1f2937 !important;}
.navbar-light .navbar-nav .nav-link.active{color:var(--ks-blue) !important;}
.footer .btn.btn-link:hover, .footer .btn.btn-link {color:var(--ks-blue-dark) !important;}
.product-item h5, .blog-item a.h5, .contact-info-item h5, .feature-item h5 {color:var(--ks-blue-dark) !important;}
.product-item small.fa-star {color:var(--ks-blue-light) !important;}


/* ===== Brand tagline, expandable product links, and image modal ===== */
.brand-lockup {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    text-decoration: none;
    line-height: 1;
}
.brand-tagline {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .4px;
    color: #2d59c1;
    white-space: nowrap;
}
.hero-tagline {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    color: #2d59c1;
    font-size: 1.1rem;
    letter-spacing: .5px;
    margin-top: .75rem;
}
.expandable-product-link,
.expandable-product-title {
    position: relative;
    cursor: pointer;
    transition: color .25s ease;
}
.expandable-product-link::after,
.expandable-product-title::after {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    color: #8aa1cf;
    letter-spacing: .2px;
    margin-top: 3px;
    text-transform: uppercase;
}
.expandable-product-link.is-expanded::after,
.expandable-product-title.is-expanded::after {
}
.product-item .expandable-product-title {
    min-height: 48px;
}
.clickable-product-image {
    cursor: zoom-in;
}
.product-image-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(18, 33, 61, .82);
    z-index: 2000;
    padding: 24px;
}
.product-image-modal.show {
    display: flex;
}
.product-image-modal-dialog {
    position: relative;
    width: min(92vw, 760px);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 55px rgba(0,0,0,.28);
    padding: 20px;
    text-align: center;
}
.product-image-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #edf3ff;
    color: #2d59c1;
    font-size: 28px;
    line-height: 1;
}
.product-image-modal img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
}
.product-image-modal-caption {
    margin-top: 14px;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #2d59c1;
}
@media (max-width: 991.98px) {
    .brand-tagline {
        font-size: 13px;
        max-width: 170px;
        white-space: normal;
        line-height: 1.05;
    }
}
@media (max-width: 575.98px) {
    .brand-tagline,
    .hero-tagline {
        font-size: 12px;
    }
    .product-item .expandable-product-title {
        min-height: 56px;
    }
}


#product-24-pack-200,
#product-18-pack-200,
#product-9-pack-200,
#product-4-pack-200,
#product-24-2ply-350,
#product-18-2ply-350,
#product-9-2ply-350,
#product-4-2ply-350 {
    scroll-margin-top: 120px;
}


.linked-product-short {
    cursor: pointer;
}

.linked-product-active {
    position: relative;
    border-color: #2d59c1 !important;
    box-shadow: 0 0 0 4px rgba(45, 89, 193, .16), 0 18px 40px rgba(45, 89, 193, .14) !important;
    transform: translateY(-2px);
    transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}

.linked-product-active::after {
    content: 'Selected product';
    position: absolute;
    top: 14px;
    right: 14px;
    background: #2d59c1;
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .4px;
    padding: 7px 10px 5px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(45, 89, 193, .22);
}



/* === Tagline sizing refinement === */
.brand-lockup{
    align-items:flex-start !important;
    gap:10px !important;
}
.brand-tagline{
    display:block !important;
    font-family:"League Spartan", sans-serif !important;
    font-weight:700 !important;
    color:#2d59c1 !important;
    font-size: clamp(11px, 1vw, 16px) !important;
    line-height:1.1 !important;
    letter-spacing:.2px !important;
    margin-top:0 !important;
    white-space:normal !important;
}
.hero-tagline{
    display:block !important;
    font-family:"League Spartan", sans-serif !important;
    font-weight:700 !important;
    color:#2d59c1 !important;
    font-size:clamp(22px, 1.9vw, 30px) !important;
    line-height:1.05 !important;
    letter-spacing:.2px !important;
    margin-top:1rem !important;
    margin-bottom:.35rem !important;
}
@media (max-width: 991.98px){
    .brand-tagline{
        font-size:clamp(18px, 3.2vw, 26px) !important;
        max-width:none !important;
    }
    .hero-tagline{
        font-size:clamp(18px, 3vw, 24px) !important;
    }
}
@media (max-width: 575.98px){
    .brand-lockup{
        gap:8px !important;
    }
    .brand-tagline{
        font-size:clamp(16px, 4.6vw, 22px) !important;
        line-height:1.08 !important;
    }
    .hero-tagline{
        font-size:clamp(16px, 4.4vw, 21px) !important;
        line-height:1.08 !important;
    }
}


