.elementor-8208 .elementor-element.elementor-element-f8ac3cb{--display:flex;--min-height:255px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.2;--border-radius:0px 0px 60px 60px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-8208 .elementor-element.elementor-element-f8ac3cb:not(.elementor-motion-effects-element-type-background), .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E7E7FF;background-image:url("https://otlink.web-preview.online/wp-content/uploads/2026/09/banner-background-image-scaled.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-8208 .elementor-element.elementor-element-f8ac3cb::before, .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .elementor-background-video-container::before, .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .e-con-inner > .elementor-background-video-container::before, .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .elementor-background-slideshow::before, .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .e-con-inner > .elementor-background-slideshow::before, .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-8208 .elementor-element.elementor-element-5d0abdc{text-align:center;}.elementor-8208 .elementor-element.elementor-element-5d0abdc .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:50px;font-weight:800;color:#FFFFFF;}.elementor-8208 .elementor-element.elementor-element-4038dc1{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-8208 .elementor-element.elementor-element-4038dc1{--content-width:1400px;}}@media(max-width:1024px){.elementor-8208 .elementor-element.elementor-element-f8ac3cb{--min-height:260px;}.elementor-8208 .elementor-element.elementor-element-f8ac3cb:not(.elementor-motion-effects-element-type-background), .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:top center;}}@media(max-width:767px){.elementor-8208 .elementor-element.elementor-element-f8ac3cb{--min-height:210px;--overlay-opacity:0.2;--border-radius:0px 0px 25px 25px;--padding-top:150px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-8208 .elementor-element.elementor-element-f8ac3cb:not(.elementor-motion-effects-element-type-background), .elementor-8208 .elementor-element.elementor-element-f8ac3cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:bottom left;}.elementor-8208 .elementor-element.elementor-element-5d0abdc .elementor-heading-title{font-size:35px;}}/* Start custom CSS *//* ==========================================================================
   1. LAYOUT WRAPPERS & CONTAINERS
   ========================================================================== */

#totl-category-header-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.totl-category-header-wrapper {
    margin-bottom: 30px;
    transition: opacity 0.2s ease-in-out;
}

.totl-category-section {
    display: flex;
    gap: 30px; /* Space between sidebar and product grid */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


/* ==========================================================================
   2. CATEGORY HEADER CARD
   ========================================================================== */

.totl-cat-header-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 24px;
    background: #f5f8f2;
    border-radius: 12px;
    box-sizing: border-box;
}

.totl-cat-header-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.totl-cat-header-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
}

.totl-cat-header-details {
    flex: 1;
}

.totl-cat-header-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

.totl-cat-header-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
}


/* ==========================================================================
   3. CATEGORY HEADER TABS (Top Navigation & Panes)
   ========================================================================== */

.totl-tabs-wrapper {
    width: 100%;
    border-top: 1px solid #f1f5f9;
}

/* Tab Navigation Buttons Row */
.totl-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.totl-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.totl-tab-btn:hover {
    border-color: #abf000;
    background-color: #abf000;
    color: #000;
}

/* Active Tab Style */
.totl-tab-btn.active {
    color: #000000;
    background-color: #a3e635;
    border-color: #a3e635;
}

/* Full Width Content Panel Directly Below */
.totl-tabs-content {
    width: 100%;
    padding: 24px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    box-sizing: border-box;
}

.totl-tab-pane {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

.totl-tab-pane.active {
    display: block;
}

.totl-tab-pane p:first-child {
    margin-top: 0;
}

.totl-tab-pane p:last-child {
    margin-bottom: 0;
}


/* Explicit List Formatting inside Tab Panels */
.totl-tab-pane ol {
    list-style-type: decimal !important;
    margin: 16px 0 16px 24px !important;
    padding-left: 16px !important;
}

.totl-tab-pane ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 24px !important;
    padding-left: 16px !important;
}

.totl-tab-pane li {
    display: list-item !important;
    margin-bottom: 8px !important;
    line-height: 1.6;
}

/* ==========================================================================
   4. SIDEBAR & CATEGORY LIST LAYOUT
   ========================================================================== */

.totl-sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    flex: 0 0 360px !important;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background-color: #F5F8F3;
}

.totl-category-list {
    gap: 20px;
}

/* Category Parent Item */
.totl-cat-parent {
    display: block !important;
    width: 100%;
    margin-bottom: 8px;
}

/* Parent Header Line (Checkbox + Text + Toggle Button) */
.totl-cat-parent-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.totl-cat-parent-header label {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    margin: 0;
    cursor: pointer;
}

/* Toggle Accordion (+/-) Button */
.totl-cat-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

/* Child Category Sub-Menu */
.totl-cat-children {
    width: 100%;
    padding-left: 18px;
    margin-top: 6px;
    box-sizing: border-box;
}

.totl-cat-child-item {
    margin-bottom: 5px;
}

/* Sidebar Parent Item */
.totl-cat-parent {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
}

.totl-cat-parent > label {
    flex: 1;
    cursor: pointer;
    margin: 0;
}

/* Toggle (+/-) Button */
.totl-cat-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0 4px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

/* Child Category Sub-Menu Dropdown Wrapper */
.totl-cat-children {
    width: 100%; /* Forces children onto a new line below parent label */
    padding-left: 18px;
    margin-top: 6px;
    box-sizing: border-box;
}
/* ==========================================================================
   5. PRODUCT CARDS & GRID
   ========================================================================== */

#totl-products-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.totl-products-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}

.totl-product-card {
    max-height: 700px !important;
}

.totl-product-image-wrapper {
    min-height: 310px;
    border-radius: 0 !important;
}

img.totl-product-main-image {
    object-fit: contain !important;
    max-height: 300px;
    border-radius: 0;
}


/* ==========================================================================
   6. PAGINATION STYLING
   ========================================================================== */

.totl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 40px;
}

.totl-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
}

.totl-pagination a.page-numbers:hover {
    color: #000000;
    background-color: #f7fee7;
    border-color: #a3e635;
}

.totl-pagination .page-numbers.current {
    color: #000000;
    background-color: #a3e635;
    border-color: #a3e635;
}

.totl-pagination .page-numbers.dots {
    min-width: 24px;
    padding: 0 4px;
    color: #94a3b8;
    background: transparent;
    border: none;
    box-shadow: none;
}

.totl-pagination .prev.page-numbers,
.totl-pagination .next.page-numbers {
    padding: 0 18px;
}


/* ==========================================================================
   7. RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media screen and (max-width: 768px) {
    .totl-sidebar {
        position: static !important;
        max-height: none;
    }
}

@media screen and (max-width: 640px) {
    .totl-cat-header-top {
        flex-direction: column;
    }

    .totl-cat-header-image img {
        width: 100%;
        height: 140px;
    }
}/* End custom CSS */