/* =========================================
   Mecidiyeköy Çiçekçisi — Frontend CSS
   ========================================= */

/* Teslimat bölgeleri tablosu */
.mcc-delivery-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e0e0;
}

.mcc-delivery-table thead th {
    background: #f9f2f4;
    color: #4A2D3A;
    font-weight: 600;
    padding: 12px 16px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.mcc-delivery-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #f0e8ea;
    color: #333;
}

.mcc-delivery-table tbody tr:last-child td {
    border-bottom: none;
}

.mcc-delivery-table tbody tr:hover {
    background: #fdf8f9;
}

.mcc-delivery-price {
    font-weight: 600;
}

.mcc-delivery-price.mcc-free {
    color: #6B8F71;
}

/* Teslimat kartları */
.mcc-delivery-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.mcc-delivery-card {
    background: #fff;
    border: 1px solid #e8e0e0;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.mcc-delivery-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.mcc-delivery-card.mcc-card-free {
    border-color: #6B8F71;
    border-width: 2px;
}

.mcc-dc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.mcc-dc-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #4A2D3A;
}

.mcc-dc-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

.mcc-card-free .mcc-dc-badge {
    background: #E8F0E9;
    color: #6B8F71;
}

.mcc-card-paid .mcc-dc-badge {
    background: #FFF5E6;
    color: #C4943E;
}

.mcc-dc-sure {
    font-size: 13px;
    color: #888;
    margin: 0 0 12px;
}

.mcc-dc-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mcc-dc-slot {
    font-size: 12px;
    background: #f9f2f4;
    color: #4A2D3A;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
}

/* Sosyal medya ikonları */
.mcc-social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mcc-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f9f2f4;
    color: #4A2D3A;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    font-size: 12px;
    font-weight: 500;
}

.mcc-social-link:hover {
    background: #E8A0B4;
    color: #fff;
    transform: scale(1.1);
}

/* Tel link */
.mcc-tel-link {
    color: #6B8F71;
    text-decoration: none;
    font-weight: 500;
}

.mcc-tel-link:hover {
    text-decoration: underline;
}

/* WhatsApp link */
.mcc-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.2s;
}

.mcc-wa-link:hover {
    background: #1da851;
    color: #fff;
}

.mcc-shortcode-note {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #f0e8ea;
    border-radius: 14px;
    background: #fff8fa;
    color: #4A2D3A;
    font-size: 14px;
}

/* Ana sayfa kategori cemberleri */
.mcc-categories {
    padding: 22px 0 16px;
    background: transparent;
}

.mcc-categories-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.mcc-categories-shell {
    position: relative;
    padding: 0 54px;
}

.mcc-categories-viewport {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.mcc-categories-scroll {
    display: flex;
    gap: 18px;
    padding: 8px 0 12px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.mcc-cat-item {
    flex: 0 0 auto;
    width: 138px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    padding: 12px 8px 8px;
    border-radius: 28px;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.mcc-cat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 34px rgba(74, 45, 58, 0.09);
}

.mcc-cat-circle {
    width: 102px;
    height: 102px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #F1E6E9;
    background: #FFFFFF;
    box-shadow: 0 12px 26px rgba(74, 45, 58, 0.08);
    transition: all 0.25s ease;
}

.mcc-cat-item:hover .mcc-cat-circle {
    border-color: #6B8F71;
    box-shadow: 0 16px 30px rgba(107, 143, 113, 0.17);
}

.mcc-cat-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mcc-cat-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #4A2D3A;
    margin: 0;
    transition: color 0.2s ease;
    text-wrap: balance;
}

.mcc-cat-item:hover .mcc-cat-name {
    color: #6B8F71;
}

.mcc-cat-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 1.5px solid #dccfd4;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 14px 30px rgba(74, 45, 58, 0.14);
    color: #4A2D3A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.22s ease;
    z-index: 5;
}

.mcc-cat-arrow:hover {
    border-color: #6B8F71;
    color: #6B8F71;
    background: #fff;
    box-shadow: 0 18px 34px rgba(107, 143, 113, 0.18);
    transform: translateY(-50%) scale(1.04);
}

.mcc-cat-arrow:disabled {
    opacity: 0.45;
    cursor: default;
    box-shadow: 0 8px 16px rgba(74, 45, 58, 0.05);
}

.mcc-cat-arrow--prev {
    left: 0;
}

.mcc-cat-arrow--next {
    right: 0;
}

.mcc-cat-arrow svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
}

/* Öne çıkan ürünler vitrini */
.mcc-products-showcase {
    width: 100%;
}

.mcc-products-showcase__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.mcc-products-showcase__titles {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mcc-products-showcase__subtitle {
    margin: 0;
    color: #b07888;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.mcc-products-showcase__title {
    margin: 0;
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.mcc-products-showcase__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid #d8c8ce;
    background: #fff;
    color: #4A2D3A;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mcc-products-showcase__link:hover {
    border-color: #6B8F71;
    color: #6B8F71;
    transform: translateY(-1px);
}

.mcc-products-grid {
    display: grid;
    gap: 24px;
}

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

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

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

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

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

.mcc-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0e8ea;
    box-shadow: 0 14px 34px rgba(74, 45, 58, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mcc-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(74, 45, 58, 0.1);
    border-color: #e7d7de;
}

.mcc-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.mcc-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
    transform: scale(1.16);
    transform-origin: center bottom;
    transition: transform 0.35s ease;
}

.mcc-product-card:hover .mcc-product-card__image {
    transform: scale(1.19);
}

.mcc-product-card__image--placeholder {
    min-height: 280px;
}

.mcc-product-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(74, 45, 58, 0.82);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.mcc-product-card__badge--featured {
    background: rgba(107, 143, 113, 0.92);
}

.mcc-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 20px;
    border-top: 1px solid #f2e8ea;
}

.mcc-product-card__category {
    margin: 0 0 8px;
    color: #b07888;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.mcc-product-card__title {
    margin: 0 0 10px;
    color: #4A2D3A;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.mcc-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.mcc-product-card__price {
    margin-bottom: 16px;
    color: #4A2D3A;
    font-size: 18px;
    font-weight: 700;
}

.mcc-product-card__price del {
    margin-right: 6px;
    color: #a7929b;
    font-size: 14px;
    font-weight: 500;
}

.mcc-product-card__price ins {
    color: #6B8F71;
    text-decoration: none;
}

.mcc-product-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    margin-top: auto;
    border-radius: 999px;
    background: #6B8F71;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mcc-product-card__cta:hover {
    background: #5a7d60;
    color: #fff;
    transform: translateY(-1px);
}

/* Şablon kabuğu */
.mcc-template-shell {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
}

.mcc-archive-shell,
.mcc-blog-archive-shell,
.mcc-single-product-shell,
.mcc-single-post-shell {
    padding-top: 20px;
    padding-bottom: 40px;
}

.mcc-archive-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 28px;
}

.mcc-archive-hero__content {
    max-width: 760px;
}

.mcc-archive-hero__eyebrow {
    margin: 0 0 8px;
    color: #b07888;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mcc-archive-hero__title {
    margin: 0 0 8px;
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.15;
}

.mcc-archive-hero__meta {
    margin: 0;
    color: #8b6b7b;
    font-size: 15px;
}

.mcc-archive-filters {
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid #f0e8ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(74, 45, 58, 0.05);
}

.mcc-archive-filters__grid {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.mcc-archive-filters__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mcc-archive-filters__field span,
.mcc-archive-filters__checkbox span {
    color: #4A2D3A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mcc-archive-filters__field select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #e5d9de;
    border-radius: 14px;
    background: #fff;
    color: #4A2D3A;
    font-size: 14px;
}

.mcc-archive-filters__checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #e5d9de;
    border-radius: 14px;
    background: #fff8fa;
    white-space: nowrap;
}

