@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@600;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #1f1f1f;
  --ink-soft: #4a4a4a;
  --muted: #858b92;
  --paper: #fff;
  --paper-warm: #f3f4f5;
  --paper-soft: #f8f9fa;
  --line: #dde2e7;
  --line-soft: #edf0f2;
  --sale: #c8242e;
  --shadow-sm: 0 1px 3px rgba(31,31,31,.06);
  --shadow-md: 0 10px 28px rgba(31,31,31,.08);
  --pad-x: clamp(18px, 4.5vw, 64px);
  --section-y: clamp(48px, 7vw, 96px);
  --display: "Funnel Display", "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* FOUC guard: kategori ve ürün gövdesini script normalize edene kadar
   yumuşakça gizle, hazır olunca 240ms'de fade-in et. */
body.dorea-category #divIcerik,
body.dorea-product #divIcerik {
  opacity: 0;
  transition: opacity .24s ease;
}
body.dorea-ready #divIcerik {
  opacity: 1;
}
/* Güvenlik ağı: 1.5sn içinde dorea-ready gelmezse yine de göster */
@keyframes dorea-fail-safe { to { opacity: 1; } }
body.dorea-category #divIcerik,
body.dorea-product #divIcerik {
  animation: dorea-fail-safe 0s ease 1.5s forwards;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button, [role="button"] { cursor: pointer; }
ul, ol { margin-top: 0; }
::selection { background: var(--ink); color: var(--paper); }

h1, h2, h3, h4,
.categoryTitleText,
.dorea-page-title,
.ProductName h1 span,
.JKatAdi .bold .satir1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
}

body:not(.sepetimBody) #divIcerik,
.homeContainer,
.categoryContainer,
.ProductDetail,
.ProductDetailMain,
.ProductDetailMainRow,
.ProductListContent,
.ProductList {
  float: none;
  width: 100%;
  background: var(--paper);
}

.headerContainer,
.header-main .headerContainer,
.footerTempContainer.elementor-container,
.ticiContainer,
.hContainer,
.userLoginContent,
.hesabimContent,
ul.breadcrumb,
.ProductList,
.ProductDetailMainRow {
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--pad-x) !important;
  padding-right: var(--pad-x) !important;
}

/* Announcement */
.dorea-announcement {
  min-height: 36px;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.dorea-announcement__track {
  display: flex;
  align-items: center;
  gap: 42px;
  width: max-content;
  min-height: 36px;
  padding-right: 42px;
  animation: dorea-marquee 28s linear infinite;
}

.dorea-announcement__track span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dorea-announcement__track span::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
}

.dorea-announcement:hover .dorea-announcement__track { animation-play-state: paused; }

@keyframes dorea-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Header */
#headerNew,
#headerNew.fixed {
  position: sticky;
  top: 0;
  z-index: 1001;
  width: 100%;
  background: var(--paper) !important;
  border-bottom: 1px solid var(--line-soft);
  box-shadow: none;
}

#headerNew .header,
#headerNew .header-main,
#headerNew .header-main-container,
#headerNew .header-wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--paper) !important;
}

#headerNew #top-bar {
  display: none !important;
}

#headerNew .header-main,
#headerNew #masthead,
#headerNew #masthead .headerContainer {
  min-height: 96px !important;
  background: var(--paper) !important;
}

#headerNew #masthead .header-inner.headerContainer,
#headerNew #masthead .headerContainer {
  max-width: 1720px !important;
  height: 96px !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center !important;
  gap: clamp(20px, 3vw, 48px);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#headerNew #masthead .flex-col {
  min-width: 0;
}

#headerNew .header-logo,
#headerNew .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  flex: 0 0 auto;
  order: 2 !important;
}

#headerNew #hb-logo,
#headerNew .logo {
  width: 170px !important;
  max-width: 170px !important;
}

#headerNew #hb-logo a,
#headerNew .logo a {
  width: 170px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: url("https://erpin.com.tr/Dorea/v2/assets/dorea-logo.png") center / contain no-repeat !important;
}

#headerNew .header-logo img,
#headerNew .logo img {
  width: auto;
  max-height: 48px;
  object-fit: contain;
  opacity: 0 !important;
  visibility: hidden !important;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) {
  justify-self: start;
}

#headerNew .dorea-mobile-toggle {
  display: none;
}

#headerNew #masthead .flex-left {
  justify-self: start !important;
  order: 1 !important;
}

#headerNew #masthead .flex-right {
  justify-self: end !important;
  order: 3 !important;
}

#headerNew #masthead .flex-grow {
  flex: initial !important;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  list-style: none;
  margin: 0;
  padding: 0;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li {
  position: static;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: center;
  gap: 6px;
  padding: 28px 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  line-height: 1 !important;
  white-space: nowrap;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span {
  display: inline-flex !important;
  align-items: center !important;
  position: relative;
  line-height: 1 !important;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a span::after {
  transform: scaleX(1);
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .menu-wrap {
  display: none;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 132px;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 42px var(--pad-x) 48px;
  background: var(--paper);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
  z-index: 3000;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .dorea-has-submenu:hover .menu-wrap,
#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover .menu-wrap {
  display: block;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(240px, 320px);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .nav-submenu,
#headerNew .newHeaderNavigation:not(.mobileStyle) .nav-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .nav-submenu a,
#headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row a {
  display: block;
  padding: 6px 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.35;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .nav-submenu a:hover,
#headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row a:hover {
  color: var(--ink);
}

.dorea-chev {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block !important;
  margin-top: 0;
  position: relative;
  top: 1px;
  vertical-align: middle;
}

.dorea-menu-col h5 {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dorea-menu-col ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dorea-menu-col a {
  color: var(--ink-soft) !important;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.35 !important;
}

.dorea-menu-col a span {
  display: inline-flex;
  align-items: center;
}

.dorea-menu-col a em {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 4px 7px;
  border-radius: 3px;
  background: var(--sale);
  color: var(--paper);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

.dorea-menu-col a:hover {
  color: var(--ink) !important;
}

.dorea-mega-feature {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--paper-soft);
  padding: 0 !important;
}

.dorea-mega-feature img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.dorea-mega-feature span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

#headerNew .header-nav,
#headerNew .header-tools,
#headerNew .header-cart,
#headerNew #divTopProductSearch {
  display: flex;
  align-items: center;
  gap: 8px;
}

#headerNew .header-nav.nav-right,
#headerNew .header-tools,
#headerNew .header-cart,
#headerNew .header-user,
#headerNew .header-main .header-right {
  justify-self: end;
  order: 3 !important;
}

#divTopProductSearch .header-search-form-wrapper {
  overflow: hidden;
}

#divTopProductSearch input,
#divTopProductSearch button,
.svgIcon.cart-svg,
.svgIcon.fav-svg,
.svgIcon.mem-svg,
.svgIcon.menu-svg,
.svgIcon.search-svg,
.svgIcon.search-times {
  border-radius: 999px;
}

.svgIcon.cart-svg,
.svgIcon.fav-svg,
.svgIcon.mem-svg,
.svgIcon.menu-svg,
.svgIcon.search-svg,
.svgIcon.search-times,
#divTopProductSearch .newSearcBtnClick a {
  transition: background .18s ease, color .18s ease;
}

