/*
Theme Name:   Tohatsu
Theme URI:    https://elementor.com/
Description:  Hello Elementor Child Theme
Author:       Fox & Lee
Author URI:   https://foxandlee.com.au/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hello-elementor-child
*/

html {
    font-size: 62.5%;
}

.arrow-btn .elementor-button-content-wrapper {
    align-items: center;
}

.arrow-btn .elementor-button-icon {
    font-size: 23px;
    position: relative;
    /* top: -2px; */
    left: 0;
    transition: all ease-in-out 0.3s;
}

.arrow-btn:hover .elementor-button-icon {
    left: 3px;
}

.hd-menu .elementor-nav-menu {
    align-items: baseline;
}

.menu-btn a {
    border: 1px solid #fff;
    padding: 12px 20px !important;
}

.menu-btn:hover a {
    background-color: var(--e-global-color-text) !important;
    border-color: var(--e-global-color-text);
}

.e--pointer-underline .elementor-nav-menu .menu-btn a:after {
    display: none !important;
}

.ft-list .elementor-icon-list-icon {
    background-color: #fff;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.ft-list .elementor-icon-list-icon svg {
    margin: 0 !important;
}

#wpsl-wrap {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: auto 1fr;
    column-gap: 24px;
}

.wpsl-search {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
}

.wpsl-search label {
    display: none !important;
}

.wpsl-search .wpsl-input {
    width: 100%;
    margin: 0 0 10px 0;
}

.wpsl-search #wpsl-search-input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #cbcbcb;
    background-color: #f6f7f7;
    padding: 17px 20px;
}

.wpsl-search .wpsl-search-btn-wrap {
    float: none !important;
    margin: 0 !important;
    width: 100%;
}

.wpsl-search #wpsl-search-btn {
    float: none;
    margin: 0;
    width: 100%;
    border: none;
    background-color: var(--e-global-color-primary) !important;
    border-radius: 0;
    background-image: none !important;
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: 400;
    padding: 17px 10px;
    font-size: 18px !important;
    letter-spacing: 0.5px;
    transition: all ease-in-out 0.3s;
}

.wpsl-search #wpsl-search-btn:hover {
    background-color: #000 !important;
}

#wpsl-gmap {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 100%;
}

#wpsl-result-list {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
    box-sizing: border-box;
    overflow-y: auto;
    width: 100%;
}

#wpsl-wrap #wpsl-result-list ul li {
    background-color: #f6f7f7;
    border: none;
    margin: 10px 0;
    letter-spacing: 0;
    padding: 25px;
    color: var(--e-global-color-primary);
    letter-spacing: 0;
}

#wpsl-result-list .wpsl-country,
#wpsl-result-list .wpsl-street {
    display: inline-block;
}

#wpsl-result-list .wpsl-store-location p:not(.wpsl-contact-details) strong {
    display: block;
    width: 100%;
    font-size: 1.8rem;
}

#wpsl-result-list .wpsl-directions {
    border: 1px solid var(--e-global-color-primary) !important;
    padding: 6px 22px;
    background-color: #fff;
    transition: all ease-in-out 0.3s;
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 200px;
    text-align: center;
    gap: 10px;
}

#wpsl-result-list .wpsl-directions:after {
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L470.6 169.3C458.1 156.8 437.8 156.8 425.3 169.3C412.8 181.8 412.8 202.1 425.3 214.6L498.7 288L64 288C46.3 288 32 302.3 32 320C32 337.7 46.3 352 64 352L498.7 352L425.3 425.4C412.8 437.9 412.8 458.2 425.3 470.7C437.8 483.2 458.1 483.2 470.6 470.7L598.6 342.7z'%3E%3C/path%3E%3C/svg%3E");
    color: var(--e-global-color-primary);
    transition: all ease-in-out 0.3s;
    right: 0;
    position: relative;
}

#wpsl-result-list .wpsl-directions:hover:after {
    right: -5px;
}