.mcc-archive-filters__checkbox input {
    width: 16px;
    height: 16px;
    accent-color: #6B8F71;
}

.mcc-archive-filters__checkbox span {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
}

.mcc-archive-filters__actions {
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    justify-content: flex-start;
}

.mcc-archive-filters__submit,
.mcc-archive-filters__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none !important;
}

.mcc-archive-filters__submit {
    border: none !important;
    background: #6B8F71 !important;
    color: #fff !important;
    cursor: pointer;
}

.mcc-archive-filters__submit:hover {
    background: #5a7d60 !important;
    color: #fff !important;
}

.mcc-archive-filters__reset {
    border: 1px solid #e4d7dc !important;
    background: #fff !important;
    color: #4A2D3A !important;
}

.mcc-archive-filters__reset:hover {
    border-color: #6B8F71 !important;
    color: #6B8F71 !important;
}

@media (max-width: 1100px) {
    .mcc-archive-filters__grid {
        grid-template-columns: 1fr 1fr;
    }

    .mcc-archive-filters__checkbox {
        white-space: normal;
    }
}

/* Tekil ürün — Breadcrumb */
.mcc-sp-breadcrumb {
    font-size: 13px;
    color: #8b6b7b;
    margin-bottom: 28px;
}

.mcc-sp-breadcrumb a {
    color: #8b6b7b;
    text-decoration: none;
    transition: color 0.2s;
}

.mcc-sp-breadcrumb a:hover {
    color: #6B8F71;
}

.mcc-sp-breadcrumb__sep {
    margin: 0 6px;
    opacity: 0.5;
}

/* Tekil ürün — Grid */
.mcc-single-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px;
}

/* Tekil ürün — Galeri */
.mcc-single-product__gallery {
    position: relative;
}

.mcc-single-product__main-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0e8ea;
    margin-bottom: 14px;
}

.mcc-single-product__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #e74c6f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.mcc-single-product__image {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.mcc-single-product__image--placeholder {
    width: 100%;
    height: 500px;
    background: #fdf8f9;
}

.mcc-single-product__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mcc-single-product__thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s;
}

.mcc-single-product__thumb.active,
.mcc-single-product__thumb:hover {
    border-color: #6B8F71;
}

.mcc-single-product__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Tekil ürün — Özet */
.mcc-single-product__summary {
    padding-top: 4px;
}

.mcc-single-product__cats {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    padding: 4px 14px;
    background: #faf6f7;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #b07888;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.mcc-single-product__cats i {
    font-size: 11px;
}

.mcc-single-product__cats a {
    color: inherit;
    text-decoration: none;
}

.mcc-single-product__title {
    margin: 0 0 10px;
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.15;
}

.mcc-single-product__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 13px;
    color: #8b6b7b;
}

.mcc-single-product__rating .star-rating {
    color: #f5a623;
}

.mcc-single-product__rating-count {
    font-size: 13px;
    color: #8b6b7b;
}

/* Fiyat kutusu */
.mcc-single-product__price-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f0faf2 0%, #faf6f7 100%);
    border-radius: 14px;
    border: 1px solid #e4eddf;
}

.mcc-single-product__price {
    font-size: 32px;
    font-weight: 800;
    color: #6B8F71;
    line-height: 1;
}

.mcc-single-product__price del {
    color: #b0a0a8;
    font-size: 18px;
    font-weight: 400;
}

.mcc-single-product__price ins {
    text-decoration: none;
    color: #6B8F71;
}

.mcc-single-product__discount-tag {
    font-size: 12px;
    font-weight: 600;
    color: #6B8F71;
    background: #e0f2e3;
    padding: 3px 10px;
    border-radius: 12px;
}

.mcc-single-product__excerpt {
    margin-bottom: 24px;
    color: #6e5662;
    font-size: 15px;
    line-height: 1.8;
}

.mcc-single-product__excerpt p {
    margin: 0;
}

.mcc-single-product__summary .stock,
.mcc-single-product__summary .woocommerce-variation-availability,
.mcc-single-product__summary .product_meta {
    display: none !important;
}

/* Güven şeridi */
.mcc-single-product__trust-strip {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0e8ea;
}

.mcc-single-product__trust-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 8px;
    background: #fdfbfc;
    font-size: 12px;
    font-weight: 600;
    color: #4A2D3A;
    border-right: 1px solid #f0e8ea;
}

.mcc-single-product__trust-item:last-child {
    border-right: none;
}

.mcc-single-product__trust-item i {
    color: #6B8F71;
    font-size: 15px;
}

.mcc-single-product__cart form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px;
}

.mcc-delivery-picker {
    margin: 0 0 24px;
    padding: 20px 0 18px;
    border-top: 1px solid #efe3e7;
    border-bottom: 1px solid #efe3e7;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: transparent;
}

.mcc-delivery-picker__header {
    margin-bottom: 12px;
}

.mcc-delivery-picker__title {
    margin: 0 0 4px;
    color: #4A2D3A;
    font-size: 18px;
    font-weight: 700;
}

.mcc-delivery-picker__note {
    margin: 0;
    color: #8b6b7b;
    font-size: 12px;
    line-height: 1.5;
}

.mcc-delivery-date-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.mcc-delivery-date-card {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 68px;
    padding: 10px 12px;
    border: 1px solid #eadfe3;
    border-radius: 16px;
    background: #fff;
    color: #4A2D3A;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mcc-delivery-date-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(74, 45, 58, 0.06);
}

.mcc-delivery-date-card.is-active {
    border-color: #6B8F71;
    background: #f7fbf7;
    color: #47674c;
    box-shadow: 0 10px 20px rgba(107, 143, 113, 0.1);
}

.mcc-delivery-date-card--calendar {
    color: #4A2D3A;
}

.mcc-delivery-date-card__icon {
    font-size: 11px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 14px;
    color: currentColor;
}

.mcc-delivery-date-card__icon i {
    font-size: 12px;
    line-height: 1;
}

.mcc-delivery-date-card__eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.mcc-delivery-date-card__value {
    max-width: 100%;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.mcc-delivery-custom-date {
    margin-bottom: 16px;
}

.mcc-delivery-custom-date label,
.mcc-delivery-time-wrap__label {
    display: block;
    margin-bottom: 8px;
    color: #4A2D3A;
    font-size: 13px;
    font-weight: 700;
}

.mcc-delivery-custom-date input[type="date"] {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #e6dbe0;
    border-radius: 14px;
    background: #fff;
    color: #4A2D3A;
}

.mcc-delivery-time-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mcc-delivery-time-wrap.is-disabled {
    opacity: 0.55;
}

.mcc-delivery-time-wrap[hidden] {
    display: none !important;
}

.mcc-delivery-picker__zone-note {
    margin: 14px 0 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8f3f5;
    color: #6f5863;
    font-size: 12px;
    line-height: 1.6;
}

.mcc-delivery-time-card {
    position: relative;
    display: block;
    cursor: pointer;
}

.mcc-delivery-time-card input {
    display: none !important;
}

.mcc-delivery-time-card__text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 18px;
    border: 1px solid #e6dbe0;
    background: rgba(255,255,255,0.9);
    color: #4A2D3A;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.mcc-delivery-time-card input:checked + .mcc-delivery-time-card__text {
    border-color: #6B8F71;
    background: #edf6ef;
    color: #47674c;
}

.mcc-single-product__perks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.mcc-single-product__perks span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f9f2f4;
    color: #4A2D3A;
    font-size: 12px;
    font-weight: 600;
}

.mcc-single-product__cart {
    margin-bottom: 24px;
}

.mcc-single-product__cart form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
}

.mcc-single-product__cart .quantity {
    display: flex;
    align-items: center;
    border: 1.5px solid #e8e0e0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.mcc-single-product__cart .quantity .qty {
    width: 72px;
    min-width: 72px;
    height: 52px;
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #4A2D3A !important;
    background: transparent !important;
    -moz-appearance: textfield;
}

