.hse-wrap{max-width:1280px;margin:0 auto;font-family:Arial,sans-serif;color:#24364b}.hse-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:20px 0 34px}.hse-card{background:#fff;border-radius:7px;box-shadow:0 2px 10px rgba(0,0,0,.14);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:.2s;text-decoration:none;color:inherit}.hse-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,.18)}.hse-card:focus{outline:2px solid var(--hse-theme-color,#3366a8);outline-offset:3px}.hse-imgbox{height:220px;background:#f2f2f2;position:relative;display:flex;align-items:center;justify-content:center}.hse-imgbox img{width:100%;height:100%;object-fit:cover}.hse-badge{position:absolute;right:10px;top:10px;background:#d9f4df;color:#1e8e3e;border:1px solid #bfe8ca;border-radius:15px;font-size:11px;padding:5px 9px;z-index:2}.hse-card-body{padding:14px;flex:1}.hse-title{font-size:14px;color:#5c6470;min-height:38px;line-height:1.35}.hse-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px}.hse-price-row strong{color:var(--hse-theme-color,#3366a8);font-size:17px}.hse-price-row span{background:var(--hse-theme-color,#3366a8);color:#fff;font-size:11px;border-radius:4px;padding:6px 8px;white-space:nowrap}.hse-order-btn,.hse-complete{border:0;background:var(--hse-theme-color,#3366a8);color:#fff;font-weight:600;padding:14px;cursor:pointer;font-size:15px}.hse-order-btn{text-align:center}.hse-order-btn:hover,.hse-complete:hover{filter:brightness(.9)}.hse-products-page .hse-card{height:100%}.hse-checkout-page{margin-top:20px}.hse-checkout{display:grid;grid-template-columns:1fr 450px;gap:28px;margin-bottom:30px}.hse-form-main,.hse-summary{background:#fff;border-radius:8px;box-shadow:0 3px 16px rgba(0,0,0,.08);overflow:hidden}.hse-box-title{background:#f7f8fa;padding:25px 32px;font-size:20px;font-weight:700;color:#23354d}.hse-fields{padding:28px 32px;display:grid;grid-template-columns:1fr;gap:18px;align-items:start}.hse-fields>input,.hse-fields>textarea{border:1px solid #dfe5ec;border-radius:6px;font-size:16px;padding:15px 18px;outline:none;background:#fff;width:100%;box-sizing:border-box}.hse-fields>input:focus,.hse-fields>textarea:focus{border-color:var(--hse-theme-color,#3366a8);box-shadow:0 0 0 2px rgba(51,102,168,.12)}.hse-fields>textarea{min-height:95px;resize:vertical}.hse-fields>input::placeholder,.hse-fields>textarea::placeholder{color:#687386}.hse-summary{align-self:start;position:sticky;top:20px}.hse-summary-inner{padding:30px 32px}.hse-summary h3{font-size:22px;margin:0 0 6px}.hse-summary p{font-weight:700;margin:0 0 18px}.hse-options{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.hse-option{border:1px solid #dfe5ec;border-radius:8px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.hse-option.active{border-color:#18a04b;background:#f8fff9;box-shadow:0 0 0 1px #18a04b}.hse-radio{width:20px;height:20px;border:2px solid #dfe5ec;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:8px}.hse-option.active .hse-radio{background:#22a953;border-color:#22a953;color:#fff}.hse-option-title{display:flex;align-items:center;color:#4f5966}.hse-option-price{font-weight:700;color:#25384e;white-space:nowrap}.hse-total-lines{border-top:1px solid #e9edf2;padding-top:18px}.hse-total-lines div:not(.hse-free-box),.hse-grand{display:flex;justify-content:space-between;margin:16px 0}.hse-free{color:#16a34a}.hse-free-box{background:#d7f0dd;border:1px solid #b8e4c4;color:#21753c;border-radius:7px;padding:14px;margin-top:15px}.hse-grand{border-top:1px solid #dfe5ec;padding-top:18px;font-size:21px;font-weight:700}.hse-complete{width:100%;border-radius:7px;margin-top:26px}.hse-message{margin-top:14px;font-weight:700}.hse-message.ok{color:#16803a}.hse-message.err{color:#b42318}.hse-alert{background:#fff3cd;border:1px solid #ffe69c;color:#664d03;border-radius:8px;padding:18px}.hse-success-page{padding:35px 15px}.hse-success-card{max-width:620px;margin:0 auto;background:#fff;border-radius:14px;box-shadow:0 4px 22px rgba(0,0,0,.10);text-align:center;padding:45px 30px}.hse-success-icon{width:88px;height:88px;line-height:88px;border-radius:50%;background:#20a652;color:#fff;font-size:52px;font-weight:800;margin:0 auto 22px}.hse-success-card h2{font-size:30px;margin:0 0 14px;color:#213650}.hse-success-card p{font-size:18px;line-height:1.6;color:#4b596b;margin:0 0 26px}.hse-success-btn{display:inline-block;background:var(--hse-theme-color,#3366a8);color:#fff;text-decoration:none;border-radius:8px;padding:14px 24px;font-weight:700}.hse-success-btn:hover{filter:brightness(.92);color:#fff}@media(max-width:1024px){.hse-products{grid-template-columns:repeat(3,1fr)}.hse-checkout{grid-template-columns:1fr}.hse-summary{position:static}}@media(max-width:768px){.hse-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hse-imgbox{height:150px}.hse-title{font-size:13px;min-height:44px}.hse-price-row{flex-direction:row;align-items:center;justify-content:space-between}.hse-price-row strong{font-size:14px}.hse-price-row span{font-size:9px;padding:5px 6px}.hse-order-btn{font-size:13px;padding:12px}.hse-fields{padding:20px;gap:18px}.hse-box-title{padding:20px;font-size:18px}.hse-summary-inner{padding:20px}.hse-checkout{gap:18px}.hse-card{border-radius:6px}.hse-success-card{padding:35px 20px}.hse-success-card h2{font-size:25px}.hse-success-card p{font-size:16px}}@media(max-width:380px){.hse-imgbox{height:130px}.hse-card-body{padding:10px}.hse-price-row span{padding:5px 6px}.hse-order-btn{font-size:12px}}


.hse-option{background:#fff;cursor:pointer;width:100%;font-family:inherit;text-align:left}
.hse-option:hover{border-color:var(--hse-theme-color,#3366a8)}
.hse-option-badge{position:absolute;right:14px;top:-12px;background:#d9f4df;color:#1e8e3e;border:1px solid #bfe8ca;border-radius:15px;font-size:12px;padding:5px 10px;z-index:2}
.hse-check-icon{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;background:#fff;color:var(--hse-theme-color,#3366a8);font-weight:800;margin-right:8px}
.hse-info-notes{margin-top:18px;display:flex;flex-direction:column;gap:12px}
.hse-info-note{display:flex;gap:12px;background:#fff;border:1px solid #e5eaf0;border-radius:10px;padding:13px 14px;color:#445266;font-size:13px;line-height:1.5}
.hse-info-icon{width:32px;height:32px;min-width:32px;border-radius:50%;background:#eef4ff;display:inline-flex;align-items:center;justify-content:center;font-size:17px}
.hse-card-btn-icon{display:inline-block;line-height:1}
.hse-card-body .hse-price-row{min-width:0}
.hse-card-body .hse-price-row strong{white-space:nowrap}
.hse-card-body .hse-price-row span{white-space:nowrap;line-height:1}
@media(max-width:768px){.hse-option{padding:14px 10px}.hse-option-title{font-size:14px}.hse-option-price{font-size:15px}.hse-option-badge{right:10px;top:-11px}}

/* v1.5 additions */
.hse-top-text{background:#fff;border:1px solid #e6ebf1;border-radius:12px;padding:22px;margin:18px 0 24px;box-shadow:0 2px 12px rgba(0,0,0,.05);line-height:1.7}.hse-card-btn-icon{color:inherit;margin-right:5px}.hse-progress{height:50px;background:#e8ebef;border-radius:5px;overflow:hidden;margin:0 0 22px}.hse-progress-bar{height:100%;min-width:120px;background:repeating-linear-gradient(45deg,var(--hse-theme-color,#3366a8),var(--hse-theme-color,#3366a8) 10px,rgba(0,0,0,.10) 10px,rgba(0,0,0,.10) 18px);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;animation:hseStripe 1.4s linear infinite;background-size:38px 38px}.hse-progress-bar span{text-shadow:0 1px 2px rgba(0,0,0,.25)}@keyframes hseStripe{from{background-position:0 0}to{background-position:38px 0}}
.hse-product-detail{margin:22px auto}.hse-detail-hero{display:grid;grid-template-columns:430px 1fr;gap:28px;background:#fff;border-radius:16px;box-shadow:0 4px 22px rgba(0,0,0,.08);padding:28px}.hse-detail-image img{width:100%;border-radius:14px;background:#f4f6f8;display:block}.hse-detail-summary h1{margin:0 0 14px;font-size:32px;color:#20344e}.hse-detail-price{font-size:30px;font-weight:800;color:var(--hse-theme-color,#3366a8);margin:8px 0}.hse-detail-ship{display:inline-block;background:var(--hse-theme-color,#3366a8);color:#fff;border-radius:6px;padding:7px 10px;font-weight:700;font-size:13px;margin:4px 0 16px}.hse-detail-summary p{font-size:16px;line-height:1.7;color:#506071}.hse-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.hse-buy-btn,.hse-wa-btn{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:9px;padding:14px 12px;font-weight:800;text-decoration:none!important;color:#fff!important}.hse-buy-btn{background:var(--hse-theme-color,#3366a8)}.hse-wa-btn{background:#1fae58}.hse-detail-content{background:#fff;border-radius:14px;margin-top:22px;padding:30px;box-shadow:0 3px 16px rgba(0,0,0,.06);line-height:1.75;color:#2b3c51}.hse-detail-content h2,.hse-detail-content h3{color:#20344e}.hse-detail-actions-top{max-width:520px}.hse-detail-image .hse-detail-actions{display:none}
@media(max-width:768px){.hse-progress{height:46px}.hse-progress-bar{font-size:15px}.hse-detail-hero{grid-template-columns:1fr;padding:18px;gap:18px}.hse-detail-summary h1{font-size:24px}.hse-detail-price{font-size:24px}.hse-detail-actions{grid-template-columns:1fr 1fr;gap:8px}.hse-buy-btn,.hse-wa-btn{font-size:13px;padding:12px 8px}.hse-detail-content{padding:20px}.hse-detail-image .hse-detail-actions{display:grid}.hse-detail-actions-top{display:none}}

/* v1.6 ince ilerleme çubuğu ve kutusuz üst metin */
.hse-top-text.hse-top-text-plain{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0 0 24px!important;color:#233247}
.hse-progress.hse-progress-slim{height:auto!important;background:transparent!important;border-radius:0!important;overflow:visible!important;margin:0 0 24px!important;position:relative;padding-top:18px}
.hse-progress-track{height:12px;background:#e9edf3;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}
.hse-progress-slim .hse-progress-bar{height:100%!important;min-width:0!important;border-radius:999px;background:linear-gradient(90deg,var(--hse-theme-color,#3366a8),color-mix(in srgb,var(--hse-theme-color,#3366a8) 70%,#ffffff))!important;position:relative;display:block!important;animation:hseProgressSoft 2.2s ease-in-out infinite!important;background-size:200% 100%!important}
.hse-progress-slim .hse-progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);animation:hseProgressShine 2.4s linear infinite}
.hse-progress-label{display:inline-flex;align-items:center;justify-content:center;margin:10px auto 0;padding:7px 18px;border-radius:999px;background:#fff;color:var(--hse-theme-color,#3366a8);border:1px solid rgba(0,0,0,.08);font-weight:800;font-size:14px;box-shadow:0 6px 18px rgba(0,0,0,.06);max-width:100%}
@keyframes hseProgressSoft{0%{background-position:0 0}50%{background-position:100% 0}100%{background-position:0 0}}
@keyframes hseProgressShine{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.hse-short-desc{line-height:1.75;color:#44546a;margin:12px 0 16px}.hse-short-desc p{margin:0 0 10px}
.hse-card-btn-icon{color:currentColor!important}
@media(max-width:768px){.hse-progress-label{font-size:13px;padding:6px 12px}.hse-progress-track{height:10px}}
/* v1.7 modern textless progress bar */
.hse-progress.hse-progress-modern{height:16px!important;background:transparent!important;border-radius:999px!important;overflow:visible!important;margin:0 0 24px!important;padding:0!important;position:relative}
.hse-progress-modern .hse-progress-track{height:16px!important;background:#edf1f6!important;border-radius:999px!important;overflow:hidden!important;box-shadow:inset 0 1px 3px rgba(20,35,55,.08)}
.hse-progress-modern .hse-progress-bar{height:100%!important;min-width:44px!important;border-radius:999px!important;display:block!important;background:linear-gradient(90deg,var(--hse-theme-color,#3366a8),var(--hse-theme-color,#3366a8))!important;position:relative;animation:none!important;overflow:hidden}
.hse-progress-modern .hse-progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);animation:hseProgressShine 2.2s linear infinite}
@media(max-width:768px){.hse-progress.hse-progress-modern,.hse-progress-modern .hse-progress-track{height:12px!important}}

/* v1.8 geliştirmeleri */
.hse-detail-actions{display:flex;gap:12px;flex-wrap:wrap}.hse-detail-actions a{flex:1;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px}.hse-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.hse-trust-grid>div{border:1px solid #e2e8f0;border-radius:12px;padding:18px;text-align:center;background:#fff}.hse-trust-grid i{display:block;font-size:24px;margin-bottom:8px;color:#1f2937}.hse-ship-table{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;margin-top:16px;background:#fff}.hse-ship-table>div{display:flex;justify-content:space-between;gap:15px;padding:12px 16px;border-bottom:1px solid #eef2f7}.hse-ship-table>div:last-child{border-bottom:0}.hse-detail-options{margin:18px 0}.hse-detail-option{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;margin-bottom:10px;text-decoration:none;color:#24364b;background:#fff}.hse-detail-option.active{border-color:#19a955;background:#f4fff7}.hse-detail-option strong{font-size:18px}.hse-reviews{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;margin-top:24px}.hse-review{border-bottom:1px solid #eef2f7;padding:14px 0}.hse-review>div:first-child{display:flex;justify-content:space-between;gap:10px}.hse-stars{color:#f59e0b;letter-spacing:2px}.hse-review-form{display:grid;gap:12px;margin-top:18px}.hse-review-form input,.hse-review-form textarea,.hse-review-form select{width:100%;border:1px solid #dbe3ec;border-radius:10px;padding:13px}.hse-review-form button{background:var(--hse-theme-color);color:#fff;border:0;border-radius:10px;padding:14px;font-weight:700}
@media(max-width:600px){.hse-trust-grid{grid-template-columns:repeat(2,1fr)}.hse-ship-table>div{flex-direction:column;gap:4px}.hse-detail-actions{flex-wrap:nowrap}.hse-detail-actions a{font-size:13px;padding-left:8px;padding-right:8px}.hse-detail-option{grid-template-columns:auto 1fr auto;font-size:13px}.hse-detail-option strong{font-size:15px}}
.hse-cat-text{margin:20px 0;font-size:16px;line-height:1.7;color:#1f2937}.hse-review-message{padding:12px 14px;border-radius:10px;margin:12px 0;font-weight:700}.hse-review-message.ok{background:#e8fff1;color:#166534;border:1px solid #bbf7d0}.hse-review-message.err{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.hse-detail-option{cursor:pointer}.hse-card-btn-icon{color:inherit!important}
.hse-review-alert{background:#e8f7ed;border:1px solid #bfe8ca;color:#116b35;padding:12px 14px;border-radius:12px;margin:12px 0;font-weight:600}.hse-detail-options .hse-detail-option{cursor:pointer}.hse-ship-table div{gap:12px}

/* v2.1 kategori, tek ürün ve yorum iyileştirmeleri */
.hse-category-page{max-width:1280px;width:100%;box-sizing:border-box;overflow:hidden;padding:0 12px}
.hse-category-page *{box-sizing:border-box;max-width:100%}
.hse-cat-text{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;overflow-wrap:anywhere;word-break:normal}
.hse-cat-text img,.hse-detail-content img{height:auto;max-width:100%}
.hse-detail-options{border:1px solid #edf1f5;border-radius:16px;padding:14px;background:#fbfdff}
.hse-detail-options h3{font-size:18px;margin:0 0 12px;color:#20344e}
.hse-detail-option{transition:.18s ease;user-select:none}
.hse-detail-option:hover{border-color:var(--hse-theme-color,#3366a8);transform:translateY(-1px)}
.hse-detail-option.active .hse-radio{background:#22a953;border-color:#22a953;color:#fff}
.hse-trust-grid{gap:10px;margin:16px 0}.hse-trust-grid>div{border:1px solid #e8edf3;border-radius:10px;padding:12px 10px;background:#fff;box-shadow:0 1px 5px rgba(15,23,42,.035)}.hse-trust-grid i{font-size:18px;margin-bottom:6px;color:var(--hse-theme-color,#3366a8)}.hse-trust-grid strong{font-size:13px;color:#263548}
.hse-reviews{box-shadow:0 3px 16px rgba(15,23,42,.055)}.hse-review{display:block;border:1px solid #eef2f7;border-radius:14px;padding:16px;margin:12px 0;background:#fff}.hse-review>div:first-child{align-items:center}.hse-review strong{font-size:16px;color:#20344e}.hse-review span{color:#64748b;font-size:13px}.hse-review p{margin:8px 0 0;line-height:1.65;color:#334155}.hse-stars{font-size:15px;margin-top:4px}.hse-review-form{background:#fff;border:1px solid #e6edf5;border-radius:14px;padding:16px}.hse-review-form h3{margin-top:0}.hse-review-alert{background:#eefcf4!important;border-color:#b7efd0!important;color:#166534!important}
@media(max-width:768px){.hse-category-page{padding:0 10px}.hse-cat-text{font-size:15px}.hse-detail-options{padding:10px}.hse-trust-grid>div{padding:10px 6px}.hse-ship-table>div{flex-direction:row;align-items:center;justify-content:space-between}.hse-ship-table>div b,.hse-ship-table>div span{font-size:13px}.hse-review>div:first-child{display:flex}}

.hse-related{margin:28px 0 10px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 8px 25px rgba(15,23,42,.05)}
.hse-related h2{margin:0 0 16px;font-size:24px;color:#17233a}
.hse-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hse-related-card{display:flex;flex-direction:column;gap:9px;text-decoration:none;color:#1f2937;border:1px solid #edf2f7;border-radius:16px;padding:12px;background:#fff;transition:.2s;min-height:100%}
.hse-related-card:hover{border-color:var(--hse-theme-color);box-shadow:0 10px 25px rgba(51,102,168,.12);transform:translateY(-2px)}
.hse-related-card img{width:100%;height:145px;object-fit:cover;border-radius:12px;background:#fff}
.hse-related-card strong{font-size:15px;line-height:1.35;color:#17233a}
.hse-related-card span{font-weight:800;color:var(--hse-theme-color)}
@media(max-width:768px){.hse-related{padding:14px}.hse-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hse-related-card img{height:120px}.hse-related h2{font-size:20px}}

/* v2.3 related products and single button cleanup */
.hse-related{margin-top:28px;padding:22px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}
.hse-related h2{margin:0 0 16px;font-size:22px}
.hse-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hse-related-card{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:#111827;border:1px solid #eef2f7;border-radius:16px;padding:12px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:.2s ease}
.hse-related-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,23,42,.1)}
.hse-related-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:12px;background:#fff}
.hse-related-card strong{font-size:14px;line-height:1.35}.hse-related-card span{font-weight:800;color:var(--hse-theme-color)}
@media(max-width:768px){.hse-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hse-related{padding:14px}.hse-related-card{padding:10px}.hse-detail-image .hse-detail-actions{display:none!important}}

/* v2.4 schema geri yükleme, kategori etiketi ve breadcrumb */
.hse-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:10px 14px;background:#fff;border:1px solid #edf2f7;border-radius:12px;box-shadow:0 4px 14px rgba(15,23,42,.045);font-size:13px;color:#64748b}
.hse-breadcrumb a{color:var(--hse-theme-color,#3366a8);text-decoration:none;font-weight:700}.hse-breadcrumb span{color:#94a3b8}.hse-breadcrumb strong{color:#24364b;font-weight:700}
.hse-single-category{display:inline-flex;align-items:center;gap:6px;margin:0 0 10px;padding:7px 12px;border-radius:999px;background:#fff;border:1px solid #e5edf6;font-size:13px;color:#64748b}
.hse-single-category a{color:var(--hse-theme-color,#3366a8);font-weight:800;text-decoration:none}.hse-single-category span{font-weight:700;color:#475569}
@media(max-width:768px){.hse-breadcrumb{font-size:12px;padding:9px 10px}.hse-single-category{font-size:12px}}

/* v2.5 narin tek ürün düzeni */
.hse-product-detail .hse-detail-options{padding:18px;border-radius:18px;margin:18px 0 16px;background:#fff;border:1px solid #e6edf5}
.hse-product-detail .hse-detail-options h3{margin:0 0 12px;font-size:22px;line-height:1.25}
.hse-product-detail .hse-detail-option{position:relative;min-height:54px;padding:12px 82px 12px 18px;border-radius:12px;gap:12px;align-items:center}
.hse-product-detail .hse-detail-option strong{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:19px;white-space:nowrap}
.hse-product-detail .hse-option-badge{right:18px;top:-13px;font-size:13px;padding:5px 13px;border-radius:20px}
.hse-product-detail .hse-option-main{display:flex;flex-direction:column;gap:4px;min-width:0}
.hse-option-gift,.hse-gift{display:inline-flex;align-items:center;gap:6px;color:#0f8a3a;font-size:13px;font-weight:700;background:#eefaf2;border:1px solid #cdebd5;border-radius:999px;padding:4px 9px;margin-top:8px;width:max-content}
.hse-product-detail .hse-option-gift{margin-top:2px;font-style:normal;font-size:12px;padding:3px 8px}
.hse-trust-grid{gap:12px;margin:16px 0}
.hse-trust-grid>div{min-height:58px;padding:12px;border-radius:12px;box-shadow:none;border:1px solid #e5edf5}
.hse-trust-grid i{font-size:19px;margin-bottom:6px}.hse-trust-grid strong{font-size:14px}
.hse-ship-table{border-radius:16px;margin-top:14px}.hse-ship-table>div{padding:13px 20px;min-height:auto}.hse-ship-table b,.hse-ship-table span{font-size:16px}
.hse-info-notes{gap:10px;margin-top:12px}.hse-info-note{padding:12px 14px;border-radius:12px;line-height:1.45}.hse-info-icon{width:30px;height:30px;font-size:18px}
.hse-card .hse-gift{margin-top:8px;font-size:12px;padding:3px 8px}
.hse-option .hse-option-gift{grid-column:1 / -1;margin:4px 0 0 42px;width:max-content}
@media(max-width:600px){.hse-product-detail .hse-detail-option{padding-right:78px}.hse-product-detail .hse-detail-option strong{right:16px;font-size:17px}.hse-ship-table>div{padding:11px 14px}.hse-ship-table b,.hse-ship-table span{font-size:14px}.hse-trust-grid{grid-template-columns:1fr 1fr;gap:10px}.hse-trust-grid>div{min-height:54px;padding:10px}}

/* v2.5.1 - Tek ürün sayfası narin görünüm ve indirim rozet düzeltmeleri */
.hse-product-detail .hse-detail-options{padding:12px 14px;margin:14px 0 12px;border-radius:14px}
.hse-product-detail .hse-detail-options h3{font-size:18px;margin-bottom:10px}
.hse-product-detail .hse-detail-option{min-height:48px;padding:11px 92px 11px 14px;margin-bottom:8px;border-radius:10px;gap:9px}
.hse-product-detail .hse-detail-option strong{right:16px;font-size:17px}
.hse-product-detail .hse-option-badge{right:auto;left:46px;top:-10px;font-size:11px;padding:3px 9px;line-height:1.2;z-index:3}
.hse-product-detail .hse-option-main{gap:2px}
.hse-product-detail .hse-option-gift{font-size:11px;padding:2px 7px;margin-top:1px}
.hse-product-detail .hse-radio{width:18px;height:18px;margin-right:6px;font-size:11px}
.hse-product-detail .hse-detail-actions{gap:9px;margin-top:10px}
.hse-product-detail .hse-detail-actions a{min-height:42px;font-size:14px;padding:9px 12px}
.hse-product-detail .hse-trust-grid{gap:8px;margin:12px 0}
.hse-product-detail .hse-trust-grid>div{min-height:46px;padding:9px 8px;border-radius:10px}
.hse-product-detail .hse-trust-grid i{font-size:16px;margin-bottom:4px}
.hse-product-detail .hse-trust-grid strong{font-size:12px;line-height:1.25}
.hse-product-detail .hse-ship-table{margin-top:10px;border-radius:12px}
.hse-product-detail .hse-ship-table>div{padding:8px 14px;gap:8px;min-height:0}
.hse-product-detail .hse-ship-table b,.hse-product-detail .hse-ship-table span{font-size:13px;line-height:1.25}
@media(max-width:600px){.hse-product-detail .hse-detail-option{padding:12px 74px 10px 12px}.hse-product-detail .hse-detail-option strong{right:12px;font-size:15px}.hse-product-detail .hse-option-badge{left:40px;top:-9px;font-size:10px}.hse-product-detail .hse-ship-table>div{padding:8px 10px}.hse-product-detail .hse-ship-table b,.hse-product-detail .hse-ship-table span{font-size:12px}}

/* v2.5.2 - Hediye/indirim etiketleri aynı çizgide */
.hse-card-labels{position:absolute;right:10px;top:10px;z-index:4;display:flex;align-items:center;gap:6px;max-width:calc(100% - 20px);flex-wrap:wrap;justify-content:flex-end}
.hse-card-labels .hse-badge{position:static;right:auto;top:auto;margin:0;white-space:nowrap}
.hse-card-labels .hse-gift{margin:0;font-size:11px;padding:4px 8px;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}
.hse-product-detail .hse-detail-option{overflow:visible;padding-top:15px}
.hse-product-detail .hse-option-labels{position:absolute;left:58px;top:-10px;z-index:5;display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:calc(100% - 150px)}
.hse-product-detail .hse-option-labels .hse-option-badge,.hse-product-detail .hse-option-labels .hse-option-gift{position:static;left:auto;right:auto;top:auto;margin:0;line-height:1.2;white-space:nowrap}
.hse-product-detail .hse-option-labels .hse-option-gift{font-style:normal;font-size:11px;padding:3px 8px}
.hse-product-detail .hse-option-labels .hse-option-badge{font-size:11px;padding:3px 9px}
@media(max-width:600px){.hse-card-labels{right:7px;top:7px;gap:4px}.hse-card-labels .hse-gift{max-width:110px;font-size:10px;padding:3px 6px}.hse-card-labels .hse-badge{font-size:10px;padding:3px 7px}.hse-product-detail .hse-option-labels{left:40px;top:-9px;max-width:calc(100% - 118px);gap:4px}.hse-product-detail .hse-option-labels .hse-option-gift,.hse-product-detail .hse-option-labels .hse-option-badge{font-size:10px;padding:2px 6px}}

/* v2.5.3 - Paket seçenekleri aralık düzeltmesi */
.hse-product-detail .hse-detail-options{padding-top:16px}
.hse-product-detail .hse-detail-options h3{margin-bottom:16px}
.hse-product-detail .hse-detail-option{margin-top:8px;margin-bottom:14px;min-height:52px;padding-top:16px;padding-bottom:13px}
.hse-product-detail .hse-detail-option:last-child{margin-bottom:0}
.hse-product-detail .hse-option-labels{top:-12px}
.hse-product-detail .hse-option-labels .hse-option-gift,.hse-product-detail .hse-option-labels .hse-option-badge{box-shadow:0 1px 0 rgba(255,255,255,.95)}
@media(max-width:600px){.hse-product-detail .hse-detail-options{padding-top:14px}.hse-product-detail .hse-detail-option{margin-top:7px;margin-bottom:13px;min-height:50px}.hse-product-detail .hse-option-labels{top:-10px}}
/* FIX6: tek ürün paket seçeneklerinde etiketlerin birbirine yapışmasını engeller */
.hse-product-detail .hse-detail-options{padding-top:20px!important;}
.hse-product-detail .hse-detail-option{margin-top:12px!important;margin-bottom:18px!important;min-height:58px!important;}
.hse-product-detail .hse-detail-option:last-child{margin-bottom:0!important;}
.hse-product-detail .hse-option-labels{top:-14px!important;}
@media(max-width:600px){.hse-product-detail .hse-detail-option{margin-top:10px!important;margin-bottom:16px!important;min-height:54px!important}.hse-product-detail .hse-option-labels{top:-12px!important}}

/* FIX7: sipariş formu paket seçenekleri - indirim ve hediye aynı çizgi */
.hse-checkout-page .hse-options{display:flex;flex-direction:column;gap:14px!important;}
.hse-checkout-page .hse-option{position:relative!important;overflow:visible!important;margin:0 0 8px!important;padding-top:20px!important;min-height:58px!important;}
.hse-checkout-page .hse-option>.hse-option-badge{position:absolute!important;left:42px!important;top:-11px!important;right:auto!important;margin:0!important;z-index:6!important;font-size:11px!important;padding:3px 9px!important;line-height:1.2!important;white-space:nowrap!important;box-shadow:0 1px 0 rgba(255,255,255,.95)!important;}
.hse-checkout-page .hse-option>.hse-option-gift{position:absolute!important;left:102px!important;top:-11px!important;right:auto!important;margin:0!important;width:auto!important;grid-column:auto!important;z-index:6!important;font-size:11px!important;padding:3px 8px!important;line-height:1.2!important;white-space:nowrap!important;box-shadow:0 1px 0 rgba(255,255,255,.95)!important;}
@media(max-width:600px){.hse-checkout-page .hse-options{gap:12px!important}.hse-checkout-page .hse-option{padding-top:18px!important;margin-bottom:7px!important}.hse-checkout-page .hse-option>.hse-option-badge{left:36px!important;top:-10px!important;font-size:10px!important;padding:2px 6px!important}.hse-checkout-page .hse-option>.hse-option-gift{left:88px!important;top:-10px!important;font-size:10px!important;padding:2px 6px!important;max-width:calc(100% - 120px)!important;overflow:hidden!important;text-overflow:ellipsis!important}}

/* FIX8: Alt metin, TOC ve yeni nesil ilerleme çubuğu */
.hse-bottom-text{margin:28px 0 10px;background:#fff;border:1px solid #e5edf6;border-radius:14px;padding:22px;box-shadow:0 4px 16px rgba(15,23,42,.05);line-height:1.65;color:#24364b}
.hse-bottom-text h2,.hse-bottom-text h3,.hse-bottom-text h4{scroll-margin-top:90px;color:#162b46;margin-top:22px;margin-bottom:10px}
.hse-toc{margin:16px 0 22px;padding:16px 18px;border:1px solid #dbeafe;background:linear-gradient(135deg,#f8fbff,#eef6ff);border-radius:14px;box-shadow:0 6px 18px rgba(51,102,168,.08)}
.hse-toc strong{display:block;margin-bottom:10px;color:var(--hse-theme-color,#3366a8);font-size:18px}
.hse-toc ol{margin:0;padding-left:20px;display:grid;gap:6px}.hse-toc a{text-decoration:none;color:#22364e;font-weight:700}.hse-toc a:hover{color:var(--hse-theme-color,#3366a8)}.hse-toc-l3{margin-left:12px}.hse-toc-l4{margin-left:24px}
@media(max-width:600px){.hse-bottom-text{padding:16px;border-radius:12px}}

/* v2.6.1 - yorum sayfalama, fiyat altı yorum bağlantısı ve kategori bazlı kampanya görünümü */
.hse-review-anchor{display:inline-flex;align-items:center;gap:6px;margin:6px 0 10px;text-decoration:none;color:#f59e0b;font-weight:800;font-size:14px;line-height:1.35}
.hse-review-anchor:hover{text-decoration:underline;color:#d97706}
.hse-review-pagination{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:16px 0 20px}
.hse-review-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:10px;border:1px solid #dbe5f0;background:#fff;color:#24364b;text-decoration:none;font-weight:800;box-shadow:0 2px 8px rgba(15,23,42,.04)}
.hse-review-pagination a.active,.hse-review-pagination a:hover{background:var(--hse-theme-color,#3366a8);border-color:var(--hse-theme-color,#3366a8);color:#fff}
.hse-detail-content .hse-toc{margin:14px 0 22px}
.hse-detail-content h2,.hse-detail-content h3,.hse-detail-content h4{scroll-margin-top:90px}
.hse-checkout-page .hse-option{margin-bottom:14px!important}
.hse-checkout-page .hse-option:last-child{margin-bottom:0!important}
@media(max-width:600px){.hse-review-anchor{font-size:13px}.hse-review-pagination a{min-width:31px;height:31px;border-radius:9px}.hse-checkout-page .hse-option{margin-bottom:12px!important}}

/* FIX12: ürün kartı yıldızları ve daha düzenli sipariş yönetimi */
.hse-card-stars{display:flex;align-items:center;justify-content:center;letter-spacing:2px;color:#f59e0b;font-size:13px;line-height:1;margin:7px 0 2px;white-space:nowrap;min-height:14px}
.hse-card-stars:before,.hse-card-stars:after{content:"";display:block;width:26px;height:1px;background:#e5e7eb;margin:0 7px}
.hse-card-body{display:flex;flex-direction:column}.hse-card-body .hse-title{min-height:38px}.hse-card-body .hse-price-row{margin-top:auto;padding-top:10px}
.hse-cat-bottom{margin:28px 0 10px;background:#fff;border:1px solid #e5edf6;border-radius:14px;padding:22px;box-shadow:0 4px 16px rgba(15,23,42,.05);line-height:1.65;color:#24364b}
@media(max-width:600px){.hse-card-stars{font-size:12px;letter-spacing:1.5px}.hse-card-stars:before,.hse-card-stars:after{width:18px;margin:0 5px}}

/* FIX13: ürün galerisi, büyütme ve temiz TOC anchor görünümü */
.hse-gallery{position:relative}.hse-gallery .hse-main-image-link{display:block;cursor:zoom-in;text-decoration:none}.hse-gallery .hse-main-image{width:100%;border-radius:14px;background:#f4f6f8;display:block}.hse-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.hse-thumb{border:1px solid #e1e7ef;background:#fff;border-radius:8px;padding:4px;cursor:pointer;transition:.18s}.hse-thumb.active,.hse-thumb:hover{border-color:var(--hse-theme-color,#3366a8);box-shadow:0 0 0 2px rgba(51,102,168,.12)}.hse-thumb img{width:100%;height:58px;object-fit:cover;border-radius:6px;display:block}.hse-zoom-hint{display:block;text-align:center;margin-top:8px;color:#64748b;font-size:12px}.hse-lightbox{position:fixed;z-index:999999;inset:0;background:rgba(15,23,42,.86);display:none;align-items:center;justify-content:center;padding:24px}.hse-lightbox.open{display:flex}.hse-lightbox img{max-width:min(96vw,1100px);max-height:90vh;border-radius:12px;background:#fff;box-shadow:0 18px 70px rgba(0,0,0,.35)}.hse-lightbox button{position:absolute;right:22px;top:18px;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:#111827;font-size:28px;line-height:1;cursor:pointer}.hse-detail-content [id^="toc-"]{scroll-margin-top:95px}@media(max-width:600px){.hse-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}.hse-thumb img{height:48px}.hse-lightbox{padding:12px}.hse-lightbox button{right:12px;top:12px}}

/* FIX14: satış tetikleyici, geri sayım, en çok satan ve hızlı fiyat */
.hse-live-slider{margin:12px 0 10px;border:1px solid #fde68a;background:linear-gradient(135deg,#fffbeb,#fff7ed);border-radius:14px;min-height:44px;display:flex;align-items:center;padding:10px 14px;position:relative;overflow:hidden;color:#7c2d12;font-weight:800;box-shadow:0 6px 18px rgba(245,158,11,.12)}
.hse-live-slider span{display:none;align-items:center;gap:8px;width:100%;line-height:1.3}.hse-live-slider span.active,.hse-live-slider span:only-child{display:flex}.hse-live-slider i{color:#f97316}.hse-live-slider b{color:#b91c1c}
.hse-countdown{margin:10px 0 14px;border:1px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#f8fbff);border-radius:14px;padding:11px 14px;color:#1e3a8a;font-weight:800;display:flex;align-items:center;gap:8px;box-shadow:0 6px 18px rgba(37,99,235,.10)}.hse-countdown b{font-size:18px;color:#dc2626;letter-spacing:.5px}
.hse-best-badge,.hse-single-best{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-weight:900}.hse-best-badge{font-size:12px;padding:4px 9px;margin:6px auto 2px;align-self:center}.hse-single-best{font-size:13px;padding:6px 11px;margin:0 0 9px}.hse-best-badge i,.hse-single-best i{color:#e11d48}
.hse-inline-price.saved{border-color:#22c55e!important;box-shadow:0 0 0 1px #22c55e!important}.hse-zoom-hint{display:none!important}
@media(max-width:600px){.hse-live-slider{font-size:13px;padding:9px 11px}.hse-countdown{font-size:13px;align-items:center;line-height:1.35}.hse-countdown i{display:inline-flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}.hse-countdown b{font-size:16px;line-height:1}}


/* FIX15 */
.hse-imgbox{position:relative;overflow:hidden}.hse-card-labels{align-items:flex-start}.hse-best-round{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:4px;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;font-weight:800;line-height:1.15;box-shadow:0 8px 22px rgba(239,68,68,.28);z-index:6}.hse-best-round-card{position:absolute;left:10px;top:10px;width:68px;height:68px;border-radius:999px;font-size:10px;padding:6px;letter-spacing:-.2px}.hse-best-round-single{position:absolute;left:14px;top:14px;width:92px;height:92px;border-radius:999px;font-size:13px;padding:10px}.hse-detail-image.hse-gallery{position:relative}.hse-gallery .hse-main-image-link{height:460px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;overflow:hidden}.hse-gallery .hse-main-image{width:100%;height:100%;object-fit:contain;border-radius:16px;background:#fff}.hse-thumbs{min-height:76px}.hse-gallery-nav{position:absolute;top:225px;transform:translateY(-50%);z-index:8;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 8px 22px rgba(15,23,42,.16);font-size:34px;line-height:36px;cursor:pointer;color:#1f2937}.hse-gallery-prev{left:12px}.hse-gallery-next{right:12px}.hse-gallery-nav:hover{background:#fff;color:var(--hse-theme-color,#3366a8)}.hse-stat-card a{text-decoration:none;font-weight:700;color:#2271b1}.hse-stat-card a:hover{text-decoration:underline}@media(max-width:700px){.hse-gallery .hse-main-image-link{height:330px}.hse-gallery-nav{top:160px;width:36px;height:36px;font-size:28px}.hse-best-round-single{width:76px;height:76px;font-size:11px}.hse-best-round-card{width:60px;height:60px;font-size:9px}}


/* FIX16: manual-only bestseller label styles and floating CTA */
.hse-single-best,.hse-best-badge,.hse-best-round{display:none!important}.hse-best-label{position:absolute;left:12px;top:12px;z-index:9;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:900;line-height:1.15;letter-spacing:.1px;box-shadow:0 10px 26px rgba(15,23,42,.18);pointer-events:none}.hse-best-card{font-size:10px;max-width:92px}.hse-best-single{font-size:13px;max-width:132px}.hse-best-ribbon{background:linear-gradient(135deg,#e11d48,#f97316);color:#fff;border-radius:0 999px 999px 0;padding:9px 14px 9px 12px}.hse-best-pill{background:#111827;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:8px 13px}.hse-best-corner{background:#2563eb;color:#fff;border-radius:12px 2px 12px 2px;padding:9px 12px}.hse-best-minimal{background:rgba(255,255,255,.94);color:#111827;border:1px solid #111827;border-radius:6px;padding:7px 10px;box-shadow:0 8px 20px rgba(15,23,42,.12)}.hse-best-gold{background:linear-gradient(135deg,#f7d56f,#b7791f);color:#3b2600;border-radius:999px;padding:9px 13px;border:1px solid rgba(120,76,0,.18)}.hse-best-soft{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;border-radius:999px;padding:8px 12px;box-shadow:0 8px 18px rgba(194,65,12,.12)}.hse-best-stamp{background:#fff;color:#be123c;border:2px solid #be123c;border-radius:999px;padding:8px 11px;transform:rotate(-7deg);text-transform:uppercase}.hse-floating-actions{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:99998;width:min(720px,calc(100% - 24px));display:flex;gap:10px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 16px 40px rgba(15,23,42,.20);padding:10px}.hse-floating-actions a{flex:1;min-height:48px;margin:0!important}.hse-product-detail{padding-bottom:82px}@media(max-width:600px){.hse-floating-actions{bottom:8px;width:calc(100% - 14px);padding:8px;border-radius:14px}.hse-floating-actions a{font-size:13px;min-height:44px}.hse-best-single{font-size:11px;max-width:110px}.hse-best-card{font-size:9px;max-width:78px}.hse-best-label{left:9px;top:9px}}

/* FIX19: floating CTA icon and device visibility */
.hse-floating-actions a{display:flex!important;align-items:center;justify-content:center;gap:8px;text-decoration:none!important;line-height:1.2}
.hse-floating-actions a i{font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.hse-floating-actions .hse-wa-btn i{font-size:20px}
@media(min-width:769px){.hse-floating-actions.hse-hide-desktop{display:none!important}}
@media(max-width:768px){.hse-floating-actions.hse-hide-mobile{display:none!important}.hse-floating-actions a i{font-size:16px}.hse-floating-actions .hse-wa-btn i{font-size:18px}}

/* FIX20: device visibility and icon spacing for floating purchase buttons */
.hse-floating-actions a i{margin-right:6px!important;}
@media (min-width:769px){.hse-floating-actions.hse-hide-desktop{display:none!important;visibility:hidden!important;pointer-events:none!important;}}
@media (max-width:768px){.hse-floating-actions.hse-hide-mobile{display:none!important;visibility:hidden!important;pointer-events:none!important;}}

/* FIX22: mobil sipariş sıralaması */
@media (max-width:768px){
  .hse-checkout-page.hse-mobile-summary-first .hse-checkout{display:flex!important;flex-direction:column!important;gap:14px!important;}
  .hse-checkout-page.hse-mobile-summary-first .hse-summary{order:1!important;width:100%!important;}
  .hse-checkout-page.hse-mobile-summary-first .hse-form-main{order:2!important;width:100%!important;}
  .hse-checkout-page.hse-mobile-form-first .hse-checkout{display:flex!important;flex-direction:column!important;gap:14px!important;}
  .hse-checkout-page.hse-mobile-form-first .hse-form-main{order:1!important;width:100%!important;}
  .hse-checkout-page.hse-mobile-form-first .hse-summary{order:2!important;width:100%!important;}
}

/* FIX27 Hero Section */
.hse-hero-section{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;overflow:hidden;margin:0 0 20px;padding:42px 44px;border-radius:28px;background:linear-gradient(135deg,#fbfaff 0%,#f2ecff 54%,#ffffff 100%);box-shadow:0 22px 55px rgba(67,38,145,.12);border:1px solid rgba(120,89,207,.14)}
.hse-hero-section:before{content:"";position:absolute;inset:-20% -10% auto auto;width:420px;height:260px;background:radial-gradient(circle,rgba(107,62,224,.18),transparent 68%);pointer-events:none}.hse-hero-copy{position:relative;z-index:2}.hse-hero-copy h1{margin:0 0 12px;font-size:clamp(30px,4vw,54px);line-height:1.02;font-weight:900;letter-spacing:-.04em;color:#111827}.hse-hero-copy h1::first-line{color:#111827}.hse-hero-copy p{max-width:480px;margin:0 0 22px;color:#475569;font-size:16px;line-height:1.65}.hse-hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--hse-theme-color,#3366a8);color:#fff!important;text-decoration:none;border-radius:12px;padding:13px 20px;font-weight:800;box-shadow:0 14px 30px rgba(51,102,168,.25);transition:transform .2s ease,box-shadow .2s ease}.hse-hero-cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(51,102,168,.32)}.hse-hero-art{position:relative;min-height:250px;display:flex;justify-content:center;align-items:center}.hse-hero-art img{max-width:100%;max-height:340px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(76,29,149,.18))}.hse-hero-bag{width:190px;height:210px;border-radius:28px 28px 38px 38px;background:linear-gradient(145deg,#7c3aed,#4c1d95);box-shadow:0 28px 55px rgba(76,29,149,.30);display:flex;align-items:center;justify-content:center;color:#fff;font-size:86px;transform:rotate(2deg);position:relative}.hse-hero-bag:before{content:"";position:absolute;top:-32px;left:55px;width:78px;height:56px;border:10px solid #312e81;border-bottom:0;border-radius:44px 44px 0 0}.hse-hero-phone{position:absolute;right:6px;bottom:-4px;width:150px;height:210px;border:10px solid #111827;border-radius:28px;background:#fff;box-shadow:0 20px 35px rgba(15,23,42,.18);padding:22px 13px;color:#111827}.hse-hero-phone span{display:block;width:22px;height:3px;background:#111827;border-radius:4px;margin-bottom:18px}.hse-hero-phone strong{display:block;font-size:17px;line-height:1.15;font-weight:900}.hse-hero-phone em{display:block;margin-top:14px;font-size:11px;color:#64748b;font-style:normal}.hse-hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 22px}.hse-hero-features>div{display:flex;align-items:center;gap:12px;padding:15px 16px;background:#fff;border:1px solid rgba(148,163,184,.22);border-radius:18px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.hse-hero-features b{width:38px;height:38px;border-radius:14px;background:rgba(99,102,241,.10);display:flex;align-items:center;justify-content:center;font-size:19px}.hse-hero-features strong{display:block;color:#111827;font-size:14px;font-weight:900}.hse-hero-features small{display:block;color:#64748b;font-size:12px;line-height:1.35;margin-top:2px}
@media(max-width:820px){.hse-hero-section{grid-template-columns:1fr;padding:28px 22px;border-radius:22px}.hse-hero-art{min-height:220px}.hse-hero-features{grid-template-columns:1fr}.hse-hero-phone{right:20px}.hse-hero-bag{width:155px;height:175px;font-size:68px}}

/* FIX28 Hero Section: beyaz, çerçevesiz, iki butonlu yeni nesil tasarım */
.hse-hero-section{background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:42px 0!important;margin:0 0 20px!important;overflow:visible!important;grid-template-columns:minmax(0,.67fr) minmax(0,1fr)!important}
.hse-hero-section:before{display:none!important}.hse-hero-copy h1{font-size:clamp(32px,4.3vw,62px)!important;letter-spacing:-.05em!important}.hse-hero-copy p{font-size:17px!important;color:#536176!important}.hse-hero-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:470px}.hse-hero-cta{width:100%;justify-content:center;gap:9px;border-radius:14px!important;min-height:52px;padding:13px 18px!important;box-sizing:border-box}.hse-hero-cta i{font-size:16px;line-height:1}.hse-hero-cta-primary{background:var(--hse-theme-color,#3366a8)!important;color:#fff!important}.hse-hero-cta-secondary{background:#111827!important;color:#fff!important;box-shadow:0 14px 30px rgba(17,24,39,.18)!important}.hse-hero-art{min-height:260px!important}.hse-hero-art img{filter:none!important}.hse-hero-bag{background:linear-gradient(145deg,var(--hse-theme-color,#3366a8),#111827)!important}.hse-hero-features{margin-top:6px!important}.hse-hero-features>div{box-shadow:0 10px 24px rgba(15,23,42,.05)!important;border-color:#eef2f7!important}
@media(max-width:820px){.hse-hero-section{display:flex!important;gap:22px!important;padding:24px 0!important}.hse-hero-mobile-top{flex-direction:column-reverse!important}.hse-hero-mobile-bottom{flex-direction:column!important}.hse-hero-mobile-image-0 .hse-hero-art{display:none!important}.hse-hero-copy{text-align:left!important}.hse-hero-copy h1{font-size:34px!important}.hse-hero-buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:none!important;width:100%!important}.hse-hero-cta{font-size:14px!important;padding:12px 10px!important;min-height:50px}.hse-hero-art{min-height:210px!important;width:100%!important}.hse-hero-phone{right:12px!important}.hse-hero-features{grid-template-columns:1fr!important}}
@media(max-width:420px){.hse-hero-buttons{gap:8px}.hse-hero-cta{font-size:13px!important}.hse-hero-cta i{font-size:15px}}

/* FIX29: Ürün Kartları Altı Metin çerçevesiz */
.hse-bottom-text,.hse-cat-bottom{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;}
.hse-bottom-text .hse-toc,.hse-cat-bottom .hse-toc{margin-left:0;margin-right:0;}

/* FIX30: Ürün Kartları Altı Metin tamamen çerçevesiz */
.hse-wrap .hse-bottom-text,
.hse-wrap .hse-bottom-text.hse-top-text-plain,
.hse-wrap .hse-cat-bottom,
.hse-category-page .hse-cat-bottom{background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important;padding:0!important;}
.hse-wrap .hse-bottom-text:before,.hse-wrap .hse-bottom-text:after,.hse-wrap .hse-cat-bottom:before,.hse-wrap .hse-cat-bottom:after{display:none!important;content:none!important;}
@media(max-width:600px){.hse-wrap .hse-bottom-text,.hse-wrap .hse-cat-bottom{padding:0!important;border-radius:0!important;}}

.hse-security-code{font-weight:800;letter-spacing:.2px}

/* FIX32: ürün görseli ve benzer ürün görsel arka planları beyaz */
.hse-gallery .hse-main-image-link,
.hse-gallery .hse-main-image,
.hse-detail-image,
.hse-detail-image img,
.hse-related-card img{background:#fff!important;}
.hse-manual-order-title{font-size:18px;margin:0 0 10px;color:#17233a;font-weight:800;}
/* FIX34: Hero oranı eski sürüme yakın 50/50 */
.hse-hero-section{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
/* FIX34: Tek ürün fiyat üstü promo slider */
.hse-price-promo{position:relative;overflow:hidden;height:38px;margin:4px 0 10px;border:0;background:#fff;border-radius:0;box-shadow:none}
.hse-price-promo-track{display:flex;flex-direction:column;animation:hsePromoUp 10s infinite cubic-bezier(.22,1,.36,1)}
.hse-price-promo.hse-promo-down .hse-price-promo-track{animation:hsePromoDown 10s infinite cubic-bezier(.22,1,.36,1)}
.hse-promo-item{height:38px;min-width:100%;display:flex;align-items:center;gap:8px;padding:0 12px;box-sizing:border-box;color:#0f172a;font-size:13px;white-space:nowrap}
.hse-promo-item i{width:22px;height:22px;border-radius:999px;background:linear-gradient(135deg,#fff7ed,#fed7aa);color:#ea580c;display:inline-flex;align-items:center;justify-content:center;font-size:11px;flex:0 0 auto;box-shadow:0 4px 10px rgba(249,115,22,.20)}
.hse-promo-item b{font-weight:800;overflow:hidden;text-overflow:ellipsis}
@keyframes hsePromoUp{0%,17%{transform:translateY(0);opacity:1}22%,39%{transform:translateY(-38px);opacity:1}44%,61%{transform:translateY(-76px);opacity:1}66%,83%{transform:translateY(-114px);opacity:1}88%,100%{transform:translateY(-152px);opacity:1}}
@keyframes hsePromoDown{0%,17%{transform:translateY(-152px);opacity:1}22%,39%{transform:translateY(-114px);opacity:1}44%,61%{transform:translateY(-76px);opacity:1}66%,83%{transform:translateY(-38px);opacity:1}88%,100%{transform:translateY(0);opacity:1}}
@media(max-width:600px){.hse-price-promo{height:36px}.hse-promo-item{height:36px;font-size:12px;padding:0 10px}.hse-hero-section{grid-template-columns:1fr!important}}

/* FIX35: promosyon slider çerçevesiz, dikkat çekici parlama */
.hse-price-promo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(251,191,36,.18),transparent);transform:translateX(-120%);animation:hsePromoShine 2.8s infinite;pointer-events:none}
@keyframes hsePromoShine{0%{transform:translateX(-120%)}45%,100%{transform:translateX(120%)}}

/* FIX36: Sipariş gönderim tam ekran bilgilendirme ve başarı ikonları */
.hse-order-overlay{position:fixed;inset:0;background:rgba(15,23,42,.68);backdrop-filter:blur(8px);z-index:999999;display:none;align-items:center;justify-content:center;padding:22px}.hse-order-overlay.open{display:flex}.hse-order-overlay-card{width:min(460px,100%);background:#fff;border-radius:26px;box-shadow:0 28px 90px rgba(2,6,23,.32);text-align:center;padding:34px 28px;border:1px solid rgba(226,232,240,.9);animation:hseOverlayIn .22s ease-out}.hse-order-overlay-icon{width:92px;height:92px;border-radius:26px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:38px;background:linear-gradient(135deg,var(--hse-theme-color,#3366a8),#16a34a);color:#fff;box-shadow:0 16px 35px rgba(37,99,235,.26)}.hse-order-overlay.is-loading .hse-order-overlay-icon i{animation:hseSendPulse 1.15s ease-in-out infinite}.hse-order-overlay.is-error .hse-order-overlay-icon{background:linear-gradient(135deg,#dc2626,#f97316)}.hse-order-overlay.is-error .hse-order-overlay-icon i:before{content:"\f071"}.hse-order-overlay.is-ok .hse-order-overlay-icon{background:linear-gradient(135deg,#16a34a,#22c55e)}.hse-order-overlay.is-ok .hse-order-overlay-icon i:before{content:"\f00c"}.hse-order-overlay-card h3{margin:0 0 10px;font-size:25px;color:#0f172a;font-weight:900}.hse-order-overlay-card p{margin:0;color:#475569;font-size:16px;line-height:1.6}.hse-order-overlay-card button{margin-top:22px;border:0;border-radius:14px;background:#0f172a;color:#fff;padding:12px 22px;font-weight:800;cursor:pointer}.hse-success-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0 26px}.hse-success-info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px 12px;text-align:center}.hse-success-info-item i{width:44px;height:44px;border-radius:14px;background:var(--hse-theme-color,#3366a8);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:9px}.hse-success-info-item strong{display:block;color:#0f172a;font-size:14px;margin-bottom:5px}.hse-success-info-item span{display:block;color:#64748b;font-size:12px;line-height:1.45}@keyframes hseOverlayIn{from{transform:translateY(14px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes hseSendPulse{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(-8deg)}}@media(max-width:768px){.hse-order-overlay-card{padding:28px 20px;border-radius:22px}.hse-order-overlay-icon{width:78px;height:78px;font-size:32px}.hse-success-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hse-success-info-item{padding:14px 10px}}


/* FIX37: Ürün kartı görsellerini tam kare göster */
.hse-product-card .hse-product-image,
.hse-product-card .hse-card-image,
.hse-product-card .hse-product-thumb,
.hse-product-card .hse-product-img,
.hse-product-card .product-image,
.hse-product-card figure,
.hse-products .hse-product-image,
.hse-products .hse-card-image,
.hse-products .hse-product-thumb,
.hse-products .hse-product-img,
.hse-products .product-image,
.hse-products figure,
.hse-product-list .hse-product-image,
.hse-product-list .hse-card-image,
.hse-product-list .hse-product-thumb,
.hse-product-list .hse-product-img,
.hse-product-list .product-image,
.hse-product-grid .hse-product-image,
.hse-product-grid .hse-card-image,
.hse-product-grid .hse-product-thumb,
.hse-product-grid .hse-product-img,
.hse-product-grid .product-image {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
    background: #fff !important;
}

.hse-product-card .hse-product-image img,
.hse-product-card .hse-card-image img,
.hse-product-card .hse-product-thumb img,
.hse-product-card .hse-product-img img,
.hse-product-card .product-image img,
.hse-product-card figure img,
.hse-products .hse-product-image img,
.hse-products .hse-card-image img,
.hse-products .hse-product-thumb img,
.hse-products .hse-product-img img,
.hse-products .product-image img,
.hse-products figure img,
.hse-product-list .hse-product-image img,
.hse-product-list .hse-card-image img,
.hse-product-list .hse-product-thumb img,
.hse-product-list .hse-product-img img,
.hse-product-list .product-image img,
.hse-product-grid .hse-product-image img,
.hse-product-grid .hse-card-image img,
.hse-product-grid .hse-product-thumb img,
.hse-product-grid .hse-product-img img,
.hse-product-grid .product-image img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    display: block !important;
}

/* Genel ürün kartı içindeki ilk görsel için yedek kareleme */
.hse-product-card > a:first-child img,
.hse-products .hse-product-card img:first-of-type,
.hse-product-grid .hse-product-card img:first-of-type {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
}


/* FIX38: Ürün kartı öne çıkan görsel alanı tam kare */
.hse-products .hse-card .hse-imgbox,
.hse-product-grid .hse-card .hse-imgbox,
.hse-card .hse-imgbox.hse-product-image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    background: #fff !important;
    display: block !important;
    padding: 0 !important;
}

.hse-products .hse-card .hse-imgbox > img,
.hse-product-grid .hse-card .hse-imgbox > img,
.hse-card .hse-imgbox.hse-product-image > img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    max-width: none !important;
}

.hse-card .hse-imgbox .hse-card-labels {
    position: absolute !important;
    z-index: 3 !important;
}


/* FIX39: Mobil ürün kartı hediye etiketi tek satır tam görünür */
.hse-card .hse-gift,
.hse-products .hse-gift,
.hse-card-labels .hse-gift {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    max-width: calc(100% - 12px) !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    box-sizing: border-box !important;
}

.hse-card .hse-gift i,
.hse-products .hse-gift i,
.hse-card-labels .hse-gift i {
    flex: 0 0 auto !important;
    font-size: .9em !important;
}

@media (max-width: 640px) {
    .hse-card-labels {
        left: 8px !important;
        right: 8px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 5px !important;
        align-items: flex-start !important;
        overflow: visible !important;
    }
    .hse-card .hse-gift,
    .hse-products .hse-gift,
    .hse-card-labels .hse-gift {
        font-size: 11px !important;
        padding: 5px 7px !important;
        min-width: 0 !important;
        max-width: 100% !important;
        border-radius: 999px !important;
    }
    .hse-card .hse-badge,
    .hse-products .hse-badge,
    .hse-card-labels .hse-badge {
        font-size: 11px !important;
        padding: 5px 7px !important;
        white-space: nowrap !important;
    }
}

/* FIX39: Ürün kartı görsel kutusunu her temada kare sabitle */
.hse-products .hse-card .hse-imgbox,
.hse-card .hse-imgbox.hse-product-image {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
}
.hse-products .hse-card .hse-imgbox > img,
.hse-card .hse-imgbox.hse-product-image > img {
    aspect-ratio: 1 / 1 !important;
    height: 100% !important;
    object-fit: cover !important;
}


/* FIX40: Hediye etiketi masaüstü/mobil hizalama */
.hse-products .hse-card .hse-imgbox,
.hse-card .hse-imgbox.hse-product-image{
    position:relative!important;
}

.hse-card .hse-card-labels,
.hse-products .hse-card-labels{
    position:absolute!important;
    top:10px!important;
    left:10px!important;
    right:10px!important;
    z-index:4!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    max-width:calc(100% - 20px)!important;
    pointer-events:none!important;
}

.hse-card .hse-gift,
.hse-products .hse-gift,
.hse-card-labels .hse-gift{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-width:100%!important;
    width:auto!important;
    line-height:1.1!important;
    font-weight:600!important;
    font-size:12px!important;
    letter-spacing:-.015em!important;
    padding:6px 9px!important;
    border-radius:999px!important;
    box-sizing:border-box!important;
    pointer-events:auto!important;
}

.hse-card .hse-gift i,
.hse-products .hse-gift i,
.hse-card-labels .hse-gift i{
    flex:0 0 auto!important;
    font-size:.95em!important;
}

@media (min-width: 769px){
    .hse-card .hse-card-labels,
    .hse-products .hse-card-labels{
        justify-content:flex-start!important;
        top:12px!important;
        left:12px!important;
        right:12px!important;
    }
    .hse-card .hse-gift,
    .hse-products .hse-gift{
        font-size:12px!important;
        padding:7px 10px!important;
        transform:none!important;
    }
}

@media (max-width: 640px){
    .hse-card .hse-card-labels,
    .hse-products .hse-card-labels{
        top:7px!important;
        left:7px!important;
        right:7px!important;
        gap:4px!important;
        max-width:calc(100% - 14px)!important;
    }
    .hse-card .hse-gift,
    .hse-products .hse-gift{
        font-size:10px!important;
        font-weight:500!important;
        padding:4px 6px!important;
        gap:3px!important;
        letter-spacing:-.03em!important;
        min-width:0!important;
        flex-shrink:1!important;
    }
    .hse-card .hse-badge,
    .hse-products .hse-badge{
        font-size:10px!important;
        padding:4px 6px!important;
        white-space:nowrap!important;
        flex-shrink:0!important;
    }
}


/* FIX41: Mobil fiyat + kargo etiketi taşmasını engelle */
.hse-card .hse-price-row,
.hse-products .hse-price-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.hse-card .hse-price-row strong,
.hse-products .hse-price-row strong {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.hse-card .hse-price-row span,
.hse-products .hse-price-row span {
    flex: 0 1 auto !important;
    max-width: 48% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
}

@media (max-width: 640px) {
    .hse-card .hse-card-body,
    .hse-products .hse-card-body {
        min-width: 0 !important;
        overflow: hidden !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .hse-card .hse-price-row,
    .hse-products .hse-price-row {
        gap: 4px !important;
    }
    .hse-card .hse-price-row strong,
    .hse-products .hse-price-row strong {
        font-size: 15px !important;
        letter-spacing: -0.03em !important;
    }
    .hse-card .hse-price-row span,
    .hse-products .hse-price-row span {
        max-width: 54% !important;
        font-size: 9px !important;
        padding: 4px 5px !important;
        letter-spacing: -0.04em !important;
        line-height: 1 !important;
        border-radius: 6px !important;
    }
}

/* FIX42: Mobil fiyat + ÜCRETSİZ KARGO aynı satırda, kesilmeden gösterilsin */
.hse-products .hse-card .hse-price-row,
.hse-card .hse-price-row{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    flex-wrap:nowrap!important;
    gap:4px!important;
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
    box-sizing:border-box!important;
}
.hse-products .hse-card .hse-price-row strong,
.hse-card .hse-price-row strong{
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.05!important;
}
.hse-products .hse-card .hse-price-row span,
.hse-card .hse-price-row span{
    flex:0 0 auto!important;
    max-width:none!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1!important;
    box-sizing:border-box!important;
}
@media (max-width:640px){
    .hse-products .hse-card .hse-card-body,
    .hse-card .hse-card-body{
        padding-left:8px!important;
        padding-right:8px!important;
        overflow:visible!important;
    }
    .hse-products .hse-card .hse-price-row,
    .hse-card .hse-price-row{
        gap:3px!important;
    }
    .hse-products .hse-card .hse-price-row strong,
    .hse-card .hse-price-row strong{
        font-size:clamp(12px,3.45vw,14px)!important;
        letter-spacing:-.055em!important;
    }
    .hse-products .hse-card .hse-price-row span,
    .hse-card .hse-price-row span{
        font-size:clamp(7px,2.25vw,9px)!important;
        padding:4px 4px!important;
        letter-spacing:-.075em!important;
        border-radius:5px!important;
    }
}
@media (max-width:380px){
    .hse-products .hse-card .hse-card-body,
    .hse-card .hse-card-body{
        padding-left:6px!important;
        padding-right:6px!important;
    }
    .hse-products .hse-card .hse-price-row strong,
    .hse-card .hse-price-row strong{
        font-size:12px!important;
        letter-spacing:-.07em!important;
    }
    .hse-products .hse-card .hse-price-row span,
    .hse-card .hse-price-row span{
        font-size:7px!important;
        padding:3px 3px!important;
        letter-spacing:-.09em!important;
    }
}


/* FIX46: ürün kartı görselleri kare ve stabil */
.hse-product-card .hse-product-image,
.hse-product-card .hse-card-image,
.hse-product-card .hse-product-thumb,
.hse-products .hse-product-image,
.hse-products .hse-card-image,
.hse-product-grid .hse-product-image{
    width:100%!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    background:#fff!important;
    display:block!important;
    height:auto!important;
}
.hse-product-card .hse-product-image img,
.hse-product-card .hse-card-image img,
.hse-product-card .hse-product-thumb img,
.hse-products .hse-product-image img,
.hse-products .hse-card-image img,
.hse-product-grid .hse-product-image img{
    width:100%!important;
    height:100%!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
    display:block!important;
}


/* FIX51: Mobil Hero Section buton metinleri tek satır kalsın */
.hse-hero-buttons .hse-hero-cta,
.hse-hero-buttons .hse-hero-cta span{
  white-space:nowrap!important;
  flex-wrap:nowrap!important;
}
.hse-hero-buttons .hse-hero-cta{
  overflow:hidden!important;
  text-overflow:clip!important;
}
.hse-hero-buttons .hse-hero-cta span{
  display:inline-block!important;
  min-width:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media(max-width:820px){
  .hse-hero-buttons{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .hse-hero-buttons .hse-hero-cta{
    font-size:12.5px!important;
    line-height:1!important;
    padding:10px 6px!important;
    gap:5px!important;
    min-height:44px!important;
  }
  .hse-hero-buttons .hse-hero-cta i{
    font-size:13px!important;
    flex:0 0 auto!important;
  }
}
@media(max-width:380px){
  .hse-hero-buttons .hse-hero-cta{
    font-size:11.5px!important;
    padding-left:4px!important;
    padding-right:4px!important;
    gap:4px!important;
  }
}


/* FIX55: Ürün Kartları Altı Metin - Devamını oku / Gizle metin tasarımı */
.hse-readmore-wrap{position:relative;display:block}
.hse-readmore-hidden[hidden]{display:none!important}
.hse-readmore-hidden:not([hidden]){display:block!important}
.hse-bottom-text .hse-readmore-btn,
.hse-readmore-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  margin:18px auto 4px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#1d4ed8!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.35!important;
  box-shadow:none!important;
  cursor:pointer!important;
  text-decoration:none!important;
  width:auto!important;
  max-width:100%!important;
}
.hse-bottom-text .hse-readmore-wrap{text-align:left!important}
.hse-readmore-btn span{font-size:19px!important;line-height:1!important;margin-top:-1px!important}
.hse-readmore-btn:hover{color:#0f3fb5!important;text-decoration:none!important;background:transparent!important;box-shadow:none!important;transform:none!important;opacity:1!important}
@media(max-width:600px){.hse-readmore-btn{font-size:14.5px!important;white-space:nowrap!important}}


/* FIX56: Ürün Kartları Altı Metin editör uyumluluğu - içerik standart hizalı, sadece buton ortalı */
.hse-wrap .hse-bottom-text,
.hse-wrap .hse-bottom-text.hse-top-text-plain,
.hse-bottom-text .hse-readmore-wrap,
.hse-bottom-text .hse-readmore-visible,
.hse-bottom-text .hse-readmore-hidden{
  text-align:left!important;
}
.hse-bottom-text p,
.hse-bottom-text li,
.hse-bottom-text h1,
.hse-bottom-text h2,
.hse-bottom-text h3,
.hse-bottom-text h4,
.hse-bottom-text h5,
.hse-bottom-text h6{
  text-align:inherit;
}
.hse-bottom-text .has-text-align-center{text-align:center!important;}
.hse-bottom-text .has-text-align-right{text-align:right!important;}
.hse-bottom-text .has-text-align-left{text-align:left!important;}
.hse-bottom-text .aligncenter{display:block;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
.hse-bottom-text .alignleft{float:left;margin-right:18px!important;}
.hse-bottom-text .alignright{float:right;margin-left:18px!important;}
.hse-bottom-text .hse-readmore-btn{
  display:flex!important;
  width:max-content!important;
  margin:18px auto 4px!important;
  text-align:center!important;
}

/* FIX60 kampanya fırsat etiketi */
.hse-opportunity{display:inline-flex;align-items:center;gap:5px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;line-height:1.2}
.hse-related-card .hse-opportunity{align-self:flex-start;margin:2px 0 4px}

/* FIX70: Ürün sayfası pasif uyarısı tema düzeni içinde */
.hse-disabled-product-page{padding:40px 16px;}
.hse-disabled-alert{max-width:760px;margin:30px auto;padding:26px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;text-align:center;box-shadow:0 14px 36px rgba(15,23,42,.08);}
.hse-disabled-alert strong{display:block;font-size:22px;margin-bottom:8px;color:#9a3412;}
.hse-disabled-alert span{display:block;font-size:15px;line-height:1.6;color:#7c2d12;margin-bottom:16px;}
.hse-disabled-home{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--hse-theme-color,#2563eb);color:#fff!important;text-decoration:none!important;font-weight:800;padding:10px 18px;}


/* FIX76: Kategori sayfaları 2.6.60 header mantığına döndürüldü; sadece eklenti alanı düzenlenir. */
.hse-auto-category{
  display:block;
  clear:both;
  width:100%;
  max-width:1280px;
  margin:24px auto 0;
  padding:0 16px;
  box-sizing:border-box;
  background:transparent;
  overflow:visible;
}
.hse-auto-category .hse-wrap.hse-category-page{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0;
  box-sizing:border-box;
}
.hse-category-page .hse-category-unified.hse-content-box{
  width:100%;
  max-width:100%;
  margin:0 0 32px;
  padding:24px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
  color:#1f2937;
  line-height:1.75;
  text-align:left;
  overflow:visible;
}
.hse-category-page .hse-category-unified .hse-cat-text{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  margin:0!important;
  color:inherit!important;
  line-height:inherit!important;
  text-align:left;
}
.hse-category-page .hse-category-unified .hse-cat-top{margin:0 0 22px!important;clear:both;}
.hse-category-page .hse-category-unified .hse-products{margin:18px 0 22px!important;clear:both;}
.hse-category-page .hse-category-unified .hse-cat-bottom{margin:22px 0 0!important;clear:both;}
.hse-category-page .hse-category-unified h1,
.hse-category-page .hse-category-unified h2,
.hse-category-page .hse-category-unified h3,
.hse-category-page .hse-category-unified h4,
.hse-category-page .hse-category-unified h5,
.hse-category-page .hse-category-unified h6{color:#111827;line-height:1.25;margin:1.15em 0 .55em;text-align:inherit;}
.hse-category-page .hse-category-unified p{margin:0 0 1em;text-align:inherit;}
.hse-category-page .hse-category-unified ul,
.hse-category-page .hse-category-unified ol{margin:0 0 1em 1.25em;padding-left:1.1em;}
.hse-category-page .hse-category-unified .has-text-align-center{text-align:center!important;}
.hse-category-page .hse-category-unified .has-text-align-right{text-align:right!important;}
.hse-category-page .hse-category-unified .has-text-align-left{text-align:left!important;}
.hse-category-page .hse-category-unified .hse-readmore-btn{display:flex!important;width:max-content!important;margin:18px auto 4px!important;text-align:center!important;}
.hse-category-page .hse-cat-top .hse-readmore-btn{display:none!important;}
.hse-auto-category img,.hse-auto-category video,.hse-auto-category iframe{max-width:100%;height:auto;}
@media(max-width:768px){
  .hse-auto-category{margin:16px auto 0;padding:0 10px;}
  .hse-category-page .hse-category-unified.hse-content-box{padding:16px;border-radius:14px;margin-bottom:24px;}
  .hse-category-page .hse-category-unified .hse-cat-top{margin-bottom:16px!important;}
  .hse-category-page .hse-category-unified .hse-products{margin:16px 0 18px!important;}
  .hse-category-page .hse-category-unified .hse-cat-bottom{margin-top:18px!important;}
}
