/**
 * Rotam Ambalaj - Frontend Styles
 * Version: 1.2.0
 * Author: Webreta
 * 
 * Flatsome uyumlu - Minimalist & Kurumsal
 */

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
    --rotam-primary: #017988;
    --rotam-primary-hover: #016575;
    --rotam-primary-light: #f0fdfa;
    --rotam-accent: #f97316;
    --rotam-accent-hover: #ea580c;
    --rotam-dark: #1f2937;
    --rotam-gray: #6b7280;
    --rotam-gray-light: #f3f4f6;
    --rotam-border: #e5e7eb;
    --rotam-white: #ffffff;
}

/* ==========================================================================
   Flatsome Page Header - Rotam Override
   ========================================================================== */
.rotam-page-header-wrapper {
    background: linear-gradient(135deg, #017988 0%, #016575 100%);
}

.rotam-page-header-wrapper .page-title {
    padding: 0;
}

.rotam-page-header-wrapper .page-title-inner {
    padding: 28px 15px;
    min-height: auto;
}

.rotam-page-header-wrapper .entry-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.rotam-page-header-wrapper .rotam-page-header-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 6px 0 0 0;
}

/* Breadcrumb inside page-header */
.rotam-page-header-wrapper .rotam-breadcrumb {
    margin: 0;
    justify-content: flex-end;
}

.rotam-page-header-wrapper .rotam-breadcrumb,
.rotam-page-header-wrapper .rotam-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

.rotam-page-header-wrapper .rotam-breadcrumb a:hover {
    color: #fff;
}

.rotam-page-header-wrapper .rotam-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rotam-page-header-wrapper .rotam-breadcrumb li::before {
    content: '/';
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.5);
}

.rotam-page-header-wrapper .rotam-breadcrumb li:first-child::before {
    content: none;
}

@media (max-width: 849px) {
    .rotam-page-header-wrapper .page-title-inner {
        padding: 22px 15px;
        text-align: center;
    }

    .rotam-page-header-wrapper .entry-title {
        font-size: 22px;
    }

    .rotam-page-header-wrapper .rotam-breadcrumb {
        justify-content: center;
        margin-top: 8px;
    }

    .rotam-page-header-wrapper .title-content {
        text-align: center;
    }
}

/* Single page - h1 inside content is h2 style */
.rotam-urun-single .rotam-urun-baslik-single {
    font-size: 28px;
    font-weight: 700;
    color: var(--rotam-dark);
    margin: 0 0 8px 0;
    line-height: 1.3;
}

/* ==========================================================================
   Single Product Layout
   ========================================================================== */
.rotam-urun-single {
    max-width: 1350px;
    margin: 0 auto;
    padding: 30px 20px;
}

.rotam-urun-single-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

@media (max-width: 900px) {
    .rotam-urun-single-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* ==========================================================================
   Gallery - Clean & Minimal
   ========================================================================== */
.rotam-galeri-wrapper {
    position: relative;
}

.rotam-galeri-main {
    position: relative;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
}

.rotam-galeri-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
}

/* Badge in Gallery */
.rotam-galeri-main .rotam-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    z-index: 5;
}

.rotam-galeri-main .rotam-badge-yeni {
    background: var(--rotam-accent);
    color: #fff;
}

.rotam-galeri-main .rotam-badge-vitrin {
    background: var(--rotam-primary);
    color: #fff;
}

/* Gallery Nav - Subtle */
.rotam-urun-single .rotam-galeri-nav {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: var(--rotam-white);
    border: 1px solid var(--rotam-border);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s, background 0.2s;
    z-index: 5;
}

.rotam-urun-single .rotam-galeri-nav:hover {
    opacity: 1;
    background: var(--rotam-primary);
    border-color: var(--rotam-primary);
    color: var(--rotam-white);
}

.rotam-urun-single .rotam-galeri-nav svg {
    width: 16px;
    height: 16px;
}

.rotam-urun-single .rotam-galeri-prev {
    left: 10px;
}

.rotam-urun-single .rotam-galeri-next {
    right: 10px;
}