.mcc-single-product__cart .quantity .qty::-webkit-outer-spin-button,
.mcc-single-product__cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mcc-single-product__cart .single_add_to_cart_button,
.mcc-single-product__cart button.single_add_to_cart_button {
    flex: 1;
    min-height: 54px;
    padding: 0 30px;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #6B8F71 0%, #7b9e81 100%) !important;
    border: none !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 8px 24px rgba(107, 143, 113, 0.25) !important;
}

.mcc-single-product__cart .single_add_to_cart_button:hover,
.mcc-single-product__cart button.single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #5a7d60 0%, #6B8F71 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(107, 143, 113, 0.3) !important;
    color: #fff !important;
}

.mcc-single-product__meta {
    padding-top: 20px;
    border-top: 1px solid #f1e5e8;
    color: #6e5662;
    font-size: 13px;
    line-height: 1.7;
}

.mcc-single-product__meta p {
    margin: 0 0 6px;
}

.mcc-single-product__meta a {
    color: #4A2D3A;
    text-decoration: none;
}

/* Tabs */
.mcc-sp-tabs {
    margin-bottom: 48px;
}

.mcc-sp-tabs__nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #f0e8ea;
}

.mcc-sp-tabs__btn {
    padding: 14px 28px;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #8b6b7b;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
}

.mcc-sp-tabs__btn.active {
    color: #4A2D3A;
}

.mcc-sp-tabs__btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #6B8F71;
}

.mcc-sp-tabs__btn:hover {
    color: #4A2D3A;
}

.mcc-sp-tabs__content {
    padding: 28px 30px;
    background: #fff;
    border: 1px solid #f0e8ea;
    border-top: none;
    border-radius: 0 0 14px 14px;
    font-size: 15px;
    line-height: 1.85;
    color: #5f4a55;
}

.mcc-sp-tabs__content h2,
.mcc-sp-tabs__content h3,
.mcc-sp-tabs__content h4 {
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-weight: 500;
}

.mcc-sp-tabs__content > *:first-child {
    margin-top: 0;
}

.mcc-sp-tabs__content > *:last-child {
    margin-bottom: 0;
}

/* Content card (blog vb.) */
.mcc-content-card {
    padding: 30px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
    border: 1px solid #f0e8ea;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(74, 45, 58, 0.06);
}

.mcc-content-card__title {
    margin: 0 0 16px;
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 500;
}

.mcc-content-card__body {
    color: #5f4a55;
    font-size: 15px;
    line-height: 1.85;
}

.mcc-content-card__body > *:first-child {
    margin-top: 0;
}

.mcc-content-card__body > *:last-child {
    margin-bottom: 0;
}

.mcc-content-card__body--post h2,
.mcc-content-card__body--post h3,
.mcc-content-card__body--post h4 {
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-weight: 500;
}

/* Related section */
.mcc-related-section {
    margin-top: 48px;
}

.mcc-related-section__title {
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    color: #4A2D3A;
    margin: 0 0 24px;
}

/* Blog kartları */
.mcc-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mcc-post-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mcc-post-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #f0e8ea;
    background: #fff;
    box-shadow: 0 16px 38px rgba(74, 45, 58, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mcc-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px rgba(74, 45, 58, 0.1);
}

.mcc-post-card--featured {
    grid-column: span 2;
}

.mcc-post-card__media {
    display: block;
    aspect-ratio: 1.2 / 0.8;
    overflow: hidden;
    background: linear-gradient(135deg, #fff8f6 0%, #fcecf1 100%);
}

.mcc-post-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.mcc-post-card:hover .mcc-post-card__image {
    transform: scale(1.04);
}

.mcc-post-card__image--placeholder {
    min-height: 240px;
}

.mcc-post-card__body {
    padding: 20px 20px 22px;
}

.mcc-post-card__category {
    margin: 0 0 8px;
    color: #b07888;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.mcc-post-card__title {
    margin: 0 0 10px;
    color: #4A2D3A;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.mcc-post-card__title a {
    color: inherit;
    text-decoration: none;
}

.mcc-post-card__excerpt {
    margin: 0 0 16px;
    color: #6e5662;
    font-size: 14px;
    line-height: 1.75;
}

.mcc-post-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #8b6b7b;
    font-size: 12px;
    font-weight: 600;
}

/* Tekil yazı */
.mcc-single-post__hero {
    margin-bottom: 26px;
}

.mcc-single-post__meta-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
}

.mcc-single-post__cats {
    color: #b07888;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mcc-single-post__cats a {
    color: inherit;
    text-decoration: none;
}

.mcc-single-post__reading {
    color: #8b6b7b;
    font-size: 13px;
    font-weight: 600;
}

.mcc-single-post__title {
    margin: 0 0 12px;
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.12;
}

.mcc-single-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #8b6b7b;
    font-size: 14px;
    margin-bottom: 18px;
}

.mcc-single-post__image-wrap {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #f0e8ea;
    box-shadow: 0 16px 38px rgba(74, 45, 58, 0.06);
}

.mcc-single-post__image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1.8 / 0.88;
    object-fit: cover;
}

/* Sayfalama */
.mcc-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.mcc-pagination__item a,
.mcc-pagination__item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #e4d7dc;
    background: #fff;
    color: #4A2D3A;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.mcc-pagination__item .current {
    background: #6B8F71;
    border-color: #6B8F71;
    color: #fff;
}

.mcc-pagination__item a:hover {
    border-color: #6B8F71;
    color: #6B8F71;
}

/* Header dil seçici */
.mcc-inline-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.mcc-inline-lang-switcher__link {
    color: #8B6B7B;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    transition: color 0.2s ease;
}

.mcc-inline-lang-switcher__link:hover {
    color: #6B8F71;
}

.mcc-inline-lang-switcher__link.is-active {
    color: #4A2D3A;
}

.mcc-inline-lang-switcher__sep {
    color: #D6C7CD;
    font-size: 11px;
    line-height: 1;
}

/* Sepet ve checkout */
.mcc-commerce-card {
    padding: 30px;
    border: 1px solid #f0e8ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(74, 45, 58, 0.06);
}

.mcc-commerce-card--cart .woocommerce {
    display: block;
}

.mcc-commerce-card--cart .woocommerce::before,
.mcc-commerce-card--cart .woocommerce::after {
    display: none !important;
}

.mcc-commerce-card--cart .woocommerce > .woocommerce-cart-form {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 28px;
}

