/* Add here all your CSS customizations */

/* E-commerce dynamic additions */
.ec-product-card{height:100%;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:.25s;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.ec-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.08)}
.ec-product-img{height:260px;object-fit:cover;width:100%;background:#f7f7f7}.ec-badge{position:absolute;top:12px;left:12px;z-index:2}.ec-cart-pulse{animation:ecCartPulse .65s ease-in-out 2}@keyframes ecCartPulse{0%{transform:scale(1)}50%{transform:scale(1.18);filter:drop-shadow(0 0 10px rgba(232,69,69,.45))}100%{transform:scale(1)}}
.ec-qty{max-width:92px;text-align:center}.ec-summary-card{border:1px solid #eee;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04)}.payment-option{border:1px solid #eee;border-radius:12px;padding:16px;background:#fff;cursor:pointer}.payment-option input{margin-right:8px}.payment-option.disabled{opacity:.48;cursor:not-allowed;background:#f7f7f7}.user-nav-card a{display:block;padding:12px 16px;border-bottom:1px solid #eee;color:#333}.user-nav-card a.active,.user-nav-card a:hover{background:#f8f8f8;color:#e04646}.status-pill{display:inline-block;padding:5px 10px;border-radius:50px;background:#f1f1f1;font-size:12px;font-weight:600}.status-new{background:#fff3cd}.status-confirmed{background:#d1e7dd}.status-preparing{background:#cff4fc}.status-shipped{background:#cfe2ff}.status-completed{background:#d1e7dd}.status-cancelled{background:#f8d7da}.admin-login-bg{background:linear-gradient(135deg,#111827,#374151)}


/* Bombacı paket ve fiyat düzenlemeleri */
.package-builder-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#fff7f8,#ffffff);border:1px solid #f3d4da;border-left:6px solid #df3348;border-radius:18px;padding:24px;box-shadow:0 12px 30px rgba(0,0,0,.05)}
.home-package-cta{background:radial-gradient(circle at top left,#fff0f2 0,#fff 45%,#f7f7f7 100%);border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.home-package-cta h2{font-size:34px}
.package-builder-hero{padding:70px 0;background:linear-gradient(135deg,#fff7f8 0%,#fff 45%,#f5f5f5 100%);border-bottom:1px solid #eee}.builder-rules{display:flex;flex-wrap:wrap;gap:10px}.builder-rules span{background:#fff;border:1px solid #f1d2d8;border-radius:999px;padding:10px 15px;box-shadow:0 7px 18px rgba(0,0,0,.04)}.builder-hero-img{width:210px;max-width:70%;filter:drop-shadow(0 18px 24px rgba(0,0,0,.12));animation:builderFloat 3s ease-in-out infinite}@keyframes builderFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.builder-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.builder-product-card{position:relative;text-align:left;background:#fff;border:1px solid #eee;border-radius:16px;padding:12px;min-height:210px;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.04);transition:.22s;width:100%}.builder-product-card:hover{transform:translateY(-4px);border-color:#df3348;box-shadow:0 16px 36px rgba(223,51,72,.12)}.builder-product-card img{width:100%;height:120px;object-fit:cover;border-radius:12px;background:#f7f7f7}.builder-product-name{display:block;font-weight:700;color:#111;line-height:1.25;margin-top:10px}.builder-product-card small{display:block;color:#df3348;margin-top:3px}.builder-product-count{position:absolute;top:8px;right:8px;background:#111;color:#fff;border-radius:999px;min-width:28px;height:28px;padding:4px 8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:2}.builder-product-count.active{background:#df3348;animation:packPop .25s ease}
.builder-sticky{position:sticky;top:115px}.builder-counter{background:#111;color:#fff;border-radius:999px;padding:8px 12px;font-weight:700}.builder-boxes{display:flex;flex-direction:column;gap:16px}.builder-box{border:2px solid #1b1f23;border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.07);padding:12px;animation:boxIn .25s ease}.builder-box-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.builder-box-head span{font-weight:700;color:#df3348}.builder-slots{display:grid;gap:8px}.slots-6{grid-template-columns:repeat(3,1fr)}.slots-12{grid-template-columns:repeat(4,1fr)}.builder-slot{min-height:70px;border-radius:12px;border:1px dashed #d8d8d8;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;text-align:center;font-size:10px;font-weight:700;color:#333;position:relative}.builder-slot.empty span{font-size:24px;color:#bbb}.builder-slot.filled{border-style:solid;border-color:#f0c8ce;background:#fff7f8;animation:packPop .22s ease}.builder-slot.filled img{width:42px;height:42px;border-radius:50%;object-fit:cover;margin-bottom:4px;box-shadow:0 4px 10px rgba(0,0,0,.12)}.builder-message{border-radius:12px;background:#fff7f8;color:#7a2330;padding:12px 14px;font-weight:700}.builder-message.ok{background:#eaf8ef;color:#146c2e}.builder-breakdown{max-height:170px;overflow:auto}.builder-breakdown div:last-child{border-bottom:0!important}@keyframes packPop{0%{transform:scale(.82);opacity:.35}100%{transform:scale(1);opacity:1}}@keyframes boxIn{0%{transform:translateY(8px);opacity:.4}100%{transform:translateY(0);opacity:1}}
@media(max-width:991px){.package-builder-strip{display:block}.package-builder-strip .btn{margin-top:15px}.builder-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-sticky{position:static}.package-builder-hero{padding:40px 0}}
@media(max-width:575px){.builder-product-grid{grid-template-columns:1fr}.slots-12{grid-template-columns:repeat(3,1fr)}.home-package-cta h2{font-size:26px}}

/* Paket oluştur sayfası - kutu görseli ve yuvarlak ikon düzeni */
.builder-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.builder-product-card{position:relative;text-align:center;background:#fff;border:1px solid #eee;border-radius:18px;padding:16px 14px 14px;min-height:255px;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.05);transition:.22s;width:100%}
.builder-product-card:hover{transform:translateY(-4px);border-color:#df3348;box-shadow:0 18px 36px rgba(223,51,72,.12)}
.builder-product-icon-wrap{display:flex;align-items:center;justify-content:center;min-height:142px;margin-bottom:10px}
.builder-product-card img{width:120px;height:120px;object-fit:contain;border-radius:50%;background:transparent}
.builder-product-name{display:block;font-weight:700;color:#111;line-height:1.3;min-height:44px;margin-top:2px}
.builder-product-card small{display:block;color:#df3348;margin-top:4px;font-weight:700}.builder-product-action{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:700;margin-top:12px}
.builder-product-count{position:absolute;top:10px;right:10px;background:#111;color:#fff;border-radius:999px;min-width:30px;height:30px;padding:4px 8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:2}.builder-product-count.active{background:#df3348;animation:packPop .25s ease}
.builder-boxes{display:flex;flex-direction:column;gap:18px}.builder-box{border:1px solid #eee;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.06);padding:14px;animation:boxIn .25s ease}.builder-box-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.builder-box-head span{font-weight:700;color:#df3348}.builder-box-art{position:relative}.builder-box-shell{display:block;width:100%;height:auto}.builder-box-6{min-height:245px}.builder-box-12{min-height:285px}.builder-slot{position:absolute;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.2s ease}
.builder-slot.empty{border:2px dashed #d9d9d9;background:rgba(255,255,255,.88)}.builder-slot.empty span{font-size:27px;color:#bbb;line-height:1}.builder-slot.filled{background:transparent;animation:packPop .25s ease}.builder-slot.filled img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 7px 14px rgba(0,0,0,.12))}
.builder-plan-card{background:#fff7f8;border:1px solid #f2d6dc;border-radius:14px;padding:12px 14px}.builder-plan-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#8b3340}.builder-plan-value{font-size:15px;font-weight:700;color:#111;margin-top:4px}.builder-breakdown{max-height:230px;overflow:auto}.builder-breakdown-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.builder-breakdown-row:last-child{border-bottom:0}.builder-breakdown-left{display:flex;align-items:center;gap:10px;min-width:0}.builder-breakdown-left img{width:42px;height:42px;object-fit:contain;border-radius:50%;flex:0 0 auto}.builder-breakdown-left span{display:block;font-weight:600;line-height:1.3}.builder-breakdown-right strong{white-space:nowrap}.builder-message{border-radius:12px;background:#fff7f8;color:#7a2330;padding:12px 14px;font-weight:700}.builder-message.ok{background:#eaf8ef;color:#146c2e}
@media(max-width:1199px){.builder-slot{width:56px;height:56px}}
@media(max-width:991px){.builder-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-sticky{position:static}}
@media(max-width:575px){.builder-product-grid{grid-template-columns:1fr}.builder-box-6{min-height:200px}.builder-box-12{min-height:240px}.builder-slot{width:44px;height:44px}}

/* Paket oluştur V2 - kuş bakışı tablo/kutu hücreleri */
.package-builder-page .builder-product-grid-v2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}
.package-builder-page .builder-product-card-v2{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;width:100%!important;min-height:238px!important;padding:16px 12px 14px!important;border:1px solid #e8e8e8!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.05)!important;overflow:hidden!important}
.package-builder-page .builder-product-card-v2:hover{transform:translateY(-4px)!important;border-color:#df3348!important;box-shadow:0 18px 36px rgba(223,51,72,.12)!important}
.package-builder-page .builder-product-card-v2 .builder-product-icon-wrap{display:flex!important;align-items:center!important;justify-content:center!important;width:128px!important;height:128px!important;margin:0 auto 10px!important;flex:0 0 auto!important}
.package-builder-page .builder-product-card-v2 .builder-product-icon-wrap img{display:block!important;width:118px!important;height:118px!important;max-width:118px!important;max-height:118px!important;object-fit:contain!important;border-radius:50%!important;background:transparent!important;margin:0!important}
.package-builder-page .builder-product-card-v2 .builder-product-name{display:block!important;font-weight:700!important;color:#111!important;line-height:1.3!important;min-height:42px!important;margin:2px 0 0!important;font-size:14px!important}
.package-builder-page .builder-product-card-v2 small{display:block!important;color:#df3348!important;margin-top:4px!important;font-weight:700!important;font-size:13px!important}
.package-builder-page .builder-product-card-v2 .builder-product-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px 14px!important;border-radius:999px!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:700!important;margin-top:auto!important}
.package-builder-page .builder-product-count{position:absolute!important;top:10px!important;right:10px!important;background:#111!important;color:#fff!important;border-radius:999px!important;min-width:30px!important;height:30px!important;padding:4px 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:700!important;z-index:2!important}.package-builder-page .builder-product-count.active{background:#df3348!important;animation:packPop .25s ease!important}
.builder-pack-tables{display:flex;flex-direction:column;gap:18px}.builder-pack-tables-small{gap:10px}.pack-table-wrap{background:#fff;border:1px solid #ececec;border-radius:16px;padding:14px;box-shadow:0 10px 24px rgba(0,0,0,.05);animation:boxIn .22s ease}.builder-pack-tables-small .pack-table-wrap{padding:9px;border-radius:12px;box-shadow:none}.pack-table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;font-size:14px}.pack-table-head span{font-weight:700;color:#df3348}.pack-table{background:#fff;border:4px solid #111;border-radius:12px;overflow:hidden;position:relative}.pack-table:before{content:"";display:block;position:absolute;left:8px;right:8px;top:8px;height:7px;border-radius:999px;background:rgba(0,0,0,.08);z-index:1}.pack-table-grid{position:relative;z-index:2;display:grid;width:100%}.pack-table-6 .pack-table-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,92px)}.pack-table-12 .pack-table-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,78px)}.pack-table.is-small .pack-table-grid{grid-auto-rows:auto}.pack-table-6.is-small .pack-table-grid{grid-template-rows:repeat(2,54px)}.pack-table-12.is-small .pack-table-grid{grid-template-rows:repeat(3,44px)}.pack-cell{display:flex;align-items:center;justify-content:center;border-right:3px solid #111;border-bottom:3px solid #111;background:#fff;min-width:0;overflow:hidden;position:relative}.pack-table-6 .pack-cell:nth-child(3n),.pack-table-12 .pack-cell:nth-child(4n){border-right:0}.pack-table-6 .pack-cell:nth-last-child(-n+3),.pack-table-12 .pack-cell:nth-last-child(-n+4){border-bottom:0}.pack-cell.is-empty{background:linear-gradient(135deg,#fff,#fafafa)}.pack-cell.is-empty span{width:26px;height:26px;border-radius:50%;border:2px dashed #d8d8d8;display:block}.pack-cell.is-filled{background:#fff7f8;animation:packPop .2s ease}.pack-cell.is-filled img{display:block;width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(0,0,0,.16))}.pack-table.is-small .pack-cell.is-filled img{width:38px;height:38px}.pack-table-12 .pack-cell.is-filled img{width:62px;height:62px}.pack-table-12.is-small .pack-cell.is-filled img{width:31px;height:31px}.hero-pack-demo{max-width:360px;margin:0 auto;filter:drop-shadow(0 18px 24px rgba(0,0,0,.10));animation:builderFloat 3s ease-in-out infinite}.hero-pack-demo .pack-table-grid{grid-template-rows:repeat(2,74px)}.builder-plan-card{background:#fff7f8;border:1px solid #f2d6dc;border-radius:14px;padding:12px 14px}.builder-plan-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#8b3340}.builder-plan-value{font-size:15px;font-weight:700;color:#111;margin-top:4px}.builder-breakdown-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eee}.builder-breakdown-row:last-child{border-bottom:0}.builder-breakdown-left{display:flex;align-items:center;gap:10px;min-width:0}.builder-breakdown-left img{width:38px;height:38px;object-fit:contain;border-radius:50%;flex:0 0 auto}.builder-breakdown-left span{font-weight:600;line-height:1.25}.cart-package-summary .builder-pack-tables-small{margin-top:6px}.table .builder-pack-tables-small{max-width:360px;margin-top:8px}
@media(max-width:1199px){.package-builder-page .builder-product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,78px)}.pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,68px)}.pack-cell.is-filled img{width:62px;height:62px}.pack-table-12 .pack-cell.is-filled img{width:54px;height:54px}}
@media(max-width:575px){.package-builder-page .builder-product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.package-builder-page .builder-product-card-v2{min-height:206px!important;padding:13px 8px!important}.package-builder-page .builder-product-card-v2 .builder-product-icon-wrap{width:100px!important;height:100px!important}.package-builder-page .builder-product-card-v2 .builder-product-icon-wrap img{width:92px!important;height:92px!important}.package-builder-page .builder-product-card-v2 .builder-product-name{font-size:12px!important;min-height:38px!important}.pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,64px)}.pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,52px)}.pack-cell.is-filled img{width:48px;height:48px}.pack-table-12 .pack-cell.is-filled img{width:42px;height:42px}}

/* Paket oluştur V3 - sol taraf shop.php ürün kartı, sağ taraf kutu tablo önizleme */
.package-builder-page .package-shop-grid{align-items:stretch}
.package-builder-page .package-shop-card{height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}
.package-builder-page .package-shop-card .ec-product-img{height:260px;object-fit:cover;width:100%;background:#f7f7f7;border-radius:0}
.package-builder-page .package-shop-card-body{display:flex;flex-direction:column;flex:1}
.package-builder-page .package-shop-card-body p{min-height:44px}
.package-builder-page .package-shop-price-row{margin-top:auto}
.package-builder-page .package-shop-card .btn{font-size:12px;letter-spacing:.2px}
.package-builder-page .package-card-count{top:12px!important;right:12px!important;left:auto!important;z-index:4!important;background:#111!important;color:#fff!important;box-shadow:0 6px 15px rgba(0,0,0,.18)}
.package-builder-page .package-card-count.active{background:#df3348!important}
.package-builder-page .builder-pack-tables{display:flex;flex-direction:column;gap:16px}
.package-builder-page .pack-table-wrap{background:#fff;border:1px solid #ececec;border-radius:16px;padding:14px;box-shadow:0 10px 24px rgba(0,0,0,.05)}
.package-builder-page .pack-table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;font-size:14px}.package-builder-page .pack-table-head span{font-weight:700;color:#df3348}
.package-builder-page .pack-table{background:#fff;border:4px solid #141414;border-radius:12px;overflow:hidden;position:relative}.package-builder-page .pack-table:before{display:none!important}
.package-builder-page .pack-table-grid{display:grid;width:100%}.package-builder-page .pack-table-6 .pack-table-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,92px)}.package-builder-page .pack-table-12 .pack-table-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,76px)}
.package-builder-page .pack-cell{display:flex;align-items:center;justify-content:center;border-right:3px solid #141414;border-bottom:3px solid #141414;background:#fff;min-width:0;overflow:hidden;position:relative}.package-builder-page .pack-table-6 .pack-cell:nth-child(3n),.package-builder-page .pack-table-12 .pack-cell:nth-child(4n){border-right:0}.package-builder-page .pack-table-6 .pack-cell:nth-last-child(-n+3),.package-builder-page .pack-table-12 .pack-cell:nth-last-child(-n+4){border-bottom:0}
.package-builder-page .pack-cell.is-empty{background:#fff}.package-builder-page .pack-cell.is-empty span{width:28px;height:28px;border-radius:50%;border:2px dashed #ddd;display:block}.package-builder-page .pack-cell.is-filled{background:#fff7f8;animation:packPop .2s ease}.package-builder-page .pack-cell.is-filled img{display:block;width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(0,0,0,.16))}.package-builder-page .pack-table-12 .pack-cell.is-filled img{width:58px;height:58px}
.builder-pack-tables-small .pack-table-wrap{padding:8px;border-radius:12px;box-shadow:none}.builder-pack-tables-small .pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,48px)}.builder-pack-tables-small .pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,40px)}.builder-pack-tables-small .pack-cell.is-filled img{width:34px!important;height:34px!important}.builder-pack-tables-small .pack-cell.is-empty span{width:16px;height:16px}
@media(max-width:1199px){.package-builder-page .pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,76px)}.package-builder-page .pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,62px)}.package-builder-page .pack-cell.is-filled img{width:60px;height:60px}.package-builder-page .pack-table-12 .pack-cell.is-filled img{width:50px;height:50px}}
@media(max-width:575px){.package-builder-page .package-shop-card .ec-product-img{height:220px}.package-builder-page .pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,62px)}.package-builder-page .pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,50px)}.package-builder-page .pack-cell.is-filled img{width:46px;height:46px}.package-builder-page .pack-table-12 .pack-cell.is-filled img{width:38px;height:38px}}

/* Paket oluştur V4 - Photoshop referans görünümü */
.package-builder-clean{padding-top:48px!important;background:#fff}.package-builder-clean .container-lg-custom{max-width:1180px}.package-left-head h2{font-size:27px;line-height:1.1}.package-left-head p{max-width:650px;font-size:15px;line-height:1.6}.package-shop-grid{row-gap:22px!important}.package-click-card{height:100%;border:1px solid #eef0f3;border-radius:12px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.035);overflow:hidden;cursor:pointer;transition:.22s ease;outline:0}.package-click-card:hover,.package-click-card:focus{transform:translateY(-4px);border-color:#df3348;box-shadow:0 18px 34px rgba(223,51,72,.12)}.package-card-image-wrap{position:relative;background:#fff;padding:16px 14px 0}.package-click-card .ec-product-img{display:block;width:100%;height:138px!important;object-fit:contain!important;background:#fff!important;border-radius:0!important}.package-shop-card-body{padding-top:10px!important}.package-product-title{font-size:15px!important;line-height:1.25!important;color:#111!important;font-weight:700!important;min-height:38px}.package-product-price{display:block;font-size:17px;line-height:1.15;color:#111}.package-add-hint{display:block;font-size:11px;color:#df3348;font-weight:700;margin-top:10px;opacity:0;transform:translateY(4px);transition:.18s ease}.package-click-card:hover .package-add-hint{opacity:1;transform:translateY(0)}.package-card-count{position:absolute;top:10px!important;right:10px!important;left:auto!important;background:#111!important;color:#fff!important;border-radius:999px!important;min-width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:700!important;z-index:3!important;box-shadow:0 6px 14px rgba(0,0,0,.18)}.package-card-count.active{background:#df3348!important}.builder-sticky{position:sticky;top:112px}.builder-side-card{border-radius:14px!important;border:1px solid #e9ecef!important;box-shadow:0 12px 30px rgba(0,0,0,.045)!important}.builder-side-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.builder-side-head h2{font-size:26px!important}.builder-side-count{font-size:14px;color:#666;white-space:nowrap}.builder-pack-tables{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.pack-table-wrap{background:#fff;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.pack-table-head{display:flex;align-items:center;justify-content:flex-start;gap:2px;margin-bottom:5px;font-size:14px;color:#666}.pack-table-head strong{font-size:14px;color:#555}.pack-table-head span{font-weight:400!important;color:#777!important}.pack-table{background:#fff;border:2px solid #161616;border-radius:8px;overflow:hidden;position:relative;max-width:100%}.pack-table-grid{display:grid;width:100%}.pack-table-6{width:210px}.pack-table-12{width:280px}.pack-table-6 .pack-table-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,58px)}.pack-table-12 .pack-table-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,52px)}.pack-cell{display:flex;align-items:center;justify-content:center;background:#fff;border-right:2px solid #161616;border-bottom:2px solid #161616;overflow:hidden;min-width:0}.pack-table-6 .pack-cell:nth-child(3n),.pack-table-12 .pack-cell:nth-child(4n){border-right:0}.pack-table-6 .pack-cell:nth-last-child(-n+3),.pack-table-12 .pack-cell:nth-last-child(-n+4){border-bottom:0}.pack-cell.is-empty span{display:block;width:0;height:0}.pack-cell.is-filled{background:#fff;animation:packPop .22s ease}.pack-cell.is-filled img{display:block;width:66px;height:46px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.pack-table-12 .pack-cell.is-filled img{width:58px;height:40px}.builder-message{font-size:14px;color:#777;background:transparent!important;border:0!important;padding:8px 0 0!important;font-weight:400!important}.builder-message.ok{color:#198754!important}.builder-summary-top{display:grid;grid-template-columns:1fr 1.1fr;gap:18px;align-items:start}.builder-mini-label{display:block;color:#777;font-size:13px}.builder-plan-value{font-size:13px!important;font-weight:400!important;color:#555!important;line-height:1.35}.builder-breakdown-compact{font-size:13px;line-height:1.25}.builder-count-line{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:3px}.builder-count-line span{display:block;color:#222;min-width:0}.builder-count-line strong{font-weight:400;white-space:nowrap;color:#222}.builder-pack-tables-small{gap:10px}.builder-pack-tables-small .pack-table-6{width:190px}.builder-pack-tables-small .pack-table-12{width:238px}.builder-pack-tables-small .pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,48px)}.builder-pack-tables-small .pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,42px)}.builder-pack-tables-small .pack-cell.is-filled img{width:58px!important;height:38px!important}.builder-pack-tables-small .pack-table-12 .pack-cell.is-filled img{width:50px!important;height:34px!important}@keyframes packPop{0%{transform:scale(.74);opacity:.35}100%{transform:scale(1);opacity:1}}@media(max-width:1199px){.pack-table-6{width:200px}.pack-table-12{width:260px}.pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,54px)}.pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,48px)}}@media(max-width:991px){.builder-sticky{position:static}.builder-summary-top{grid-template-columns:1fr}.package-builder-clean{padding-top:32px!important}.package-click-card .ec-product-img{height:150px!important}}@media(max-width:575px){.package-shop-grid>.col-sm-6{width:50%}.package-click-card .ec-product-img{height:110px!important}.package-card-image-wrap{padding:10px 8px 0}.package-shop-card-body{padding:10px!important}.package-product-title{font-size:13px!important;min-height:34px}.package-product-price{font-size:15px}.pack-table-6{width:100%}.pack-table-12{width:100%}.pack-table-6 .pack-table-grid{grid-template-rows:repeat(2,48px)}.pack-table-12 .pack-table-grid{grid-template-rows:repeat(3,42px)}.pack-cell.is-filled img{width:52px;height:34px}.pack-table-12 .pack-cell.is-filled img{width:44px;height:30px}}

/* Paket oluştur V5 - dikey kutu ve paketleme bilgisi */
.package-builder-page .builder-summary-heading{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:18px;
}
.package-builder-page .builder-summary-heading .builder-summary-title{
  flex:0 0 auto;
}
.package-builder-page .builder-summary-heading .builder-plan-value{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  color:#555!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.2;
  white-space:nowrap;
}
.package-builder-page .builder-summary-main{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  align-items:start;
  gap:24px;
}
.package-builder-page .builder-summary-preview-column{
  min-width:0;
}
.package-builder-page .builder-breakdown-compact{
  padding-top:1px;
  font-size:12px;
  line-height:1.28;
}
.package-builder-page .builder-count-line{
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px;
  margin-bottom:3px;
}
.package-builder-page .builder-count-line span{
  overflow-wrap:anywhere;
}
.package-builder-page .builder-packaging-info-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:100%;
  margin-top:9px;
  padding:7px 8px;
  border:1px solid #dfe2e6;
  border-radius:7px;
  background:#fff;
  color:#333;
  font-family:inherit;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  transition:border-color .18s ease,color .18s ease,background .18s ease;
}
.package-builder-page .builder-packaging-info-btn:hover,
.package-builder-page .builder-packaging-info-btn:focus{
  border-color:#df3348;
  background:#fff7f8;
  color:#df3348;
  outline:0;
}
.package-builder-page .builder-pack-tables-small{
  width:100%;
  align-items:flex-start;
  gap:12px;
}
.package-builder-page .builder-pack-tables-small .pack-table-wrap{
  width:100%;
}

/* Kutular artık dikey; ürün PNG'leri yatay kalır. */
.package-builder-page .pack-table-6{
  width:176px;
}
.package-builder-page .pack-table-12{
  width:198px;
}
.package-builder-page .pack-table-6 .pack-table-grid{
  grid-template-columns:repeat(2,1fr)!important;
  grid-template-rows:repeat(3,66px)!important;
}
.package-builder-page .pack-table-12 .pack-table-grid{
  grid-template-columns:repeat(3,1fr)!important;
  grid-template-rows:repeat(4,58px)!important;
}
.package-builder-page .pack-table-6 .pack-cell,
.package-builder-page .pack-table-12 .pack-cell{
  border-right:2px solid #161616!important;
  border-bottom:2px solid #161616!important;
}
.package-builder-page .pack-table-6 .pack-cell:nth-child(2n),
.package-builder-page .pack-table-12 .pack-cell:nth-child(3n){
  border-right:0!important;
}
.package-builder-page .pack-table-6 .pack-cell:nth-last-child(-n+2),
.package-builder-page .pack-table-12 .pack-cell:nth-last-child(-n+3){
  border-bottom:0!important;
}
.package-builder-page .pack-table-6 .pack-cell.is-filled img{
  width:72px!important;
  height:43px!important;
  object-fit:contain!important;
}
.package-builder-page .pack-table-12 .pack-cell.is-filled img{
  width:57px!important;
  height:35px!important;
  object-fit:contain!important;
}
.package-builder-page .builder-pack-tables-small .pack-table-head{
  display:none;
}
.package-builder-page .builder-pack-tables-small .pack-table-6,
.package-builder-page .builder-pack-tables-small .pack-table-12{
  width:110px!important;
}
.package-builder-page .builder-pack-tables-small .pack-table-6 .pack-table-grid{
  grid-template-rows:repeat(3,47px)!important;
}
.package-builder-page .builder-pack-tables-small .pack-table-12 .pack-table-grid{
  grid-template-rows:repeat(4,39px)!important;
}
.package-builder-page .builder-pack-tables-small .pack-table-6 .pack-cell.is-filled img{
  width:46px!important;
  height:29px!important;
}
.package-builder-page .builder-pack-tables-small .pack-table-12 .pack-cell.is-filled img{
  width:34px!important;
  height:23px!important;
}

/* Paketleme bilgi modalı */
.packaging-info-modal .modal-dialog{
  max-width:900px;
}
.packaging-info-modal .modal-content{
  overflow:hidden;
  border:0;
  border-radius:18px;
  box-shadow:0 26px 80px rgba(0,0,0,.22);
}
.packaging-info-modal .modal-header{
  align-items:flex-start;
  padding:24px 28px 18px;
  border-bottom:1px solid #edf0f2;
}
.packaging-info-modal .packaging-modal-eyebrow{
  display:block;
  margin-bottom:4px;
  color:#df3348;
  font-size:11px;
  font-weight:800;
  letter-spacing:.55px;
  text-transform:uppercase;
}
.packaging-info-modal .modal-title{
  color:#151515;
  font-size:22px;
  font-weight:800;
  line-height:1.25;
}
.packaging-info-modal .modal-body{
  padding:28px;
}
.packaging-info-modal .packaging-modal-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:30px;
  align-items:stretch;
}
.packaging-info-modal .packaging-modal-visual{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid #e7eaee;
  border-radius:14px;
  background:#fafafa;
  overflow:hidden;
}
.packaging-info-modal .packaging-image-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  background:#fff;
  border-bottom:1px solid #e7eaee;
}
.packaging-info-modal .packaging-image-tab{
  min-height:48px;
  border:0;
  border-right:1px solid #e7eaee;
  background:#fff;
  color:#555;
  font-family:inherit;
  font-size:13px;
  font-weight:800;
  transition:.18s ease;
}
.packaging-info-modal .packaging-image-tab:last-child{
  border-right:0;
}
.packaging-info-modal .packaging-image-tab.active{
  background:#171717;
  color:#fff;
}
.packaging-info-modal .packaging-image-stage{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:310px;
  padding:26px;
  background:#fafafa;
}
.packaging-info-modal .packaging-image-stage img{
  display:block;
  width:100%;
  max-width:340px;
  max-height:270px;
  object-fit:contain;
}
.packaging-info-modal .packaging-modal-copy{
  align-self:center;
}
.packaging-info-modal .packaging-modal-copy h4{
  margin:0 0 14px;
  color:#161616;
  font-size:20px;
  font-weight:800;
  line-height:1.3;
}
.packaging-info-modal .packaging-modal-copy p{
  margin:0 0 13px;
  color:#5e6268;
  font-size:13px;
  line-height:1.65;
}
.packaging-info-modal .packaging-modal-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:18px;
  padding:13px 14px;
  border-radius:10px;
  background:#fff4f5;
  color:#a92839;
  font-size:12px;
  font-weight:600;
  line-height:1.45;
}
.packaging-info-modal .packaging-modal-note i{
  margin-top:2px;
}

