/*
Theme Name: Style Ideashub Theme
Theme URI: https://styleideashub.com/
Author: StyleIdeashub
Author URI: https://styleideashub.com/
Description: Style Ideashub Theme is a custom WordPress theme for product showcases, custom upload dashboard, category sections, and Amazon affiliate features.
Version: 320.0.0
Requires PHP: 7.4
Requires at least: 6.0
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: styleideashub
Tags: catalogue, affiliate, custom-dashboard, products, responsive-layout
*/
:root {
    --raduis: 6px;
    --headFont: 'Jost', sans-serif;
}
body{
    font-family: "Onest", sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
}
.inner .title, .bs-blog-post .title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bs-headtwo {
    border-radius: var(--raduis);
    background: rgba(255 255 255 / 40%);
    box-shadow: none;
    backdrop-filter: blur(15px) saturate(1);
    -webkit-backdrop-filter: blur(25px) saturate(1);
    border-bottom: 1px solid rgba(255 255 255 / 40%);
    z-index: 1;
    position: relative;
}
.bs-blog-post.single .bs-header .bs-info-author-block, .page-entry-title .bs-breadcrumb-section .overlay{
    backdrop-filter: none;
    border: none;
}
.featured-widget-content .bs-blog-thumb.lg {
    height: 300px;
}
.single-class .featured-widget-content .bs-blog-thumb.lg {
    height: 250px;
}
.homemain-two .bs-blog-category{
    justify-content: center;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    border-radius: var(--raduis);
    background: rgba(255 255 255 / 40%);
    box-shadow: none;
    backdrop-filter: blur(15px) saturate(1);
    -webkit-backdrop-filter: blur(25px) saturate(1);
    border: 1px solid rgba(255 255 255 / 40%);
}
.widget_block .wp-block-search__button, .navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a, .wp-block-tag-cloud a, .tagcloud a{
    border-radius: var(--raduis);
}
.bs-blog-post.single .bs-header .title{
    display: block;
}
.navbar-brand {
    margin-right: 0;
}
.bs-blog-post .title{
    font-size: 28px;
}
.list-blog.bs-blog-post{
    padding: 20px;
    border-radius: var(--raduis);
    background: rgba(255 255 255 / 40%);
    box-shadow: none;
    backdrop-filter: blur(15px) saturate(1);
    -webkit-backdrop-filter: blur(25px) saturate(1);
    border: 1px solid rgba(255 255 255 / 40%);
}
.bs-sidebar .bs-widget{
    border-radius: var(--raduis);
    background: rgba(255 255 255 / 40%);
    box-shadow: none;
    backdrop-filter: blur(15px) saturate(1);
    -webkit-backdrop-filter: blur(25px) saturate(1);
    border: 1px solid rgba(255 255 255 / 40%);
}
.wd-back {
    margin-bottom: 50px;
    padding: 20px;
    border-radius: var(--raduis);
    box-shadow: none;
    backdrop-filter: blur(15px) saturate(1);
    -webkit-backdrop-filter: blur(25px) saturate(1);
    border: 1px solid rgba(255 255 255 / 40%);
}
.bs-breadcrumb-section .overlay, .bs_model .modal-content{
    box-shadow: none;
    backdrop-filter: blur(15px) saturate(1);
    -webkit-backdrop-filter: blur(25px) saturate(1);
    border: 1px solid rgba(255 255 255 / 40%);
}
.bs-blog-post.single, .bs-info-author-block, .py-4.px-3.mb-4.bs-card-box, .comments-area.bs-card-box.p-4, .bs-card-box.page-entry-title, .bs-card-box, .navbar-wp .dropdown-menu > li > a{
    box-shadow: none;
    backdrop-filter: blur(15px) saturate(1);
    -webkit-backdrop-filter: blur(25px) saturate(1);
    border: 1px solid rgba(255 255 255 / 40%);
}
.bs-blog-category a { 
    padding: 5px 10px;
    border-radius: 14px;
}
.list-blog .bs-blog-thumb {
    width: 35.333333%;
    max-width: 35.333333%;
    min-width: 35.333333%;
    height: 250px;
    min-height: 250px;
}
.bs-blog-thumb, .bs-sidebar .bs-widget, .wd-back, .bs-blog-post.three, .bs-slide, .page-entry-title, .bs-breadcrumb-section .overlay, .bs-blog-post.single, .bs-info-author-block, .py-4.px-3.mb-4.bs-card-box, .comments-area.bs-card-box.p-4, .bs-card-box.padding-20{
    border-radius: var(--raduis);
}
.bs .swiper-button-prev, .bs .swiper-button-next{
    opacity: 0;
}
/* ------------------
-----------new-tickers-------
---------------- */
.bs-latest-news {
    overflow: hidden;
    min-height: 50px;
    position: relative;
    border: 2px solid;
    margin-top: 30px;
    border-radius: var(--raduis);
}
.bs-latest-news .acmeticker-wrap{
    height: 100%;
}
.bs-latest-title {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    height: 100%; 
    padding-right: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.bs-latest-news-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: auto;
}
.bs-latest-news-slider.stop-ticker{
    right: 0;
    left: 0;
}
.bs-latest-heading {
    font-size: 18px;
    margin-bottom: 0; 
    height: 100%; 
    padding: 10px 15px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.bs-latest-heading i{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    position: relative;
}
.bs-latest-heading span{
    margin-left: 8px;
}
.bs-latest-heading i:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 50%;
    animation-name: rippal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes rippal {
	0%{
		width: 0;
		height: 0;
		opacity: 1;
	}
	100%{
		width: 28px;
		height: 28px;
		opacity: 1;
	}
}
.featured-widget-content .small-post .img-small-post {
  border-radius: 50%;
}
.bs-latest-list {
    margin: 0 10px; 
}
.bs-latest-news-inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-latest-play {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs-latest-play span{
    font-size: 16px; 
    line-height: 23px;
    padding: 10px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs-latest-news .bs-latest-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius:4px;
    object-fit: cover;
    border: 1px solid ;
}
/* Sidebar Title */
.bs-widget-title .title, .widget_block h2, .bs-widget .wp-block-search__label {
    padding-left: 10px;
}
.bs-widget-title .title:before, .widget_block h2:before, .wp-block-search__label:before {
    width: 3px;
    height: 16px;
    top: 0;
    left: 0;
}
.bs-widget-title .title:after, .widget_block h2:after, .wp-block-search__label:after {
    width: 16px;
    top: 0;
    left: 0;
    height: 3px;
    position: absolute;
    content: '';
}
.bs-blog-post .bs-blog-meta{
    margin-bottom: 0;
}
.bs-blog-post .small-bottom {
    margin-top: 10px;
    border-top: 1px dashed;
    padding-top: 10px;
}
.bs-social.info-left{
    justify-content: end;
}
.bs-social li a i{
    width: 30px;
}
.bs-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget ul li{
    border-width: 0 0 1px 0;
    border-style: solid;
}
.widget_block .bs-widget-title .title:before{
    width: 3px;
}
/* MainFeatured */
.mainfeatured {
    margin-top: 30px;
    margin-bottom: 50px;
}
.mainfeatured .bs-slide .inner .title {
    font-size: 40px;
}
.bs-slide .inner {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 991px){
    .bs-headthree .navbar-brand .custom-logo {
        width: 200px;
        height: auto;
    }
}
@media screen and (max-width: 767px){
    .bs-latest-heading span{
        display:none;
    }
    .bs-headthree .navbar-brand .custom-logo {
        width: 120px;
        height: auto;
    }
    .site-branding-text .site-title a, .site-branding-text .site-title{
        font-size: 26px;
    }
}

.switch{
    display: none;
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE OPTIMIZATIONS
   ========================================================================== */
@media (max-width: 991px) {
    .site-branding-wrap { padding: 10px 0; }
    .style-hero-banner { padding: 40px 15px 35px 15px !important; }
    .style-hero-banner h1 { font-size: 32px !important; }
    .style-hero-banner p { font-size: 15px !important; }
    .sp-layout-row, .single-product-card .row { flex-direction: column !important; }
    .sp-col-img, .sp-col-desc { flex: 0 0 100% !important; max-width: 100% !important; padding: 0 !important; }
}

@media (max-width: 767px) {
    .top-date { font-size: 12px !important; text-align: center !important; }
    .bs-header-logo-area { padding: 15px 0 !important; }
    .site-logo-badge-text { font-size: 18px !important; }
    .style-hero-banner h1 { font-size: 26px !important; line-height: 1.3 !important; }
    .hero-search-wrap { max-width: 100% !important; padding: 0 10px; }
    .hero-search-wrap form { padding: 4px 6px 4px 14px !important; }
    .hero-search-wrap input { font-size: 14px !important; }
    .hero-search-wrap button { padding: 8px 16px !important; font-size: 13px !important; }
    .category-pills-bar { gap: 6px !important; }
    .category-pills-bar a { font-size: 12px !important; padding: 6px 14px !important; }
    
    /* Single Product Mobile */
    .single-product-card { padding: 20px 15px !important; border-radius: 16px !important; }
    .single-product-card h1 { font-size: 26px !important; }
    .single-pastel-amazon-btn { width: 100% !important; justify-content: center !important; padding: 14px 20px !important; font-size: 16px !important; }
}

@media (max-width: 575px) {
    /* 2 Columns Product Grid on Mobile Screens */
    .style-grid-row, .search-grid-row, .rel-grid-row { margin: 0 -6px !important; }
    .style-grid-col, .search-grid-col, .rel-grid-col { width: 50% !important; padding: 0 6px !important; margin-bottom: 16px !important; }
    
    .style-product-card, .rel-product-card { border-radius: 14px !important; }
    .style-card-body, .rel-card-body { padding: 12px 10px 10px 10px !important; }
    .style-card-title, .rel-card-title { font-size: 14px !important; height: 38px !important; margin-bottom: 6px !important; }
    .style-card-badge, .rel-card-badge { font-size: 9px !important; padding: 2px 8px !important; top: 8px !important; left: 8px !important; }
    .style-amazon-btn, .rel-amazon-btn { padding: 8px 10px !important; font-size: 12px !important; border-radius: 10px !important; box-shadow: 1px 1px 0px #1a1a1a !important; }
    
    .style-category-bar-head { margin-bottom: 15px !important; }
    .style-category-bar-title { font-size: 20px !important; }
    .style-category-count-badge { display: none !important; }
    .style-category-bar-link { padding: 5px 12px !important; font-size: 12px !important; }
}


/* Exact 5% Total Space Around Logo (2.5% Up / 2.5% Down) */
.bs-head-detail {
    padding: 2px 0 !important;
    margin: 0 !important;
}

.bs-header-logo-area {
    padding: 2px 0 !important; /* 2.5% minimal top/bottom space */
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    min-height: 0 !important;
}

.site-branding-wrap {
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    line-height: 1 !important;
}

.site-theme-logo {
    max-height: 195px !important;
    width: auto !important;
    max-width: 95% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    vertical-align: middle !important;
    transition: transform 0.3s ease;
}

.site-theme-logo:hover {
    transform: scale(1.02);
}

.bs-menu-full {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 991px) {
    .bs-header-logo-area {
        padding: 2px 0 !important;
    }
    .site-theme-logo {
        max-height: 156px !important;
        max-width: 92% !important;
    }
}

@media (max-width: 767px) {
    .bs-header-logo-area {
        padding: 2px 0 !important;
    }
    .site-theme-logo {
        max-height: 124px !important;
        max-width: 90% !important;
    }
}

@media (max-width: 480px) {
    .bs-header-logo-area {
        padding: 1px 0 !important;
    }
    .site-theme-logo {
        max-height: 104px !important;
        max-width: 90% !important;
    }
}

/* Logo-Harmonized Pink & Violet Color System */
:root {
    --style-primary-pink: #f43f5e;
    --style-primary-magenta: #e11d48;
    --style-accent-violet: #8b5cf6;
    --style-soft-rose-bg: #fff5f8;
    --style-gradient-pink-violet: linear-gradient(135deg, #ff9a9e 0%, #fecfef 45%, #e9d5ff 100%);
    --style-gradient-badge: linear-gradient(135deg, #ffe4e6 0%, #f3e8ff 100%);
    --style-midnight-text: #1e1b4b;
}

/* Header & Nav Colors */
.bs-header-logo-area {
    border-bottom: 2px solid transparent !important;
    border-image: linear-gradient(90deg, #fbcfe8 0%, #e9d5ff 50%, #fbcfe8 100%) 1 !important;
}

.bs-menu-full {
    background: #ffffff !important;
    border-bottom: 1px solid #fbcfe8 !important;
}

.nav-link {
    color: #2e1065 !important;
}

.nav-link:hover, .nav-item.active .nav-link {
    background: var(--style-gradient-badge) !important;
    color: var(--style-primary-magenta) !important;
    box-shadow: 0 2px 10px rgba(244,63,94,0.12) !important;
}

/* Product Card Button Colors */
.pastel-amazon-btn, .single-pastel-amazon-btn {
    background: var(--style-gradient-pink-violet) !important;
    color: var(--style-midnight-text) !important;
    border: 2px solid #1e1b4b !important;
    box-shadow: 3px 3px 0px #1e1b4b !important;
}

.pastel-amazon-btn:hover, .single-pastel-amazon-btn:hover {
    box-shadow: 1px 1px 0px #1e1b4b !important;
    transform: translateY(2px) !important;
}

/* Cards Hover Glow */
.custom-catalogue-card:hover, .search-card:hover {
    border-color: #f43f5e !important;
    box-shadow: 0 10px 30px rgba(244, 63, 94, 0.15) !important;
}