.svgIcon.cart-svg:hover,
.svgIcon.fav-svg:hover,
.svgIcon.mem-svg:hover,
.svgIcon.menu-svg:hover,
.svgIcon.search-svg:hover,
.svgIcon.search-times:hover,
#divTopProductSearch .newSearcBtnClick a:hover {
  background: var(--paper-warm);
}

/* Breadcrumb and page headings */
ul.breadcrumb {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

ul.breadcrumb,
ul.breadcrumb * {
  color: var(--muted) !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

.categoryTitle,
.categoryTitleText,
.dorea-page-title,
.JKatAdi,
.JKatAdi .bold {
  width: 100%;
}

.categoryTitleText,
.dorea-page-title,
.JKatAdi .bold .satir1,
#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 {
  display: block;
  font-size: clamp(30px, 4vw, 52px);
}

.categoryContainer .categoryTitle,
.ProductBody .ProductDetail > .categoryTitle,
.ProductListContent .JKatAdi {
  max-width: 1480px;
  margin: 0 auto 28px;
  padding: 0 var(--pad-x);
}

/* Category / Listing */
.ProductList ul,
.ProductListContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ProductList::after,
.ProductListContent::after,
.categoryContainer::after,
.homeContainer::after {
  content: "";
  display: block;
  clear: both;
}

.ItemOrj,
.homeContainer .ProductListContent .ItemOrj,
.categoryContainer .ProductList .ItemOrj {
  float: left;
  width: 25%;
  max-width: 25%;
  padding: 0 8px 28px;
}

.categoryContainer .ProductList.PlSc_hrz .ItemOrj { width: 100%; max-width: 100%; }
.categoryContainer .ProductList.PlSc_2 .ItemOrj { width: 50%; max-width: 50%; }
.categoryContainer .ProductList.PlSc_3 .ItemOrj { width: 33.333%; max-width: 33.333%; }
.categoryContainer .ProductList.PlSc_4 .ItemOrj { width: 25%; max-width: 25%; }
.categoryContainer .ProductList.PlSc_5 .ItemOrj { width: 20%; max-width: 20%; }

.productItem {
  width: 100%;
  position: relative;
  text-align: left;
  background: transparent;
}

.productItem .productImage {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--paper-soft);
  border-radius: 8px;
}

.productItem .productImage a,
.productItem .productImage a.Videolu {
  display: block;
  position: relative;
  padding-bottom: 132%;
}

.productItem .productImage img,
.productItem .productImage video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transition: transform .5s ease, opacity .5s ease;
}

.productItem:hover .productImage img {
  transform: scale(1.04);
}

.productItem .productDetail {
  display: block;
  padding: 13px 2px 0;
  text-align: left;
}

.productItem .productMarka,
.productItem .productDetail .itemCategory {
  display: block;
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.productItem .productName {
  margin: 0;
}

.productItem .productName a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productItem .productPrice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
}

.productItem .discountPrice,
.productItem .regularPrice {
  display: inline-flex;
  margin: 0;
}