@media(max-width:1199px){
  .package-builder-page .builder-summary-main{gap:18px}
}
@media(max-width:575px){
  .packaging-info-modal .modal-dialog{margin:12px}
  .packaging-info-modal .modal-header{padding:20px 18px 14px}
  .packaging-info-modal .modal-title{font-size:18px}
  .packaging-info-modal .modal-body{padding:18px}
  .packaging-info-modal .packaging-modal-layout{grid-template-columns:1fr;gap:20px}
  .packaging-info-modal .packaging-image-stage{min-height:220px;padding:18px}
  .packaging-info-modal .packaging-image-stage img{max-height:190px}
  .packaging-info-modal .packaging-modal-copy h4{font-size:17px}
}


/* Header top social links and account shortcut */
.header-top-socials{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  padding:0;
  list-style:none;
}
.header-top-socials li{
  margin:0;
  padding:0;
}
.header-top-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:29px;
  height:29px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  color:#fff;
  font-size:12px;
  text-decoration:none;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
}
.header-top-socials a:hover,
.header-top-socials a:focus{
  border-color:#e73448;
  background:#e73448;
  color:#fff;
  transform:translateY(-1px);
  outline:0;
}
#header .header-top .header-auth-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
#header .header-top .header-auth-link i{
  font-size:15px;
  line-height:1;
}