#wpsl-result-list li p {
    margin: 0;
}

#wpsl-result-list #wpsl-stores {
    height: 450px !important;
}

#wpsl-gmap .gm-style-iw {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0;
    color: var(--e-global-color-primary);
}

#wpsl-gmap .wpsl-info-window {
    color: var(--e-global-color-primary);
}

#wpsl-gmap .wpsl-info-window p strong {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
}

.outback-accordion {
}
.outback-accordion__item {
    margin: 15px 0;
    border: 1px solid #cbcbcb;
}

.outback-accordion__item .outback-accordion__trigger {
    display: flex;
    background-color: #f6f7f7 !important;
    color: var(--e-global-color-primary);
    font-size: 2rem !important;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all ease-in-out 0.3s;
}
.outback-accordion__item .outback-accordion__trigger:hover,
.outback-accordion__item .outback-accordion__trigger:focus {
    background-color: var(--e-global-color-primary) !important;
    color: #fff;
}
.outback-accordion__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.outback-accordion__icon::before,
.outback-accordion__icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}
.outback-accordion__icon::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.outback-accordion__icon::after {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.outback-accordion__trigger[aria-expanded="true"]
    .outback-accordion__icon::before {
    opacity: 0;
    transform: translateX(-50%) rotate(90deg);
}

/* Height animation — not display:none */
.outback-accordion__panel {
    overflow: hidden;
}
.outback-accordion__content {
    padding: 16px 20px;
}

/* Grid container setup */
.custom-prod-gallery .elementor-gallery-container,
.custom-prod-gallery .gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 15px;
}

/* Force the first image item to span across all 4 columns on top */
.custom-prod-gallery .elementor-gallery-item:nth-child(1),
.custom-prod-gallery .gallery-item:nth-child(1) {
    grid-column: span 4;
    margin-bottom: 20px;
}

/* Style the thumbnails below */
.custom-prod-gallery .elementor-gallery-item:not(:nth-child(1)) img,
.custom-prod-gallery .gallery-item:not(:nth-child(1)) img {
    cursor: pointer;
    transition: opacity 0.3s ease;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.custom-prod-gallery .elementor-gallery-item:not(:nth-child(1)):hover img {
    opacity: 0.7;
}

.custom-prod-gallery .gallery-item {
    max-width: 100% !important;
}

.custom-prod-gallery .main-gallery-view img {
    height: 535px;
    object-fit: contain;
    background-color: #f1f2f3;
}

.nz-content {
    display: none !important;
}

.elementor-editor-active .nz-content {
    display: block !important;
}


.elementor-slideshow__title {
    display: none !important;
}

.news-loop-grid .elementor-pagination .page-numbers {
    color: var(--e-global-color-primary);
    padding: 10px 15px;
    background-color: #F6F7F7;
}

.news-loop-grid .elementor-pagination .page-numbers.current {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.single-post .wp-block-file__button {
    background: var(--e-global-color-primary);
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}

.single-post .wp-block-file__button:hover {
    background-color: #000;
    color: #fff;
}

.single-post .wp-block-file a {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
   .custom-prod-gallery .main-gallery-view img {
      height: 350px;
   }

   .custom-prod-gallery .elementor-gallery-item:not(:nth-child(1)) img, 
   .custom-prod-gallery .gallery-item:not(:nth-child(1)) img {
      height: 80px;
   }

   .custom-prod-gallery .elementor-gallery-container, 
   .custom-prod-gallery .gallery {
      grid-gap: 0;
   }
}

@media screen and (max-width: 767px) {
    #wpsl-wrap {
        display: block;
    }

    #wpsl-search-wrap .wpsl-input {
        width: 100% !important;
    }

    #wpsl-wrap #wpsl-gmap {
        height: 400px !important;
    }

    .wpsl-search #wpsl-search-wrap .wpsl-input {
        margin-bottom: 15px;
    }

    .custom-prod-gallery .elementor-gallery-item:not(:nth-child(1)) img, .custom-prod-gallery .gallery-item:not(:nth-child(1)) img {
        height: 150px;
    }
}