.productItem .discountPrice span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.productItem .regularPrice span {
  color: #9aa0a6;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

.productIconEx,
.productIconExSpecial {
  position: absolute;
  top: 10px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.productIconEx { left: 10px; }
.productIconExSpecial { right: 10px; }

.productIconEx > div,
.productIconExSpecial > div,
.discountIcon,
.newIcon,
.cargoIcon,
.firsatIcon,
.hizliKargoIcon {
  min-height: 26px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.productIconEx > div.discountIcon,
.discountIcon {
  background: var(--sale);
}

.productItem .productDetail .mycartIcon,
.productItem .productDetail .TukendiIco {
  display: block;
  margin-top: 12px;
}

.productItem .productDetail .mycartIcon a,
.productItem .productDetail .TukendiIco {
  display: block;
  border-radius: 999px;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.productItem .productDetail .mycartIcon a:hover,
.productItem .productDetail .TukendiIco:hover {
  background: var(--paper);
  color: var(--ink);
}

.productItem .urunListeAdet,
.boxBedenlerContent,
.quickViewIco {
  display: none !important;
}

#divSayfalamaUst,
.categoryTop,
.categoryContainer .categorydesign {
  max-width: 1480px;
  margin: 0 auto 24px;
  padding: 0 var(--pad-x);
}

.category-vertical-filters,
.category-vertical-filters.top-filters,
.leftBlock .category-vertical-filters {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
}

.category-vertical-filters .panel-heading {
  cursor: pointer;
  padding: 14px 16px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid var(--line-soft);
}

.category-vertical-filters .panel .list-group,
.category-vertical-filters .panel .FiyatSlider,
.category-vertical-filters .panel .panel-search,
.category-vertical-filters .panel .FiyatTextBox {
  padding: 12px 16px;
}

.mobilFilterOpenBtn .button,
.pageNumber .divMoreProducts .button,
.btnCatSorting,
.sortingContent select,
.brandlistselection select {
  border-radius: 999px !important;
}

.mobilFilterOpenBtn .button,
.pageNumber .divMoreProducts .button {
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  color: var(--paper) !important;
}

/* Product Detail */
.ProductDetailMainRow {
  padding-top: clamp(20px, 4vw, 48px) !important;
  padding-bottom: var(--section-y) !important;
}

.TopDet {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(360px, .76fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.leftImage,
.RightDetail {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ProductGallery,
.gallery-container,
.SmallImages {
  width: 100%;
}

.SmallImages,
.galleryOwl-thumb .thumb-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.SmallImages div,
.galleryOwl-thumb .thumb-list .thumb-item {
  overflow: hidden;
  padding: 0 !important;
  background: var(--paper-soft);
  border-radius: 8px;
}

.SmallImages img,
.galleryOwl-thumb .thumb-list img,
.ProductGallery img {
  width: 100%;
  height: auto;
}

.ProductName {
  margin: 0;
}

.ProductName h1 span {
  display: block;
  font-size: clamp(30px, 3.7vw, 54px);
}

#divUrunKodu,
#divMarka,
#divTedarikci,
#divUrunStokAdedi,
#divToplamStokAdedi,
#divBarkod,
#divParaPuan,
#divTahminiTeslimatSuresi,
#divOnyazi,
#divTaksitAciklama {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.PriceList,
#divSatinAl,
#divUrunEkSecenek,
.BottomList,
.proDetailArea {
  margin-top: 20px;
}

.PriceList::after,
#divSatinAl::after,
#divUrunEkSecenek::after {
  content: "";
  display: block;
  clear: both;
}

.IndirimliFiyatContent .right_line *,
#divTurkLirasiFiyat .right_line *,
#divIndirimsizFiyat .right_line * {
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
}

.PiyasafiyatiContent .right_line * {
  color: #9aa0a6;
  text-decoration: line-through;
}

#divIndirimOrani {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 14px 0 0;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--sale);
  color: var(--paper);
  font-size: 11px;
  font-weight: 800;
}

#divUrunEkSecenek .eksecenekLine {
  margin-bottom: 16px;
}

#divUrunEkSecenek .left_line {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

#divUrunEkSecenek .size_box,
#divUrunEkSecenek select {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 8px 0;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px !important;
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

#divUrunEkSecenek .size_box:hover,
#divUrunEkSecenek .size_box.selected,
#divUrunEkSecenek .size_box.dorea-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.basketBtn input,
.basketBtn button,
.buyfast,
.buyfast input,
#btnSepeteEkle {
  width: 100%;
  min-height: 50px;
  border-radius: 999px !important;
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  color: var(--paper) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.basketBtn input:hover,
.basketBtn button:hover,
.buyfast:hover,
.buyfast input:hover,
#btnSepeteEkle:hover {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

.ProductIcon,
.ProductIcon2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ProductIcon > div > a,
.ProductIcon2 > div > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.urunOzellik,
.urunOzellikTab {
  clear: both;
  width: 100%;
  max-width: 1480px;
  margin: 44px auto 0;
  padding: 28px var(--pad-x) 0;
  border-top: 1px solid var(--line);
}

.urunTab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.urunTab > ul {
  display: grid;
  gap: 0;
}

.urunTab > ul > li {
  border-bottom: 1px solid var(--line-soft);
}

.urunTab > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.urunDetayPanel {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

/* Footer */
.footerTemp {
  background: #f2f4f6 !important;
  color: var(--ink);
}

.dorea-footer-shell {
  position: relative;
  float: left;
  width: 100%;
  background: #f2f4f6 !important;
}

.dorea-footer {
  float: left;
  width: 100%;
  padding: clamp(48px, 6vw, 72px) var(--pad-x) 0;
  background: #f2f4f6;
  color: var(--ink);
}

.dorea-footer__main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1480px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.dorea-footer__brand img {
  height: 40px;
  width: auto;
  margin-bottom: 14px;
}

.dorea-footer__brand p {
  max-width: 38ch;
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.dorea-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--ink-soft);
  font-size: 13px;
}

.dorea-footer__contact strong,
.dorea-footer__col h4 {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.dorea-footer__col h4 {
  margin: 0 0 16px;
}

.dorea-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dorea-footer__col a {
  color: var(--ink-soft);
  font-size: 13px;
}

.dorea-footer__col a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.dorea-footer__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.dorea-footer__newsletter strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.dorea-footer__newsletter span {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 13px;
}

.dorea-footer__newsletter .newsletterContent {
  position: relative;
}

.dorea-footer__newsletter #txtbxNewsletterMail {
  width: 100%;
  min-height: 46px;
  padding: 0 106px 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
}

.dorea-footer__newsletter #btnMailKaydet {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink) !important;
  color: var(--paper) !important;
  font-size: 12px;
  font-weight: 800;
}

.dorea-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 22px 0 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.dorea-social {
  display: flex;
  gap: 12px;
}

.dorea-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.dorea-social a:hover {
  background: var(--ink);
  color: var(--paper);
}

.dorea-social svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dorea-social .icon-fill {
  fill: currentColor;
  stroke: none;
}

/* Account/cart basics kept light */
.button,
.yesilButon,
.userLoginBtn,
.userSignBtn,
.basketCompletebtn,
.alisverisedevamet {
  border-radius: 999px !important;
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  color: var(--paper) !important;
}

.textbox,
.selectboxx,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

/* Dorea PLP takeover */
body.dorea-category #divIcerik.categoryContainer,
body.dorea-category .ticiContainer.categoryContainer,
body.dorea-category #ProductListMainContainer,
body.dorea-category .ProductListContent,
body.dorea-category #divCenterBlock {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.dorea-category ul.breadcrumb {
  display: none !important;
}

/* Hide default Ticimax category title (we render our own .dorea-plp-header) */
body.dorea-category .categoryTitleText:not(.dorea-page-title-keep) {
  display: none !important;
}
body.dorea-category .categoryTitle .appliedFilter.registeredFiltresListContent {
  display: none !important;
}

body.dorea-category .dorea-plp-header {
  max-width: none;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 56px) clamp(24px, 4vw, 64px) 24px;
  text-align: center;
}

body.dorea-category .dorea-plp-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