/* Thumbnails */
.rotam-galeri-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.rotam-galeri-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #d1d5db;
    background: #fff;
    transition: border-color 0.2s;
}

.rotam-galeri-thumb:hover,
.rotam-galeri-thumb.active {
    border-color: var(--rotam-primary);
}

.rotam-galeri-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

/* ==========================================================================
   Product Info
   ========================================================================== */
.rotam-urun-info {
    padding: 0;
}

/* Category Badge */
.rotam-urun-kategoriler {
    margin-bottom: 12px;
}

.rotam-urun-card-kategori {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--rotam-primary);
    background: var(--rotam-primary-light);
    padding: 5px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
}

.rotam-urun-card-kategori:hover {
    background: #ccfbf1;
}

/* Product Code */
.rotam-urun-kodu {
    font-size: 13px;
    color: var(--rotam-gray);
    margin: 0 0 12px 0;
}

.rotam-urun-kodu strong {
    color: var(--rotam-dark);
}

/* Stock Badge */
.rotam-urun-info .rotam-stok-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    position: static !important;
}

.rotam-stok-stokta {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.rotam-stok-sinirli {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
}

.rotam-stok-tukendi {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.rotam-stok-siparis {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

/* Description */
.rotam-urun-aciklama {
    font-size: 15px;
    color: var(--rotam-gray);
    line-height: 1.7;
    margin-bottom: 24px;
}

.rotam-urun-aciklama p {
    margin: 0 0 12px 0;
}

.rotam-urun-aciklama p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   CTA Box - Fiyat İste
   ========================================================================== */
.rotam-fiyat-iste-wrapper {
    background: linear-gradient(135deg, var(--rotam-primary) 0%, var(--rotam-primary-hover) 100%);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    margin-top: 20px;
}

.rotam-fiyat-iste-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--rotam-white);
    margin: 0 0 18px 0;
}

.rotam-fiyat-iste-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

/* CTA Buttons */
.rotam-urun-single .rotam-btn {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s, background 0.15s;
}

.rotam-urun-single .rotam-btn:hover {
    transform: translateY(-1px);
}

.rotam-urun-single .rotam-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.rotam-urun-single .rotam-btn-tel {
    background: var(--rotam-white);
    color: var(--rotam-primary);
}

.rotam-urun-single .rotam-btn-whatsapp {
    background: var(--rotam-accent);
    color: var(--rotam-white);
}

.rotam-urun-single .rotam-btn-whatsapp:hover {
    background: var(--rotam-accent-hover);
}

.rotam-urun-single .rotam-btn-form {
    background: var(--rotam-accent);
    color: var(--rotam-white);
}

.rotam-urun-single .rotam-btn-form:hover {
    background: var(--rotam-accent-hover);
}

@media (max-width: 500px) {
    .rotam-fiyat-iste-buttons {
        flex-direction: column;
    }

    .rotam-urun-single .rotam-btn {
        width: 100%;
    }
}

/* ==========================================================================
   Technical Specs - Clean Table
   ========================================================================== */
.rotam-teknik-ozellikler {
    margin: 40px 0;
}

.rotam-teknik-ozellikler h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--rotam-dark);
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--rotam-primary);
    display: inline-block;
}

.rotam-teknik-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.rotam-teknik-table tr {
    border-bottom: 1px solid var(--rotam-border);
}

.rotam-teknik-table tr:last-child {
    border-bottom: none;
}

.rotam-teknik-table th,
.rotam-teknik-table td {
    padding: 12px 0;
    text-align: left;
}

.rotam-teknik-table th {
    font-weight: 600;
    color: var(--rotam-dark);
    width: 40%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.rotam-teknik-table td {
    color: var(--rotam-gray);
}

/* ==========================================================================
   Usage Areas - Tag Style
   ========================================================================== */
.rotam-kullanim-alanlari {
    margin: 40px 0;
}

.rotam-kullanim-alanlari h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--rotam-dark);
    margin: 0 0 16px 0;
}

.rotam-kullanim-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rotam-kullanim-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--rotam-dark);
    background: var(--rotam-gray-light);
    padding: 6px 12px;
    border-radius: 4px;
}

