@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//cometokayseri.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//cometokayseri.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Mulish", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(234,194,6);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(234,194,6);
	--btn-accented-bgcolor-hover: rgb(214,177,5);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center top;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(12,12,12);
}

  /* ===== RESET & BASE ===== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #faf7f2;
            padding: 20px;
            font-family: 'Karla', sans-serif;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* ===== FORM WRAPPER ===== */
        #kayseri-form-wrap {
            max-width: 680px;
            width: 100%;
            margin: 20px auto;
            font-family: 'Karla', sans-serif;
            color: #3d2419;
            background: #ffffff;
            border-radius: 16px;
            padding: 50px 45px 40px;
            position: relative;
            box-shadow: 0 20px 60px rgba(74, 47, 36, 0.1), 0 8px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(227, 203, 165, 0.3);
            transition: box-shadow 0.3s ease;
        }

        #kayseri-form-wrap:hover {
            box-shadow: 0 25px 70px rgba(74, 47, 36, 0.12), 0 8px 20px rgba(0, 0, 0, 0.04);
        }

        /* ===== KILIM DESENİ ŞERİTLERİ ===== */
        #kayseri-form-wrap::before,
        #kayseri-form-wrap::after {
            content: '';
            display: block;
            height: 8px;
            margin: -50px -45px 35px;
            border-radius: 16px 16px 0 0;
            background-image: repeating-linear-gradient(
                135deg,
                #b5482f 0 15px,
                #d99a3f 15px 30px,
                #7a3328 30px 45px,
                #e3cba5 45px 60px
            );
            background-size: 60px 100%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        #kayseri-form-wrap::after {
            margin: 35px -45px -40px;
            border-radius: 0 0 16px 16px;
        }

        /* ===== HEADER ===== */
        .kf-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .kf-heading-eyebrow {
            font-family: 'Cormorant Garamond', serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #b5482f;
            margin-bottom: 6px;
        }

        .kf-heading-main {
            font-family: 'Cormorant Garamond', serif;
            font-size: 38px;
            font-weight: 700;
            color: #4a2f24;
            margin: 0;
            letter-spacing: -0.5px;
            position: relative;
        }

        .kf-heading-main::after {
            content: '✦';
            display: block;
            color: #d99a3f;
            font-size: 18px;
            margin-top: 8px;
        }

        /* ===== PROGRESS BAR ===== */
        .kf-progress {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
            position: relative;
            padding: 0 10px;
        }

        .kf-progress::before {
            content: '';
            position: absolute;
            top: 20px;
            left: 30px;
            right: 30px;
            height: 3px;
            background: #f1e4d1;
            z-index: 0;
            border-radius: 2px;
        }

        .kf-progress-fill {
            position: absolute;
            top: 20px;
            left: 30px;
            height: 3px;
            background: linear-gradient(90deg, #b5482f, #d99a3f);
            z-index: 1;
            width: 0%;
            transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            border-radius: 2px;
        }

        .kf-step-dot {
            position: relative;
            z-index: 2;
            width: 44px;
            height: 44px;
            transform: rotate(45deg);
            background: #ffffff;
            border: 2.5px solid #e3cba5;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            font-weight: 700;
            color: #c4a97a;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
        }

        .kf-step-dot span {
            transform: rotate(-45deg);
            display: block;
        }

        .kf-step-dot:hover {
            transform: rotate(45deg) scale(1.05);
            border-color: #d99a3f;
        }

        .kf-step-dot.active {
            border-color: #b5482f;
            color: #b5482f;
            background: #fffcf8;
            transform: rotate(45deg) scale(1.1);
            box-shadow: 0 6px 20px rgba(181, 72, 47, 0.2);
        }

        .kf-step-dot.done {
            background: #b5482f;
            border-color: #b5482f;
            color: #ffffff;
            box-shadow: 0 4px 12px rgba(181, 72, 47, 0.3);
        }

        .kf-step-dot.done span {
            color: #ffffff;
        }

        /* ===== STEP PANELS ===== */
        .kf-step {
            display: none;
            animation: kfSlideUp 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards;
        }

        .kf-step.active {
            display: block;
        }

        @keyframes kfSlideUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .kf-step h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 28px;
            font-weight: 700;
            margin: 0 0 6px;
            color: #7a3328;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .kf-step h3::before {
            content: '◆';
            color: #d99a3f;
            font-size: 14px;
        }

        .kf-step p.kf-sub {
            margin: 0 0 30px;
            color: #8c7365;
            font-size: 16px;
            font-style: italic;
            font-family: 'Cormorant Garamond', serif;
        }

        /* ===== FORM FIELDS ===== */
        .kf-field {
            margin-bottom: 32px;
        }

        .kf-field:last-child {
            margin-bottom: 0;
        }

        .kf-field > label.kf-label {
            display: block;
            font-weight: 700;
            margin-bottom: 14px;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #8a5a3c;
        }

        /* ===== OPTIONS (RADIO & CHECKBOX) ===== */
        .kf-options .wpcf7-list-item {
            display: block;
            margin: 0 0 10px 0;
            position: relative;
        }

        .kf-options.kf-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .kf-options.kf-grid .wpcf7-list-item {
            margin: 0;
        }

        /* Hide native inputs */
        .kf-options input[type="radio"],
        .kf-options input[type="checkbox"] {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }

        /* Label styling */
        .kf-options .wpcf7-list-item-label {
            display: block;
            padding: 16px 20px;
            border: 2px solid #eae0d0;
            border-radius: 10px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.4;
            background: #fdfcf9;
            color: #5c4033;
            transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
            position: relative;
        }

        /* Grid view (pill design) */
        .kf-options.kf-grid .wpcf7-list-item-label {
            padding: 12px 20px;
            border-radius: 30px;
            text-align: center;
        }

        /* Hover state */
        .kf-options .wpcf7-list-item-label:hover {
            border-color: #d99a3f;
            background: #fffaf2;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(217, 154, 63, 0.12);
        }

        /* Checked state */
        .kf-options input:checked + .wpcf7-list-item-label {
            border-color: #b5482f;
            background: #fbf2eb;
            color: #7a3328;
            font-weight: 600;
            box-shadow: 0 4px 20px rgba(181, 72, 47, 0.12);
            transform: translateY(-2px);
        }

        /* Diamond indicator for checked state */
        .kf-options input:checked + .wpcf7-list-item-label::after {
            content: '◆';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #b5482f;
            font-size: 12px;
        }

        /* Hide diamond in grid view for cleaner design */
        .kf-options.kf-grid input:checked + .wpcf7-list-item-label::after {
            display: none;
        }

        /* Grid view checked state adds subtle background indicator */
        .kf-options.kf-grid input:checked + .wpcf7-list-item-label {
            background: #fbf2eb;
            border-color: #b5482f;
        }

        /* ===== REVIEW STEP ===== */
        .kf-review-item {
            display: flex;
            justify-content: space-between;
            padding: 16px 0;
            border-bottom: 1px solid #f1e4d1;
        }

        .kf-review-item:last-child {
            border-bottom: none;
        }

        .kf-review-label {
            font-weight: 600;
            color: #8a5a3c;
            font-size: 14px;
        }

        .kf-review-value {
            color: #4a2f24;
            font-weight: 500;
            text-align: right;
            max-width: 60%;
        }

        .kf-review-empty {
            color: #c4a97a;
            font-style: italic;
            font-weight: 400;
        }

        /* ===== NAVIGATION ===== */
        .kf-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px dashed #e3cba5;
            gap: 15px;
            flex-wrap: wrap;
        }

        /* Button base */
        .kf-btn,
        .kf-nav input[type="submit"] {
            border: none;
            border-radius: 8px;
            padding: 14px 36px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
            font-family: 'Karla', sans-serif;
            box-sizing: border-box;
            min-width: 120px;
            flex: 0 1 auto;
        }

        /* Back button - Left side */
        .kf-btn-back {
            background: transparent;
            color: #8a5a3c;
            border: 2px solid #e3cba5;
            margin-right: auto;
        }

        .kf-btn-back:hover:not(:disabled) {
            border-color: #b5482f;
            color: #b5482f;
            background: #fffcf8;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(181, 72, 47, 0.08);
        }

        /* Next & Submit buttons - Right side */
        .kf-btn-next,
        #kf-submit {
            background: linear-gradient(135deg, #b5482f, #963a26);
            color: #ffffff;
            margin-left: 0;
            box-shadow: 0 4px 16px rgba(181, 72, 47, 0.3);
        }

        .kf-btn-next:hover:not(:disabled),
        #kf-submit:hover {
            background: linear-gradient(135deg, #963a26, #7a2f1e);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(181, 72, 47, 0.4);
        }

        .kf-btn-next:active:not(:disabled),
        #kf-submit:active {
            transform: translateY(0);
            box-shadow: 0 4px 12px rgba(181, 72, 47, 0.3);
        }

        /* Button group for right side */
        .kf-nav-right {
            display: flex;
            gap: 12px;
            align-items: center;
            margin-left: auto;
        }

        /* Disabled state */
        .kf-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
            transform: none !important;
            box-shadow: none !important;
        }

        /* Hide next button on last step */
        .kf-btn-next.hidden {
            display: none;
        }

        /* Hide submit button on other steps */
        #kf-submit.hidden {
            display: none;
        }

        /* ===== CONTACT FORM 7 OVERRIDES ===== */
        .wpcf7-spinner {
            position: absolute;
            bottom: 45px;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
        }

        .wpcf7-not-valid-tip {
            color: #b5482f;
            font-size: 13px;
            margin-top: 8px;
        }

        .wpcf7-response-output {
            margin: 20px 0 0 !important;
            padding: 15px 20px !important;
            border-radius: 8px !important;
            border: none !important;
        }

        .wpcf7-mail-sent-ok {
            background: #e8f5e9;
            color: #2e7d32;
        }

        .wpcf7-mail-sent-ng {
            background: #fce4ec;
            color: #c62828;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 580px) {
            #kayseri-form-wrap {
                padding: 35px 24px 30px;
                margin: 10px;
            }

            #kayseri-form-wrap::before,
            #kayseri-form-wrap::after {
                margin-left: -24px;
                margin-right: -24px;
            }

            .kf-heading-main {
                font-size: 30px;
            }

            .kf-options.kf-grid {
                grid-template-columns: 1fr;
            }

            .kf-nav {
                flex-direction: column;
                gap: 12px;
                align-items: stretch;
            }

            .kf-btn,
            .kf-nav input[type="submit"] {
                padding: 14px 24px;
                font-size: 13px;
                min-width: 100%;
                flex: 1;
                width: 100%;
            }

            .kf-btn-back {
                margin-right: 0;
                order: 1;
            }

            .kf-nav-right {
                margin-left: 0;
                order: 2;
                flex-direction: column;
                width: 100%;
            }

            .kf-btn-next,
            #kf-submit {
                width: 100%;
            }

            .kf-step h3 {
                font-size: 24px;
            }

            .kf-step-dot {
                width: 38px;
                height: 38px;
                font-size: 13px;
            }

            .kf-progress::before {
                left: 20px;
                right: 20px;
            }

            .kf-progress-fill {
                left: 20px;
            }

            .kf-review-item {
                flex-direction: column;
                gap: 4px;
            }

            .kf-review-value {
                text-align: left;
                max-width: 100%;
            }
        }

        @media (max-width: 400px) {
            #kayseri-form-wrap {
                padding: 25px 16px 20px;
            }

            .kf-btn,
            .kf-nav input[type="submit"] {
                padding: 12px 20px;
                font-size: 12px;
            }

            .kf-options .wpcf7-list-item-label {
                padding: 12px 16px;
                font-size: 14px;
            }
        }