body.dorea-category .dorea-plp-breadcrumb a,
body.dorea-category .dorea-plp-breadcrumb strong {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

body.dorea-category .dorea-plp-header h1 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

body.dorea-category .dorea-plp-header p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

body.dorea-category #divSayfalamaUst,
body.dorea-category .categoryTop,
body.dorea-category .categoryContainer .categorydesign {
  max-width: none !important;
  margin: 0 !important;
  padding: 16px clamp(18px, 3.4vw, 56px) !important;
  background: var(--paper) !important;
  border-top: 1px solid var(--line-soft) !important;
  border-bottom: 1px solid var(--line-soft) !important;
}

body.dorea-category #divSayfalamaUst > *,
body.dorea-category .categoryTop > *,
body.dorea-category .categoryContainer .categorydesign > * {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

body.dorea-category #divSayfalamaUst {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

body.dorea-category .dorea-filter-chips {
  flex: 1 0 100% !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 8px !important;
}

body.dorea-category .dorea-filter-chip {
  height: 38px !important;
  padding: 0 16px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  background: var(--paper) !important;
  color: var(--ink-soft) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.dorea-category .dorea-filter-chip.active,
body.dorea-category .dorea-filter-chip:hover {
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
}

body.dorea-category #divSayfalamaUst .brandlistselection {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.dorea-category #divSayfalamaUst .sortingContent {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  list-style: none !important;
}

body.dorea-category #divSayfalamaUst .sortingContent > li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
}

body.dorea-category .filterOrderInStock {
  min-height: 40px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.dorea-category .FiltrelemeUrunAdet {
  gap: 10px !important;
  color: var(--ink-soft) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.dorea-category .FiltrelemeUrunAdet > span {
  white-space: nowrap !important;
}

body.dorea-category .blockSelect {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

body.dorea-category .sortingContent,
body.dorea-category .category-vertical-filters.top-filters,
body.dorea-category .FiltrelemeUst,
body.dorea-category .urunFiltreleme,
body.dorea-category .blockSelect,
body.dorea-category .categorydesign {
  background: transparent !important;
}

body.dorea-category .sortingContent select,
body.dorea-category .brandlistselection select,
body.dorea-category .btnCatSorting,
body.dorea-category .mobilFilterOpenBtn .button {
  min-height: 40px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.dorea-category .sortingContent select,
body.dorea-category .brandlistselection select {
  min-width: 210px !important;
  padding: 0 40px 0 16px !important;
  appearance: auto !important;
}

body.dorea-category .btnCatSorting {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.dorea-category .btnCatSorting i {
  font-size: 16px !important;
  line-height: 1 !important;
}

body.dorea-category #divSayfalamaUst .pageNumber {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.dorea-category .pageBorder,
body.dorea-category .pageNumber .pageBorder {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

body.dorea-category .pageBorder a {
  min-width: 34px !important;
  height: 34px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: var(--ink-soft) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.dorea-category .pageBorder a.SelectedSayfa {
  border-color: var(--ink) !important;
  color: var(--ink) !important;
}

body.dorea-category .ProductList,
body.dorea-category .ProductListContent .ProductList {
  max-width: none !important;
  margin: 0 auto !important;
  padding: 34px clamp(18px, 3.4vw, 56px) var(--section-y) !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(34px, 4vw, 64px) clamp(14px, 1.8vw, 28px) !important;
}

body.dorea-category .ProductList::after,
body.dorea-category .ProductListContent::after {
  display: none !important;
}

body.dorea-category .ProductList .ItemOrj,
body.dorea-category .ProductList.PlSc_2 .ItemOrj,
body.dorea-category .ProductList.PlSc_3 .ItemOrj,
body.dorea-category .ProductList.PlSc_4 .ItemOrj,
body.dorea-category .ProductList.PlSc_5 .ItemOrj {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.dorea-category .productItem {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  background: transparent !important;
}

body.dorea-category .productItem .productImage {
  position: relative !important;
  aspect-ratio: 2 / 3 !important;
  margin: 0 0 14px !important;
  border-radius: 4px !important;
  background: var(--paper) !important;
  overflow: hidden !important;
}

body.dorea-category .productItem .productImage a,
body.dorea-category .productItem .productImage a.Videolu {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  padding-bottom: 0 !important;
}

body.dorea-category .productItem .productImage img,
body.dorea-category .productItem .productImage video {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.dorea-category .productItem .dorea-product-sizes {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 5 !important;
  padding: 26px 10px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.56) 82%) !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

body.dorea-category .productItem:hover .dorea-product-sizes,
body.dorea-category .productItem:focus-within .dorea-product-sizes {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body.dorea-category .productItem .dorea-product-sizes span {
  min-width: 32px !important;
  height: 32px !important;
  padding: 0 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 3px !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body.dorea-category .productItem .productDetail {
  padding: 0 4px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

body.dorea-category .productItem .productMarka,
body.dorea-category .productItem .productDetail .itemCategory {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

body.dorea-category .productItem .productName a {
  min-height: 38px !important;
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.dorea-category .productItem .productPrice {
  margin-top: 4px !important;
  gap: 8px !important;
}

body.dorea-category .productItem .discountPrice span,
body.dorea-category .productItem .regularPrice span {
  color: var(--ink) !important;
  font-family: var(--display);
  font-size: 14px !important;
  font-weight: 850 !important;
}

body.dorea-category .productItem .productDetail .mycartIcon,
body.dorea-category .productItem .productDetail .TukendiIco {
  margin-top: 10px !important;
}

body.dorea-category .productItem .productDetail .mycartIcon a,
body.dorea-category .productItem .productDetail .TukendiIco {
  min-height: 42px !important;
  line-height: 40px !important;
  border-radius: 999px !important;
}

body.dorea-category .Favori,
body.dorea-category .productItem .favori,
body.dorea-category .productItem .quickViewIco,
body.dorea-category .productItem .urunListeAdet {
  display: none !important;
}

body.dorea-category .productItem .productIcon {
  display: none !important;
}

body.dorea-category .productItem .productDetail > a,
body.dorea-category .productItem .productDetail > span:not(.discountPrice):not(.regularPrice):not(.productName),
body.dorea-category .productItem .productDetail .detayIcon,
body.dorea-category .productItem .productDetail .inceleIcon,
body.dorea-category .productItem .productDetail .favoriIcon {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dorea-announcement__track { animation: none; }
  .productItem .productImage img,
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 1180px) {
  .ItemOrj,
  .homeContainer .ProductListContent .ItemOrj,
  .categoryContainer .ProductList .ItemOrj {
    width: 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 1024px) {
  .TopDet {
    grid-template-columns: 1fr;
  }
  .RightDetail {
    max-width: 720px;
  }
  .dorea-footer__main {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .dorea-footer__col:nth-child(4) {
    display: none;
  }
}

@media (max-width: 820px) {
  #headerNew .header-main,
  #headerNew #masthead,
  #headerNew #masthead .headerContainer {
    min-height: 78px !important;
    height: 78px !important;
  }

  #headerNew #masthead .header-inner.headerContainer,
  #headerNew #masthead .headerContainer {
    position: relative;
    display: grid !important;
    grid-template-columns: 52px 1fr auto !important;
    align-items: center !important;
    gap: 10px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #headerNew .mobile-menu-item,
  #headerNew .mobile-search-item,
  #headerNew .newHeaderNavigation > .newMenuBtnClick {
    display: none !important;
  }

  #headerNew .newHeaderNavigation .newMenuBtnClick {
    display: none !important;
  }

  #headerNew .header-nav.header-nav-main.nav-left > .newHeaderNavigation {
    display: block !important;
  }

  #headerNew .header-nav.header-nav-main.nav-left::before {
    content: none !important;
    display: none !important;
  }

  #headerNew .dorea-mobile-toggle {
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--ink);
    pointer-events: auto !important;
    z-index: 80;
  }

  #headerNew .dorea-mobile-toggle span {
    width: 27px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: currentColor;
  }

  #headerNew .dorea-mobile-toggle:hover {
    background: var(--paper-warm);
  }

  #headerNew .newMenuBtnClick a,
  #headerNew .mobile-item-button a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--ink);
  }

  #headerNew .newMenuBtnClick a:hover,
  #headerNew .mobile-item-button a:hover {
    background: var(--paper-warm);
  }

  #headerNew .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px !important;
    max-width: 38vw !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center;
    order: 2 !important;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  #headerNew #hb-logo a,
  #headerNew .logo a {
    width: 150px !important;
    height: 34px !important;
    background-size: contain !important;
  }

  #headerNew .logo img {
    width: auto !important;
    max-width: 150px !important;
    max-height: 30px !important;
    object-fit: contain !important;
  }

  #headerNew #masthead .flex-left {
    order: 1 !important;
    justify-self: start !important;
    width: 52px !important;
    z-index: 2;
  }

  #headerNew #masthead .flex-left .header-nav,
  #headerNew #masthead .flex-left .header-nav-main {
    display: flex !important;
    align-items: center !important;
    width: 52px !important;
    min-width: 52px !important;
  }

  #headerNew #masthead .flex-right {
    order: 3 !important;
    justify-self: end !important;
    width: auto !important;
    z-index: 2;
  }

  #headerNew .header-nav.nav-right {
    gap: 10px;
  }

  #headerNew .account-title {
    display: none !important;
  }

  #headerNew #divTopProductSearch .header-search-form-wrapper {
    display: none !important;
  }

  #headerNew .cart-item-my,
  #headerNew .nav-dropdown {
    display: none !important;
  }

  #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    display: flex;
  }

  #headerNew .newHeaderNavigation {
    position: static;
  }

  #headerNew .newHeaderNavigation .newHeaderNav {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    z-index: 99999 !important;
    display: block !important;
    visibility: visible !important;
    background: var(--paper) !important;
    box-shadow: none !important;
    transform: translate3d(-100%, 0, 0) !important;
    transition: transform .24s ease;
    overflow: auto !important;
    overscroll-behavior: contain;
    padding: 0 !important;
  }

  #headerNew .newHeaderNavigation.mobileactive .newHeaderNav,
  #headerNew .newHeaderNavigation.active .newHeaderNav,
  #headerNew .newHeaderNavigation .newHeaderNav.mobileactive,
  #headerNew .newHeaderNavigation .newHeaderNav.active,
  body.dorea-menu-open #headerNew .newHeaderNavigation .newHeaderNav,
  body.menuactive #headerNew .newHeaderNavigation .newHeaderNav,
  body.overflow #headerNew .newHeaderNavigation .newHeaderNav {
    transform: translate3d(0, 0, 0) !important;
  }

  body.dorea-menu-open {
    overflow: hidden;
  }

  #headerNew .newMenuTop {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 68px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    background: var(--paper) !important;
    border-bottom: 1px solid var(--line-soft);
    margin: 0 !important;
    padding: 0 18px !important;
  }

  #headerNew .newMenuTop::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 142px;
    height: 34px;
    transform: translateY(-50%);
    background: url("https://erpin.com.tr/Dorea/v2/assets/dorea-logo.png") center / contain no-repeat;
  }

  #headerNew .menuBackBtn {
    display: none !important;
  }

  #headerNew .menuCloseBtn {
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--ink);
  }

  #headerNew .header .newHeaderNavigation .newHeaderNav .newHeaderNavUl,
  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl,
  #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNav .newHeaderNavUl {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    list-style: none;
    margin: 0;
    padding: 8px 22px 30px !important;
  }

  #headerNew .header .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li,
  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li,
  #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNav .newHeaderNavUl > li {
    width: 100% !important;
    flex: 0 0 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    margin: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid var(--line-soft);
  }

  #headerNew .header .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li > a,
  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li > a,
  #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNav .newHeaderNavUl > li > a {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    color: var(--ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1 !important;
  }

  #headerNew .newHeaderNavigation .newHeaderNavUl > li:not(.dorea-mobile-open) > .menu-wrap {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  #headerNew .newHeaderNavigation .newHeaderNavUl > li.dorea-mobile-open > a .dorea-chev {
    transform: rotate(180deg);
  }

  #headerNew .newHeaderNavigation .newHeaderNavUl > li > a span::after {
    display: none;
  }

  #headerNew .newHeaderNavigation .menu-wrap {
    position: static !important;
    display: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  #headerNew .newHeaderNavigation .newHeaderNavUl > li.dorea-mobile-open > .menu-wrap {
    height: auto !important;
    max-height: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  #headerNew .newHeaderNavigation .menu-list-row {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  #headerNew .newHeaderNavigation .dorea-mega-feature {
    display: none !important;
  }

  .dorea-menu-col h5 {
    margin: 0 0 8px;
    font-size: 10px;
  }

  .dorea-menu-col ul {
    display: grid !important;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  .dorea-menu-col a {
    min-height: 34px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    padding: 0 !important;
    color: var(--ink-soft) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }

  #headerNew .newHeaderNavigation .dorea-menu-col {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 14px 0 12px;
  }

  #headerNew .newHeaderNavigation .dorea-menu-col + .dorea-menu-col {
    border-top: 1px solid var(--line-soft);
  }

  #headerNew .newHeaderNavigation .dorea-menu-col h5,
  #headerNew .newHeaderNavigation .dorea-menu-col ul,
  #headerNew .newHeaderNavigation .dorea-menu-col li,
  #headerNew .newHeaderNavigation .dorea-menu-col a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  body.dorea-menu-open #headerNew #masthead .flex-right,
  body.menuactive #headerNew #masthead .flex-right,
  body.overflow #headerNew #masthead .flex-right {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li:not(.dorea-mobile-open) {
    height: 49px !important;
    min-height: 49px !important;
    max-height: 49px !important;
    overflow: hidden !important;
  }

  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li.dorea-mobile-open {
    height: auto !important;
    min-height: 49px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li:not(.dorea-mobile-open) > *:not(a) {
    display: none !important;
  }

  #headerNew .header .newHeaderNavigation .newHeaderNav .newHeaderNavUl,
  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl,
  #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav .newHeaderNavUl,
  #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNav .newHeaderNavUl {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  #headerNew .header .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li,
  #headerNew .newHeaderNavigation .newHeaderNav .newHeaderNavUl > li,
  #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav .newHeaderNavUl > li,
  #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNav .newHeaderNavUl > li {
    position: static !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .dorea-announcement__track {
    gap: 32px;
    animation-duration: 22s;
  }
  .dorea-announcement__track span::after {
    margin-left: 32px;
  }
  .ItemOrj,
  .homeContainer .ProductListContent .ItemOrj,
  .categoryContainer .ProductList .ItemOrj,
  .categoryContainer .ProductList.PlSc_3 .ItemOrj,
  .categoryContainer .ProductList.PlSc_4 .ItemOrj,
  .categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: 50%;
    max-width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 22px;
  }
  .ProductList {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .SmallImages,
  .galleryOwl-thumb .thumb-list {
    grid-template-columns: 1fr;
  }
  .dorea-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .dorea-footer__brand {
    grid-column: 1 / -1;
  }
  .dorea-footer__newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .headerContainer,
  .header-main .headerContainer,
  .footerTempContainer.elementor-container,
  .ticiContainer,
  .hContainer,
  .userLoginContent,
  .hesabimContent,
  ul.breadcrumb,
  .ProductDetailMainRow {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .productItem .productName a {
    font-size: 13px;
  }
  .productItem .discountPrice span,
  .productItem .regularPrice span {
    font-size: 13px;
  }
  .dorea-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dorea-footer__main {
    grid-template-columns: 1fr;
  }
  .dorea-footer__col:nth-child(4) {
    display: block;
  }
  .dorea-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Category page responsive overrides must stay last; Ticimax writes mobile grid widths late. */
@media (max-width: 1180px) {
  body.dorea-category .ProductList,
  body.dorea-category .ProductListContent .ProductList {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.dorea-category .dorea-plp-header {
    padding: 28px 18px 18px !important;
    text-align: left;
  }

  body.dorea-category .dorea-plp-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  body.dorea-category .dorea-plp-header h1 {
    font-size: 34px !important;
  }

  body.dorea-category .dorea-plp-header p {
    max-width: none;
    margin: 0;
    font-size: 14px;
  }

  body.dorea-category #divSayfalamaUst,
  body.dorea-category .categoryTop,
  body.dorea-category .categoryContainer .categorydesign {
    padding: 12px 14px !important;
  }

  body.dorea-category .ProductList,
  body.dorea-category .ProductListContent .ProductList {
    padding: 24px 14px 56px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 12px !important;
  }

  body.dorea-category .ProductList .ItemOrj,
  body.dorea-category .categoryContainer .ProductList .ItemOrj,
  body.dorea-category .categoryContainer .ProductList.PlSc_3 .ItemOrj,
  body.dorea-category .categoryContainer .ProductList.PlSc_4 .ItemOrj,
  body.dorea-category .categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body.dorea-category .productItem .productImage {
    margin-bottom: 10px !important;
  }

  body.dorea-category .productItem .productName a {
    min-height: 34px !important;
    font-size: 12.5px !important;
  }

  body.dorea-category .productItem .discountPrice span,
  body.dorea-category .productItem .regularPrice span {
    font-size: 12.5px !important;
  }
}

@media (max-width: 420px) {
  body.dorea-category .ProductList,
  body.dorea-category .ProductListContent .ProductList {
    gap: 28px 10px !important;
  }

  body.dorea-category .productItem .productDetail {
    padding: 0 !important;
  }
}

/* Dorea PDP takeover */
body .spanKdv,
body .discountKdv,
body .kdvDahil,
body .KdvDahil {
  display: none !important;
}

body.dorea-product .contentProductDetail,
body.dorea-product .ProductDetail,
body.dorea-product .ProductDetailMain,
body.dorea-product .ProductDetailMainRow {
  width: 100% !important;
  max-width: none !important;
}

body.dorea-product .ProductDetail > .categoryTitle,
body.dorea-product .ProductDetailMainRow,
body.dorea-product .urunOzellik {
  max-width: 1680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(18px, 4vw, 72px) !important;
  padding-right: clamp(18px, 4vw, 72px) !important;
}

body.dorea-product .ProductDetail > .categoryTitle {
  padding-top: 22px !important;
  padding-bottom: 8px !important;
}

body.dorea-product .ProductDetailMainRow {
  padding-top: clamp(26px, 4.2vw, 64px) !important;
  padding-bottom: clamp(56px, 7vw, 96px) !important;
}

body.dorea-product .TopDet {
  display: grid !important;
  grid-template-columns: minmax(0, 1.48fr) minmax(420px, .52fr) !important;
  gap: clamp(42px, 5vw, 88px) !important;
  align-items: start !important;
}

body.dorea-product .leftImage {
  min-width: 0 !important;
}

body.dorea-product .RightDetail {
  max-width: 520px !important;
  min-width: 0 !important;
  position: sticky !important;
  top: 116px !important;
  align-self: start !important;
}

body.dorea-product .Images,
body.dorea-product .imageZoomPreview {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  background: var(--paper-soft) !important;
}

body.dorea-product .Images img,
body.dorea-product .imageZoomPreview img,
body.dorea-product #imgUrunResim {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
}

body.dorea-product .SmallImages,
body.dorea-product .galleryOwl-thumb .thumb-list {
  width: 100% !important;
  margin-top: 12px !important;
  padding: 0 0 8px !important;
  display: flex !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: thin !important;
}

body.dorea-product .SmallImages div,
body.dorea-product .SmallImages .AltImgCapSmallImg,
body.dorea-product .galleryOwl-thumb .thumb-list .thumb-item {
  flex: 0 0 clamp(74px, 7vw, 104px) !important;
  width: clamp(74px, 7vw, 104px) !important;
  height: clamp(96px, 9vw, 136px) !important;
  min-width: clamp(74px, 7vw, 104px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  background: var(--paper-soft) !important;
  scroll-snap-align: start !important;
  cursor: pointer !important;
}

body.dorea-product .SmallImages div:hover,
body.dorea-product .SmallImages .AltImgCapSmallImg:hover {
  border-color: var(--ink) !important;
}

body.dorea-product .SmallImages img,
body.dorea-product .galleryOwl-thumb .thumb-list img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
}

body.dorea-product .SmallImages .dorea-thumb-extra {
  display: none !important;
}

body.dorea-product .ProductName h1,
body.dorea-product .ProductName h1 span {
  margin: 0 !important;
  color: var(--ink) !important;
  font-family: var(--display) !important;
  font-size: clamp(34px, 3.4vw, 56px) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: .98 !important;
}

body.dorea-product .PriceList {
  margin-top: 18px !important;
}

body.dorea-product #divIndirimsizFiyat,
body.dorea-product #divIndirimliFiyat,
body.dorea-product .urunDetayFiyatContainer .Formline {
  display: block !important;
  margin: 0 !important;
}

body.dorea-product #divIndirimsizFiyat .left_line,
body.dorea-product #divIndirimsizFiyat .center_line,
body.dorea-product #divIndirimliFiyat .left_line,
body.dorea-product #divIndirimliFiyat .center_line,
body.dorea-product .spanKdv,
body.dorea-product .discountKdv,
body.dorea-product .kdvDahil,
body.dorea-product .KdvDahil {
  display: none !important;
}

body.dorea-product #divIndirimsizFiyat .right_line,
body.dorea-product #divIndirimliFiyat .right_line {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
}

body.dorea-product .spanFiyat,
body.dorea-product #fiyat2 .spanFiyat,
body.dorea-product .IndirimliFiyatContent .right_line *,
body.dorea-product #divTurkLirasiFiyat .right_line *,
body.dorea-product #divIndirimsizFiyat .right_line * {
  color: var(--ink) !important;
  font-family: var(--display) !important;
  font-size: 25px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body.dorea-product #divOnyazi {
  margin-top: 18px !important;
}