.rotam-kullanim-list li::before {
    content: '✓';
    color: var(--rotam-primary);
    font-weight: 700;
    font-size: 11px;
}

/* ==========================================================================
   Storage Info - Warning Style
   ========================================================================== */
.rotam-depolama {
    margin: 40px 0;
    padding: 20px;
    background: #fffbeb;
    border-left: 3px solid #f59e0b;
    border-radius: 0 6px 6px 0;
}

.rotam-depolama h3 {
    font-size: 15px;
    font-weight: 600;
    color: #92400e;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rotam-depolama h3 svg {
    width: 18px;
    height: 18px;
    color: #f59e0b;
}

.rotam-depolama ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rotam-depolama li {
    font-size: 13px;
    color: #78350f;
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.rotam-depolama li::before {
    content: '⚠';
    font-size: 12px;
}

/* ==========================================================================
   Related Products
   ========================================================================== */
.rotam-ilgili-urunler {
    margin: 50px 0;
    padding-top: 40px;
    border-top: 1px solid var(--rotam-border);
}

.rotam-ilgili-urunler h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--rotam-dark);
    margin: 0 0 24px 0;
    text-align: center;
}

.rotam-ilgili-urunler .rotam-urunler-grid {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
    .rotam-ilgili-urunler .rotam-urunler-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .rotam-ilgili-urunler .rotam-urunler-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ==========================================================================
   Product Grid
   ========================================================================== */
.rotam-urunler-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .rotam-urunler-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media (max-width: 380px) {
    .rotam-urunler-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Product Card - Unified Style
   ========================================================================== */
.rotam-urun-card {
    background: var(--rotam-white);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.rotam-urun-card:hover {
    border-color: var(--rotam-primary);
}

.rotam-urun-card-image {
    position: relative;
    aspect-ratio: 1;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.rotam-urun-card-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s;
}

.rotam-urun-card:hover .rotam-urun-card-image img {
    transform: scale(1.03);
}

.rotam-urun-card-content {
    padding: 16px;
    border-top: 1px solid #f0f0f0;
}

.rotam-urun-card-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--rotam-dark);
    margin: 0;
    line-height: 1.4;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.rotam-urun-card-title a {
    color: inherit;
    text-decoration: none;
}

.rotam-urun-card-title a:hover {
    color: var(--rotam-primary);
}

/* Card Badges */
.rotam-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 5;
}

.rotam-badge-yeni {
    background: var(--rotam-accent);
    color: var(--rotam-white);
}

.rotam-badge-vitrin {
    background: var(--rotam-primary);
    color: var(--rotam-white);
}

@media (max-width: 768px) {
    .rotam-urun-card-image {
        padding: 12px;
    }

    .rotam-urun-card-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .rotam-urun-card-content {
        padding: 12px;
    }

    .rotam-urun-card-title {
        font-size: 13px;
    }
}

/* ==========================================================================
   Category Grid
   ========================================================================== */
.rotam-kategoriler-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .rotam-kategoriler-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

.rotam-kategori-card {
    background: var(--rotam-white);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    transition: border-color 0.2s;
}

.rotam-kategori-card:hover {
    border-color: var(--rotam-primary);
}

.rotam-kategori-card a {
    text-decoration: none;
    color: inherit;
}

.rotam-kategori-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #f0fdfa;
    border-radius: 12px;
}

.rotam-kategori-icon img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.rotam-kategori-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--rotam-dark);
    margin: 0 0 4px 0;
}

.rotam-kategori-count {
    font-size: 12px;
    color: var(--rotam-gray);
}

@media (max-width: 768px) {
    .rotam-kategori-card {
        padding: 16px 12px;
    }

    .rotam-kategori-icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .rotam-kategori-title {
        font-size: 13px;
    }
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.rotam-breadcrumb {
    font-size: 13px;
    color: var(--rotam-gray);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.rotam-breadcrumb a {
    color: var(--rotam-primary);
    text-decoration: none;
}

.rotam-breadcrumb a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */
.rotam-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.rotam-lightbox.active {
    display: flex;
}

.rotam-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotam-lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
}

.rotam-lightbox-close {
    all: unset;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}

.rotam-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Lightbox Navigation */
.rotam-lightbox-nav {
    all: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}

.rotam-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.2);
}

