/*
Theme Name: NetSEO Arminoks
Theme URI: https://arminoks.com/
Author: Arminoks
Description: Arminoks Makina icin WooCommerce kullanmadan, sayfa tabanli B2B katalog ve teklif odakli WordPress temasi.
Version: 1.0.21
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: arminoks
*/

.product-catalog-grid {
    align-items: stretch;
}

.site-header .header-actions,
.mobile-panel,
.mobile-nav {
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

.language-switcher {
    display: inline-grid;
    grid-template-columns: repeat(2, 34px);
    align-items: center;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

.language-option {
    display: grid;
    min-height: 24px;
    place-items: center;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.language-option:hover,
.language-option:focus-visible {
    color: #ffffff;
}

.language-option.is-active {
    color: #0e2436;
    background: #ffffff;
}

.mobile-head .language-switcher {
    margin-left: auto;
    margin-right: 10px;
}

.mega-products {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.mega-products .mega-grid > div {
    align-self: stretch;
}

.mega-all-products {
    justify-content: center;
    margin-top: 10px;
    color: #ffffff !important;
    background: #123c52;
}

.mega-all-products::before {
    display: none;
}

.product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.product-card .card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-card h3 a {
    color: inherit;
}

.product-card .mini-link {
    margin-top: auto;
    padding-top: 8px;
}

.product-category {
    margin-bottom: 8px !important;
    color: #c83f2b !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-empty {
    max-width: 720px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #d7e0e6;
    border-radius: 8px;
}

.product-page-hero {
    background-position: center;
}

.product-page-hero::before {
    background: linear-gradient(90deg, rgba(8, 24, 35, 0.97), rgba(8, 24, 35, 0.72));
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 56px;
    align-items: start;
}

.product-detail-media {
    position: sticky;
    top: 112px;
}

.product-detail-media > img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    background: #f3f6f8;
    border: 1px solid #d7e0e6;
    border-radius: 8px;
}

.product-contact-box {
    margin-top: 18px;
    padding: 24px;
    color: #ffffff;
    background: #123c52;
    border-radius: 8px;
}

.product-contact-box h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
}

.product-contact-box p:not(.section-kicker) {
    color: rgba(255, 255, 255, 0.76);
}

.product-detail-copy {
    min-width: 0;
    color: #304657;
    font-size: 17px;
    line-height: 1.8;
}

.product-detail-copy > :first-child {
    margin-top: 0;
}

.product-detail-copy h2,
.product-detail-copy h3,
.product-detail-copy h4,
.product-detail-copy strong {
    color: #0d2738;
}

.product-detail-copy img,
.product-detail-copy table {
    max-width: 100%;
    height: auto;
}

.product-detail-copy table {
    width: 100%;
    border-collapse: collapse;
}

.product-detail-copy td,
.product-detail-copy th {
    padding: 10px 12px;
    border: 1px solid #d7e0e6;
    text-align: left;
}

.product-more {
    padding-top: 58px;
    padding-bottom: 58px;
}

@media (max-width: 900px) {
    .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .product-detail-media {
        position: static;
    }
}
/*
Theme Name: NetSEO Arminoks
Theme URI: https://arminoks.com/
Author: Arminoks
Description: Arminoks Makina icin WooCommerce kullanmadan, sayfa tabanli B2B katalog ve teklif odakli WordPress temasi.
Version: 1.0.20
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: arminoks
*/

.product-catalog-grid {
    align-items: stretch;
}

.site-header .header-actions,
.mobile-panel,
.mobile-nav {
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

.language-switcher {
    display: inline-grid;
    grid-template-columns: repeat(2, 34px);
    align-items: center;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

.language-option {
    display: grid;
    min-height: 24px;
    place-items: center;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.language-option:hover,
.language-option:focus-visible {
    color: #ffffff;
}

.language-option.is-active {
    color: #0e2436;
    background: #ffffff;
}

.mobile-head .language-switcher {
    margin-left: auto;
    margin-right: 10px;
}

.mega-products {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.mega-products .mega-grid > div {
    align-self: stretch;
}

.mega-all-products {
    justify-content: center;
    margin-top: 10px;
    color: #ffffff !important;
    background: #123c52;
}

.mega-all-products::before {
    display: none;
}

.product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.product-card .card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-card h3 a {
    color: inherit;
}

.product-card .mini-link {
    margin-top: auto;
    padding-top: 8px;
}

.product-category {
    margin-bottom: 8px !important;
    color: #c83f2b !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-empty {
    max-width: 720px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #d7e0e6;
    border-radius: 8px;
}

.product-page-hero {
    background-position: center;
}

.product-page-hero::before {
    background: linear-gradient(90deg, rgba(8, 24, 35, 0.97), rgba(8, 24, 35, 0.72));
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 56px;
    align-items: start;
}

.product-detail-media {
    position: sticky;
    top: 112px;
}

.product-detail-media > img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    background: #f3f6f8;
    border: 1px solid #d7e0e6;
    border-radius: 8px;
}

.product-contact-box {
    margin-top: 18px;
    padding: 24px;
    color: #ffffff;
    background: #123c52;
    border-radius: 8px;
}

.product-contact-box h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
}

.product-contact-box p:not(.section-kicker) {
    color: rgba(255, 255, 255, 0.76);
}

.product-detail-copy {
    min-width: 0;
    color: #304657;
    font-size: 17px;
    line-height: 1.8;
}

.product-detail-copy > :first-child {
    margin-top: 0;
}

.product-detail-copy h2,
.product-detail-copy h3,
.product-detail-copy h4,
.product-detail-copy strong {
    color: #0d2738;
}

.product-detail-copy img,
.product-detail-copy table {
    max-width: 100%;
    height: auto;
}

.product-detail-copy table {
    width: 100%;
    border-collapse: collapse;
}

.product-detail-copy td,
.product-detail-copy th {
    padding: 10px 12px;
    border: 1px solid #d7e0e6;
    text-align: left;
}

.product-more {
    padding-top: 58px;
    padding-bottom: 58px;
}

@media (max-width: 900px) {
    .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .product-detail-media {
        position: static;
    }
}