body.dorea-product #divOnyazi .left_line,
body.dorea-product #divOnyazi p {
  color: var(--ink-soft) !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
}

body.dorea-product #divUrunEkSecenek {
  margin-top: 24px !important;
}

body.dorea-product #divUrunEkSecenek .eksecenekLine {
  margin-bottom: 18px !important;
}

body.dorea-product #divUrunEkSecenek .center_line {
  display: none !important;
}

body.dorea-product #divUrunEkSecenek .left_line {
  width: 100% !important;
  margin: 0 0 10px !important;
  display: block !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

body.dorea-product #divUrunEkSecenek .right_line {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.dorea-product #divUrunEkSecenek .size_box {
  min-width: 52px !important;
  min-height: 42px !important;
  margin: 0 !important;
}

body.dorea-product .ProductIcon,
body.dorea-product .ProductIcon2,
body.dorea-product .UTelefonlaSiparis,
body.dorea-product .UIstekListemeEkle,
body.dorea-product .UKarsilastirma,
body.dorea-product .FiyatHaberVer,
body.dorea-product .UFavorilerimeEkle {
  display: none !important;
}

body.dorea-product #divSatinAl {
  margin-top: 24px !important;
}

body.dorea-product .buybutton {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

body.dorea-product .buyfast,
body.dorea-product .BasketBtn,
body.dorea-product .basketBtn {
  width: 100% !important;
  margin: 0 !important;
}

body.dorea-product .BasketBtn {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

body.dorea-product .Basketinp,
body.dorea-product .riSingle {
  width: 100% !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

body.dorea-product #txtbxurunSiparisAdedi,
body.dorea-product .txtSepetAdet {
  width: 42px !important;
  height: 48px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-align: center !important;
}

body.dorea-product .urunDetayAdetArttirma {
  width: 22px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: transparent !important;
  font-size: 0 !important;
  text-decoration: none !important;
}

body.dorea-product .qtyMinus::before { content: "-"; color: var(--ink); font-size: 16px; }
body.dorea-product .qtyPlus::before { content: "+"; color: var(--ink); font-size: 16px; }

body.dorea-product .buyfastbutton,
body.dorea-product .Addtobasket,
body.dorea-product .basketBtn input,
body.dorea-product .buyfast input {
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: .07em !important;
}

body.dorea-product .Addtobasket {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

body.dorea-product .urunOzellik {
  margin-top: 0 !important;
  padding-top: 34px !important;
  padding-bottom: 36px !important;
}

body.dorea-product .urunTab > ul > li > a {
  padding: 17px 0 !important;
}

body.dorea-product .urunTabAlt {
  max-width: 960px !important;
  color: var(--ink-soft) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

@media (max-width: 1024px) {
  body.dorea-product .TopDet {
    grid-template-columns: 1fr !important;
  }

  body.dorea-product .RightDetail {
    max-width: none !important;
    position: static !important;
  }
}

@media (max-width: 640px) {
  body.dorea-product .ProductDetail > .categoryTitle,
  body.dorea-product .ProductDetailMainRow,
  body.dorea-product .urunOzellik {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.dorea-product .ProductName h1,
  body.dorea-product .ProductName h1 span {
    font-size: 31px !important;
  }

  body.dorea-product .SmallImages div,
  body.dorea-product .SmallImages .AltImgCapSmallImg {
    flex-basis: 72px !important;
    width: 72px !important;
    height: 94px !important;
    min-width: 72px !important;
  }

  body.dorea-product .BasketBtn {
    grid-template-columns: 1fr !important;
  }
}

/* Dorea PDP final gallery layout */
body.dorea-product #ProductDetailMain,
body.dorea-product .ProductDetailMain,
body.dorea-product .ProductDetailMainRow,
body.dorea-product .TopDet {
  overflow: visible !important;
}

body.dorea-product .ProductDetail > .categoryTitle,
body.dorea-product .ProductDetailMainRow,
body.dorea-product .urunOzellik {
  max-width: 1760px !important;
  padding-left: clamp(18px, 4.2vw, 76px) !important;
  padding-right: clamp(18px, 4.2vw, 76px) !important;
}

body.dorea-product .ProductDetailMainRow {
  padding-top: clamp(22px, 3vw, 42px) !important;
}

body.dorea-product .TopDet {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
  gap: clamp(32px, 4.8vw, 76px) !important;
  align-items: start !important;
}

body.dorea-product .leftImage {
  width: 100% !important;
  min-width: 0 !important;
}

body.dorea-product .leftImage > .Images,
body.dorea-product .leftImage > .imageZoomPreview,
body.dorea-product .leftImage > .SmallImages,
body.dorea-product .leftImage > #divThumbList,
body.dorea-product #divVideoGoruntulemeAlan {
  display: none !important;
}

body.dorea-product .dorea-pdp-gallery {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.dorea-product .dorea-pdp-img {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 3 / 4 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: var(--paper-warm) !important;
  cursor: zoom-in !important;
}

body.dorea-product .dorea-pdp-img:nth-child(5) {
  grid-column: 1 / -1 !important;
  aspect-ratio: 2 / 1 !important;
}

body.dorea-product .dorea-pdp-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform .28s ease !important;
}

body.dorea-product .dorea-pdp-img:hover img {
  transform: scale(1.025) !important;
}

body.dorea-product .dorea-pdp-zoom {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.92) !important;
  color: var(--ink) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  box-shadow: var(--shadow-sm) !important;
}

body.dorea-product .RightDetail {
  width: 100% !important;
  max-width: 480px !important;
  min-width: 0 !important;
  padding-top: clamp(4px, 1.2vw, 18px) !important;
  position: sticky !important;
  top: 116px !important;
  align-self: start !important;
}

body.dorea-product .ProductName h1,
body.dorea-product .ProductName h1 span {
  max-width: 12ch !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 850 !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
}

body.dorea-product .PriceList {
  margin-top: 14px !important;
}

body.dorea-product .spanKdv,
body.dorea-product .discountKdv,
body.dorea-product #divKDVDahilFiyat,
body.dorea-product .KDVDahilFiyatSatis,
body.dorea-product .spanFiyat + span,
body.dorea-product #fiyat2 .spanKdv {
  display: none !important;
}

body.dorea-product .spanFiyat,
body.dorea-product #fiyat2 .spanFiyat,
body.dorea-product #divIndirimsizFiyat .right_line *,
body.dorea-product #divIndirimliFiyat .right_line * {
  font-size: 23px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body.dorea-product #divOnyazi {
  margin-top: 16px !important;
}

body.dorea-product #divOnyazi .left_line,
body.dorea-product #divOnyazi p {
  max-width: 44ch !important;
  color: var(--ink-soft) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.dorea-product #divUrunEkSecenek {
  margin-top: 24px !important;
}

body.dorea-product #divUrunEkSecenek .eksecenekLine {
  margin: 0 0 20px !important;
}