.mcc-commerce-card--cart .woocommerce > .cart-collaterals {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.mcc-commerce-card .woocommerce-cart-form,
.mcc-commerce-card .cart-collaterals {
    min-width: 0;
}

.mcc-commerce-card .shop_table,
.mcc-commerce-card table.shop_table {
    width: 100%;
    border: none !important;
    border-collapse: separate;
    border-spacing: 0 12px;
    background: transparent;
}

.mcc-commerce-card .shop_table th,
.mcc-commerce-card .shop_table td {
    padding: 16px 14px;
    color: #4A2D3A;
}

.mcc-commerce-card .shop_table th {
    background: transparent;
    border: none !important;
    padding: 0 12px 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8b6b7b;
}

.mcc-commerce-card .woocommerce-cart-form__contents tbody td,
.mcc-commerce-card .woocommerce-checkout-review-order-table tbody td,
.mcc-commerce-card .woocommerce-checkout-review-order-table tfoot td,
.mcc-commerce-card .woocommerce-checkout-review-order-table tfoot th,
.mcc-commerce-card .cart_totals table.shop_table td,
.mcc-commerce-card .cart_totals table.shop_table th {
    background: #fff;
    border-top: 1px solid #f0e8ea !important;
    border-bottom: 1px solid #f0e8ea !important;
    border-left: none !important;
    border-right: none !important;
}

.mcc-commerce-card .woocommerce-cart-form__contents tbody td:first-child,
.mcc-commerce-card .woocommerce-checkout-review-order-table tbody td:first-child,
.mcc-commerce-card .woocommerce-checkout-review-order-table tfoot th:first-child,
.mcc-commerce-card .woocommerce-checkout-review-order-table tfoot td:first-child,
.mcc-commerce-card .cart_totals table.shop_table td:first-child,
.mcc-commerce-card .cart_totals table.shop_table th:first-child {
    border-left: 1px solid #f0e8ea !important;
    border-radius: 10px 0 0 10px;
}

.mcc-commerce-card .woocommerce-cart-form__contents tbody td:last-child,
.mcc-commerce-card .woocommerce-checkout-review-order-table tbody td:last-child,
.mcc-commerce-card .woocommerce-checkout-review-order-table tfoot th:last-child,
.mcc-commerce-card .woocommerce-checkout-review-order-table tfoot td:last-child,
.mcc-commerce-card .cart_totals table.shop_table td:last-child,
.mcc-commerce-card .cart_totals table.shop_table th:last-child {
    border-right: 1px solid #f0e8ea !important;
    border-radius: 0 10px 10px 0;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.actions,
.mcc-commerce-card--cart .woocommerce-cart-form__contents tr.actions,
.mcc-commerce-card--cart .woocommerce-cart-form__contents .actions {
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.mcc-commerce-card .woocommerce-cart-form__contents .actions td {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 6px 0 0 !important;
}

.mcc-commerce-card--cart .woocommerce-cart-form,
.mcc-commerce-card--cart .woocommerce-cart-form table.shop_table,
.mcc-commerce-card--cart .woocommerce-cart-form__contents {
    width: 100% !important;
}

.mcc-commerce-card--cart .woocommerce-cart-form {
    float: none !important;
    margin: 0 !important;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents {
    border-spacing: 0 14px;
    table-layout: auto;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents thead {
    display: none;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item {
    display: grid;
    grid-template-columns: 30px 72px minmax(0, 1fr) 90px 70px 100px;
    gap: 0 14px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid #f0e8ea;
    border-radius: 12px;
    background: #fff;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item:hover {
    border-color: #e7d7de;
    box-shadow: 0 6px 18px rgba(74, 45, 58, 0.07);
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-remove {
    justify-content: center;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-thumbnail {
    justify-content: center;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-name {
    display: block !important;
    width: auto;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-name > a {
    display: block !important;
    margin-bottom: 0 !important;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-name > dl.variation {
    display: block !important;
    margin: 8px 0 0 !important;
    padding: 6px 0 0 !important;
    border-top: 1px solid #f0e8ea !important;
    clear: both !important;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-price {
    justify-content: center;
    font-size: 14px;
    color: #8b6b7b;
    min-width: 80px;
    text-align: center;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-quantity {
    justify-content: center;
    min-width: 70px;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-subtotal {
    justify-content: flex-end;
    font-weight: 700;
    color: #4A2D3A;
    min-width: 90px;
    text-align: right;
}

.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-price::before,
.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-quantity::before,
.mcc-commerce-card--cart .woocommerce-cart-form__contents td.product-subtotal::before {
    display: none;
}

.mcc-commerce-card .product-remove a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff5f5;
    color: #b43226 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mcc-commerce-card .product-remove a:hover {
    background: #fee2e2;
    transform: scale(1.1);
}

.mcc-commerce-card .product-thumbnail img {
    width: 72px;
    min-width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    background: #fdf8f9;
    padding: 0;
}

.mcc-commerce-card .product-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.mcc-commerce-card .product-name a {
    display: block !important;
}

.mcc-commerce-card .product-name dl.variation,
.mcc-commerce-card .product-name .wc-item-meta {
    display: block !important;
    margin: 10px 0 0 !important;
    padding: 8px 0 0 !important;
    border-top: 1px solid #f0e8ea;
    color: #7b6470 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    clear: both !important;
}

.mcc-commerce-card .product-name dl.variation dt {
    float: left !important;
    clear: left !important;
    margin: 0 4px 2px 0 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    color: #4A2D3A !important;
}

.mcc-commerce-card .product-name dl.variation dd {
    margin: 0 0 2px !important;
    padding: 0 !important;
}

.mcc-commerce-card .product-name dl.variation dd p {
    margin: 0 !important;
    display: inline !important;
}

.mcc-commerce-card .product-name .wc-item-meta strong {
    color: #4A2D3A;
}

.mcc-commerce-card .product-name a,
.mcc-commerce-card .woocommerce-checkout-review-order-table a {
    color: #4A2D3A;
    text-decoration: none;
    font-weight: 600;
}

.mcc-commerce-card .coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mcc-commerce-card .coupon input.input-text {
    flex: 1 1 220px;
    width: auto;
}

.mcc-commerce-card .input-text,
.mcc-commerce-card input[type="text"],
.mcc-commerce-card input[type="email"],
.mcc-commerce-card input[type="tel"],
.mcc-commerce-card input[type="password"],
.mcc-commerce-card textarea,
.mcc-commerce-card select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #e6dbe0;
    border-radius: 8px;
    background: #fff;
    color: #4A2D3A;
    padding: 10px 14px;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mcc-commerce-card .input-text:focus,
.mcc-commerce-card input[type="text"]:focus,
.mcc-commerce-card input[type="email"]:focus,
.mcc-commerce-card input[type="tel"]:focus,
.mcc-commerce-card input[type="password"]:focus,
.mcc-commerce-card textarea:focus,
.mcc-commerce-card select:focus {
    outline: none;
    border-color: #6B8F71;
    box-shadow: 0 0 0 3px rgba(107, 143, 113, 0.12);
}

.mcc-commerce-card textarea {
    min-height: 120px;
}

.mcc-commerce-card .button,
.mcc-commerce-card button.button,
.mcc-commerce-card .checkout-button,
.mcc-commerce-card #place_order {
    min-height: 46px;
    border: none;
    border-radius: 10px;
    background: #6B8F71;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 22px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.mcc-commerce-card .button:hover,
.mcc-commerce-card button.button:hover,
.mcc-commerce-card .checkout-button:hover,
.mcc-commerce-card #place_order:hover {
    background: #5a7d60;
    color: #fff;
    transform: translateY(-1px);
}

.mcc-commerce-card .cart_totals,
.mcc-commerce-card .woocommerce-checkout-review-order,
.mcc-commerce-card .woocommerce-billing-fields,
.mcc-commerce-card .woocommerce-additional-fields,
.mcc-commerce-card .woocommerce-shipping-fields {
    padding: 24px;
    border: 1px solid #f0e8ea;
    border-radius: 14px;
    background: #fffafb;
}

.mcc-commerce-card .cart_totals .checkout-button,
.mcc-commerce-card .cart_totals .wc-proceed-to-checkout .checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    min-height: 48px;
    line-height: 48px;
    padding: 0 20px;
    margin-top: 8px;
}

.mcc-commerce-card h3,
.mcc-commerce-card h2 {
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 14px;
}

.mcc-commerce-card .quantity .qty {
    width: 56px;
    min-height: 38px;
    border: 1px solid #e6dbe0;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    padding: 0 4px;
}

.mcc-commerce-card--cart .actions .button[name="update_cart"] {
    display: none !important;
}

.mcc-commerce-card .cart-collaterals {
    width: 100%;
}

.mcc-commerce-card .cart_totals table.shop_table {
    border-spacing: 0 10px;
}

.mcc-commerce-card--checkout > .woocommerce {
    display: block;
}

.mcc-commerce-card--checkout {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mcc-commerce-card--checkout .woocommerce-form-coupon-toggle,
.mcc-commerce-card--checkout .woocommerce-notices-wrapper,
.mcc-commerce-card--checkout form.checkout_coupon {
    margin-bottom: 18px;
}

.mcc-commerce-card--checkout .woocommerce-form-coupon-toggle {
    padding: 0 0 14px;
    border-bottom: 1px solid #f0e8ea;
}

.mcc-commerce-card--checkout form.checkout_coupon {
    padding: 16px 0 4px;
    border: none;
    border-radius: 0;
    background: transparent;
}

.mcc-commerce-card--checkout form.woocommerce-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
    column-gap: 42px;
    row-gap: 18px;
    align-items: start;
}

.mcc-commerce-card--checkout form.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-width: 0;
    display: grid;
    gap: 16px;
}

.mcc-commerce-card--checkout form.woocommerce-checkout #customer_details .col-1,
.mcc-commerce-card--checkout form.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    float: none;
    margin: 0;
}

.mcc-commerce-card--checkout form .form-row {
    margin: 0 0 14px;
}

.mcc-commerce-card--checkout form.woocommerce-checkout::after,
.mcc-commerce-card--checkout form.woocommerce-checkout::before,
.mcc-commerce-card--checkout form.woocommerce-checkout #customer_details::after,
.mcc-commerce-card--checkout form.woocommerce-checkout #customer_details::before {
    display: none !important;
}

.mcc-commerce-card--checkout form.woocommerce-checkout > #customer_details,
.mcc-commerce-card--checkout form.woocommerce-checkout > #order_review_heading,
.mcc-commerce-card--checkout form.woocommerce-checkout > #order_review {
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0 !important;
    align-self: start;
}

.mcc-commerce-card--checkout form.woocommerce-checkout #order_review_heading,
.mcc-commerce-card--checkout form.woocommerce-checkout #order_review {
    grid-column: 2;
}

.mcc-commerce-card--checkout form.woocommerce-checkout #order_review_heading {
    grid-row: 1;
    margin: 0;
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    padding-top: 10px;
}

.mcc-commerce-card--checkout form.woocommerce-checkout #order_review {
    grid-row: 2;
    position: sticky;
    top: 24px;
}

.mcc-commerce-card--cart > .woocommerce-cart-form {
    width: 100%;
    margin: 0;
}

.mcc-commerce-card--cart .cart-collaterals {
    display: block;
    width: 100%;
    float: none !important;
}

.mcc-commerce-card--cart .cart_totals {
    width: 100%;
}

.mcc-commerce-card--checkout .woocommerce-checkout-review-order-table {
    width: 100% !important;
}

.mcc-commerce-card--checkout .woocommerce-billing-fields,
.mcc-commerce-card--checkout .woocommerce-additional-fields,
.mcc-commerce-card--checkout .woocommerce-shipping-fields {
    padding: 0 0 16px;
    border: none;
    border-radius: 0;
    background: transparent;
}

.mcc-commerce-card--checkout .woocommerce-additional-fields {
    padding-top: 4px;
    border-top: 1px solid #f3ecee;
}

.mcc-commerce-card--checkout .woocommerce-checkout-review-order,
.mcc-commerce-card--checkout #payment {
    padding: 20px;
    border: 1px solid #f0e8ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.mcc-commerce-card--checkout .woocommerce-checkout-review-order {
    margin-bottom: 14px;
}

.mcc-commerce-card--checkout .woocommerce-checkout-review-order-table thead th,
.mcc-commerce-card--checkout .woocommerce-checkout-review-order-table tbody td,
.mcc-commerce-card--checkout .woocommerce-checkout-review-order-table tfoot td,
.mcc-commerce-card--checkout .woocommerce-checkout-review-order-table tfoot th {
    padding-left: 10px;
    padding-right: 10px;
}

.mcc-commerce-card--checkout #payment {
    overflow: hidden;
}

.mcc-commerce-card--checkout .woocommerce-checkout-payment ul.payment_methods,
.mcc-commerce-card--checkout .place-order {
    background: transparent !important;
}

.mcc-commerce-card--checkout .woocommerce-billing-fields > h3,
.mcc-commerce-card--checkout .woocommerce-shipping-fields,
.mcc-commerce-card--checkout .woocommerce-additional-fields,
.mcc-commerce-card--checkout form.woocommerce-checkout #customer_details .col-2,
.mcc-commerce-card--checkout .mcc-hidden-billing-field {
    display: none;
}

.mcc-commerce-card--checkout form.woocommerce-checkout > .mcc-checkout-step-panel--payment {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
}

.mcc-commerce-card--checkout.is-mcc-step-ready form.woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 1120px;
    margin: 0 auto !important;
    row-gap: 0;
}

.mcc-commerce-card--checkout.is-mcc-step-ready form.woocommerce-checkout #customer_details,
.mcc-commerce-card--checkout.is-mcc-step-ready form.woocommerce-checkout > .mcc-checkout-step-panel--payment {
    grid-column: 1 !important;
    grid-row: auto !important;
}

.mcc-commerce-card--checkout.is-mcc-step-ready form.woocommerce-checkout #order_review {
    position: static;
}