/* Footer secure payment logos */
.footer-payment-methods{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:34px;
  padding:22px 0 26px;
  border-top:1px solid rgba(255,255,255,.1);
}
.footer-payment-heading{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
  color:#fff;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}
.footer-payment-heading i{
  color:#e73448;
  font-size:15px;
}
.footer-payment-logos{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.footer-payment-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:128px;
  height:58px;
  padding:9px 15px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
}
.footer-payment-logo img{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}
.footer-payment-logo-iyzico{width:150px}
.footer-payment-logo-iyzico img{max-height:38px}
.footer-payment-logo-visa img{max-height:29px}
.footer-payment-logo-mastercard img{max-height:46px}
.footer-payment-copy{
  margin-left:auto;
  max-width:310px;
  text-align:right;
}
.footer-payment-copy p{
  margin:0;
  color:#aeb3ba;
  font-size:12px;
  line-height:1.55;
}
.footer-payment-copy .footer-payment-copyright{
  margin-top:5px;
  color:#fff;
  font-size:11px;
  font-weight:600;
}
@media(max-width:991px){
  .footer-payment-methods{
    justify-content:center;
    flex-wrap:wrap;
    text-align:center;
  }
  .footer-payment-heading{width:100%;justify-content:center}
  .footer-payment-copy{width:100%;max-width:none;margin:0;text-align:center}
}
@media(max-width:575px){
  .footer-payment-methods{gap:14px;margin-top:24px;padding:20px 0 24px}
  .footer-payment-logos{justify-content:center;gap:8px}
  .footer-payment-logo{width:94px;height:50px;padding:8px 11px}
  .footer-payment-logo-iyzico{width:126px}
  .footer-payment-logo-mastercard img{max-height:40px}
  .footer-payment-copy .footer-payment-copyright{margin-top:4px}
}

/* Legal pages and information center */
.legal-page .page-header,
.info-center-page .page-header{
  padding:36px 0;
}
.legal-page-heading{
  display:flex;
  align-items:center;
  gap:18px;
}
.legal-page-heading h1{
  font-size:30px;
  line-height:1.2;
}
.legal-page-heading p{
  max-width:760px;
  color:#777;
  font-size:14px;
  line-height:1.65;
}
.legal-page-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 54px;
  width:54px;
  height:54px;
  border-radius:16px;
  background:#e73448;
  color:#fff;
  font-size:22px;
  box-shadow:0 8px 24px rgba(231,52,72,.24);
}
.legal-page-section{
  padding-top:48px;
  background:#f7f7f8;
}
.legal-side-nav{
  position:sticky;
  top:135px;
  padding:22px;
  border:1px solid #e5e5e7;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 26px rgba(0,0,0,.04);
}
.legal-side-nav h3{
  margin:0 0 14px;
  color:#161616;
  font-size:16px;
  font-weight:800;
}
.legal-side-nav a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 0;
  border-bottom:1px solid #eee;
  color:#555;
  font-size:12px;
  font-weight:600;
  line-height:1.45;
}
.legal-side-nav a:last-child{border-bottom:0}
.legal-side-nav a:hover{color:#e73448;text-decoration:none}
.legal-side-nav i{width:17px;color:#e73448;text-align:center}
.legal-content-card{
  padding:38px 42px;
  border:1px solid #e5e5e7;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 34px rgba(0,0,0,.045);
}
.legal-update-date{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:26px;
  padding:8px 12px;
  border-radius:999px;
  background:#f5f5f6;
  color:#777;
  font-size:11px;
  font-weight:600;
}
.legal-content-section{
  padding:0 0 26px;
  margin:0 0 28px;
  border-bottom:1px solid #ececee;
}
.legal-content-section:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
.legal-content-section h2{
  margin:0 0 15px;
  color:#171717;
  font-size:20px;
  font-weight:800;
  line-height:1.35;
}
.legal-content-section p,
.legal-content-section li{
  color:#555b62;
  font-size:13px;
  line-height:1.8;
}
.legal-content-section p{margin-bottom:14px}
.legal-content-section ul,
.legal-content-section ol{
  margin:0 0 16px;
  padding-left:22px;
}
.legal-content-section li{margin-bottom:7px}
.legal-content-section a{color:#d92e43;font-weight:600}
.legal-table{
  margin-bottom:18px;
  border:1px solid #e6e6e8;
  font-size:12px;
}
.legal-table th{
  background:#f7f7f8;
  color:#262626;
  font-weight:700;
  white-space:nowrap;
}
.legal-table td,
.legal-table th{
  padding:13px 15px;
  border-color:#e6e6e8;
  vertical-align:top;
  line-height:1.6;
}
.legal-company-table th{width:200px}
.legal-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border-radius:10px;
  background:#fff4f5;
  color:#8e2735 !important;
  font-size:12px !important;
  line-height:1.65 !important;
}
.legal-note i{margin-top:3px;color:#e73448}
.legal-contact-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:18px 0;
}
.legal-contact-box>div{
  padding:15px 16px;
  border:1px solid #e7e7e9;
  border-radius:10px;
  background:#fafafa;
}
.legal-contact-box strong,
.legal-contact-box span{display:block}
.legal-contact-box strong{
  margin-bottom:5px;
  color:#262626;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.legal-contact-box span{
  color:#5c6167;
  font-size:12px;
  line-height:1.55;
}
.info-center-intro{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.info-center-intro h2{
  margin-bottom:10px;
  color:#161616;
  font-size:28px;
  font-weight:800;
}
.info-center-intro p{
  color:#70757a;
  font-size:14px;
  line-height:1.7;
}
.info-center-card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:250px;
  padding:28px;
  border:1px solid #e4e4e6;
  border-radius:15px;
  background:#fff;
  color:inherit;
  box-shadow:0 8px 26px rgba(0,0,0,.035);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.info-center-card:hover{
  transform:translateY(-4px);
  border-color:rgba(231,52,72,.38);
  box-shadow:0 14px 34px rgba(0,0,0,.075);
  text-decoration:none;
}
.info-card-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-bottom:20px;
  border-radius:13px;
  background:#fff0f2;
  color:#e73448;
  font-size:19px;
}
.info-center-card h3{
  margin:0 0 10px;
  color:#171717;
  font-size:18px;
  font-weight:800;
}
.info-center-card p{
  margin:0 0 18px;
  color:#6b7076;
  font-size:12px;
  line-height:1.7;
}
.info-card-link{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  color:#e73448;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
}
.info-support-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:16px;
  padding:24px 28px;
  border-radius:14px;
  background:#292d32;
  color:#fff;
}
.info-support-strip>div{
  display:flex;
  align-items:center;
  gap:16px;
}
.info-support-strip>div>i{
  color:#e73448;
  font-size:26px;
}
.info-support-strip span{
  color:#d5d7da;
  font-size:12px;
  line-height:1.55;
}
.info-support-strip strong{
  display:block;
  color:#fff;
  font-size:14px;
}
.info-bank-card{text-align:left}
.info-bank-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  margin-bottom:20px;
  border-radius:18px;
  background:#fff0f2;
  color:#e73448;
  font-size:25px;
}
.info-bank-card h2{
  margin-bottom:18px;
  color:#171717;
  font-size:24px;
  font-weight:800;
}
.bank-info-text{
  padding:20px;
  border:1px dashed #d7d7da;
  border-radius:12px;
  background:#fafafa;
  color:#484d53;
  font-size:13px;
  font-weight:600;
  line-height:1.9;
}
.checkout-legal-box{
  margin-top:18px;
  padding:14px 16px;
  border:1px solid #e5e5e7;
  border-radius:10px;
  background:#fafafa;
}
.checkout-legal-box label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
  color:#484d53;
  font-size:11px;
  line-height:1.65;
}
.checkout-legal-box input{margin-top:4px;flex:0 0 auto}
.checkout-legal-box a{color:#d92e43;font-weight:700}
.checkout-privacy-note{
  margin-top:12px;
  color:#81858a;
  font-size:10px;
  line-height:1.55;
}
.checkout-privacy-note a{color:#d92e43;font-weight:600}

@media(max-width:991px){
  .legal-side-nav{position:static}
  .legal-content-card{padding:30px}
}
@media(max-width:767px){
  .legal-page-heading{align-items:flex-start}
  .legal-page-heading h1{font-size:24px}
  .legal-page-icon{flex-basis:46px;width:46px;height:46px;border-radius:13px;font-size:18px}
  .legal-page-section{padding-top:32px}
  .legal-content-card{padding:24px 20px}
  .legal-contact-box{grid-template-columns:1fr}
  .legal-company-table th{width:auto;white-space:normal}
  .info-support-strip{flex-direction:column;align-items:flex-start}
}
@media(max-width:575px){
  .legal-page .page-header,
  .info-center-page .page-header{padding:28px 0}
  .legal-page-heading{gap:13px}
  .legal-page-heading p{font-size:12px}
  .legal-content-section h2{font-size:18px}
  .legal-content-section p,
  .legal-content-section li{font-size:12px}
  .info-center-intro h2{font-size:23px}
  .info-center-card{min-height:220px;padding:23px}
  .info-support-strip{padding:22px}
}


/* Mobil ana sayfa banner ve ürün listeleme düzeni */
@media (max-width: 767px){
  .home-hero-banners{
    padding-top:12px!important;
    padding-bottom:12px!important;
  }
  .home-hero-banners .container{
    padding-left:12px;
    padding-right:12px;
  }
  .home-hero-banners .row{
    display:flex;
    flex-direction:column;
    margin-left:0;
    margin-right:0;
    gap:10px;
  }
  .home-hero-banners .home-hero-card{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
    padding:0!important;
  }
  .home-hero-banners .home-hero-main{order:1}
  .home-hero-banners .home-hero-fresh{order:2}
  .home-hero-banners .image-frame,
  .home-hero-banners .image-frame-wrapper{
    width:100%;
    border-radius:14px;
  }
  .home-hero-banners .home-hero-main .image-frame-wrapper{
    min-height:315px;
    aspect-ratio:1.08 / 1;
  }
  .home-hero-banners .home-hero-fresh .image-frame-wrapper{
    min-height:150px;
    aspect-ratio:2.15 / 1;
  }
  .home-hero-banners .image-frame-wrapper>img{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
  }
  .home-hero-banners .home-hero-main .image-frame-wrapper>img{
    object-position:center center;
  }
  .home-hero-banners .home-hero-fresh .image-frame-wrapper>img{
    object-position:center 55%;
  }
  .home-hero-banners .home-hero-main .image-frame-wrapper:after,
  .home-hero-banners .home-hero-fresh .image-frame-wrapper:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
  }
  .home-hero-banners .home-hero-main .image-frame-wrapper:after{
    background:linear-gradient(90deg,rgba(8,18,21,.76) 0%,rgba(8,18,21,.43) 48%,rgba(8,18,21,.06) 100%);
  }
  .home-hero-banners .home-hero-fresh .image-frame-wrapper:after{
    background:linear-gradient(90deg,rgba(8,18,21,.7),rgba(8,18,21,.08));
  }
  .home-hero-banners .image-frame-info{
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    margin:0!important;
    z-index:3!important;
  }
  .home-hero-banners .home-hero-main .image-frame-info{
    justify-content:center;
    padding:24px!important;
  }
  .home-hero-banners .home-hero-main h1{
    max-width:285px;
    margin-bottom:12px!important;
    font-size:34px!important;
    line-height:1.08!important;
    letter-spacing:-1px;
  }
  .home-hero-banners .home-hero-main .font-primary{
    max-width:275px;
    margin-bottom:18px!important;
    font-size:16px!important;
    line-height:1.45;
  }
  .home-hero-banners .home-hero-main .btn{
    padding:12px 18px!important;
    font-size:11px!important;
  }
  .home-hero-banners .home-hero-fresh .image-frame-info{
    align-items:flex-start!important;
    justify-content:flex-end;
    padding:20px!important;
  }
  .home-hero-banners .home-hero-fresh h2{
    max-width:150px;
    margin:0!important;
    text-align:left!important;
    font-size:25px!important;
    line-height:1.05!important;
  }

  html.shop .page-header{
    min-height:0;
    padding:30px 0;
  }
  html.shop .page-header .breadcrumb{
    margin-bottom:5px;
  }
  html.shop .page-header h1{
    font-size:29px;
    line-height:1.2;
  }
  .shop-products-section{
    padding-top:26px!important;
  }
  .shop-mobile-categories{
    padding:16px;
    border:1px solid #ececef;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 22px rgba(0,0,0,.035);
  }
  .shop-mobile-categories-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
  }
  .shop-mobile-categories-head strong{
    color:#181818;
    font-size:16px;
  }
  .shop-mobile-categories-head span{
    color:#999;
    font-size:10px;
  }
  .shop-category-chips{
    display:flex;
    gap:8px;
    margin-right:-16px;
    padding-right:16px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .shop-category-chips::-webkit-scrollbar{display:none}
  .shop-category-chips a{
    flex:0 0 auto;
    padding:9px 13px;
    border:1px solid #e2e2e5;
    border-radius:999px;
    background:#fff;
    color:#555;
    font-size:12px;
    font-weight:600;
    line-height:1;
    white-space:nowrap;
  }
  .shop-category-chips a.active{
    border-color:#df3348;
    background:#df3348;
    color:#fff;
  }
  .shop-products-column .package-builder-strip{
    padding:20px;
    border-left-width:5px;
    border-radius:15px;
  }
  .shop-products-column .package-builder-strip h2{
    font-size:26px;
    line-height:1.15;
  }
  .shop-products-column .package-builder-strip p{
    font-size:14px;
    line-height:1.6;
  }
  .shop-products-column .package-builder-strip .btn{
    display:inline-flex;
    width:auto;
    margin-top:16px;
    padding:12px 20px!important;
  }
}

@media (max-width: 380px){
  .home-hero-banners .home-hero-main .image-frame-wrapper{min-height:290px}
  .home-hero-banners .home-hero-main h1{font-size:30px!important}
  .home-hero-banners .home-hero-main .font-primary{font-size:14px!important}
}


/* Floating WhatsApp + KVKK notice */
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:31px;box-shadow:0 8px 24px rgba(0,0,0,.22);z-index:1045;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.28);color:#fff!important}
.kvkk-notice{position:fixed;right:22px;bottom:94px;width:min(390px,calc(100vw - 30px));background:#fff;border:1px solid #e7e7e7;border-radius:14px;box-shadow:0 12px 36px rgba(0,0,0,.18);padding:18px 18px 16px;z-index:1044;text-align:left}
.kvkk-notice-title{font-weight:700;color:#222;margin-bottom:8px}.kvkk-notice-title i{color:#df3348;margin-right:6px}.kvkk-notice p{font-size:13px;line-height:1.55;color:#555;margin-bottom:12px;padding-right:16px}.kvkk-notice p a{font-weight:600}.kvkk-notice-close{position:absolute;right:9px;top:7px;border:0;background:transparent;color:#777;font-size:23px;line-height:1;cursor:pointer}.kvkk-notice .btn{white-space:normal}
@media(max-width:575.98px){.whatsapp-float{right:15px;bottom:15px;width:54px;height:54px;font-size:29px}.kvkk-notice{right:15px;bottom:82px;width:calc(100vw - 30px);padding:15px}.kvkk-notice p{font-size:12.5px}.kvkk-notice .btn{width:100%}}
