body {

    font-family: Arial, sans-serif;

    margin: 0;

    padding: 0;

    background-color: #f5f5f5;

}
header {

    background: white;

    padding: 20px;

    text-align: center;

    box-shadow: 0 2px 10px rgba(0,0,0,0.1);

}
nav {
    margin-top: 15px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    margin: 0 10px;
}

nav a:hover {
    color: #c2185b;
}
.whatsapp-button {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    margin: 15px 0;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}
.hero {

    text-align: center;

    padding: 80px 20px;

    background: linear-gradient(
    135deg,
    #fce4ec,
    #ffffff
    );

}

.hero h2 {

    font-size: 42px;

    margin-bottom: 20px;

}

.hero p {

    font-size: 20px;

    color: #666;

}
.catalog-button {

    display: inline-block;

    background: #c2185b;

    color: white;

    padding: 15px 30px;

    margin-top: 25px;

    border-radius: 30px;

    text-decoration: none;

    font-weight: bold;

}
.catalog {
    padding: 50px 20px;
    text-align: center;
}

.catalog h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.products {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.product-card {
    background: white;
    width: 250px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: #eeeeee;
    border-radius: 10px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #c2185b;
}

.buy-button {
    display: inline-block;
    background: #c2185b;
    color: white;
    padding: 12px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}
.categories {
    padding: 40px 20px;
    text-align: center;
    background: white;
}

.categories h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.category-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.category-list a {
    background: #fce4ec;
    color: #c2185b;
    padding: 15px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

.category-list a:hover {
    background: #c2185b;
    color: white;
}
.advantages {
    padding: 50px 20px;
    background: #ffffff;
    text-align: center;
}

.advantages h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.advantages-list {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.advantage {
    background: #fce4ec;
    width: 260px;
    padding: 25px;
    border-radius: 15px;
}

.advantage h3 {
    color: #c2185b;
}
footer {

    background: #333;

    color: white;

    text-align: center;

    padding: 40px 20px;

    margin-top: 50px;

}

footer h3 {

    color: white;

}
@media (max-width: 600px) {

    .hero h2 {
        font-size: 28px;
    }

    .hero p {
        font-size: 16px;
    }

    nav a {
        display: block;
        margin: 10px 0;
    }

    .product-card {
        width: 90%;
    }

    .advantage {
        width: 90%;
    }

}
.contacts {
    padding: 60px 20px;
    text-align: center;
    background: white;
}

.contacts h2 {
    font-size: 32px;
    color: #c2185b;
}

.contacts p {
    font-size: 18px;
}
.info-page {
    background: white;
    padding: 60px 25px;
    max-width: 900px;
    margin: 40px auto;
    border-radius: 15px;
}

.info-page h2 {
    color: #c2185b;
    text-align: center;
    font-size: 32px;
}

.info-page h3 {
    color: #333;
    margin-top: 30px;
}

.info-page p {
    font-size: 18px;
    line-height: 1.6;
}
.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.catalog-controls {
    background: white;
    padding: 25px;
    margin: 30px auto;
    max-width: 1000px;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.catalog-controls input,
.catalog-controls select {
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    min-width: 260px;
}

.product-count {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.availability {
    color: #2e7d32;
    font-weight: bold;
    font-size: 14px;
}

.show-more-button {
    display: inline-block;
    background: #333;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 30px auto;
}

.show-more-wrap {
    text-align: center;
}
/* ===== Satu-like оформление каталога ELNA ===== */
* {
    box-sizing: border-box;
}

body {
    background: #f3f4f6;
    color: #222;
}

.container {
    width: 1180px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.satu-header {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    padding: 0;
    text-align: left;
}

.top-line {
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    color: #666;
}

.top-line-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
}

.header-main {
    display: grid;
    grid-template-columns: 280px 1fr 190px;
    align-items: center;
    gap: 25px;
    padding: 18px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #222;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.header-search {
    display: flex;
    height: 42px;
}

.header-search input {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 0 14px;
    font-size: 15px;
    outline: none;
    background: white;
}

.header-search button {
    width: 105px;
    border: none;
    background: #ffcc00;
    color: #222;
    font-weight: 700;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.header-contacts {
    text-align: right;
    font-size: 14px;
}

.header-contacts strong {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.header-contacts a {
    color: #219653;
    text-decoration: none;
    font-weight: 700;
}

.main-menu {
    background: #333;
}

.menu-inner {
    display: flex;
    align-items: center;
    gap: 0;
}

.menu-inner a {
    color: white;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: 600;
    border-right: 1px solid rgba(255,255,255,0.12);
}

.menu-inner a:hover,
.menu-inner a.active {
    background: #555;
}

.page-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
    padding: 25px 0;
}

.sidebar,
.catalog-area {
    min-width: 0;
}

.side-box,
.catalog-area {
    background: white;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.side-box h3 {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
}

.category-sidebar {
    max-height: 760px;
    overflow: auto;
}

.category-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 11px 15px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    background: white;
    color: #333;
    cursor: pointer;
    font-size: 14px;
}

.category-link:hover,
.category-link.active {
    background: #fff7cc;
    color: #111;
    font-weight: 700;
}

.catalog-area {
    padding: 20px;
}

.breadcrumbs {
    color: #777;
    font-size: 13px;
    margin-bottom: 12px;
}

.catalog-title-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.catalog-title-row h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

.product-count {
    color: #777;
    font-size: 14px;
}

.catalog-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 18px;
}

.catalog-toolbar select {
    min-width: 190px;
    padding: 9px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: white;
}

.products.satu-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    justify-content: normal;
}

.product-card.satu-card {
    width: auto;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: white;
    transition: box-shadow .15s ease, transform .15s ease;
}

.product-card.satu-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.product-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.product-card.satu-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    background: white;
}

.product-body {
    padding: 13px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-title {
    color: #1d4f91;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.3;
    min-height: 58px;
    font-weight: 600;
}

.product-title:hover {
    text-decoration: underline;
}

.product-description {
    color: #666;
    font-size: 13px;
    line-height: 1.35;
    min-height: 52px;
    margin: 8px 0;
}

.availability {
    font-size: 13px;
    margin: 0 0 7px;
}

.availability.is-available {
    color: #219653;
}

.availability.is-wait {
    color: #b26b00;
}

.price {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin: 0 0 12px;
}

.buy-button {
    background: #ffcc00;
    color: #222;
    border-radius: 3px;
    text-align: center;
    padding: 10px 14px;
    font-weight: 700;
    margin-top: auto;
}

.buy-button:hover {
    background: #f0bd00;
}

.show-more-wrap {
    text-align: center;
    margin: 25px 0 5px;
}

.show-more-button {
    background: #fff;
    border: 1px solid #bbb;
    padding: 12px 28px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
}

.show-more-button:hover {
    background: #f7f7f7;
}

.satu-footer {
    background: #333;
    color: white;
    margin-top: 20px;
    padding: 30px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-inner h3 {
    margin-top: 0;
}

@media (max-width: 1000px) {
    .header-main {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .header-contacts {
        text-align: left;
    }

    .page-layout {
        grid-template-columns: 1fr;
    }

    .products.satu-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .top-line-inner,
    .footer-inner,
    .catalog-title-row,
    .catalog-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-inner {
        flex-wrap: wrap;
    }

    .menu-inner a {
        flex: 1 1 50%;
        text-align: center;
    }

    .products.satu-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .catalog-area {
        padding: 14px;
    }

    .product-image-link {
        height: 150px;
    }

    .product-title {
        font-size: 14px;
        min-height: 54px;
    }
}

@media (max-width: 420px) {
    .products.satu-products {
        grid-template-columns: 1fr;
    }
}
/* ===== Satu-like главная страница ELNA ===== */
.home-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
    padding: 25px 0;
}

.home-sidebar,
.home-main {
    min-width: 0;
}

.home-main {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.satu-hero {
    min-height: 310px;
    background: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.72)), url('../images/product1.jpg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 38px;
}

.satu-hero h1 {
    font-size: 42px;
    margin: 8px 0 12px;
    color: #222;
}

.satu-hero p {
    max-width: 540px;
    font-size: 17px;
    line-height: 1.5;
    color: #444;
}

.hero-small {
    color: #777 !important;
    font-size: 14px !important;
    margin: 0;
}

.hero-button {
    display: inline-block;
    background: #ffcc00;
    color: #222;
    padding: 12px 22px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 12px;
}

.hero-button:hover {
    background: #f0bd00;
}

.home-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.home-info-card {
    background: white;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 18px;
    font-weight: 700;
    text-align: center;
}

.home-section,
.about-company {
    background: white;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 22px;
    margin-bottom: 22px;
}

.section-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.section-title-row h2,
.about-company h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

.section-title-row a {
    color: #1d4f91;
    text-decoration: none;
    font-weight: 700;
}

.section-title-row a:hover {
    text-decoration: underline;
}

.home-products.products.satu-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-category-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.home-category-card {
    min-height: 82px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #fafafa;
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    font-weight: 700;
}

.home-category-card:hover {
    background: #fff7cc;
    border-color: #ffcc00;
}

.about-company p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

@media (max-width: 1000px) {
    .home-layout {
        grid-template-columns: 1fr;
    }

    .home-products.products.satu-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-category-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .satu-hero {
        min-height: auto;
        padding: 26px 18px;
        background-image: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9));
    }

    .satu-hero h1 {
        font-size: 30px;
    }

    .home-info-row,
    .home-category-cards {
        grid-template-columns: 1fr;
    }

    .home-products.products.satu-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-title-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .home-products.products.satu-products {
        grid-template-columns: 1fr;
    }
}

.product-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.cart-button {
    background: #ffffff;
    color: #333333;
    border: 1px solid #cfcfcf;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.cart-button:hover {
    background: #f2f2f2;
}

.product-actions .buy-button {
    flex: 1;
    text-align: center;
}
.cart-link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.cart-message {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #2e7d32;
    color: white;
    padding: 14px 22px;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
    z-index: 9999;
}

.cart-message.show {
    opacity: 1;
    transform: translateY(0);
}
.cart-link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.cart-message {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #2e7d32;
    color: white;
    padding: 14px 22px;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
    z-index: 9999;
}

.cart-message.show {
    opacity: 1;
    transform: translateY(0);
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9997;
}

.cart-overlay.show {
    opacity: 1;
    visibility: visible;
}

.cart-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: 390px;
    max-width: 92%;
    height: 100vh;
    background: #ffffff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.2);
    z-index: 9998;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.cart-panel.show {
    right: 0;
}

.cart-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eeeeee;
}

.cart-panel-header h2 {
    margin: 0;
    font-size: 22px;
}

.cart-close {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.empty-cart {
    text-align: center;
    color: #777777;
    margin-top: 40px;
}

.cart-item {
    border-bottom: 1px solid #eeeeee;
    padding: 14px 0;
}

.cart-item-info h3 {
    font-size: 15px;
    margin: 0 0 8px;
    line-height: 1.35;
}

.cart-item-info p {
    margin: 0 0 10px;
    font-weight: bold;
    color: #c2185b;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.cart-item-controls button {
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    background: #ffffff;
    cursor: pointer;
    font-size: 18px;
}

.cart-item-controls span {
    min-width: 22px;
    text-align: center;
    font-weight: bold;
}

.cart-remove {
    background: none;
    border: none;
    color: #777777;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

.cart-panel-footer {
    border-top: 1px solid #eeeeee;
    padding: 18px 20px;
    background: #fafafa;
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.cart-order-button {
    width: 100%;
    background: #25D366;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.cart-order-button:hover {
    background: #1ebc59;
}

.product-page-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
}

.back-to-catalog {
    display: inline-block;
    margin: 10px 0 20px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.back-to-catalog:hover {
    text-decoration: underline;
}

.product-page {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 30px;
    background: #ffffff;
    padding: 25px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.main-product-image {
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 15px;
    text-align: center;
}

.main-product-image img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.product-info-satu h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #222222;
}

.product-code {
    color: #777777;
    font-size: 14px;
}

.product-page-price {
    font-size: 32px;
    color: #222222;
    font-weight: bold;
    margin: 20px 0;
}

.product-page-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.product-cart-btn,
.product-buy-btn {
    min-width: 180px;
    text-align: center;
    font-size: 16px;
}

.product-buy-btn {
    padding: 12px 22px;
}

.product-short-info {
    margin-top: 25px;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 4px;
}

.product-short-info p {
    margin: 8px 0;
}

.product-details-block {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 22px;
    margin-top: 20px;
}

.product-details-block h2 {
    margin-top: 0;
    font-size: 24px;
    color: #222222;
}

.product-full-description {
    line-height: 1.7;
    color: #333333;
}

.product-specs {
    border-top: 1px solid #eeeeee;
}

.spec-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
}

.spec-name {
    color: #777777;
}

.spec-value {
    color: #222222;
    font-weight: 500;
}

.related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.related-card {
    border: 1px solid #dddddd;
    padding: 12px;
    background: #ffffff;
    border-radius: 4px;
}

.related-card img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.related-title {
    display: block;
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.3;
}

.related-title:hover {
    text-decoration: underline;
}

.product-not-found {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
}

@media (max-width: 800px) {
    .product-page {
        grid-template-columns: 1fr;
    }

    .product-info-satu h1 {
        font-size: 22px;
    }

    .product-page-price {
        font-size: 26px;
    }

    .product-page-actions {
        flex-direction: column;
    }

    .product-cart-btn,
    .product-buy-btn {
        width: 100%;
    }

    .spec-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .related-products {
        grid-template-columns: repeat(2, 1fr);
    }
}
#mainProductImage {
    cursor: zoom-in;
}

.photo-zoom-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.86);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.photo-zoom-overlay.show {
    display: flex;
}

.photo-zoom-overlay img {
    max-width: 95%;
    max-height: 92vh;
    object-fit: contain;
    background: #ffffff;
    border-radius: 4px;
}

.photo-zoom-close {
    position: fixed;
    top: 15px;
    right: 25px;
    background: #ffffff;
    color: #222222;
    border: none;
    font-size: 36px;
    line-height: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}

.photo-zoom-close:hover {
    background: #eeeeee;
}

.no-scroll {
    overflow: hidden;
}
.favorite-button {
    background: #ffffff;
    color: #333333;
    border: 1px solid #cfcfcf;
    padding: 10px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.favorite-button:hover {
    background: #f5f5f5;
}

.favorite-button.active {
    background: #fff0f3;
    color: #c2185b;
    border-color: #c2185b;
}

.favorite-message {
    position: fixed;
    right: 20px;
    bottom: 80px;
    background: #c2185b;
    color: white;
    padding: 14px 22px;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
    z-index: 9999;
}

.favorite-message.show {
    opacity: 1;
    transform: translateY(0);
}

.favorites-page-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 25px 20px 50px;
}

.favorites-page-wrap h1 {
    font-size: 32px;
    margin-bottom: 8px;
}

.favorites-note {
    color: #777777;
    margin-bottom: 25px;
}

.empty-favorites {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 40px 20px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
}
body {
    background: #f5f5f5;
    color: #222222;
}

.satu-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.satu-top {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    max-height: 64px;
    width: auto;
    object-fit: contain;
}

.logo-box h1 {
    font-size: 26px;
    margin: 0;
    letter-spacing: 0.5px;
}

.header-contact {
    text-align: right;
}

.header-contact strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.satu-nav {
    background: #333333;
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    padding: 0 10px;
}

.satu-nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: bold;
    display: inline-block;
}

.satu-nav a:hover {
    background: #c2185b;
}

.php-catalog-wrap h1,
.product-page-wrap h1 {
    font-size: 34px;
    margin: 18px 0;
}

.catalog-toolbar-php,
.catalog-sidebar-php {
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.products-php .product-card,
.satu-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    min-height: 380px;
}

.products-php .product-card:hover,
.satu-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.product-image-link {
    display: block;
    background: #ffffff;
    padding: 14px;
    height: 210px;
    text-align: center;
}

.product-image-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-title {
    color: #222222;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    min-height: 42px;
}

.product-title:hover {
    color: #c2185b;
}

.availability {
    font-size: 14px;
    margin: 10px 0 6px;
}

.is-available {
    color: #2e7d32;
    font-weight: bold;
}

.is-wait {
    color: #777777;
}

.price {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0 12px;
    color: #111111;
}

.buy-button {
    background: #c2185b;
    color: #ffffff !important;
    border: none;
    padding: 11px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.buy-button:hover {
    background: #a9154d;
}

.product-page-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 20px;
}

.back-to-catalog {
    display: inline-block;
    margin: 10px 0 20px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.back-to-catalog:hover {
    color: #c2185b;
}

.product-page {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 28px;
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.main-product-image {
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 18px;
    text-align: center;
    border-radius: 6px;
}

.main-product-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    cursor: zoom-in;
}

.product-info-satu h1 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.product-code {
    color: #777777;
    font-size: 14px;
}

.product-page-price {
    font-size: 40px;
    font-weight: bold;
    margin: 22px 0;
}

.product-buy-btn {
    font-size: 18px;
    padding: 14px 28px;
    background: #25d366;
}

.product-buy-btn:hover {
    background: #1fae55;
}

.product-short-info {
    margin-top: 28px;
    background: #f7f7f7;
    padding: 18px;
    border-radius: 6px;
}

.product-short-info p {
    margin: 9px 0;
}

.product-details-block {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 24px;
    margin-top: 22px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.product-details-block h2 {
    margin-top: 0;
}

.related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.related-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 12px;
    transition: 0.2s;
}

.related-card:hover {
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.related-card img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.related-title {
    display: block;
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.35;
}

.related-title:hover {
    color: #c2185b;
}

footer {
    background: #333333;
    color: #ffffff;
    margin-top: 40px;
    padding: 28px 20px;
    text-align: center;
}

@media (max-width: 900px) {
    .satu-top {
        flex-direction: column;
        text-align: center;
    }

    .header-contact {
        text-align: center;
    }

    .logo-box {
        flex-direction: column;
    }

    .logo-box h1 {
        font-size: 22px;
    }

    .products-php {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .product-page {
        grid-template-columns: 1fr;
    }

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

    .product-info-satu h1 {
        font-size: 24px;
    }

    .product-page-price {
        font-size: 32px;
    }
}

@media (max-width: 520px) {
    .products-php {
        grid-template-columns: 1fr !important;
    }

    .related-products {
        grid-template-columns: 1fr;
    }

    .satu-nav {
        flex-direction: column;
    }

    .satu-nav a {
        text-align: center;
    }
}
.php-cart-open-btn {
    background: #ffffff;
    color: #333333 !important;
    border: 1px solid #dddddd;
    padding: 10px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.php-add-cart-btn {
    background: #ffffff;
    color: #c2185b;
    border: 1px solid #c2185b;
    padding: 11px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.php-add-cart-btn:hover {
    background: #fff0f5;
}

.php-cart-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
}

.php-cart-overlay.show {
    display: block;
}

.php-cart-drawer {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    max-width: 92%;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    box-shadow: -5px 0 25px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.php-cart-drawer.show {
    right: 0;
}

.php-cart-header {
    padding: 18px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.php-cart-header h2 {
    margin: 0;
}

.php-cart-header button {
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
}

.php-cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.php-cart-empty {
    text-align: center;
    color: #777777;
    margin-top: 30px;
}

.php-cart-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
}

.php-cart-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.php-cart-info strong {
    display: block;
    line-height: 1.3;
    margin-bottom: 6px;
}

.php-cart-info span {
    font-weight: bold;
}

.php-cart-controls {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.php-cart-controls button {
    border: 1px solid #cccccc;
    background: #f7f7f7;
    padding: 5px 9px;
    cursor: pointer;
    border-radius: 4px;
}

.php-cart-remove {
    color: #c2185b;
}

.php-cart-footer {
    border-top: 1px solid #eeeeee;
    padding: 18px;
}

.php-cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 15px;
}

.php-cart-order {
    width: 100%;
    background: #25d366;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.product-page-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-page-actions .php-add-cart-btn {
    width: auto;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .php-cart-drawer {
        width: 92%;
    }

    .product-page-actions {
        flex-direction: column;
    }

    .product-page-actions .php-add-cart-btn,
    .product-page-actions .product-buy-btn {
        width: 100%;
    }
}
.php-checkout-form {
    display: none;
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}

.php-checkout-form.show {
    display: block;
}

.php-checkout-form input,
.php-checkout-form textarea,
.php-checkout-form select {
    width: 100%;
    padding: 11px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.php-checkout-form textarea {
    min-height: 70px;
    resize: vertical;
}

.php-cart-drawer {
    overflow-y: auto;
}

.php-cart-footer {
    flex-shrink: 0;
}

.php-checkout-form {
    padding-bottom: 80px;
}