.mcc-commerce-card--checkout.is-mcc-step-ready .mcc-checkout-step-panel {
    display: none;
}

.mcc-commerce-card--checkout.is-mcc-step-ready .mcc-checkout-step-panel.is-active {
    display: block;
}

.mcc-checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 1120px;
    margin: 0 auto 22px;
}

.mcc-checkout-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 8px 14px;
    border: 1px solid #e9e4dc;
    border-radius: 8px;
    background: #f6f4ef;
    color: #6f6c67;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mcc-checkout-step:hover,
.mcc-checkout-step.is-active {
    border-color: #30348c;
    background: #30348c;
    color: #fff;
}

.mcc-checkout-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #30348c;
    font-size: 13px;
}

.mcc-checkout-step:not(.is-active):not(:hover) .mcc-checkout-step__number {
    background: #fff;
    color: #6f6c67;
}

.mcc-checkout-step-panel {
    width: 100%;
    padding: 40px;
    border: 1px solid #ebe7df;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 24, 32, 0.04);
}

.mcc-checkout-step-panel + .mcc-checkout-step-panel {
    margin-top: 18px;
}

.mcc-checkout-step-panel__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 30px;
}

.mcc-checkout-step-panel__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin-top: 12px;
    border-radius: 8px;
    background: #30348c;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel__title {
    margin: 0;
    color: #30348c;
    font-family: inherit;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.mcc-checkout-field-grid,
.mcc-checkout-step-panel--sender .woocommerce-billing-fields__field-wrapper,
.mcc-corporate-invoice-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
}

.mcc-checkout-step-panel .form-row {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mcc-checkout-step-panel .form-row-wide,
.mcc-checkout-step-panel .mcc-saved-recipient-field,
.mcc-checkout-step-panel .mcc-checkout-toggle-row {
    grid-column: 1 / -1;
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel label {
    display: block;
    margin: 0 0 10px;
    color: #2f2f32;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel .required {
    color: #30348c;
    text-decoration: none;
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="text"],
.mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="email"],
.mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="tel"],
.mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="password"],
.mcc-commerce-card--checkout .mcc-checkout-step-panel select,
.mcc-commerce-card--checkout .mcc-checkout-step-panel textarea {
    width: 100%;
    min-height: 62px;
    padding: 0 18px;
    border: 1px solid #ebe7df;
    border-radius: 8px;
    background: #fff;
    color: #0c1020;
    font-size: 18px;
    line-height: 1.35;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel textarea {
    min-height: 118px;
    padding-top: 16px;
    resize: vertical;
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel select {
    appearance: auto;
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel input:focus,
.mcc-commerce-card--checkout .mcc-checkout-step-panel select:focus,
.mcc-commerce-card--checkout .mcc-checkout-step-panel textarea:focus {
    border-color: #30348c;
    box-shadow: 0 0 0 3px rgba(48, 52, 140, 0.12);
}

.mcc-commerce-card--checkout .mcc-checkout-step-panel .woocommerce-invalid input,
.mcc-commerce-card--checkout .mcc-checkout-step-panel .woocommerce-invalid select,
.mcc-commerce-card--checkout .mcc-checkout-step-panel .woocommerce-invalid textarea {
    border-color: #b3261e;
    box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.1);
}

.mcc-checkout-invoice {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #eee9e3;
}

.mcc-checkout-toggle-row label.checkbox,
.mcc-commerce-card--checkout .mcc-checkout-step-panel .mcc-checkout-toggle-row label.checkbox {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #80807b;
    font-size: 20px;
    font-weight: 800;
}

.mcc-checkout-toggle-row input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: #30348c;
}

.mcc-invoice-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-top: 14px;
    padding: 22px;
    border-radius: 8px;
    background: #f1f0ea;
}