body.dorea-product #divUrunEkSecenek .left_line {
  width: 100% !important;
  margin: 0 0 10px !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

body.dorea-product #divUrunEkSecenek .center_line {
  display: none !important;
}

body.dorea-product #divUrunEkSecenek .right_line {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.dorea-product #divUrunEkSecenek .size_box {
  min-width: 48px !important;
  height: 42px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

body.dorea-product #divUrunEkSecenek .size_box:hover,
body.dorea-product #divUrunEkSecenek .size_box.dorea-selected {
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
}

body.dorea-product .dorea-pdp-points {
  margin: 12px 0 0 !important;
  padding: 13px 15px !important;
  border-radius: 8px !important;
  background: var(--paper-soft) !important;
  color: var(--ink-soft) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.dorea-product .dorea-pdp-points b {
  color: var(--ink) !important;
  font-weight: 850 !important;
}

body.dorea-product #divSatinAl {
  margin-top: 16px !important;
}

body.dorea-product .buybutton,
body.dorea-product .BasketBtn,
body.dorea-product .basketBtn {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
}

body.dorea-product .buyfast,
body.dorea-product .Basketinp,
body.dorea-product .riSingle,
body.dorea-product .ProductIcon,
body.dorea-product .ProductIcon2 {
  display: none !important;
}