.rotam-lightbox-prev {
    left: 20px;
}

.rotam-lightbox-next {
    right: 20px;
}

.rotam-lightbox-nav svg {
    width: 24px;
    height: 24px;
}

/* Lightbox Counter */
.rotam-lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    z-index: 10;
}

@media (max-width: 768px) {
    .rotam-lightbox-nav {
        width: 40px;
        height: 40px;
    }

    .rotam-lightbox-prev {
        left: 10px;
    }

    .rotam-lightbox-next {
        right: 10px;
    }
}

/* ==========================================================================
   Modal
   ========================================================================== */
.rotam-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rotam-modal.active {
    display: flex;
}

.rotam-modal-content {
    background: var(--rotam-white);
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    max-height: 90vh;
    overflow-y: auto;
}

.rotam-modal-header {
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rotam-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: var(--rotam-dark);
}

.rotam-modal-close {
    all: unset;
    width: 32px;
    height: 32px;
    background: var(--rotam-gray-light);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--rotam-gray);
}

.rotam-modal-close:hover {
    background: var(--rotam-border);
}

.rotam-modal-body {
    padding: 20px;
}

/* Form */
.rotam-form-group {
    margin-bottom: 16px;
}

.rotam-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--rotam-dark);
    margin-bottom: 6px;
}

.rotam-form-group input,
.rotam-form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--rotam-border);
    border-radius: 6px;
    font-size: 14px;
}

.rotam-form-group input:focus,
.rotam-form-group textarea:focus {
    outline: none;
    border-color: var(--rotam-primary);
}

.rotam-form-group textarea {
    min-height: 80px;
    resize: vertical;
}

.rotam-form-submit {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    background: var(--rotam-primary);
    color: var(--rotam-white);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.rotam-form-submit:hover {
    background: var(--rotam-primary-hover);
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.rotam-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 30px 0;
}

.rotam-pagination a,
.rotam-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    background: var(--rotam-white);
    border: 1px solid var(--rotam-border);
    border-radius: 4px;
    font-size: 13px;
    color: var(--rotam-dark);
    text-decoration: none;
}

.rotam-pagination a:hover {
    border-color: var(--rotam-primary);
    color: var(--rotam-primary);
}

.rotam-pagination .current {
    background: var(--rotam-primary);
    border-color: var(--rotam-primary);
    color: var(--rotam-white);
}

/* ==========================================================================
   No Results & Loading
   ========================================================================== */
.rotam-no-results {
    text-align: center;
    padding: 60px 20px;
    color: var(--rotam-gray);
}

.rotam-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.rotam-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid var(--rotam-border);
    border-top-color: var(--rotam-primary);
    border-radius: 50%;
    animation: rotamSpin 0.8s linear infinite;
}

@keyframes rotamSpin {
    to {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
   Responsive - Mobile
   ========================================================================== */
@media (max-width: 768px) {

    /* Galeri mobilde taşma düzeltmesi */
    .rotam-galeri-wrapper {
        max-width: 100%;
        overflow: hidden;
    }

    .rotam-galeri-main {
        max-width: 100%;
    }

    .rotam-galeri-thumbs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    /* Slider ok butonları mobilde göster */
    .rotam-product-slider .rotam-slider-btn {
        display: flex !important;
        width: 36px;
        height: 36px;
    }

    .rotam-product-slider .rotam-slider-btn svg {
        width: 18px;
        height: 18px;
    }

    /* Slider arrow: sides pozisyonu mobilde */
    .rotam-arrows-sides .rotam-slider-viewport-wrap {
        gap: 8px;
    }

    .rotam-arrows-sides .rotam-slider-side-prev .rotam-slider-btn,
    .rotam-arrows-sides .rotam-slider-side-next .rotam-slider-btn {
        width: 32px;
        height: 32px;
    }
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {

    .rotam-galeri-nav,
    .rotam-fiyat-iste-wrapper,
    .rotam-lightbox,
    .rotam-modal {
        display: none !important;
    }
}