.mcc-invoice-fields[hidden],
.mcc-corporate-invoice-fields[hidden] {
    display: none !important;
}

.mcc-checkout-step-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #eee9e3;
}

.mcc-checkout-step-action {
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid #30348c;
    border-radius: 8px;
    background: #30348c;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mcc-checkout-step-action:hover {
    border-color: #20246f;
    background: #20246f;
    color: #fff;
}

.mcc-checkout-step-action--secondary {
    border-color: #dad5ce;
    background: #fff;
    color: #30348c;
}

.mcc-checkout-step-action--secondary:hover {
    border-color: #30348c;
    background: #f6f4ff;
    color: #30348c;
}

.mcc-checkout-step-panel--payment #order_review_heading {
    margin: 0 0 14px;
    color: #2f2f32;
    font-family: inherit;
    font-size: 24px;
    font-weight: 800;
}

/* Hesabım */
/* Hesabım */
.mcc-account-card {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mcc-account-card .woocommerce {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.mcc-account-card .woocommerce::before,
.mcc-account-card .woocommerce::after,
.mcc-account-card .woocommerce-MyAccount-content::before,
.mcc-account-card .woocommerce-MyAccount-content::after {
    display: none !important;
}

.mcc-account-card .woocommerce-notices-wrapper,
.mcc-account-card .woocommerce-error,
.mcc-account-card .woocommerce-info,
.mcc-account-card .woocommerce-message {
    grid-column: 1 / -1;
}

.mcc-account-card .woocommerce-MyAccount-navigation {
    float: none !important;
    width: auto !important;
    margin: 0;
    padding: 18px;
    border: 1px solid #f0e8ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(74, 45, 58, 0.05);
    position: sticky;
    top: 24px;
}

.mcc-account-card .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mcc-account-card .woocommerce-MyAccount-navigation li {
    margin: 0 0 4px;
}

.mcc-account-card .woocommerce-MyAccount-navigation li:last-child {
    margin-bottom: 0;
}

.mcc-account-card .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    background: transparent;
    color: #4A2D3A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.mcc-account-card .woocommerce-MyAccount-navigation a:hover {
    background: #f3ecee;
    color: #6B8F71;
    transform: translateX(3px);
}

.mcc-account-card .woocommerce-MyAccount-navigation-link.is-active a {
    background: #6B8F71;
    color: #fff;
    box-shadow: 0 4px 12px rgba(107, 143, 113, 0.3);
}

.mcc-account-card .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    min-width: 0;
    padding: 28px;
    border: 1px solid #f0e8ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(74, 45, 58, 0.05);
}

.mcc-account-card .woocommerce-MyAccount-content p:first-child {
    margin-top: 0;
}

.mcc-account-card .woocommerce-MyAccount-content a {
    color: #b24f70;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mcc-account-card .woocommerce-MyAccount-content a:hover {
    color: #8a2f50;
}

.mcc-account-card .woocommerce-orders-table,
.mcc-account-card .woocommerce-table--order-downloads,
.mcc-account-card .woocommerce-Addresses,
.mcc-account-card .addresses {
    width: 100%;
}

.mcc-account-card .woocommerce-Addresses,
.mcc-account-card .addresses,
.mcc-account-card .col2-set {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: start;
}

.mcc-account-card .woocommerce-Addresses::before,
.mcc-account-card .woocommerce-Addresses::after,
.mcc-account-card .addresses::before,
.mcc-account-card .addresses::after,
.mcc-account-card .col2-set::before,
.mcc-account-card .col2-set::after {
    display: none !important;
}

.mcc-account-card .woocommerce-Addresses .col-1,
.mcc-account-card .woocommerce-Addresses .col-2,
.mcc-account-card .addresses .col-1,
.mcc-account-card .addresses .col-2,
.mcc-account-card .col2-set .col-1,
.mcc-account-card .col2-set .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mcc-account-card .woocommerce-Address,
.mcc-account-card .woocommerce-customer-details address {
    padding: 22px 24px;
    border: 1px solid #f0e8ea;
    border-radius: 12px;
    background: #fffafb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.mcc-account-card .woocommerce-Address:hover,
.mcc-account-card .woocommerce-customer-details address:hover {
    border-color: #e3d4da;
    box-shadow: 0 4px 16px rgba(74, 45, 58, 0.06);
}

.mcc-account-card .woocommerce-Address header,
.mcc-account-card .woocommerce-Address .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0e8ea;
}

.mcc-account-card .woocommerce-Address header h3,
.mcc-account-card .woocommerce-Address .woocommerce-Address-title h3 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    color: #4A2D3A;
}

.mcc-account-card .woocommerce-Address header a,
.mcc-account-card .woocommerce-Address .woocommerce-Address-title a {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 6px;
    background: #f3ecee;
    color: #b24f70;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
}

.mcc-account-card .woocommerce-Address header a:hover,
.mcc-account-card .woocommerce-Address .woocommerce-Address-title a:hover {
    background: #ead4dc;
}

.mcc-account-card .woocommerce-Address address {
    font-style: normal;
    color: #5c4a52;
    font-size: 14px;
    line-height: 1.7;
}

.mcc-account-card .u-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
    align-items: start;
}