body.dorea-product .Addtobasket,
body.dorea-product .basketBtn input {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.dorea-product .urunOzellik {
  max-width: 1760px !important;
  margin-top: 0 !important;
  padding-top: clamp(28px, 4vw, 54px) !important;
  padding-bottom: clamp(38px, 5vw, 70px) !important;
}

body.dorea-product .urunTab,
body.dorea-product .urunDetayPanel {
  max-width: 920px !important;
}

body.dorea-product .urunTab ul {
  display: block !important;
  border-top: 1px solid var(--line-soft) !important;
}

body.dorea-product .urunTab li {
  display: block !important;
  border-bottom: 1px solid var(--line-soft) !important;
}

body.dorea-product .urunTab > ul > li > a {
  width: 100% !important;
  padding: 18px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: var(--ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

body.dorea-product .urunTab > ul > li > a::after {
  content: "+" !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

body.dorea-product .urunTab > ul > li.active > a::after,
body.dorea-product .urunTab > ul > li.dorea-open > a::after {
  content: "-" !important;
}

/* Accordion panel show/hide based on the next-sibling pattern Ticimax uses */
body.dorea-product .urunOzellik .urunDetayPanel {
  display: none !important;
}
body.dorea-product .urunOzellik .urunDetayPanel.dorea-panel-open {
  display: block !important;
}

body.dorea-product .urunTabAlt {
  max-width: 920px !important;
  color: var(--ink-soft) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

@media (max-width: 1080px) {
  body.dorea-product .TopDet {
    grid-template-columns: 1fr !important;
  }

  body.dorea-product .RightDetail {
    max-width: 680px !important;
    position: static !important;
  }

  body.dorea-product .ProductName h1,
  body.dorea-product .ProductName h1 span {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  body.dorea-product .ProductDetail > .categoryTitle {
    padding-top: 12px !important;
  }

  body.dorea-product .ProductDetailMainRow,
  body.dorea-product .urunOzellik {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.dorea-product .dorea-pdp-gallery {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.dorea-product .dorea-pdp-img:nth-child(5) {
    grid-column: auto !important;
    aspect-ratio: 3 / 4 !important;
  }

  body.dorea-product .ProductName h1,
  body.dorea-product .ProductName h1 span {
    font-size: 32px !important;
  }
}

/* =========================================================================
   Dorea v3 — additions for category SEO block, PDP color label, helpers
   ========================================================================= */

/* ---- PLP: alt SEO bloğu (4 sütunlu) ---- */
body.dorea-category .dorea-plp-seo {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px) clamp(48px, 7vw, 96px);
}

body.dorea-category .dorea-plp-seo h2 {
  margin: 0 0 26px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
}

body.dorea-category .dorea-plp-seo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 40px;
}

body.dorea-category .dorea-plp-seo__grid h4 {
  margin: 0 0 6px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

body.dorea-category .dorea-plp-seo__grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.65;
}

@media (max-width: 700px) {
  body.dorea-category .dorea-plp-seo__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* ---- PLP: indirim rozetini (productIconEx) düzeltme — yalnızca discount renk ----
   "İNDİRİMLİ" badge'i kart üzerinde gösterilen yegane kırmızı parçadır.
*/
body.dorea-category .productItem .productIconEx > div,
body.dorea-category .productItem .productIconEx .discountIcon,
body.dorea-category .productItem .productIconEx .newIcon {
  pointer-events: none;
  font-size: 10px !important;
  letter-spacing: .08em !important;
  padding: 5px 10px !important;
  min-height: 22px !important;
  border-radius: 3px !important;
}

body.dorea-category .productItem .productIconEx .newIcon {
  background: var(--ink) !important;
  color: var(--paper) !important;
}

body.dorea-category .productItem .productIconEx .discountIcon {
  background: var(--sale) !important;
  color: var(--paper) !important;
}

/* ---- PDP: "Renk: <seçili>" current göstergesi (left_line yanı) ---- */
body.dorea-product #divUrunEkSecenek .left_line {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  min-width: 0 !important;
}

body.dorea-product #divUrunEkSecenek .dorea-current {
  margin-left: 6px !important;
  color: var(--ink-soft) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.dorea-product #divUrunEkSecenek .eksecenekLine {
  display: block !important;
  margin: 0 0 20px !important;
}

body.dorea-product #divUrunEkSecenek .eksecenekLine .right_line {
  margin-top: 10px !important;
}

/* ---- PDP: Beden rehberi / kargo bilgi linki (script ile eklenir) ---- */
body.dorea-product .dorea-pdp-helper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-top: 12px !important;
  color: var(--ink) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  cursor: pointer !important;
}

body.dorea-product .dorea-pdp-helper:hover {
  color: var(--ink-soft) !important;
}

/* ---- PDP: Indirim oranı pill — fiyat ile aynı satırda render et ---- */
body.dorea-product .urunDetayFiyatContainer {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

body.dorea-product #divIndirimOrani {
  display: inline-flex !important;
  align-items: center !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 9px !important;
  border-radius: 4px !important;
  background: var(--sale) !important;
  color: var(--paper) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .03em !important;
}

/* "Piyasa fiyatı" (üstü çizili eski fiyat) yazısının küçültülmesi */
body.dorea-product .PiyasafiyatiContent .right_line *,
body.dorea-product #divPiyasaFiyati .right_line *,
body.dorea-product #divIndirimsizFiyat.dorea-old-price .right_line * {
  color: var(--muted) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

/* ---- PDP: Önerilen ürünler ("Bunlar da ilginizi çekebilir") ---- */
body.dorea-product .dorea-pdp-recommendations {
  max-width: 1760px !important;
  margin: 0 auto !important;
  padding: clamp(28px, 4vw, 56px) clamp(18px, 4.2vw, 76px) clamp(48px, 6vw, 80px) !important;
  border-top: 1px solid var(--line-soft) !important;
}

body.dorea-product .dorea-pdp-recommendations__head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin: 0 0 22px !important;
}

body.dorea-product .dorea-pdp-recommendations__head h2 {
  margin: 0 !important;
  color: var(--ink) !important;
  font-family: var(--display) !important;
  font-size: clamp(24px, 2.8vw, 40px) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

body.dorea-product .dorea-pdp-recommendations__head a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.dorea-product .dorea-pdp-recommendations__head a:hover {
  text-decoration: underline !important;
}

/* "Ürün Önerileri" tabını yeni öneri bölümümüze taşıdıktan sonra tab'ı gizle */
body.dorea-product .urunTab li.TabUrunOnerileri,
body.dorea-product #divTabUrunOnerileri {
  display: none !important;
}

/* ---- Newsletter section (between PDP recommendations / PLP and footer) ---- */
.dorea-newsletter-section {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 64px);
  text-align: center;
}

.dorea-newsletter-section__inner {
  max-width: 720px;
  margin: 0 auto;
}

.dorea-newsletter-section h2 {
  margin: 0 0 12px;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.dorea-newsletter-section h2 .dot {
  color: var(--paper-warm);
}

.dorea-newsletter-section p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.6;
}

.dorea-newsletter-section form {
  display: flex;
  gap: 8px;
  max-width: 460px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.dorea-newsletter-section input {
  flex: 1 1 220px;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.dorea-newsletter-section input::placeholder {
  color: var(--muted);
}

.dorea-newsletter-section button {
  height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .18s ease;
}

.dorea-newsletter-section button:hover {
  background: var(--paper-warm);
}

@media (max-width: 600px) {
  .dorea-newsletter-section form {
    flex-direction: column;
  }
}