@media screen and (max-width: 600px) {
   .custom-prod-gallery .elementor-gallery-item:not(:nth-child(1)) img, .custom-prod-gallery .gallery-item:not(:nth-child(1)) img {
      height: 100px;
   }
}




































/* ── Reset & base ── */
.outboard-category-page *,
.outboard-category-page *::before,
.outboard-category-page *::after {
    box-sizing: border-box;
}

.ocat-container {
    height: 100%;
    margin: 0 auto;
    max-width: 1600px;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    width: 100%;
}
 
.ocat-page-header {
    background-color: var( --e-global-color-primary );
    padding: 48px 0;
    min-height: 322px;
    display: flex;
    align-items: center;
}
 
.ocat-page-title {
    color: #ffffff !important;
    margin: 0;
    text-transform: uppercase;
}

.ocat-main-content {
    margin: 100px 0;
}
 
/* ── Tabs ── */
.ocat-tabs-section {

}
 
.ocat-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: center;
    justify-content: space-evenly;
}
 
.ocat-tabs::-webkit-scrollbar {
    display: none;
}
 
.ocat-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    text-decoration: none;
    background-color: #F1F2F3;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
    font-size: var( --e-global-typography-4b5258e-font-size );
    font-weight: 400;
    width: 100%;
    text-align: center;
    min-height: 70px;
}
 
.ocat-tab:hover,
.ocat-tab.ocat-tab--active {
    background-color: var( --e-global-color-primary );
    color: #fff !important;
}
 

 
/* ── Banner ── */
.ocat-banner {
    margin-top: 50px;
}
 
.ocat-banner__inner {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 527px;
    padding: 30px;
}
 
.ocat-banner__content {
    position: relative;
    z-index: 1;
    padding: 37px 50px;
    background: var( --e-global-color-primary );
    width: auto;
    display: inline-block;
}
 
.ocat-banner__title {
    color: #ffffff !important;
    margin: 0 0 20px 0;
}
 
.ocat-banner__subheading {
    color: #fff;
    margin: 0;
    font-size: var( --e-global-typography-717a4a1-font-size );
}
 
/* ── Product grid ── */
.ocat-products {
    padding: 40px 0 64px;
}
 
.ocat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}
 
/* ── Product card ── */
.ocat-card {
    background-color: #F1F2F3;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
 
.ocat-card:hover {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
}
 
.ocat-card__image {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
 
.ocat-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
}
 
.ocat-card__footer {
    background-color: var( --e-global-color-primary );
    padding: 12px 16px;
    text-align: center;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.ocat-card__title {
    color: #ffffff !important;
    margin: 0;
    font-size: var( --e-global-typography-4b5258e-font-size );
}
 
/* ── No products message ── */
.ocat-no-products {
    color: #777;
    padding: 32px 0;
}

.ocat-tabs-select {
    display: none;
    width: 100%;
    background: #F1F2F3;
    color: var(--e-global-color-primary);
    font-family: 'Apercu Pro', sans-serif;
    font-size: 24px;
    border: none;
    box-sizing: border-box;
    padding: 20px 25px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    max-width: 100%;
    box-sizing: border-box;

}
 
/* ── Responsive ── */
@media (max-width: 1024px) {
    .ocat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
 
@media (max-width: 768px) {
    .ocat-page-header {
        min-height: 250px;
    }

    .ocat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ocat-tabs-select {
        display: block;
    }

    .ocat-tabs {
        display: none;
    }
    
    .ocat-banner__inner {
        height: 380px;   
    }

    .ocat-banner__content {
        padding: 25px 30px;
    }

    .ocat-main-content {
        margin: 70px 0;
    }

}
 
@media (max-width: 480px) {
    .ocat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}