/*
 * DEKOHOP ÜRÜN DETAY SAYFASI
 * DEKOHOP-EDITABLE-SETTINGS-START
 * --dkh-detail-max-width: masaüstü toplam içerik genişliği
 * --dkh-gallery-ratio / --dkh-summary-ratio: üst bölüm 70 / 30 oranı
 * --dkh-detail-radius: ana kart köşe yuvarlaklığı
 * --dkh-detail-accent: buton ve vurgu rengi
 * --dkh-detail-gap: ana sütun aralığı
 * DEKOHOP-EDITABLE-SETTINGS-END
 */
/* DEKOHOP-EDITABLE-SETTINGS-START */
:root {
  --dkh-detail-max-width: 1500px;
  --dkh-gallery-ratio: 7fr;
  --dkh-summary-ratio: 3fr;
  --dkh-detail-radius: 20px;
  --dkh-detail-accent: #168f78;
  --dkh-detail-gap: 26px;
}
/* DEKOHOP-EDITABLE-SETTINGS-END */
/* DEKOHOP-COMMON-DESKTOP-RULES-START */
.dekohop-product-detail-page{
  --dkh-detail-max-width:1500px;
  --dkh-gallery-ratio:7fr;
  --dkh-summary-ratio:3fr;
  --dkh-detail-radius:20px;
  --dkh-detail-accent:#168f78;
  --dkh-detail-dark:#142f2a;
  --dkh-detail-muted:#667873;
  --dkh-detail-line:#dce8e4;
  --dkh-detail-soft:#f5faf8;
  --dkh-detail-gap:26px;
  width:100%;margin:0;padding:12px 16px 30px;color:var(--dkh-detail-dark);background:#fff
}
#product-product > .breadcrumb,.dekohop-product-detail-page > .breadcrumb{display: none !important}
.dekohop-product-detail__container{width:min(100%,var(--dkh-detail-max-width));margin:0 auto}
.dekohop-product-hero{display:grid;grid-template-columns:minmax(0,var(--dkh-gallery-ratio)) minmax(330px,var(--dkh-summary-ratio));align-items:start;gap:var(--dkh-detail-gap)}
.dekohop-product-gallery{min-width:0}
.dekohop-product-gallery__viewer{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px}
.dekohop-product-gallery__main{display:block;width:100%;aspect-ratio:1;border:1px solid var(--dkh-detail-line);border-radius:var(--dkh-detail-radius);overflow:hidden;padding:0;background:#fff;cursor:zoom-in;box-shadow:0 12px 34px rgba(20,47,42,.08)}
.dekohop-product-gallery__main img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.dekohop-product-gallery__arrow,.dekohop-product-gallery__thumb-arrow{display:grid;place-items:center;border:1px solid var(--dkh-detail-line);border-radius:50%;background:#fff;color:var(--dkh-detail-dark);transition:.18s ease}
.dekohop-product-gallery__arrow{width:44px;height:44px;font-size:17px}
.dekohop-product-gallery__arrow:hover,.dekohop-product-gallery__thumb-arrow:hover{border-color:var(--dkh-detail-accent);color:var(--dkh-detail-accent);box-shadow:0 7px 18px rgba(22,143,120,.16)}
.dekohop-product-gallery__arrow:disabled,.dekohop-product-gallery__thumb-arrow:disabled{opacity:.28;cursor:not-allowed;box-shadow:none}
.dekohop-product-gallery__thumb-shell{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:8px;margin:14px 54px 0}
.dekohop-product-gallery__thumb-track{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}
.dekohop-product-gallery__thumb-track::-webkit-scrollbar{display:none}
.dekohop-product-gallery__thumb{flex:0 0 92px;width:92px;height:92px;padding:4px;border:2px solid transparent;border-radius:13px;background:#fff;scroll-snap-align:start}
.dekohop-product-gallery__thumb.is-active{border-color:var(--dkh-detail-accent);box-shadow:0 5px 14px rgba(22,143,120,.16)}
.dekohop-product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:9px}
.dekohop-product-gallery__thumb-arrow{width:30px;height:30px}
.dekohop-product-summary{position:relative;min-width:0;padding:22px;border:1px solid var(--dkh-detail-line);border-radius:var(--dkh-detail-radius);background:#fff;box-shadow:0 12px 34px rgba(20,47,42,.07)}
.dekohop-product-summary__quick-actions{position:absolute;top:14px;right:14px;display:flex;gap:7px}
.dekohop-product-summary__quick-actions button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--dkh-detail-line);border-radius:50%;background:#fff;color:var(--dkh-detail-dark)}
.dekohop-product-summary h1{margin:0 80px 13px 0;font-size:clamp(22px,1.9vw,31px);font-weight:800;line-height:1.2}
.dekohop-product-summary__meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px}
.dekohop-product-summary__meta li{display:flex;min-width:0;flex-direction:column;padding:9px 11px;border:1px solid var(--dkh-detail-line);border-radius:11px;background:var(--dkh-detail-soft)}
.dekohop-product-summary__meta span{color:var(--dkh-detail-muted);font-size:12px;font-weight:700}
.dekohop-product-summary__meta strong{overflow:hidden;margin-top:2px;text-overflow:ellipsis;white-space:nowrap}
.dekohop-product-stock.is-in{color:var(--dkh-detail-accent)}.dekohop-product-stock.is-out{color:#ca4650}
.dekohop-product-review-shortcut{display:flex;align-items:center;gap:9px;margin:0 0 12px;padding:9px 11px;border:1px solid var(--dkh-detail-line);border-radius:11px;color:var(--dkh-detail-dark);text-decoration:none}
.dekohop-product-review-shortcut:hover{border-color:var(--dkh-detail-accent);color:var(--dkh-detail-accent);text-decoration:none}
.dekohop-product-review-shortcut>span{color:#f1ad24}.dekohop-product-review-shortcut>strong{margin-left:auto;font-size:12px}
.dekohop-product-options{margin:12px 0}.dekohop-product-options h3{margin:0 0 10px;font-size:17px}
.dekohop-product-option-choices{display:flex;flex-wrap:wrap;gap:8px}.dekohop-product-option-choice{display:flex;align-items:center;gap:7px;margin:0;padding:6px 10px;border:1px solid var(--dkh-detail-line);border-radius:10px;background:#fff}.dekohop-product-option-choice img{width:38px;height:38px;object-fit:cover;border-radius:7px}
.dekohop-product-summary__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px;margin:13px 0;padding:12px 0;border-top:1px solid var(--dkh-detail-line);border-bottom:1px solid var(--dkh-detail-line)}
.dekohop-product-price-current{color:var(--dkh-detail-accent);font-size:31px;font-weight:900}.dekohop-product-price-old{color:#c34c55;font-size:16px;text-decoration:line-through}.dekohop-product-summary__prices small{width:100%;color:var(--dkh-detail-muted)}
.dekohop-product-purchase{display:grid;grid-template-columns:auto 70px minmax(110px,1fr) minmax(110px,1fr);align-items:center;gap:8px}.dekohop-product-purchase label{margin:0}.dekohop-product-purchase .form-control{height:44px;text-align:center}.dekohop-product-purchase .btn{height:44px;border-radius:11px;font-weight:800}.dekohop-product-purchase .btn-primary{border-color:var(--dkh-detail-accent);background:var(--dkh-detail-accent)}.dekohop-buy-now{border-color:var(--dkh-detail-dark)!important;background:var(--dkh-detail-dark)!important;color:#fff!important}.dekohop-product-out-of-stock{grid-column:1/-1}
.dekohop-product-notify-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.dekohop-product-notify-actions button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:1px solid var(--dkh-detail-line);border-radius:11px;background:var(--dkh-detail-soft);font-weight:800}.dekohop-product-notify-actions button:hover{border-color:var(--dkh-detail-accent);color:var(--dkh-detail-accent)}
.dekohop-product-share{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:15px}.dekohop-product-share>span{grid-column:1/-1;color:var(--dkh-detail-muted);font-size:12px;font-weight:800;text-transform:uppercase}.dekohop-product-share button{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:50px;padding:6px 3px;border:1px solid var(--dkh-detail-line);border-radius:10px;background:#fff}.dekohop-product-share button i{font-size:18px}.dekohop-product-share button b{overflow:hidden;width:100%;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.dekohop-product-information-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--dkh-detail-gap);margin-top:28px}
.dekohop-product-information-tabs,.dekohop-product-feedback__reviews,.dekohop-product-feedback__videos{min-width:0;padding:20px;border:1px solid var(--dkh-detail-line);border-radius:var(--dkh-detail-radius);background:#fff}
.dekohop-product-tab-buttons{display:flex;gap:8px;margin:-5px -5px 17px;padding:5px;overflow-x:auto;border-radius:13px;background:var(--dkh-detail-soft)}.dekohop-product-tab-buttons button{flex:1 0 auto;padding:10px 12px;border:0;border-radius:9px;background:transparent;font-weight:800}.dekohop-product-tab-buttons button.is-active{background:#fff;color:var(--dkh-detail-accent);box-shadow:0 4px 13px rgba(20,47,42,.09)}
.dekohop-product-tab-panel{color:#344b46;line-height:1.7}.dekohop-product-tab-panel img{max-width:100%;height:auto}.dekohop-product-tab-panel[hidden]{display:none!important}
.dekohop-product-feedback{display:grid;gap:16px}.dekohop-product-feedback h2{margin:0 0 13px;font-size:22px}.dekohop-product-empty{margin:0;color:var(--dkh-detail-muted)}
.dekohop-product-review-details{margin-top:14px;border-top:1px solid var(--dkh-detail-line);padding-top:12px}.dekohop-product-review-details summary{cursor:pointer;color:var(--dkh-detail-accent);font-weight:800}.dekohop-product-review-details form{margin-top:14px}.dekohop-review-rating{display:flex;align-items:center;gap:4px}.dekohop-review-rating label{margin:0}.dekohop-review-rating span{display:grid;width:29px;height:29px;place-items:center;border:1px solid var(--dkh-detail-line);border-radius:50%}
.dekohop-product-related{margin-top:30px}.dekohop-product-related>header{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px}.dekohop-product-related h2{margin:0;font-size:26px}.dekohop-product-related header p{margin:3px 0 0;color:var(--dkh-detail-muted)}.dekohop-product-related header>div:last-child{display:flex;gap:8px}.dekohop-product-related header button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--dkh-detail-line);border-radius:50%;background:#fff}
.dekohop-product-related__track{display:flex;gap:16px;overflow-x:auto;padding:2px 2px 12px;scrollbar-width:none;scroll-snap-type:x mandatory}.dekohop-product-related__track::-webkit-scrollbar{display:none}.dekohop-product-related__track>.product-layout{flex:0 0 clamp(235px,21vw,290px);max-width:290px;scroll-snap-align:start}.dekohop-product-related .product-thumb{height:100%;border-radius:17px}
.dekohop-product-fixed-info{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:24px;overflow:hidden;border:1px solid var(--dkh-detail-line);border-radius:16px;background:var(--dkh-detail-line)}.dekohop-product-fixed-info span{display:flex;align-items:center;justify-content:center;gap:9px;min-height:64px;padding:12px;background:var(--dkh-detail-soft)}.dekohop-product-fixed-info i{color:var(--dkh-detail-accent);font-size:20px}.dekohop-product-tags{margin:18px 0 0;color:var(--dkh-detail-muted)}
.dekohop-product-lightbox[hidden],.dekohop-product-alert-modal[hidden]{display:none!important}.dekohop-product-lightbox,.dekohop-product-alert-modal{position:fixed;z-index:10040;inset:0;display:grid;place-items:center;padding:24px}.dekohop-product-lightbox__backdrop,.dekohop-product-alert-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(8,18,16,.86)}.dekohop-product-lightbox__dialog{position:relative;z-index:1;display:grid;width:min(94vw,1500px);height:min(90vh,1500px);grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:12px}.dekohop-product-lightbox__image{display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;border-radius:20px;background:#fff}.dekohop-product-lightbox__image img{display:block;width:100%;height:100%;object-fit:contain}.dekohop-product-lightbox__arrow,.dekohop-product-lightbox__close{z-index:2;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--dkh-detail-dark)}.dekohop-product-lightbox__arrow{width:46px;height:46px}.dekohop-product-lightbox__close{position:absolute;top:-10px;right:42px;width:42px;height:42px;font-size:29px}.dekohop-product-lightbox__arrow:disabled{opacity:.3}
.dekohop-product-alert-modal__dialog{position:relative;z-index:1;width:min(520px,94vw);max-height:90vh;overflow:auto;padding:25px;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35)}.dekohop-product-alert-modal__dialog h2{margin:0 38px 8px 0}.dekohop-product-alert-modal__close{position:absolute;top:12px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:var(--dkh-detail-soft);font-size:25px}.dekohop-product-alert-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:14px 0;padding:0;border:0}.dekohop-product-alert-channels legend{grid-column:1/-1;margin:0 0 4px;border:0;font-size:13px;font-weight:800}.dekohop-product-alert-channels label{margin:0;padding:9px;border:1px solid var(--dkh-detail-line);border-radius:10px;text-align:center}.dekohop-product-alert-account-state{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:11px 0;padding:10px;border-radius:10px;background:var(--dkh-detail-soft);font-size:12px}.dekohop-product-alert-consent{display:flex;gap:8px;margin:12px 0;font-size:12px;line-height:1.45}.dekohop-product-alert-honeypot{position:absolute!important;left:-9999px!important}.dekohop-product-alert-result{margin-top:10px;font-weight:700}.dekohop-product-alert-result.is-error{color:#c43f4b}.dekohop-product-alert-result.is-success{color:var(--dkh-detail-accent)}
html.dekohop-modal-open{overflow:hidden}
/* DEKOHOP-COMMON-DESKTOP-RULES-END */
/* DEKOHOP-RESPONSIVE-RULES-START */
@media(max-width:68.75em){.dekohop-product-hero{grid-template-columns:minmax(0,1.45fr) minmax(330px,1fr)}.dekohop-product-purchase{grid-template-columns:55px 1fr 1fr}.dekohop-product-purchase label{grid-column:1/-1}.dekohop-product-share{grid-template-columns:repeat(2,1fr)}}
@media(max-width:53.125em){.dekohop-product-detail-page{padding:10px 12px 24px}.dekohop-product-hero,.dekohop-product-information-grid{grid-template-columns:1fr}.dekohop-product-summary{padding:18px}.dekohop-product-gallery__viewer{grid-template-columns:34px minmax(0,1fr) 34px;gap:5px}.dekohop-product-gallery__arrow{width:34px;height:34px}.dekohop-product-gallery__thumb-shell{margin:10px 36px 0}.dekohop-product-gallery__thumb{flex-basis:74px;width:74px;height:74px}.dekohop-product-fixed-info{grid-template-columns:1fr 1fr}}
@media(max-width:30em){.dekohop-product-detail-page{padding-inline:8px}.dekohop-product-summary h1{font-size:22px}.dekohop-product-summary__meta{grid-template-columns:1fr}.dekohop-product-purchase{grid-template-columns:58px 1fr}.dekohop-product-purchase label{grid-column:1/-1}.dekohop-product-purchase .btn{grid-column:auto}.dekohop-product-notify-actions{grid-template-columns:1fr}.dekohop-product-tab-buttons button{font-size:12px}.dekohop-product-fixed-info{grid-template-columns:1fr}.dekohop-product-lightbox{padding:8px}.dekohop-product-lightbox__dialog{grid-template-columns:32px minmax(0,1fr) 32px;gap:4px}.dekohop-product-lightbox__arrow{width:32px;height:32px}.dekohop-product-lightbox__close{right:24px}.dekohop-product-alert-channels{grid-template-columns:1fr}.dekohop-product-alert-account-state{align-items:flex-start;flex-direction:column}}
/* DEKOHOP-RESPONSIVE-RULES-END */