.mcc-account-card .woocommerce > .u-columns {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.mcc-account-card .u-column1,
.mcc-account-card .u-column2,
.mcc-account-card .woocommerce-form-login,
.mcc-account-card .woocommerce-form-register {
    width: 100% !important;
    float: none !important;
}

.mcc-account-card .woocommerce-form-login,
.mcc-account-card .woocommerce-form-register,
.mcc-account-card .login,
.mcc-account-card .register {
    padding: 28px;
    border: 1px solid #f0e8ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(74, 45, 58, 0.05);
}

.mcc-account-card .woocommerce-form-login h2,
.mcc-account-card .woocommerce-form-register h2,
.mcc-account-card .u-column1 h2,
.mcc-account-card .u-column2 h2 {
    margin: 0 0 18px;
    color: #4A2D3A;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 500;
}

.mcc-account-card input[type="text"],
.mcc-account-card input[type="email"],
.mcc-account-card input[type="password"],
.mcc-account-card input[type="tel"],
.mcc-account-card textarea,
.mcc-account-card select {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #e6dbe0;
    border-radius: 8px;
    background: #fff;
    color: #4A2D3A;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mcc-account-card input[type="text"]:focus,
.mcc-account-card input[type="email"]:focus,
.mcc-account-card input[type="password"]:focus,
.mcc-account-card input[type="tel"]:focus,
.mcc-account-card textarea:focus,
.mcc-account-card select:focus {
    outline: none;
    border-color: #6B8F71;
    box-shadow: 0 0 0 3px rgba(107, 143, 113, 0.12);
}

.mcc-account-card button.button,
.mcc-account-card .button {
    min-height: 44px;
    padding: 0 24px;
    border: none;
    border-radius: 8px;
    background: #6B8F71;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.mcc-account-card button.button:hover,
.mcc-account-card .button:hover {
    background: #5a7d60;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(107, 143, 113, 0.3);
}

/* Sipariş tablosu */
.mcc-account-card .woocommerce-orders-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f0e8ea;
    border-radius: 10px;
    overflow: hidden;
}

.mcc-account-card .woocommerce-orders-table th {
    background: #faf6f7;
    color: #8b6b7b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 14px 16px;
    border-bottom: 1px solid #f0e8ea;
}

.mcc-account-card .woocommerce-orders-table td {
    padding: 16px;
    border-bottom: 1px solid #f5eff1;
    font-size: 14px;
    color: #4A2D3A;
}

.mcc-account-card .woocommerce-orders-table tbody tr:last-child td {
    border-bottom: none;
}

.mcc-account-card .woocommerce-orders-table tbody tr {
    transition: background 0.15s ease;
}

.mcc-account-card .woocommerce-orders-table tbody tr:hover {
    background: #fdf9fa;
}

.mcc-account-card .woocommerce-orders-table .button {
    min-height: 36px;
    padding: 0 16px;
    font-size: 12px;
}

/* İletişim ve Hakkımızda */
.mcc-contact-grid,
.mcc-about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.mcc-contact-card,
.mcc-about-card {
    padding: 28px;
    border: 1px solid #f0e8ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(74, 45, 58, 0.06);
}

.mcc-contact-card--soft,
.mcc-about-card--accent {
    background: linear-gradient(180deg, #fffdfc 0%, #fff6f8 100%);
}

.mcc-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

.mcc-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #f0e8ea;
    border-radius: 18px;
    background: #fffafb;
    color: #4A2D3A;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.mcc-contact-item:hover {
    transform: translateY(-2px);
    border-color: #d8c7ce;
}

.mcc-contact-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f5ebef;
    color: #b07888;
    flex-shrink: 0;
}

.mcc-contact-item__icon i {
    font-size: 18px;
    line-height: 1;
}

.mcc-contact-item strong,
.mcc-contact-block__label {
    display: block;
    color: #4A2D3A;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.mcc-contact-item em {
    display: block;
    color: #6e5662;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
}

.mcc-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mcc-contact-block p {
    margin: 0;
    color: #6e5662;
    font-size: 15px;
    line-height: 1.8;
}

.mcc-about-card__logo {
    margin-bottom: 18px;
}

.mcc-about-card__logo img {
    max-height: 62px;
    width: auto;
    display: block;
}

.mcc-about-card__intro {
    margin: 0 0 18px;
    color: #4A2D3A;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

.mcc-about-values {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.mcc-about-value {
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #f0e8ea;
    color: #4A2D3A;
    font-size: 14px;
    font-weight: 600;
}

.mcc-about-cta {
    padding-top: 16px;
    border-top: 1px solid #eedfe4;
}

.mcc-about-cta h3 {
    margin: 0 0 8px;
    color: #4A2D3A;
    font-size: 22px;
    font-weight: 600;
}

.mcc-about-cta p {
    margin: 0 0 16px;
    color: #6e5662;
    font-size: 15px;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
    .mcc-categories-shell {
        padding: 0;
    }

    .mcc-categories-viewport {
        overflow-x: auto;
        width: 100% !important;
        max-width: none !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .mcc-categories-viewport::-webkit-scrollbar {
        display: none;
    }

    .mcc-categories-scroll {
        transition: none;
    }

    .mcc-cat-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .mcc-categories {
        padding: 16px 0 10px;
    }

    .mcc-categories-inner {
        padding: 0 12px;
    }

    .mcc-categories-scroll {
        gap: 14px;
    }

    .mcc-cat-item {
        width: 102px;
        padding: 8px 4px 4px;
        border-radius: 18px;
    }

    .mcc-cat-circle {
        width: 76px;
        height: 76px;
        margin-bottom: 9px;
    }

    .mcc-cat-name {
        font-size: 11px;
    }

    .mcc-delivery-cards {
        grid-template-columns: 1fr;
    }

    .mcc-delivery-table {
        font-size: 13px;
    }

    .mcc-delivery-table thead th,
    .mcc-delivery-table tbody td {
        padding: 10px 12px;
    }

    .mcc-products-showcase__head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .mcc-products-showcase__title {
        font-size: 24px;
    }

    .mcc-template-shell {
        padding: 18px 12px 28px;
    }

    .mcc-products-grid,
    .mcc-products-grid--cols-2,
    .mcc-products-grid--cols-3,
    .mcc-products-grid--cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .mcc-products-showcase {
        overflow: hidden;
    }

.mcc-products-showcase .mcc-products-grid,
.mcc-products-showcase .mcc-products-grid--cols-1,
.mcc-products-showcase .mcc-products-grid--cols-2,
.mcc-products-showcase .mcc-products-grid--cols-3,
.mcc-products-showcase .mcc-products-grid--cols-4 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    .mcc-products-showcase .mcc-product-card {
        border-radius: 10px;
    }

    .mcc-product-card {
        border-radius: 10px;
    }

    .mcc-product-card__body {
        padding: 16px 14px 16px;
    }

    .mcc-product-card__title {
        font-size: 15px;
    }

    .mcc-product-card__media,
    .mcc-products-showcase .mcc-product-card__media {
        aspect-ratio: 3 / 4;
        overflow: hidden;
        background: #fff;
    }

    .mcc-product-card__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center bottom;
        transform: none;
    }

    .mcc-product-card:hover .mcc-product-card__image {
        transform: none;
    }

    .mcc-product-card__price {
        font-size: 16px;
    }

    .mcc-product-card__cta {
        width: 100%;
    }

    .mcc-archive-hero {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .mcc-archive-filters {
        padding: 14px;
        border-radius: 10px;
    }

    .mcc-archive-filters__grid {
        grid-template-columns: 1fr;
    }

    .mcc-archive-filters__actions {
        width: 100%;
    }

    .mcc-archive-filters__submit,
    .mcc-archive-filters__reset {
        flex: 1;
    }

    .mcc-archive-hero__title {
        font-size: 28px;
    }

    .mcc-commerce-card {
        padding: 18px 14px;
        border-radius: 12px;
    }

    .mcc-commerce-card--cart .woocommerce > .woocommerce-cart-form {
        margin-bottom: 20px;
    }

    .mcc-commerce-card--checkout form.woocommerce-checkout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcc-commerce-card--checkout form.woocommerce-checkout > .mcc-checkout-step-panel--payment {
        grid-column: 1;
        grid-row: auto;
    }

    .mcc-checkout-steps {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 14px;
    }

    .mcc-checkout-step {
        justify-content: flex-start;
    }

    .mcc-checkout-step-panel {
        padding: 24px 16px;
    }

    .mcc-checkout-step-panel__header {
        gap: 10px;
        margin-bottom: 22px;
    }

    .mcc-checkout-step-panel__count {
        width: 30px;
        height: 30px;
        margin-top: 4px;
        font-size: 14px;
    }

    .mcc-commerce-card--checkout .mcc-checkout-step-panel__title {
        font-size: 32px;
        line-height: 1.12;
    }

    .mcc-checkout-field-grid,
    .mcc-checkout-step-panel--sender .woocommerce-billing-fields__field-wrapper,
    .mcc-corporate-invoice-fields {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="text"],
    .mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="email"],
    .mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="tel"],
    .mcc-commerce-card--checkout .mcc-checkout-step-panel input[type="password"],
    .mcc-commerce-card--checkout .mcc-checkout-step-panel select,
    .mcc-commerce-card--checkout .mcc-checkout-step-panel textarea {
        min-height: 54px;
        font-size: 16px;
    }

    .mcc-invoice-fields {
        padding: 16px;
    }

    .mcc-checkout-step-actions {
        flex-direction: column-reverse;
    }

    .mcc-checkout-step-action {
        width: 100%;
    }

    .mcc-commerce-card--cart .cart-collaterals {
        position: static;
    }

    .mcc-commerce-card--checkout form.woocommerce-checkout #order_review_heading,
    .mcc-commerce-card--checkout form.woocommerce-checkout #order_review {
        grid-column: 1;
    }

    .mcc-commerce-card--checkout form.woocommerce-checkout #customer_details,
    .mcc-commerce-card--checkout form.woocommerce-checkout #order_review_heading,
    .mcc-commerce-card--checkout form.woocommerce-checkout #order_review {
        grid-row: auto;
    }

    .mcc-commerce-card--checkout form.woocommerce-checkout #order_review {
        position: static;
    }

    .mcc-commerce-card .shop_table,
    .mcc-commerce-card table.shop_table {
        border-spacing: 0 8px;
    }

    .mcc-commerce-card .shop_table th,
    .mcc-commerce-card .shop_table td {
        padding: 12px 10px;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents {
        border-spacing: 0 10px;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents thead {
        display: none;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item {
        grid-template-columns: 32px 84px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        align-items: start;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td {
        min-width: 0 !important;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-remove {
        grid-row: 1 / 3;
        grid-column: 1;
        align-self: center;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-thumbnail {
        grid-row: 1 / 3;
        grid-column: 2;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-name {
        grid-column: 3 / -1;
        grid-row: 1 / 3;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-price {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-quantity {
        grid-column: 1 / -1;
        grid-row: 4;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-subtotal {
        grid-column: 1 / -1;
        grid-row: 5;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-price,
    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-quantity,
    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-subtotal {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        min-width: 0 !important;
        min-height: 46px;
        padding: 9px 12px !important;
        border: 1px solid #f0e8ea !important;
        border-radius: 10px !important;
        background: #fffafb !important;
        text-align: right;
        white-space: nowrap;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-price > *,
    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-quantity > *,
    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-subtotal > * {
        min-width: 0;
        flex-shrink: 0;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-quantity .quantity {
        width: auto;
        margin-left: auto;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-quantity .qty {
        width: 70px;
        max-width: 70px;
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-price::before {
        content: 'Fiyat';
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-quantity::before {
        content: 'Miktar';
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-subtotal::before {
        content: 'Ara Toplam';
    }

    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-price::before,
    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-quantity::before,
    .mcc-commerce-card--cart .woocommerce-cart-form__contents tr.cart_item td.product-subtotal::before {
        display: block;
        color: #8b6b7b;
        flex: 1 1 auto;
        min-width: 92px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
    }

    .mcc-contact-grid,
    .mcc-about-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcc-contact-card,
    .mcc-about-card {
        padding: 20px 18px;
        border-radius: 12px;
    }

    .mcc-single-product {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mcc-single-product__summary {
        padding: 0;
    }

    .mcc-single-product__title {
        font-size: 30px;
    }

    .mcc-single-product__price {
        font-size: 24px;
    }

    .mcc-single-product__main-image {
        min-height: 0;
        padding: 0;
        border-radius: 0;
        overflow: visible;
    }

    .mcc-single-product__image {
        max-width: 100%;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        aspect-ratio: auto !important;
        background: #fff;
    }

    .mcc-single-product__trust {
        gap: 8px;
    }

    .mcc-single-product__trust-item {
        min-height: 34px;
        padding: 0 10px;
        border-radius: 999px;
    }

    .mcc-delivery-picker {
        padding: 16px 0 14px;
    }

    .mcc-delivery-date-grid,
    .mcc-delivery-time-grid {
        grid-template-columns: 1fr;
    }

    .mcc-delivery-date-card {
        min-height: 60px;
        border-radius: 14px;
    }

    .mcc-single-product__thumb img {
        height: 82px;
        width: 82px;
    }

    .mcc-post-grid,
    .mcc-post-grid--compact {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcc-post-card--featured {
        grid-column: span 1;
    }

    .mcc-post-card__title {
        font-size: 19px;
    }

    .mcc-single-post__meta-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .mcc-single-post__title {
        font-size: 32px;
    }

    .mcc-single-post__image-wrap {
        border-radius: 12px;
    }

    .mcc-account-card .woocommerce {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcc-account-card .woocommerce-MyAccount-navigation {
        position: static;
    }

    .mcc-account-card .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .mcc-account-card .woocommerce-MyAccount-navigation li {
        margin: 0;
    }

    .mcc-account-card .woocommerce-MyAccount-navigation a {
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
    }

    .mcc-account-card .u-columns,
    .mcc-account-card .woocommerce-Addresses,
    .mcc-account-card .addresses,
    .mcc-account-card .col2-set {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Single product responsive */
    .mcc-single-product {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mcc-single-product__image {
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        aspect-ratio: auto !important;
        background: #fff;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery,
    .woocommerce div.product div.images .flex-viewport,
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce div.product div.images .woocommerce-product-gallery__image,
    .woocommerce div.product div.images .woocommerce-product-gallery__image a,
    .elementor-widget-woocommerce-product-images .woocommerce-product-gallery,
    .elementor-widget-woocommerce-product-images .flex-viewport,
    .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__wrapper,
    .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image,
    .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image a {
        height: auto !important;
        max-height: none !important;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image img,
    .woocommerce div.product div.images img.wp-post-image,
    .woocommerce-page div.product div.images .woocommerce-product-gallery__image img,
    .woocommerce-page div.product div.images img.wp-post-image,
    .elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image img,
    .elementor-widget-woocommerce-product-images img.wp-post-image {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        aspect-ratio: auto !important;
    }

    .mcc-single-product__title {
        font-size: 28px;
    }

    .mcc-single-product__price {
        font-size: 26px;
    }

    .mcc-single-product__trust-strip {
        flex-wrap: wrap;
    }

    .mcc-single-product__trust-item {
        min-width: calc(50% - 1px);
        border-bottom: 1px solid #f0e8ea;
    }

    .mcc-sp-tabs__nav {
        overflow-x: auto;
    }

    .mcc-sp-tabs__btn {
        padding: 12px 18px;
        font-size: 13px;
        white-space: nowrap;
    }

    .mcc-sp-tabs__content {
        padding: 20px 18px;
    }
}

@media (max-width: 520px) {
    .mcc-products-grid,
    .mcc-products-grid--cols-1,
    .mcc-products-grid--cols-2,
    .mcc-products-grid--cols-3,
    .mcc-products-grid--cols-4 {
        grid-template-columns: 1fr;
    }

.mcc-products-showcase .mcc-products-grid,
.mcc-products-showcase .mcc-products-grid--cols-1,
.mcc-products-showcase .mcc-products-grid--cols-2,
.mcc-products-showcase .mcc-products-grid--cols-3,
.mcc-products-showcase .mcc-products-grid--cols-4 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mcc-single-product__perks {
        gap: 8px;
    }

    .mcc-single-product__perks span {
        width: 100%;
        justify-content: center;
    }

    .mcc-account-card .woocommerce,
    .mcc-account-card .u-columns,
    .mcc-account-card .woocommerce-Addresses,
    .mcc-account-card .addresses,
    .mcc-account-card .col2-set {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .mcc-account-card .woocommerce-MyAccount-navigation {
        position: static;
        padding: 16px;
        border-radius: 10px;
    }

    .mcc-account-card .woocommerce-MyAccount-content {
        padding: 20px 18px;
        border-radius: 10px;
    }

    .mcc-account-card .woocommerce-form-login,
    .mcc-account-card .woocommerce-form-register,
    .mcc-account-card .login,
    .mcc-account-card .register {
        padding: 20px 18px;
        border-radius: 10px;
    }

    .mcc-account-card .woocommerce-form-login h2,
    .mcc-account-card .woocommerce-form-register h2,
    .mcc-account-card .u-column1 h2,
    .mcc-account-card .u-column2 h2 {
        font-size: 22px;
    }

    .mcc-account-card .woocommerce-orders-table {
        font-size: 13px;
    }

    .mcc-account-card .woocommerce-orders-table th,
    .mcc-account-card .woocommerce-orders-table td {
        padding: 10px 12px;
    }
}
