/* =========================================================
   SEMA ÖZCAN MODA EVİ
   KOLEKSİYONLAR SAYFASI
   ========================================================= */


/* =========================================================
   HEADER — SADECE LOGO DÜZENİ
   ========================================================= */

.site-header .brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: max-content;

    color: var(--text, #171615);
    text-decoration: none;

    line-height: 1;
}

.site-header .brand-main {
    display: block;

    font-size: 18px;
    font-weight: 500;

    line-height: 1;

    white-space: nowrap;

    text-align: center;
}

.site-header .brand-sub {
    display: block;

    margin-top: 6px;

    font-family:
        "Manrope",
        Arial,
        sans-serif;

    font-size: 7px;
    font-weight: 400;

    line-height: 1;

    letter-spacing: 3px;

    color: var(--muted, #8a8178);

    white-space: nowrap;

    text-align: center;
}


/* =========================================================
   HERO
   ========================================================= */

.collections-hero {
    width: min(1200px, calc(100% - 120px));

    min-height: 680px;

    margin: 0 auto;

    display: flex;
    align-items: center;

    position: relative;

    box-sizing: border-box;
}

.collections-hero-content {
    width: 100%;

    padding-top: 40px;
    padding-bottom: 80px;

    box-sizing: border-box;
}

.collections-hero .eyebrow {
    margin: 0 0 24px;
}

.collections-hero h1 {
    margin: 0;

    max-width: 850px;
}

.collections-intro {
    margin: 28px 0 0;
}


/* =========================================================
   HERO
   MODERN ATELIER HERO
========================================================= */

.collections-hero {

    width:
        min(
            1200px,
            calc(100% - 120px)
        );

    min-height: 560px;

    margin: 0 auto;

    position: relative;

    display: flex;

    align-items: center;

    box-sizing: border-box;
}


.collections-hero-content {

    width: 100%;

    padding-top: 20px;

    padding-bottom: 100px;

    box-sizing: border-box;
}


.collections-hero .eyebrow {

    margin:
        0 0 25px;
}


.collections-hero h1 {

    margin: 0;

    max-width: 950px;

    font-size:
        clamp(
            78px,
            8vw,
            125px
        );

    font-weight: 400;

    line-height: .88;

    letter-spacing: -.065em;
}


.collections-hero h1 em {

    display: block;

    margin-top: 5px;

    color:
        var(
            --muted,
            #8a8178
        );

    font-style: italic;

    font-weight: 400;
}


.collections-intro {

    max-width: 520px;

    margin:
        34px 0 0;

    font-size: 13px;

    line-height: 1.75;

    color: #625d58;
}



/* =========================================================
   HERO SCROLL
========================================================= */

.hero-scroll {

    position: absolute;

    left: 50%;

    bottom: 30px;

    transform:
        translateX(-50%);

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 9px;

    color: #171615;

    text-decoration: none;

    z-index: 30;

    cursor: pointer;

    transition:
        opacity .45s ease,
        transform .45s ease;
}


.hero-scroll:hover {

    transform:
        translateX(-50%)
        translateY(-3px);
}


.hero-scroll.is-hidden {

    opacity: 0;

    pointer-events: none;

    transform:
        translateX(-50%)
        translateY(15px);
}


/* =========================================================
   MOUSE
========================================================= */

.hero-scroll-mouse {

    width: 25px;

    height: 39px;

    border:
        1.5px solid #171615;

    border-radius: 15px;

    display: flex;

    justify-content: center;

    align-items: flex-start;

    padding-top: 7px;

    box-sizing: border-box;
}


/* Mouse içindeki hareketli teker */

.hero-scroll-wheel {

    width: 3px;

    height: 8px;

    border-radius: 3px;

    background: #171615;

    animation:
        heroScrollWheel
        1.7s
        ease-in-out
        infinite;
}


@keyframes heroScrollWheel {

    0% {

        transform:
            translateY(0);

        opacity: .35;
    }

    30% {

        opacity: 1;
    }

    65% {

        transform:
            translateY(12px);

        opacity: 1;
    }

    100% {

        transform:
            translateY(16px);

        opacity: 0;
    }
}


/* =========================================================
   SCROLL YAZISI
========================================================= */

.hero-scroll-text {

    font-family:
        "Manrope",
        Arial,
        sans-serif;

    font-size: 8px;

    font-weight: 400;

    letter-spacing: .28em;

    color: #77716b;
}


/* =========================================================
   HERO MOBİL
========================================================= */

@media (max-width: 900px) {

    .collections-hero {

        width:
            calc(100% - 48px);

        min-height: 520px;
    }


    .collections-hero-content {

        padding-top: 20px;

        padding-bottom: 90px;
    }


    .collections-hero h1 {

        font-size:
            clamp(
                62px,
                10vw,
                90px
            );
    }

}


@media (max-width: 600px) {

    .collections-hero {

        width:
            calc(100% - 32px);

        min-height: 470px;
    }


    .collections-hero-content {

        padding-top: 30px;

        padding-bottom: 75px;
    }


    .collections-hero h1 {

        font-size:
            clamp(
                52px,
                15vw,
                76px
            );

        line-height: .9;
    }


    .collections-intro {

        margin-top: 25px;

        font-size: 12px;
    }


    .hero-scroll {

        bottom: 22px;
    }


    .hero-scroll-mouse {

        width: 22px;

        height: 34px;

        border-radius: 13px;
    }


    .hero-scroll-text {

        font-size: 7px;
    }

}

/* =========================================================
   KOLEKSİYON BÖLÜMLERİ
   ========================================================= */

.collection-section {
    width: min(1200px, calc(100% - 120px));

    margin: 0 auto;

    padding: 105px 0 115px;

    box-sizing: border-box;

    border-top:
        1px solid var(--line, #d8d0c6);
}


/* =========================================================
   KOLEKSİYON BAŞLIĞI
   ========================================================= */

.collection-heading {
    margin-bottom: 48px;
}

.collection-number {
    margin: 0 0 20px;

    font-size: 10px;

    letter-spacing: .2em;

    text-transform: uppercase;

    color: #756d65;
}

.collection-heading h2 {
    margin: 0;

    font-size: clamp(54px, 6vw, 82px);

    font-weight: 400;

    line-height: .95;

    letter-spacing: -.04em;
}

.collection-heading h2 em {
    font-style: italic;

    color: #938b83;
}

.collection-description {
    margin: 22px 0 0;

    max-width: 520px;

    font-size: 14px;

    line-height: 1.6;

    color: #756d65;
}


/* =========================================================
   GÖRSEL SLIDER
   ========================================================= */

.collection-slider {
    width: 100%;

    overflow: hidden;

    position: relative;
}

.collection-track {
    display: flex;

    gap: 14px;

    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;

    scroll-behavior: smooth;

    transition:
        transform .7s cubic-bezier(.22,.61,.36,1);
}

.collection-track::-webkit-scrollbar {
    display: none;
}


/* =========================================================
   GÖRSEL KARTI
   ========================================================= */

.collection-item {
    flex: 0 0
        calc(
            (min(1200px, calc(100vw - 120px)) - 42px) / 4
        );

    width:
        calc(
            (min(1200px, calc(100vw - 120px)) - 42px) / 4
        );

    height: 560px;

    display: block;

    position: relative;

    overflow: hidden;

    background: #e9e1d7;

    text-decoration: none;

    box-sizing: border-box;
}

.collection-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .8s cubic-bezier(.22,.61,.36,1);
}

.collection-item:hover img {
    transform: scale(1.035);
}


/* =========================================================
   SLIDER BUTONLARI
   ========================================================= */

.collection-slider-button {
    position: absolute;

    top: 50%;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(23,22,21,.45);

    border-radius: 50%;

    background: rgba(248,245,240,.92);

    color: #171615;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10;

    transform: translateY(-50%);

    transition:
        background .25s ease,
        opacity .25s ease;
}

.collection-slider-button:hover {
    background: #fff;
}

.collection-slider-button.collection-slider-prev {
    left: 18px;
}

.collection-slider-button.collection-slider-next {
    right: 18px;
}

.collection-slider-button.is-hidden {
    display: none;
}


/* =========================================================
   KOLEKSİYONU GÖR
   ========================================================= */

.collection-section > a,
.collection-section .collection-link {
    display: inline-block;

    margin-top: 30px;

    color: var(--text, #171615);

    text-decoration: none;

    font-size: 10px;

    letter-spacing: .18em;

    text-transform: uppercase;

    border-bottom:
        1px solid var(--text, #171615);

    padding-bottom: 8px;
}


/* =========================================================
   NOKTALAR
   ========================================================= */

.collection-slider-dots {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 22px;
}

.collection-slider-dot {
    width: 5px;
    height: 5px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #c4bbb1;

    cursor: pointer;
}

.collection-slider-dot.active {
    background: #171615;

    transform: scale(1.5);
}


/* =========================================================
   MOBİL — TABLET
   ========================================================= */

@media (max-width: 900px) {

    .collections-hero,
    .collection-section {
        width: calc(100% - 48px);
    }

    .collections-hero {
        min-height: 560px;
    }

    .collection-section {
        padding: 80px 0 90px;
    }

    .collection-heading h2 {
        font-size:
            clamp(42px, 8vw, 64px);
    }

    .collection-item {
        flex-basis:
            calc(
                (100vw - 48px - 14px) / 2
            );

        width:
            calc(
                (100vw - 48px - 14px) / 2
            );

        height: 500px;
    }
}


/* =========================================================
   TELEFON
   ========================================================= */

@media (max-width: 600px) {

    .site-header .brand-main {
        font-size: 16px;
    }

    .site-header .brand-sub {
        margin-top: 5px;

        font-size: 6px;

        letter-spacing: 2.5px;
    }

    .collections-hero,
    .collection-section {
        width: calc(100% - 32px);
    }

    .collections-hero {
        min-height: 480px;
    }

    .collections-hero-content {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .collection-section {
        padding: 65px 0 75px;
    }

    .collection-heading {
        margin-bottom: 32px;
    }

    .collection-heading h2 {
        font-size: 46px;
    }

    .collection-item {
        flex-basis:
            calc(100vw - 32px);

        width:
            calc(100vw - 32px);

        height: 520px;
    }

    .collection-slider-button {
        width: 40px;
        height: 40px;

        opacity: 1;
    }

    .hero-scroll {
        bottom: 24px;
    }

    .hero-scroll .scroll-mouse {
        width: 17px;
        height: 26px;
    }
}


/* =========================================================
   HAREKET AZALTMA
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .hero-scroll .scroll-mouse::before {
        animation: none;
    }

    .collection-track,
    .collection-item img {
        transition: none;
    }
}


/* =========================================================
   YUMUŞAK SAYFA KAYDIRMA
   ========================================================= */

html {
    scroll-behavior: smooth;
}
/* =========================================================
   KOLEKSİYONLAR — HERO SON DÜZENLEME
   HEADER / WHATSAPP / GÖRSELLERE DOKUNMAZ
========================================================= */

.collections-hero {
    width: min(1200px, calc(100% - 120px));
    min-height: 680px;

    margin: 0 auto;

    position: relative;

    display: flex;
    align-items: center;

    box-sizing: border-box;
}

.collections-hero-content {
    width: 100%;

    padding: 0 0 90px;

    box-sizing: border-box;
}

.collections-hero .eyebrow {
    margin: 0 0 28px;
}

.collections-hero h1 {
    margin: 0 !important;

    font-size: clamp(76px, 7.2vw, 118px) !important;

    font-weight: 400 !important;

    line-height: .88 !important;

    letter-spacing: -.055em !important;

    max-width: 1000px;
}

.collections-hero h1 span {
    display: block;
}

.collections-hero h1 em {
    display: block;

    margin-top: 4px;

    color: #938b83;

    font-style: italic;

    font-weight: 400;
}

.collections-hero .collections-intro {
    margin: 32px 0 0;

    max-width: 560px;

    font-size: 14px;

    line-height: 1.6;

    color: #625d58;
}


/* =========================================================
   MODERN SCROLL MOUSE
========================================================= */

.collections-hero .hero-scroll {
    position: absolute;

    left: 50%;
    bottom: 30px;

    width: 50px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 9px;

    transform: translateX(-50%);

    text-decoration: none;

    color: #171615;

    opacity: 1;

    z-index: 50;

    cursor: pointer;

    transition:
        opacity .45s ease,
        transform .45s ease;
}

.collections-hero .hero-scroll.is-hidden {
    opacity: 0;

    pointer-events: none;

    transform:
        translateX(-50%)
        translateY(12px);
}


/* Mouse gövdesi */

.collections-hero .hero-scroll-mouse {
    position: relative;

    width: 25px;
    height: 39px;

    border: 1.5px solid #171615;

    border-radius: 15px;

    box-sizing: border-box;

    display: flex;

    justify-content: center;

    padding-top: 7px;
}


/* Mouse tekeri */

.collections-hero .hero-scroll-wheel {
    display: block;

    width: 3px;
    height: 7px;

    border-radius: 3px;

    background: #171615;

    animation:
        collectionHeroMouse
        1.6s
        ease-in-out
        infinite;
}

@keyframes collectionHeroMouse {

    0% {
        transform: translateY(0);
        opacity: .35;
    }

    35% {
        opacity: 1;
    }

    70% {
        transform: translateY(13px);
        opacity: 1;
    }

    100% {
        transform: translateY(16px);
        opacity: 0;
    }
}


/* SCROLL yazısı */

.collections-hero .hero-scroll-text {
    display: block;

    font-family:
        Arial,
        sans-serif;

    font-size: 7px;

    line-height: 1;

    letter-spacing: .28em;

    color: #756d65;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .collections-hero {
        width: calc(100% - 48px);

        min-height: 580px;
    }

    .collections-hero h1 {
        font-size:
            clamp(62px, 10vw, 90px) !important;
    }
}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 600px) {

    .collections-hero {
        width: calc(100% - 32px);

        min-height: 500px;
    }

    .collections-hero-content {
        padding-bottom: 75px;
    }

    .collections-hero h1 {
        font-size:
            clamp(50px, 14vw, 76px) !important;

        line-height: .9 !important;
    }

    .collections-hero .collections-intro {
        margin-top: 24px;

        font-size: 12px;
    }

    .collections-hero .hero-scroll {
        bottom: 20px;
    }
}
/* =========================================================
   ÖZEL DİKİM — RANDEVU BUTONU
========================================================= */

.collections-cta-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;
    gap: 38px;

    min-width: 190px;
    height: 58px;

    padding: 0 24px 0 28px;

    background: #171615;
    color: #ffffff;

    border: 1px solid #171615;

    text-decoration: none;

    font-size: 10px;
    font-weight: 500;

    letter-spacing: .22em;

    text-transform: uppercase;

    box-sizing: border-box;

    transition:
        background-color .35s ease,
        color .35s ease,
        transform .35s ease,
        gap .35s ease;
}


/* SAĞ OK */

.collections-cta-button::after {
    content: "→";

    display: inline-block;

    font-size: 17px;

    line-height: 1;

    letter-spacing: 0;

    transition:
        transform .35s ease;
}


/* HOVER */

.collections-cta-button:hover {
    background: transparent;

    color: #171615;

    transform: translateY(-3px);

    gap: 45px;
}


.collections-cta-button:hover::after {
    transform: translateX(5px);
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 600px) {

    .collections-cta-button {
        min-width: 180px;

        height: 54px;

        padding: 0 20px 0 24px;

        gap: 28px;
    }

    .collections-cta-button:hover {
        gap: 32px;
    }

}

/* =========================================================
   CTA TELEFON
========================================================= */

@media (max-width: 600px) {

    .collections-cta {
        width: calc(100% - 32px);

        padding: 85px 0 100px;
    }


    .collections-cta-content h2 {
        font-size: 48px;

        line-height: .96;
    }


    .collections-cta-content p {
        margin-top: 30px;

        font-size: 14px;
    }


    .collections-cta-button {
        margin-top: 32px;

        padding: 15px 23px;
    }

}
/* =========================================================
   SEMA ÖZCAN MODA EVİ
   KOLEKSİYONLAR
   ÖZEL DİKİM CTA
========================================================= */


.collections-cta {
    width: min(1200px, calc(100% - 120px));

    margin: 0 auto;

    padding: 150px 0 170px;

    border-top: 1px solid #d8d0c6;

    box-sizing: border-box;
}


.collections-cta-inner {
    display: grid;

    grid-template-columns: 220px minmax(0, 1fr);

    column-gap: 80px;

    align-items: start;
}


.collections-cta-label {
    padding-top: 12px;

    font-size: 9px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: .28em;

    color: #8c837a;

    text-transform: uppercase;

    white-space: nowrap;
}


.collections-cta-content {
    max-width: 850px;
}


/* =========================================================
   BAŞLIK
========================================================= */

.collections-cta-content h2 {
    margin: 0;

    padding: 0;

    font-size: clamp(52px, 6vw, 88px);

    line-height: .96;

    font-weight: 400;

    letter-spacing: -.055em;

    color: #171615;
}


.collections-cta-content h2 em {
    font-style: italic;

    font-weight: 400;

    color: #968e86;
}


/* =========================================================
   AÇIKLAMA
========================================================= */

.collections-cta-content p {
    max-width: 560px;

    margin: 38px 0 0;

    padding: 0;

    font-size: 15px;

    line-height: 1.7;

    font-weight: 400;

    color: #625d58;
}


/* =========================================================
   RANDEVU BUTONU
========================================================= */

.collections-cta-button {
    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    width: 210px;

    height: 62px;

    margin-top: 42px;

    padding: 0 20px 0 27px;

    box-sizing: border-box;

    background: #171615;

    border: 1px solid #171615;

    color: #ffffff;

    text-decoration: none;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: .22em;

    text-transform: uppercase;

    transition:
        background-color .35s ease,
        color .35s ease,
        transform .35s ease;
}


/* BUTON YAZISI */

.collections-cta-button span:first-child {
    display: block;
}


/* OK */

.collections-cta-button .cta-arrow {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 30px;

    height: 30px;

    font-size: 18px;

    line-height: 1;

    letter-spacing: 0;

    transition: transform .35s ease;
}


/* =========================================================
   HOVER
========================================================= */

.collections-cta-button:hover {
    background: transparent;

    color: #171615;

    transform: translateY(-3px);
}


.collections-cta-button:hover .cta-arrow {
    transform: translateX(6px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .collections-cta {
        width: calc(100% - 48px);

        padding: 110px 0 125px;
    }


    .collections-cta-inner {
        grid-template-columns: 170px minmax(0, 1fr);

        column-gap: 50px;
    }


    .collections-cta-content h2 {
        font-size: clamp(48px, 7vw, 72px);
    }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 600px) {

    .collections-cta {
        width: calc(100% - 32px);

        padding: 85px 0 100px;
    }


    .collections-cta-inner {
        display: block;
    }


    .collections-cta-label {
        padding-top: 0;

        margin-bottom: 28px;
    }


    .collections-cta-content {
        max-width: none;
    }


    .collections-cta-content h2 {
        font-size: 48px;

        line-height: .98;

        letter-spacing: -.045em;
    }


    .collections-cta-content p {
        margin-top: 30px;

        font-size: 14px;

        line-height: 1.65;
    }


    .collections-cta-button {
        width: 190px;

        height: 56px;

        margin-top: 32px;

        padding-left: 23px;

        padding-right: 17px;
    }

}


/* =========================================================
   HAREKET AZALTMA
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .collections-cta-button {
        transition: none;
    }

    .collections-cta-button .cta-arrow {
        transition: none;
    }

}/* =========================================================
   SEMA ÖZCAN MODA EVİ
   PROFESYONEL RANDEVU CTA
   SADECE KOLEKSİYONLAR SAYFASI
========================================================= */

.collections-cta {
    width: min(1200px, calc(100% - 120px));

    margin: 0 auto;

    padding: 150px 0 155px;

    border-top: 1px solid #d8d0c6;

    box-sizing: border-box;
}


/* =========================================================
   ANA CTA YAPISI
========================================================= */

.collections-cta-inner {

    display: grid;

    grid-template-columns:
        180px
        minmax(0, 1fr)
        250px;

    align-items: start;

    column-gap: 55px;

    box-sizing: border-box;
}


/* =========================================================
   SOL ETİKET
========================================================= */

.collections-cta-label {

    padding-top: 9px;

    font-size: 9px;

    line-height: 1.2;

    letter-spacing: .28em;

    text-transform: uppercase;

    color: #8f867c;

    white-space: nowrap;
}


/* =========================================================
   CTA İÇERİK
========================================================= */

.collections-cta-content {

    max-width: 680px;
}


/* =========================================================
   BAŞLIK
========================================================= */

.collections-cta-content h2 {

    margin: 0;

    max-width: 760px;

    font-size: clamp(
        48px,
        5.2vw,
        78px
    );

    line-height: .94;

    font-weight: 400;

    letter-spacing: -.045em;

    color: #171615;
}


/* İtalik vurgu */

.collections-cta-content h2 em {

    font-family: inherit;

    font-style: italic;

    font-weight: 400;

    color: #9a9188;
}


/* =========================================================
   AÇIKLAMA
========================================================= */

.collections-cta-content p {

    margin: 34px 0 0;

    max-width: 560px;

    font-size: 13px;

    line-height: 1.7;

    font-weight: 400;

    color: #625c56;
}


/* =========================================================
   RANDEVU BUTONU
========================================================= */

.collections-cta-button {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 220px;

    min-height: 76px;

    margin-top: 42px;

    padding: 0 22px;

    box-sizing: border-box;

    background: #171615;

    color: #ffffff;

    text-decoration: none;

    overflow: hidden;

    transition:
        width .45s cubic-bezier(.22,.61,.36,1),
        background-color .35s ease,
        transform .35s ease;
}


/* =========================================================
   BUTON YAZISI
========================================================= */

.collections-cta-button span:first-child {

    max-width: 90px;

    font-size: 10px;

    line-height: 1.15;

    font-weight: 600;

    letter-spacing: .18em;

    text-transform: uppercase;
}


/* =========================================================
   OK
========================================================= */

.collections-cta-button .cta-arrow {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 32px;

    height: 32px;

    font-size: 20px;

    line-height: 1;

    font-weight: 300;

    transition:
        transform .45s cubic-bezier(.22,.61,.36,1);
}


/* =========================================================
   HOVER
========================================================= */

.collections-cta-button:hover {

    width: 245px;

    background: #242220;

    transform: translateY(-2px);
}


.collections-cta-button:hover .cta-arrow {

    transform: translateX(9px);
}


/* =========================================================
   HOVER ALT İNCE ÇİZGİ
========================================================= */

.collections-cta-button::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 2px;

    background: #ffffff;

    transition:
        width .45s cubic-bezier(.22,.61,.36,1);
}


.collections-cta-button:hover::after {

    width: 100%;
}


/* =========================================================
   ALT BOŞLUK
========================================================= */

.collections-cta {

    margin-bottom: 30px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .collections-cta {

        width: calc(100% - 80px);

        padding-top: 120px;

        padding-bottom: 125px;
    }


    .collections-cta-inner {

        grid-template-columns:
            130px
            minmax(0, 1fr);

        column-gap: 35px;
    }


    .collections-cta-content {

        max-width: 650px;
    }


    .collections-cta-button {

        margin-top: 38px;
    }

}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 700px) {

    .collections-cta {

        width: calc(100% - 32px);

        padding-top: 85px;

        padding-bottom: 90px;

        margin-bottom: 0;
    }


    .collections-cta-inner {

        display: block;
    }


    .collections-cta-label {

        padding-top: 0;

        margin-bottom: 28px;

        font-size: 8px;

        letter-spacing: .25em;
    }


    .collections-cta-content h2 {

        font-size: clamp(
            42px,
            12vw,
            62px
        );

        line-height: .95;

        letter-spacing: -.04em;
    }


    .collections-cta-content p {

        margin-top: 27px;

        max-width: 100%;

        font-size: 12px;

        line-height: 1.65;
    }


    .collections-cta-button {

        width: 100%;

        min-height: 68px;

        margin-top: 34px;
    }


    .collections-cta-button:hover {

        width: 100%;

        transform: none;
    }


    .collections-cta-button:hover .cta-arrow {

        transform: translateX(7px);
    }

}


/* =========================================================
   HAREKET AZALTMA
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .collections-cta-button,
    .collections-cta-button .cta-arrow,
    .collections-cta-button::after {

        transition: none;
    }

}
