:root{
  --navy:#202852;
  --navy-soft:#303966;
  --ink:#15182b;
  --muted:#687086;
  --line:#eceef5;
  --cream:#fff9f3;
  --rose:#e97f84;
  --gold:#c58b3d;
  --white:#fff;
  --shadow:0 28px 70px rgba(32,40,82,.14);
  --soft-shadow:0 16px 42px rgba(32,40,82,.10);
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Jost","Avenir Next",Montserrat,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.lux-container{width:min(1670px,calc(100% - 116px));margin-inline:auto}
.lux-header{position:relative;z-index:20;background:#fff;border-bottom:1px solid var(--line)}
.lux-header__top{background:#fff}
.lux-top-grid{min-height:112px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.social-row,.utility-row{display:flex;align-items:center;gap:26px}
.utility-row{justify-content:flex-end}
.social-row a,.utility-row a,.utility-row button{width:28px;height:28px;display:inline-grid;place-items:center;border:0;background:transparent;color:var(--navy);padding:0;cursor:pointer;transition:transform .2s ease,color .2s ease,opacity .2s ease}
.social-row a:hover,.utility-row a:hover,.utility-row button:hover{transform:translateY(-2px);color:var(--rose)}
.social-row svg,.utility-row svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.social-row svg path:first-child{fill:none}
.social-row a:first-child svg path{fill:none;stroke:currentColor}
.bag-link{position:relative}.bag-link span{position:absolute;right:-9px;top:-9px;min-width:18px;height:18px;border-radius:999px;background:var(--rose);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;line-height:18px}
.brand-logo{display:flex;align-items:center;justify-content:center;width:285px;margin:auto}.brand-logo img{display:block;width:100%;height:auto;max-height:112px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(32,40,82,.10))}
.lux-header__nav{border-top:1px solid #f2f3f8;background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:center}.main-menu{display:flex;align-items:center;justify-content:space-between;gap:54px;width:100%}.main-menu a{font-size:21px;font-weight:400;letter-spacing:.19em;color:#34364d;white-space:nowrap;transition:color .2s ease,transform .2s ease}.main-menu a:hover{color:var(--rose);transform:translateY(-1px)}
.mobile-menu-btn{display:none;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:999px;padding:10px 18px;letter-spacing:.14em;font-weight:700}
.search-panel{border-top:1px solid var(--line);background:#fff;box-shadow:var(--soft-shadow)}.search-form{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:22px 0}.search-form label{font-size:13px;letter-spacing:.16em;font-weight:700;color:var(--muted)}.search-form input{height:54px;border:1px solid var(--line);border-radius:999px;padding:0 24px;color:var(--ink);outline:none}.search-form input:focus{border-color:var(--rose);box-shadow:0 0 0 4px rgba(233,127,132,.12)}.search-form button{height:54px;border:0;border-radius:999px;background:var(--navy);color:#fff;padding:0 28px;font-weight:800;letter-spacing:.15em;cursor:pointer}
.hero-shell{padding:0 0 38px;background:linear-gradient(180deg,#fff 0%,#fff 70%,#fbf8f4 100%)}.hero-slider{position:relative;min-height:620px;border-radius:0 0 22px 22px;overflow:hidden;background:#f6f7fb;box-shadow:var(--shadow)}.hero-slides{position:relative;min-height:620px}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.slide-copy{position:relative;z-index:2;max-width:570px;padding:88px 0 0 72px;color:var(--navy)}.slide-copy span{display:block;font-size:15px;font-weight:800;letter-spacing:.28em;color:var(--gold);margin-bottom:16px}.slide-copy h1{font-size:78px;line-height:.95;letter-spacing:.02em;margin:0 0 18px;font-weight:800;max-width:620px}.slide-copy p{font-size:22px;line-height:1.45;margin:0 0 30px;color:#343b66;max-width:520px}.slide-copy a{display:inline-flex;align-items:center;justify-content:center;height:58px;padding:0 34px;border-radius:999px;background:#fff;color:var(--navy);font-size:15px;font-weight:800;letter-spacing:.18em;box-shadow:0 15px 32px rgba(32,40,82,.13);transition:transform .2s ease,box-shadow .2s ease}.slide-copy a:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(32,40,82,.18)}
.slider-controls{position:absolute;left:60px;right:60px;bottom:34px;z-index:5;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.slider-controls button{pointer-events:auto}.slider-controls>button{width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.72);color:var(--navy);font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}.slider-controls>button:hover{transform:translateY(-2px);background:#fff}.slider-dots{display:flex;gap:10px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);box-shadow:0 12px 26px rgba(32,40,82,.08)}.slider-dots button{width:9px;height:9px;border:0;border-radius:999px;background:#b9bfd6;padding:0;cursor:pointer;transition:width .25s ease,background .25s ease}.slider-dots button.is-active{width:34px;background:var(--navy)}
.next-note{margin-top:18px;margin-bottom:60px;padding:30px 34px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 16px 36px rgba(32,40,82,.06)}.next-note span{font-weight:800;letter-spacing:.14em;color:var(--gold);font-size:13px}.next-note p{margin:8px 0 0;color:var(--muted);font-size:18px}.admin-link{position:fixed;right:18px;bottom:18px}
@media (max-width:1220px){.lux-container{width:min(100% - 48px,1180px)}.main-menu{gap:26px}.main-menu a{font-size:15px}.slide-copy h1{font-size:58px}.hero-slider,.hero-slides{min-height:540px}}
@media (max-width:820px){.lux-top-grid{grid-template-columns:1fr;min-height:auto;padding:20px 0}.brand-logo{order:-1;width:230px}.social-row,.utility-row{justify-content:center;gap:18px}.nav-wrap{justify-content:space-between;min-height:62px}.mobile-menu-btn{display:inline-flex}.main-menu{position:absolute;top:100%;left:24px;right:24px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--soft-shadow);padding:10px;z-index:30}.main-menu.is-open{display:flex}.main-menu a{font-size:15px;padding:14px 16px;border-radius:16px}.search-form{grid-template-columns:1fr}.hero-shell{padding-top:0}.hero-slider,.hero-slides{min-height:620px;border-radius:0 0 24px 24px}.hero-slide img{object-position:68% center}.slide-copy{padding:44px 30px 0;max-width:92%}.slide-copy h1{font-size:46px}.slide-copy p{font-size:18px}.slider-controls{left:24px;right:24px;bottom:22px}.lux-container{width:min(100% - 28px,760px)}}
@media (max-width:520px){.social-row a,.utility-row a,.utility-row button{width:24px;height:24px}.social-row svg,.utility-row svg{width:22px;height:22px}.brand-logo{width:205px}.hero-slider,.hero-slides{min-height:560px}.slide-copy h1{font-size:36px}.slide-copy p{font-size:16px}.slide-copy a{height:50px;padding:0 24px;font-size:12px}.slider-controls>button{width:40px;height:40px}.slider-dots{padding:10px 12px}.next-note{padding:24px 22px}.next-note p{font-size:16px}}

/* Slider altı ürün vitrini - yeni başlangıç */
.bestseller-shell{padding:28px 0 76px;background:#fff}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:0 0 28px}.section-heading span{display:block;font-size:13px;font-weight:800;letter-spacing:.22em;color:var(--gold);margin-bottom:8px}.section-heading h2{font-size:42px;line-height:1.05;margin:0;color:#2d2317;font-weight:700;letter-spacing:.01em}.section-heading p{max-width:560px;margin:0;color:#6e665f;font-size:17px;line-height:1.55;text-align:right}.product-grid{display:grid;gap:34px}.product-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;background:#fff;border:1px solid #eee7dd;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(46,36,22,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(46,36,22,.12);border-color:#d9b574}.product-image{position:relative;display:block;aspect-ratio:1/1;background:#fbf6ef;overflow:hidden}.product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.9);color:#5a3a03;font-size:11px;font-weight:900;letter-spacing:.12em;box-shadow:0 8px 18px rgba(45,29,5,.12);backdrop-filter:blur(8px)}.product-info{padding:20px 20px 22px}.product-info h3{font-size:23px;line-height:1.2;margin:0 0 10px;font-weight:700;color:#2b2116;min-height:56px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-info h3 a:hover{color:#765003}.rating-row{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#6b6259;font-size:16px}.stars{color:#f1b600;letter-spacing:2px;font-size:22px;line-height:1;text-shadow:0 1px 0 rgba(0,0,0,.04)}.price-row{display:flex;align-items:center;gap:16px;min-height:66px;margin-bottom:24px}.discount-bubble{width:58px;height:58px;border-radius:999px;background:#ef2508;color:#fff;display:grid;place-items:center;font-size:19px;font-weight:900;box-shadow:0 12px 22px rgba(239,37,8,.22)}.price-stack{display:grid;gap:2px}.price-stack del{font-size:24px;color:#aaa;text-decoration-thickness:2px}.price-stack strong{font-size:30px;line-height:1;color:#050505;font-weight:900;letter-spacing:.01em}.cart-row{display:grid;grid-template-columns:134px 1fr;gap:12px;align-items:center}.qty-control{height:58px;display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid #ececec;background:#fff}.qty-control button,.qty-control input{width:100%;height:100%;border:0;border-right:1px solid #ececec;background:#fff;text-align:center;color:#111;font-size:21px;outline:none}.qty-control button:last-child{border-right:0}.qty-control button{cursor:pointer;transition:background .18s ease,color .18s ease}.qty-control button:hover{background:#f8f1e7;color:#5a3a03}.add-cart-btn{height:58px;border-radius:18px;border:2px solid #120d05;background:#5a3a03;color:#fff;font-size:19px;font-weight:900;letter-spacing:.03em;cursor:pointer;box-shadow:0 13px 24px rgba(90,58,3,.16);transition:transform .18s ease,background .18s ease}.add-cart-btn:hover{transform:translateY(-2px);background:#2f2104}.product-card:nth-child(3){border-color:#d4b06c;box-shadow:0 18px 42px rgba(137,94,20,.11)}
@media (max-width:1360px){.product-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading h2{font-size:36px}}
@media (max-width:820px){.bestseller-shell{padding:22px 0 54px}.section-heading{display:block}.section-heading p{text-align:left;margin-top:10px}.product-grid--four{grid-template-columns:1fr;gap:22px}.product-info h3{min-height:auto}.cart-row{grid-template-columns:126px 1fr}.add-cart-btn{font-size:16px}.price-stack strong{font-size:27px}.price-stack del{font-size:21px}}
@media (max-width:520px){.section-heading h2{font-size:30px}.section-heading p{font-size:15px}.product-info{padding:17px}.cart-row{grid-template-columns:1fr}.qty-control{width:150px}.add-cart-btn{width:100%}.rating-row{font-size:14px}.stars{font-size:19px}.price-row{margin-bottom:18px}.discount-bubble{width:52px;height:52px;font-size:17px}}

.brand-logo{
  width:230px;
  background:transparent;
}
.brand-logo img{
  max-height:96px;
  filter:none;
}
.lux-top-grid{
  min-height:104px;
}
.main-menu{
  gap:38px;
  justify-content:center;
}
.main-menu a{
  font-size:15.5px;
  font-weight:400;
  letter-spacing:.18em;
  line-height:1;
  color:#33364e;
}
.nav-wrap{
  min-height:64px;
}
.hero-slider,
.hero-slides{
  min-height:560px;
}
.slide-copy{
  padding:70px 0 0 64px;
  max-width:500px;
}
.slide-copy h1{
  font-size:54px;
  line-height:1.02;
  max-width:500px;
}
.slide-copy p{
  font-size:18px;
  max-width:460px;
}
.bestseller-shell{
  padding:34px 0 70px;
  background:#fff;
}
.section-heading{
  align-items:flex-end;
  margin-bottom:24px;
}
.section-heading span{
  font-size:12px;
  letter-spacing:.24em;
}
.section-heading h2{
  font-family:"Jost","Avenir Next",Montserrat,Arial,sans-serif;
  font-size:34px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:.02em;
  color:#2f291f;
}
.section-heading p{
  max-width:520px;
  font-size:15.5px;
  line-height:1.55;
  color:#655f58;
}
.product-grid{
  gap:20px;
}
.product-grid--four{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.product-card{
  border-radius:16px;
  box-shadow:0 10px 26px rgba(46,36,22,.052);
}
.product-image{
  aspect-ratio:4/3;
}
.product-badge{
  left:12px;
  top:12px;
  height:27px;
  padding:0 10px;
  font-size:9.5px;
  letter-spacing:.12em;
}
.product-info{
  padding:14px 14px 16px;
}
.product-info h3{
  font-family:"Jost","Avenir Next",Montserrat,Arial,sans-serif;
  font-size:16px;
  line-height:1.24;
  font-weight:600;
  letter-spacing:.01em;
  min-height:40px;
  margin-bottom:8px;
  color:#30271d;
}
.rating-row{
  gap:8px;
  margin-bottom:12px;
  font-size:13px;
}
.stars{
  font-size:15px;
  letter-spacing:1px;
}
.price-row{
  gap:10px;
  min-height:48px;
  margin-bottom:14px;
}
.discount-bubble{
  width:44px;
  height:44px;
  font-size:14px;
  box-shadow:0 8px 18px rgba(239,37,8,.18);
}
.price-stack del{
  font-size:16px;
  text-decoration-thickness:1.5px;
}
.price-stack strong{
  font-size:22px;
}
.cart-row{
  grid-template-columns:94px 1fr;
  gap:10px;
}
.qty-control{
  height:44px;
}
.qty-control button,
.qty-control input{
  font-size:16px;
}
.add-cart-btn{
  height:44px;
  border-radius:14px;
  font-size:14px;
  letter-spacing:.04em;
  box-shadow:0 9px 18px rgba(90,58,3,.14);
}
@media (max-width:1440px){
  .lux-container{width:min(100% - 56px,1320px)}
  .main-menu{gap:30px}
  .main-menu a{font-size:14px;letter-spacing:.16em}
  .cart-row{grid-template-columns:88px 1fr;gap:8px}
  .add-cart-btn{font-size:13px}
}
@media (max-width:980px){
  .product-grid--four{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .section-heading{display:block}
  .section-heading p{text-align:left;margin-top:10px}
  .hero-slider,.hero-slides{min-height:520px}
  .slide-copy h1{font-size:42px}
}
@media (max-width:640px){
  .product-grid--four{grid-template-columns:1fr !important;}
  .brand-logo{width:205px}
  .section-heading h2{font-size:27px}
  .cart-row{grid-template-columns:94px 1fr}
}


.home-category-strip{
  padding:34px 0 26px;
  background:#fff;
}
.home-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.home-category-card{
  position:relative;
  display:block;
  min-height:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(27,31,69,.08);
  background:#fbf7ef;
  box-shadow:0 14px 34px rgba(28,22,14,.07);
  transform:translateZ(0);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.home-category-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 46px rgba(28,22,14,.12);
  border-color:rgba(190,136,45,.32);
}
.home-category-card img{
  display:block;
  width:100%;
  aspect-ratio:1.42/1;
  height:auto;
  object-fit:cover;
}
.home-category-card__shade{
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,247,232,.94) 46%, rgba(255,247,232,.98));
  pointer-events:none;
}
.home-category-card__copy{
  position:absolute;
  left:16px;
  right:16px;
  bottom:15px;
  display:grid;
  justify-items:center;
  text-align:center;
  gap:6px;
  pointer-events:none;
}
.home-category-card__copy strong{
  font-family:"Jost","Avenir Next",Arial,sans-serif;
  font-size:21px;
  line-height:1.06;
  font-weight:700;
  letter-spacing:.085em;
  color:#6a4a31;
  text-shadow:0 2px 4px rgba(255,255,255,.9);
}
.home-category-card__copy em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:0 12px;
  border-radius:999px;
  background:#79583f;
  color:#fff;
  font-style:normal;
  font-size:11px;
  font-weight:600;
  letter-spacing:.02em;
  box-shadow:0 10px 18px rgba(75,45,18,.13);
}
@media (max-width:1180px){
  .home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:620px){
  .home-category-strip{padding:24px 0 18px;}
  .home-category-grid{grid-template-columns:1fr;gap:16px;}
  .home-category-card{border-radius:18px;}
  .home-category-card__copy strong{font-size:20px;}
}

.home-category-card--artwork .home-category-card__shade,
.home-category-card--artwork .home-category-card__copy{
  display:none !important;
}

.home-category-card--artwork{
  min-height:0;
  display:flex;
  flex-direction:column;
  border-color:rgba(191,147,67,.32);
  background:linear-gradient(180deg,#fffaf1 0%,#fff6e8 100%);
  overflow:hidden;
}
.home-category-card--artwork::after{
  display:none;
}
.home-category-card--artwork img{
  width:100%;
  aspect-ratio:1.72/1;
  object-fit:cover;
  object-position:center top;
  border-radius:22px 22px 0 0;
}
.home-category-card__artwork-cta{
  position:static;
  transform:none;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  width:calc(100% - 34px);
  margin:13px auto 16px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid rgba(214,171,90,.96);
  background:linear-gradient(135deg,#101846,#1d2661 58%,#0b1238);
  color:#fff;
  font-family:"Jost","Avenir Next",Arial,sans-serif;
  font-size:12.8px;
  font-weight:800;
  line-height:1;
  letter-spacing:.065em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 12px 24px rgba(17,25,71,.20), inset 0 1px 0 rgba(255,255,255,.18);
  pointer-events:none;
}
.home-category-card__artwork-cta::after{
  content:"→";
  margin-left:12px;
  font-size:18px;
  line-height:1;
  color:#e7b866;
}
@media (max-width:1180px){
  .home-category-card--artwork img{aspect-ratio:1.64/1;}
}
@media (max-width:620px){
  .home-category-card--artwork img{aspect-ratio:1.42/1;}
  .home-category-card__artwork-cta{min-height:44px;width:calc(100% - 28px);margin:11px auto 14px;font-size:11.6px;letter-spacing:.045em;}
}

.home-category-card--artwork{
  border-radius:22px;
  background:#101846;
  border-color:rgba(191,147,67,.40);
  box-shadow:0 16px 38px rgba(25,22,13,.09);
}
.home-category-card--artwork img{
  display:block;
  width:100%;
  aspect-ratio:1.72/1;
  height:auto;
  object-fit:cover;
  object-position:center top;
  border-radius:22px 22px 0 0;
  margin:0;
  flex:0 0 auto;
}
.home-category-card__artwork-cta{
  position:static;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px;
  margin:0;
  padding:0 20px;
  border:0;
  border-top:1px solid rgba(236,195,112,.45);
  border-radius:0 0 22px 22px;
  background:linear-gradient(135deg,#111846 0%,#17235c 58%,#10163f 100%);
  color:#fff;
  font-family:"Jost","Avenir Next",Arial,sans-serif;
  font-size:11.8px;
  font-weight:700;
  line-height:1;
  letter-spacing:.055em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  pointer-events:none;
}
.home-category-card__artwork-cta::after{
  content:"→";
  margin-left:13px;
  font-size:18px;
  font-weight:400;
  line-height:1;
  color:#e5b866;
}
.home-category-card--artwork:hover .home-category-card__artwork-cta{
  background:linear-gradient(135deg,#10163f 0%,#1b2868 58%,#101846 100%);
}
@media (max-width:620px){
  .home-category-card--artwork img{aspect-ratio:1.42/1;}
  .home-category-card__artwork-cta{min-height:50px;font-size:10.8px;letter-spacing:.035em;padding:0 12px;}
}

.home-category-card--css-composed{
  position:relative;
  background:#101846;
}
.home-category-card--css-composed > img{
  display:block;
  width:100%;
  aspect-ratio:1.72/1;
  height:auto;
  object-fit:cover;
  object-position:center center;
  border-radius:22px 22px 0 0;
}
.home-category-card__logo-badge{
  position:absolute;
  left:17px;
  top:14px;
  z-index:3;
  width:118px;
  max-width:34%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:4px 7px;
  border-radius:16px;
  background:rgba(255,255,255,.80);
  box-shadow:0 10px 24px rgba(17,24,70,.10);
  backdrop-filter:blur(6px);
}
.home-category-card__logo-badge img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  border-radius:0 !important;
  margin:0 !important;
}
.home-category-card__premium-title{
  position:absolute;
  left:18px;
  top:85px;
  z-index:3;
  display:grid;
  gap:1px;
  text-transform:uppercase;
  pointer-events:none;
  text-shadow:0 2px 10px rgba(255,255,255,.46);
}
.home-category-card__premium-title strong,
.home-category-card__premium-title em{
  font-family:"Jost","Avenir Next",Arial,sans-serif;
  font-style:normal;
  line-height:.98;
  letter-spacing:.09em;
}
.home-category-card__premium-title strong{
  font-size:25px;
  font-weight:800;
  color:#101846;
}
.home-category-card__premium-title em{
  font-size:17px;
  font-weight:600;
  color:#b88936;
}
@media (max-width:1180px){
  .home-category-card__logo-badge{width:108px;top:12px;left:14px;}
  .home-category-card__premium-title{top:78px;left:15px;}
  .home-category-card__premium-title strong{font-size:23px;}
  .home-category-card__premium-title em{font-size:16px;}
}
@media (max-width:620px){
  .home-category-card__logo-badge{width:112px;}
  .home-category-card__premium-title{top:80px;}
}

.home-category-card--full-artwork{
  background:#101846;
  border-color:rgba(191,147,67,.40);
  overflow:hidden;
}
.home-category-card--full-artwork > img{
  display:block;
  width:100%;
  aspect-ratio:1.72/1;
  height:auto;
  object-fit:cover;
  object-position:center 43%;
  border-radius:22px 22px 0 0;
  margin:0;
}
.home-category-card--full-artwork .home-category-card__logo-badge,
.home-category-card--full-artwork .home-category-card__premium-title{
  display:none !important;
}
.home-category-card--full-artwork .home-category-card__artwork-cta{
  display:flex !important;
}
@media (max-width:620px){
  .home-category-card--full-artwork > img{aspect-ratio:1.42/1;object-position:center 43%;}
}

.home-category-card--image-only{
  background:#fff;
  border-color:rgba(191,147,67,.25);
}
.home-category-card--image-only > img{
  width:100%;
  aspect-ratio:1.72/1;
  object-fit:cover;
  object-position:center center;
  border-radius:22px;
}

.hero-slide:not(:has(.slide-copy))::after{display:none;}
.hero-slider,.hero-slides{min-height:590px;}
@media (max-width:980px){.hero-slider,.hero-slides{min-height:460px;}}
@media (max-width:620px){.hero-slider,.hero-slides{min-height:330px;}.hero-slide img{object-position:center center;}}


.product-detail-shell{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:32px;align-items:start;background:#fff;border:1px solid rgba(28,32,69,.08);border-radius:26px;padding:22px;box-shadow:0 20px 60px rgba(28,32,69,.08)}
.product-detail-shell>img{width:100%;border-radius:20px;object-fit:cover;background:#faf7ef;aspect-ratio:1.35/1}.product-detail-shell h1{font-size:42px;margin:10px 0;color:#1c2045}.primary-pill{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:#101944;color:#fff;font-weight:900;margin-top:12px}@media(max-width:900px){.product-detail-shell{grid-template-columns:1fr}.product-detail-shell h1{font-size:30px}}

.category-detail-hero{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:26px;align-items:center;padding:22px;border-radius:30px;background:linear-gradient(135deg,#fff,#fbf4e8);box-shadow:0 18px 44px rgba(32,25,18,.10);border:1px solid rgba(214,177,107,.25);}
.category-detail-hero>img{width:100%;height:280px;object-fit:cover;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(32,25,18,.10);}
.category-detail-hero h1{font-size:clamp(32px,5vw,58px);line-height:.95;margin:10px 0;color:#121a3d;}
.category-detail-hero p{font-size:17px;color:#645b52;max-width:680px;}
@media(max-width:820px){.category-detail-hero{grid-template-columns:1fr}.category-detail-hero>img{height:220px}}

.home-main{display:flex;flex-direction:column;}
.home-main>section{width:100%;}

.cart-page-shell{padding:42px 0 70px}.cart-page-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:24px}.cart-page-head h1{font-size:42px;margin:4px 0 8px;color:#221a12}.cart-page-head p{margin:0;color:#6b6259}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.cart-list-card,.cart-summary-card,.cart-empty-card{background:#fff;border:1px solid #eee4d9;border-radius:22px;box-shadow:0 16px 42px rgba(42,31,17,.08)}.cart-empty-card{padding:38px;text-align:center}.cart-list-card{padding:12px}.cart-line{display:grid;grid-template-columns:92px minmax(0,1fr) 130px 120px 76px;gap:14px;align-items:center;padding:14px;border-bottom:1px solid #f1e8dd}.cart-line:last-of-type{border-bottom:0}.cart-line__image{display:block;width:92px;height:92px;border-radius:16px;overflow:hidden;background:#fbf6ef}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__body h2{margin:0 0 8px;font-size:18px;color:#221a12}.cart-line__body span{color:#6f6258;font-weight:800}.cart-line__total{font-size:18px;color:#111;text-align:right}.cart-remove-btn{border:0;border-radius:12px;background:#fff1ef;color:#b42d1d;padding:10px;font-weight:900;cursor:pointer}.cart-remove-btn:hover{background:#ffdeda}.cart-list-actions{display:flex;gap:10px;justify-content:flex-end;padding:14px}.btn-soft{border:1px solid #d9c9b8;background:#fff7ed;border-radius:14px;padding:12px 16px;font-weight:900;cursor:pointer;color:#5b3b05}.btn-soft--danger{background:#fff1ef;color:#b42d1d;border-color:#f2c9c2}.cart-summary-card{padding:22px;position:sticky;top:18px}.cart-summary-card h2{font-size:24px;margin:0 0 16px}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #f1e8dd;color:#695f56}.summary-row strong{color:#20180f}.summary-row--total{font-size:22px;border-bottom:0}.whatsapp-order-form{display:grid;gap:12px;margin-top:18px}.whatsapp-order-form label{display:grid;gap:6px;font-weight:800;color:#32281f;font-size:13px}.whatsapp-order-form input,.whatsapp-order-form textarea{width:100%;border:1px solid #dfd6cb;border-radius:13px;padding:11px 12px;font:inherit;resize:vertical;background:#fffdf9}.whatsapp-submit-btn{border:0;border-radius:16px;background:#1f8f4d;color:#fff;padding:14px 16px;font-weight:950;letter-spacing:.02em;cursor:pointer;box-shadow:0 12px 26px rgba(31,143,77,.18)}.whatsapp-submit-btn:hover{background:#147a3e}.product-detail-cart-form{max-width:420px;margin:22px 0}.alert{padding:13px 16px;border-radius:14px;margin:0 0 16px;font-weight:800}.alert-success{background:#e9f9ef;color:#126331;border:1px solid #bdebcf}.alert-error{background:#fff1ef;color:#9d2318;border:1px solid #ffd0c9}@media(max-width:920px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static}.cart-line{grid-template-columns:76px 1fr;gap:12px}.cart-line .qty-control,.cart-line__total,.cart-remove-btn{grid-column:2}.cart-line__total{text-align:left}.cart-page-head{display:block}.cart-page-head .primary-pill{margin-top:16px}}@media(max-width:540px){.cart-page-head h1{font-size:32px}.cart-list-card{padding:6px}.cart-line{padding:12px}.cart-list-actions{display:grid}.cart-summary-card{padding:17px}}

.checkout-actions{display:grid;gap:10px;margin-top:8px;}
.order-submit-btn{border:0;border-radius:14px;padding:13px 16px;background:#162a56;color:#fff;font-weight:900;letter-spacing:.03em;cursor:pointer;box-shadow:0 12px 28px rgba(22,42,86,.18);}
.order-submit-btn:hover{filter:brightness(1.05);}

.site-footer{
  margin-top:64px;
  background:linear-gradient(180deg,#17243d 0%,#101a31 100%);
  color:#fff;
  border-radius:34px 34px 0 0;
  padding:42px 0 24px;
}
.site-footer__inner{display:grid;gap:24px}
.site-footer__brandline{text-align:center;max-width:780px;margin:0 auto}
.footer-logo{display:inline-flex;align-items:center;justify-content:center;width:min(270px,72vw);margin:0 auto 10px;text-decoration:none}
.footer-logo img{display:block;width:100%;height:auto;max-height:112px;object-fit:contain;filter:brightness(0) invert(1);opacity:.98}
.footer-slogan{display:block;margin-top:2px;color:#fff;font-size:12px;font-weight:500;letter-spacing:.28em;text-transform:uppercase}
.site-footer__brandline p{max-width:640px;margin:13px auto 0;color:rgba(255,255,255,.76);line-height:1.75;font-weight:300;font-size:15px}
.site-footer__divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent)}
.site-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:26px;align-items:start}
.site-footer h3{margin:0 0 10px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#fff;font-weight:500}
.site-footer p{margin:0;color:rgba(255,255,255,.74);line-height:1.72;font-weight:300}
.site-footer a{display:block;color:rgba(255,255,255,.78);text-decoration:none;margin:7px 0;font-weight:300;transition:color .18s ease, transform .18s ease}
.site-footer a:hover{color:#fff;transform:translateX(3px)}
.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:15px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:rgba(255,255,255,.58);font-size:12px;font-weight:300;letter-spacing:.03em}
.legal-page-shell{padding:40px 16px}.legal-card{margin-top:18px;background:#fff;border-radius:30px;padding:34px;box-shadow:0 24px 70px rgba(20,33,58,.10)}.legal-card h1{font-size:38px;margin:6px 0 18px;color:#17243d}.legal-content{font-size:16px;line-height:1.85;color:#4d5568;white-space:normal}
@media(max-width:800px){.site-footer{padding-top:34px}.site-footer__grid{grid-template-columns:1fr;text-align:center}.footer-logo{width:min(230px,74vw)}.site-footer__bottom{justify-content:center;text-align:center}.legal-card{padding:24px}.legal-card h1{font-size:28px}}


.payment-method-box{margin-top:14px;padding:14px;border:1px solid rgba(7,29,73,.12);border-radius:18px;background:#fff}
.payment-method-box>strong{display:block;margin-bottom:8px;color:#071d49;font-size:14px;letter-spacing:.02em}
.payment-method-option{display:flex!important;align-items:center;gap:8px;margin:7px 0!important;font-size:14px;color:#27324a}
.payment-method-option input{width:auto!important;margin:0!important}
.payment-hint{display:block;margin-top:8px;color:#6f7788;line-height:1.4}
.payment-start-card{max-width:760px;margin:60px auto;text-align:left}
.payment-summary-line{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(7,29,73,.10)}
.payment-summary-line strong{color:#071d49}

.home-product-showcases{width:100%;display:flex;flex-direction:column;gap:22px;background:#fff;padding:22px 0 64px;}
.home-product-showcases .bestseller-shell{padding:16px 0 18px;background:transparent;}
.product-showcase-block + .product-showcase-block{border-top:1px solid rgba(45,35,23,.08);padding-top:28px;}
.section-heading--clean{align-items:center;margin-bottom:22px;}
.section-heading--clean>div{display:grid;gap:4px;}
.section-heading--clean span{font-size:12px;letter-spacing:.24em;margin:0;color:#c18b2e;}
.section-heading--clean h2{font-size:34px;line-height:1.08;letter-spacing:.01em;font-weight:800;color:#2c241b;}
.section-heading--clean p{font-size:15px;line-height:1.55;color:#746b62;max-width:470px;}
.section-heading--no-desc{justify-content:flex-start;}
.product-grid--compact{gap:22px;grid-template-columns:repeat(4,minmax(0,1fr));}
.product-card--clean{border-radius:18px;border-color:#eee2d2;box-shadow:0 12px 30px rgba(65,44,18,.07);}
.product-card--clean .product-image{aspect-ratio:1.18/1;background:#fbf5eb;}
.product-card--clean .product-info{padding:16px 17px 18px;}
.product-card--clean .product-info h3{font-size:19px;line-height:1.25;min-height:48px;margin-bottom:10px;font-weight:800;}
.product-card--clean .rating-row{font-size:14px;margin-bottom:13px;gap:8px;}
.product-card--clean .stars{font-size:17px;letter-spacing:1px;}
.product-card--clean .price-row{gap:11px;min-height:52px;margin-bottom:16px;}
.product-card--clean .discount-bubble{width:46px;height:46px;font-size:15px;box-shadow:0 10px 20px rgba(239,37,8,.18);}
.product-card--clean .price-stack del{font-size:18px;}
.product-card--clean .price-stack strong{font-size:24px;}
.product-card--clean .product-badge{left:13px;top:13px;height:28px;padding:0 11px;font-size:10px;letter-spacing:.11em;}
.product-card--clean .cart-row{grid-template-columns:112px 1fr;gap:10px;}
.product-card--clean .qty-control{height:48px;}
.product-card--clean .qty-control button,.product-card--clean .qty-control input{font-size:17px;}
.product-card--clean .add-cart-btn{height:48px;border-radius:15px;font-size:15px;letter-spacing:.02em;}
.price-row--plain{min-height:40px;}
@media (max-width:1180px){.product-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));}.section-heading--clean h2{font-size:30px;}}
@media (max-width:720px){.home-product-showcases{padding:16px 0 44px;}.section-heading--clean{display:block}.section-heading--clean p{text-align:left;margin-top:8px}.product-grid--compact{grid-template-columns:1fr;gap:18px}.product-card--clean .cart-row{grid-template-columns:1fr}.product-card--clean .qty-control{width:132px}.product-card--clean .product-info h3{min-height:auto}.section-heading--clean h2{font-size:26px;}}


.home-product-showcases{padding:28px 0 70px;background:#fff;}
.product-showcase-block{padding:8px 0 14px;}
.product-showcase-block + .product-showcase-block{margin-top:18px;padding-top:34px;border-top:1px solid rgba(45,35,23,.07);}
.section-heading--clean{display:grid!important;justify-items:center!important;text-align:center!important;gap:8px;margin:0 auto 24px!important;max-width:860px;}
.section-heading--clean>div{display:grid;justify-items:center;gap:6px;}
.section-heading--clean span{font-size:11px;line-height:1;letter-spacing:.25em;font-weight:700;color:#b98a35;}
.section-heading--clean h2{font-size:clamp(26px,3vw,38px);line-height:1.1;font-weight:600;letter-spacing:.005em;color:#282118;margin:0;}
.section-heading--clean p{max-width:680px;margin:0 auto!important;text-align:center!important;font-size:14.5px;line-height:1.65;color:#7b7166;font-weight:400;}
.section-heading--no-desc{justify-content:center!important;}
.product-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:stretch;}
.product-card--clean{display:flex;flex-direction:column;border-radius:16px;border-color:#efe5d7;box-shadow:0 12px 28px rgba(49,36,18,.065);}
.product-card--clean .product-image{aspect-ratio:1.22/1;background:#fbf7ef;}
.product-card--clean .product-info{display:flex;flex-direction:column;flex:1;padding:15px 16px 16px;}
.product-card--clean .product-info h3{font-size:18px;line-height:1.25;min-height:45px;font-weight:600;color:#251f18;margin-bottom:9px;}
.product-card--clean .rating-row{font-size:13px;color:#6f665e;margin-bottom:12px;font-weight:400;}
.product-card--clean .stars{font-size:16px;letter-spacing:.7px;}
.product-card--clean .price-row{gap:10px;min-height:48px;margin-top:auto;margin-bottom:14px;}
.product-card--clean .discount-bubble{width:42px;height:42px;font-size:14px;font-weight:700;}
.product-card--clean .price-stack del{font-size:16px;color:#a9a39b;font-weight:400;}
.product-card--clean .price-stack strong{font-size:22px;font-weight:700;letter-spacing:.01em;}
.product-card--clean .product-badge{left:12px;top:12px;height:27px;padding:0 10px;font-size:9.5px;font-weight:700;letter-spacing:.12em;}
.product-card--clean .cart-row{grid-template-columns:104px 1fr;gap:9px;}
.product-card--clean .qty-control{height:44px;}
.product-card--clean .qty-control button,.product-card--clean .qty-control input{font-size:16px;}
.product-card--clean .add-cart-btn{height:44px;border-radius:13px;font-size:14px;font-weight:700;letter-spacing:.035em;}
@media (max-width:1180px){.product-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));}.section-heading--clean h2{font-size:30px;}}
@media (max-width:720px){.product-grid--compact{grid-template-columns:1fr;gap:18px}.product-card--clean .cart-row{grid-template-columns:1fr}.section-heading--clean{justify-items:start!important;text-align:left!important}.section-heading--clean>div{justify-items:start}.section-heading--clean p{text-align:left!important}.section-heading--clean h2{font-size:26px}}
/* Ürünlerimiz küçük ürün vitrini */
.lokumlarimiz-shell{padding:18px 0 68px;background:#fff;}
.lokumlarimiz-heading{display:grid;justify-items:center;text-align:center;gap:6px;margin:0 auto 26px;max-width:760px;}
.lokumlarimiz-heading span{font-size:10.5px;line-height:1;letter-spacing:.28em;font-weight:600;color:#b98a35;text-transform:uppercase;}
.lokumlarimiz-heading h2{margin:0;color:#b98a35;font-size:clamp(23px,2.5vw,32px);font-weight:600;letter-spacing:.13em;text-transform:uppercase;}
.lokumlarimiz-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch;}
.lokum-mini-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #efe5d9;border-radius:15px;overflow:hidden;box-shadow:0 10px 24px rgba(54,38,19,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.lokum-mini-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(54,38,19,.10);border-color:#d8b36c;}
.lokum-mini-card__image{display:block;aspect-ratio:1.18/1;background:#fbf6ef;overflow:hidden;}
.lokum-mini-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease;}
.lokum-mini-card:hover .lokum-mini-card__image img{transform:scale(1.035);}
.lokum-mini-card__body{display:grid;gap:8px;padding:11px 12px 13px;}
.lokum-mini-card__body h3{margin:0;min-height:38px;font-size:14.2px;line-height:1.32;font-weight:500;color:#2a2219;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.lokum-mini-card__body h3 a:hover{color:#8b6423;}
.lokum-mini-card__body strong{font-size:16.5px;line-height:1;font-weight:650;color:#14100b;letter-spacing:.01em;}
@media (max-width:1360px){.lokumlarimiz-grid{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media (max-width:920px){.lokumlarimiz-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}.lokum-mini-card__body h3{font-size:13.5px;}}
@media (max-width:620px){.lokumlarimiz-shell{padding:16px 0 48px}.lokumlarimiz-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lokum-mini-card__body{padding:10px}.lokum-mini-card__body strong{font-size:15.5px}.lokumlarimiz-heading{justify-items:center;margin-bottom:18px;}}


/* Elsan Bilişim ana sayfa bölüm başlığı standardı */
:root{
  --home-section-gold:#b98a35;
  --home-section-ink:#2a2219;
}
.home-product-showcases .section-heading--clean,
.lokumlarimiz-heading{
  display:grid!important;
  justify-items:center!important;
  text-align:center!important;
  gap:7px!important;
  margin:0 auto 26px!important;
  max-width:860px!important;
}
.home-product-showcases .section-heading--clean>div{display:grid!important;justify-items:center!important;gap:7px!important;}
.home-product-showcases .section-heading--clean span,
.lokumlarimiz-heading span{
  font-size:10.8px!important;
  line-height:1!important;
  letter-spacing:.28em!important;
  font-weight:600!important;
  color:var(--home-section-gold)!important;
  text-transform:uppercase!important;
}
.home-product-showcases .section-heading--clean h2,
.lokumlarimiz-heading h2{
  margin:0!important;
  color:var(--home-section-gold)!important;
  font-size:clamp(23px,2.5vw,32px)!important;
  font-weight:600!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  line-height:1.12!important;
}
.home-product-showcases .section-heading--clean p{
  max-width:680px!important;
  margin:4px auto 0!important;
  text-align:center!important;
  font-size:14px!important;
  line-height:1.65!important;
  color:#7b7166!important;
  font-weight:400!important;
}
@media (max-width:720px){
  .home-product-showcases .section-heading--clean,
  .home-product-showcases .section-heading--clean>div,
  .lokumlarimiz-heading{justify-items:center!important;text-align:center!important;}
  .home-product-showcases .section-heading--clean p{text-align:center!important;}
}

/* Ürünlerimiz satış kartı standardı - Elsan Bilişim */
.lokumlarimiz-shell{
  padding:28px 0 70px;
  background:linear-gradient(180deg,#fff 0%,#fffaf5 100%);
}
.lokumlarimiz-heading{
  display:grid;
  justify-items:center;
  text-align:center;
  gap:8px;
  margin-bottom:26px;
}
.lokumlarimiz-heading span,
.section-heading--clean span{
  color:var(--gold)!important;
  font-weight:500!important;
  letter-spacing:.22em!important;
  text-transform:uppercase;
}
.lokumlarimiz-heading h2,
.section-heading--clean h2{
  color:var(--gold)!important;
  font-weight:500!important;
  letter-spacing:.08em!important;
  text-transform:uppercase;
}
.lokumlarimiz-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
}
.lokum-mini-card--shop{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#fff;
  border:1px solid #ece2d4;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(32,40,82,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.lokum-mini-card--shop:hover{
  transform:translateY(-3px);
  border-color:rgba(197,139,61,.65);
  box-shadow:0 18px 38px rgba(32,40,82,.11);
}
.lokum-mini-card--shop .lokum-mini-card__image{
  position:relative;
  display:block;
  aspect-ratio:1.05/1;
  background:#fbf6ef;
  overflow:hidden;
}
.lokum-mini-card--shop .lokum-mini-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .28s ease;
}
.lokum-mini-card--shop:hover .lokum-mini-card__image img{transform:scale(1.035)}
.lokum-mini-card__discount{
  position:absolute;
  top:10px;
  left:10px;
  width:38px;
  height:38px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#d32222,#f06a3a);
  color:#fff;
  font-size:12px;
  font-weight:700;
  box-shadow:0 9px 18px rgba(211,34,34,.22);
}
.lokum-mini-card--shop .lokum-mini-card__body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:12px;
  gap:8px;
}
.lokum-mini-card--shop .lokum-mini-card__body h3{
  margin:0;
  min-height:38px;
  font-size:13.4px;
  line-height:1.32;
  font-weight:500;
  color:#242135;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.lokum-mini-card--shop .lokum-mini-card__body h3 a:hover{color:var(--gold)}
.lokum-mini-card__rating{
  display:flex;
  align-items:center;
  gap:6px;
  color:#716a62;
  font-size:11.4px;
  min-height:18px;
}
.lokum-mini-card__rating span{
  color:#f0b62d;
  letter-spacing:.3px;
  font-size:12.6px;
  line-height:1;
}
.lokum-mini-card__rating em{
  font-style:normal;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.lokum-mini-card__prices{
  display:flex;
  align-items:flex-end;
  gap:7px;
  min-height:24px;
  margin-top:auto;
}
.lokum-mini-card__prices del{
  color:#a59d94;
  font-size:12.5px;
  font-weight:400;
  text-decoration-thickness:1px;
}
.lokum-mini-card__prices strong{
  color:#16192f;
  font-size:16px;
  line-height:1;
  font-weight:700;
  letter-spacing:.01em;
}
.lokum-mini-card__cart{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:7px;
  align-items:center;
  margin-top:3px;
}
.mini-qty{
  height:36px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  border:1px solid #e7e0d6;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.mini-qty button,
.mini-qty input{
  width:100%;
  height:100%;
  border:0;
  border-right:1px solid #e7e0d6;
  background:#fff;
  color:#1e2449;
  text-align:center;
  font-size:13px;
  outline:none;
}
.mini-qty button:last-child{border-right:0}
.mini-qty button{cursor:pointer;transition:background .16s ease,color .16s ease}
.mini-qty button:hover{background:#f9f1e5;color:var(--gold)}
.mini-add-cart{
  height:36px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,var(--navy),#121833);
  color:#fff;
  font-size:11.6px;
  font-weight:700;
  letter-spacing:.055em;
  cursor:pointer;
  box-shadow:0 9px 18px rgba(32,40,82,.14);
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.mini-add-cart:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(32,40,82,.20);
  background:linear-gradient(135deg,#26306a,var(--navy));
}
@media (max-width:1380px){.lokumlarimiz-grid{grid-template-columns:repeat(5,minmax(0,1fr));}}
@media (max-width:1120px){.lokumlarimiz-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.lokum-mini-card__cart{grid-template-columns:1fr}.mini-qty{width:78px}}
@media (max-width:760px){.lokumlarimiz-shell{padding:18px 0 52px}.lokumlarimiz-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.lokumlarimiz-heading h2,.section-heading--clean h2{font-size:27px!important}.lokum-mini-card--shop .lokum-mini-card__body{padding:10px}.lokum-mini-card__rating em{display:none}}


/* === Elsan Bilişim: logo ve görsel oturuş düzeltmesi === */
.lux-header .lux-top-grid{
  min-height:96px;
  align-items:center;
}
.lux-header .brand-logo{
  width:190px;
  max-width:190px;
  min-height:72px;
  height:72px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent!important;
  overflow:visible;
}
.lux-header .brand-logo img{
  display:block;
  width:100%;
  max-width:190px;
  max-height:72px;
  height:auto;
  object-fit:contain;
  object-position:center;
  transform:none!important;
  filter:drop-shadow(0 8px 18px rgba(32,40,82,.08));
}
.lux-header .main-menu a{
  text-transform:uppercase;
}
.site-footer{
  padding:38px 0 22px;
  background:linear-gradient(180deg,#202852 0%,#151a3b 100%);
  overflow:hidden;
}
.site-footer__inner{
  gap:20px;
}
.site-footer__brandline{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  max-width:720px;
  margin:0 auto;
}
.footer-logo{
  width:174px;
  max-width:174px;
  min-height:58px;
  margin:0 auto 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.footer-logo img{
  display:block;
  width:100%;
  max-width:174px;
  max-height:64px;
  height:auto;
  object-fit:contain;
  object-position:center;
  transform:none!important;
  filter:brightness(0) invert(1) contrast(1.02);
  opacity:.96;
}
.footer-slogan{
  margin-top:2px;
  font-size:11px;
  letter-spacing:.26em;
  line-height:1.4;
  font-weight:400;
}
.site-footer__brandline p{
  max-width:620px;
  margin:10px auto 0;
  font-size:14px;
  line-height:1.65;
  font-weight:300;
}
.site-footer__divider{
  margin:2px 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
}
.site-footer__grid{
  grid-template-columns:1.05fr .95fr .95fr;
  gap:22px;
  padding-top:2px;
}
.site-footer h3{
  font-size:12px;
  letter-spacing:.16em;
  font-weight:500;
}
.site-footer p,
.site-footer a{
  font-size:14px;
  line-height:1.65;
}
.product-image img,
.lokum-mini-card__image img,
.home-category-card__image img,
.hero-slide img{
  object-position:center center;
  transform-origin:center center;
}
.product-card img,
.lokum-mini-card img,
.home-category-card img,
.footer-logo img,
.brand-logo img{
  backface-visibility:hidden;
}
@media (max-width:820px){
  .lux-header .brand-logo{width:170px;max-width:170px;height:66px;min-height:66px;order:-1;}
  .lux-header .brand-logo img{max-width:170px;max-height:66px;}
  .footer-logo{width:158px;max-width:158px;min-height:54px;}
  .footer-logo img{max-width:158px;max-height:58px;}
  .site-footer__grid{grid-template-columns:1fr;text-align:center;}
}
@media (max-width:520px){
  .lux-header .brand-logo{width:154px;max-width:154px;height:60px;min-height:60px;}
  .lux-header .brand-logo img{max-width:154px;max-height:60px;}
  .footer-logo{width:142px;max-width:142px;}
  .footer-logo img{max-width:142px;max-height:54px;}
  .footer-slogan{font-size:10px;letter-spacing:.22em;}
  .site-footer__brandline p{font-size:13.5px;}
}

/* Ürün detay çoklu galeri */
.product-detail-shell--gallery{align-items:start}.product-detail-gallery{display:grid;gap:12px}.product-detail-main-image{width:100%;height:min(560px,58vw);object-fit:cover;border-radius:22px;border:1px solid rgba(199,154,64,.28);background:#fff;box-shadow:0 22px 55px rgba(18,24,42,.10)}.product-detail-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.product-detail-thumbs button{border:1px solid rgba(18,24,42,.12);border-radius:12px;background:#fff;padding:3px;cursor:pointer}.product-detail-thumbs button.is-active{border-color:#c79a40;box-shadow:0 0 0 2px rgba(199,154,64,.18)}.product-detail-thumbs img{width:100%;height:70px;object-fit:cover;border-radius:9px;display:block}@media(max-width:780px){.product-detail-thumbs{grid-template-columns:repeat(4,1fr)}.product-detail-main-image{height:320px}}

/* Elsan Bilişim - Hediyelik ürün vitrini */
.home-product-showcases--gift{background:linear-gradient(180deg,#fff 0%,#fbf6ee 100%);padding-top:12px;padding-bottom:76px;}
.product-showcase-block--gift{border-top:1px solid rgba(185,138,53,.16);}
.product-showcase-block--gift .section-heading--clean span,
.product-showcase-block--gift .section-heading--clean h2{color:#b98a35;}
.product-showcase-block--gift .product-card--clean{border-color:rgba(185,138,53,.18);}
.product-showcase-block--gift .add-cart-btn{background:#071b3b;border-color:#071b3b;box-shadow:0 12px 24px rgba(7,27,59,.15);}
.product-showcase-block--gift .add-cart-btn:hover{background:#0c2d5e;border-color:#0c2d5e;}

/* Elsan Bilişim - Kurumsal sipariş alanı */
.corporate-home-section{padding:30px 0 78px;background:linear-gradient(180deg,#fbf6ee 0%,#ffffff 100%)}
.corporate-home-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch;background:linear-gradient(135deg,#071b3b,#182852);border-radius:30px;padding:28px;box-shadow:0 24px 70px rgba(7,27,59,.16);color:#fff;position:relative;overflow:hidden}
.corporate-home-grid:before{content:"";position:absolute;inset:auto -80px -120px auto;width:260px;height:260px;border-radius:50%;background:rgba(199,154,64,.18)}
.corporate-home-copy{position:relative;z-index:1;padding:12px 8px;display:flex;flex-direction:column;justify-content:center}
.corporate-home-copy span{color:#c79a40;font-size:12px;letter-spacing:.20em;font-weight:700;text-transform:uppercase}
.corporate-home-copy h2{margin:10px 0 12px;font-size:clamp(28px,3vw,44px);line-height:1.05;font-weight:520;letter-spacing:-.04em}
.corporate-home-copy p{margin:0;color:rgba(255,255,255,.78);line-height:1.75;font-weight:300;max-width:660px}
.corporate-home-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.corporate-home-points strong{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:600;color:#fff}
.corporate-home-form{position:relative;z-index:1;background:rgba(255,255,255,.96);border:1px solid rgba(199,154,64,.18);border-radius:24px;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 18px 45px rgba(0,0,0,.10)}
.corporate-home-form input,.corporate-home-form textarea{width:100%;border:1px solid rgba(7,27,59,.10);background:#fff;border-radius:14px;min-height:44px;padding:0 12px;color:#17213d;font:inherit;font-size:14px;outline:none}
.corporate-home-form textarea{grid-column:1/-1;padding:12px;resize:vertical}
.corporate-home-form input:focus,.corporate-home-form textarea:focus{border-color:#c79a40;box-shadow:0 0 0 3px rgba(199,154,64,.14)}
.corporate-home-form button,.corporate-submit{grid-column:1/-1;min-height:46px;border:0;border-radius:15px;background:#c79a40;color:#071b3b;font-weight:760;letter-spacing:.04em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;text-transform:uppercase}
.corporate-page-shell{min-height:100vh;background:linear-gradient(180deg,#f7f1e8,#fff);display:grid;place-items:center;padding:32px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17213d}.corporate-logo{display:flex;justify-content:center;margin-bottom:14px}.corporate-logo img{max-width:190px;max-height:76px;object-fit:contain}.corporate-page-card{width:min(980px,100%);background:#fff;border-radius:30px;border:1px solid rgba(199,154,64,.18);box-shadow:0 24px 70px rgba(23,33,61,.12);padding:26px}.corporate-page-intro{text-align:center;max-width:720px;margin:0 auto 20px}.corporate-page-intro span{color:#c79a40;letter-spacing:.20em;font-size:12px;font-weight:760}.corporate-page-intro h1{font-size:clamp(28px,4vw,46px);line-height:1.05;margin:10px 0;color:#071b3b;font-weight:520}.corporate-page-intro p{color:#6b6f80;line-height:1.7}.corporate-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.corporate-form label{display:grid;gap:7px;color:#6b6f80;font-weight:650;font-size:13px}.corporate-form label.full{grid-column:1/-1}.corporate-form input,.corporate-form textarea{border:1px solid rgba(7,27,59,.12);border-radius:14px;min-height:46px;padding:0 13px;font:inherit;color:#17213d;outline:none}.corporate-form textarea{padding:12px;resize:vertical}.corporate-form-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:10px}.corporate-back{min-height:46px;padding:0 16px;border:1px solid rgba(7,27,59,.12);border-radius:15px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#071b3b}.corporate-error{background:#fee2e2;color:#991b1b;border-radius:14px;padding:12px 14px;margin-bottom:14px;font-weight:700}.corporate-success{text-align:center;display:grid;gap:10px;justify-items:center;padding:24px}.corporate-success strong{font-size:24px;color:#071b3b}
@media(max-width:860px){.corporate-home-grid{grid-template-columns:1fr;padding:22px}.corporate-home-form{grid-template-columns:1fr}.corporate-form{grid-template-columns:1fr}.corporate-page-card{padding:20px}}


/* Elsan Bilişim - Beyaz premium footer ve harita düzeni */
.site-footer{background:#fff!important;color:#111a3f!important;border-top:1px solid rgba(17,26,63,.08);border-radius:0!important;box-shadow:0 -20px 70px rgba(17,26,63,.06);padding:46px 0 24px!important;}
.site-footer__brandline p,.site-footer p,.site-footer a{color:#4b5268!important;}
.site-footer a:hover{color:#111a3f!important;}
.site-footer h3{color:#111a3f!important;}
.footer-logo img{filter:none!important;max-height:62px!important;}
.footer-slogan{color:#111a3f!important;}
.site-footer__divider{background:linear-gradient(90deg,transparent,rgba(17,26,63,.18),transparent)!important;}
.site-footer__contact-map{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(420px,1.15fr);gap:24px;align-items:stretch;}
.footer-contact-card,.footer-map-card{border:1px solid rgba(17,26,63,.09);border-radius:22px;background:#fff;box-shadow:0 18px 44px rgba(17,26,63,.06);overflow:hidden;}
.footer-contact-card{padding:22px;display:grid;gap:12px;}
.footer-contact-card p{margin:0;line-height:1.65;}
.footer-contact-card strong{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#b98a35;}
.footer-map-card iframe{display:block;width:100%;height:320px;border:0;}
.footer-map-placeholder{min-height:260px;display:grid;place-items:center;color:#6b7280;background:#f7f4ef;}
.footer-socials{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:14px;}
.footer-socials a{display:inline-flex!important;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border-radius:999px;background:#f7f4ef;color:#111a3f!important;font-size:12px;font-weight:700;text-decoration:none!important;margin:0!important;}
.site-footer__bottom{border-top:1px solid rgba(17,26,63,.10)!important;color:#6d7280!important;}
.page-cover-image{width:100%;max-height:380px;object-fit:cover;border-radius:22px;margin-bottom:22px;box-shadow:0 18px 44px rgba(17,26,63,.08);}
@media(max-width:900px){.site-footer__contact-map{grid-template-columns:1fr}.footer-map-card iframe{height:260px}.site-footer__grid{text-align:center}}


/* Elsan Bilişim - Footer premium tipografi ve sosyal ikon düzeni */
.site-footer{
  padding-top:54px!important;
}
.site-footer__brandline p{
  color:#2f3853!important;
  font-size:16.5px!important;
  line-height:1.85!important;
  font-weight:520!important;
  letter-spacing:.01em!important;
}
.footer-slogan{
  position:relative;
  display:inline-flex!important;
  justify-content:center;
  align-items:center;
  padding-bottom:10px;
  margin-top:6px!important;
  color:#111a3f!important;
  font-size:13.5px!important;
  font-weight:720!important;
  letter-spacing:.30em!important;
}
.footer-slogan::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:112px;
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,#c79a40,transparent);
}
.site-footer h3{
  position:relative;
  display:inline-flex;
  padding-bottom:9px;
  margin-bottom:14px!important;
  font-size:15px!important;
  font-weight:820!important;
  letter-spacing:.18em!important;
  color:#111a3f!important;
}
.site-footer h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:54px;
  height:1px;
  background:linear-gradient(90deg,#c79a40,rgba(199,154,64,.08));
}
.site-footer p,
.site-footer a{
  font-size:15.5px!important;
  font-weight:580!important;
  line-height:1.82!important;
}
.footer-contact-card strong{
  display:inline-flex;
  position:relative;
  padding-bottom:5px;
  margin-bottom:3px;
  font-size:12.5px!important;
  font-weight:820!important;
  letter-spacing:.13em!important;
  color:#b98a35!important;
}
.footer-contact-card strong::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:38px;
  height:1px;
  background:rgba(185,138,53,.42);
}
.footer-socials--bottom{
  border-top:1px solid rgba(17,26,63,.08);
  border-bottom:1px solid rgba(17,26,63,.08);
  padding:17px 0;
  margin:8px 0 0!important;
}
.footer-socials--bottom a{
  min-height:42px!important;
  padding:0 16px!important;
  border:1px solid rgba(17,26,63,.10);
  background:#fff!important;
  box-shadow:0 10px 26px rgba(17,26,63,.06);
  gap:8px;
  font-size:13px!important;
  font-weight:760!important;
  letter-spacing:.02em;
}
.footer-socials--bottom a svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:#111a3f;
  stroke-width:1.8;
}
.footer-socials--bottom a:hover{
  color:#111a3f!important;
  border-color:rgba(199,154,64,.45);
  transform:translateY(-2px)!important;
}
.footer-socials--bottom a:hover svg{
  stroke:#c79a40;
}
.site-footer__bottom{
  font-size:13px!important;
  font-weight:560!important;
  padding-top:18px!important;
}
@media(max-width:900px){
  .site-footer h3::after{left:50%;transform:translateX(-50%);}
  .footer-socials--bottom a{min-width:132px;}
}


/* Elsan Bilişim - Footer yönetim merkezi ve header çizgi standardı */
.lux-header__nav{border-top:1px solid rgba(199,154,64,.38)!important;}
.site-footer h3::after{width:var(--footer-line-length,128px)!important;background:linear-gradient(90deg,#c79a40,rgba(199,154,64,.20),transparent)!important;}
.footer-slogan::after{width:var(--footer-line-length,128px)!important;}
.footer-contact-card strong::after{width:72px!important;background:linear-gradient(90deg,#b98a35,rgba(185,138,53,.16),transparent)!important;}
.site-footer__brandline{display:grid;justify-items:center;gap:10px!important;}
.footer-logo{width:min(190px,54vw)!important;margin:0 auto!important;}
.footer-logo img{max-height:72px!important;width:auto!important;max-width:190px!important;object-fit:contain!important;}
.footer-social-row{justify-content:center!important;gap:22px!important;margin:6px 0 2px!important;}
.footer-social-row a{width:34px!important;height:34px!important;margin:0!important;color:#111a3f!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.footer-social-row a:hover{color:#c79a40!important;transform:translateY(-2px)!important;}
.footer-social-row svg{width:25px!important;height:25px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.55!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.footer-socials--bottom{display:none!important;}
.site-footer__divider{width:100%;}
@media(max-width:900px){.site-footer h3::after{left:50%!important;transform:translateX(-50%)!important;width:min(var(--footer-line-length,128px),150px)!important}.footer-social-row{gap:18px!important}.footer-logo{width:min(170px,58vw)!important}}

/* Elsan Bilişim - Footer sosyal ikon görünürlük ve büyük ikon standardı */
.footer-social-row{gap:24px!important;margin:12px 0 4px!important;}
.footer-social-row a{width:48px!important;height:48px!important;display:inline-grid!important;place-items:center!important;border-radius:50%!important;color:#111a3f!important;background:#fff!important;border:1px solid rgba(199,154,64,.34)!important;box-shadow:0 10px 24px rgba(17,26,63,.08)!important;opacity:1!important;}
.footer-social-row a[aria-disabled="true"]{cursor:default!important;opacity:1!important;}
.footer-social-row a:hover{color:#c79a40!important;transform:translateY(-2px)!important;border-color:rgba(199,154,64,.65)!important;}
.footer-social-row svg{width:32px!important;height:32px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.65!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
@media(max-width:640px){.footer-social-row{gap:16px!important}.footer-social-row a{width:42px!important;height:42px!important}.footer-social-row svg{width:28px!important;height:28px!important}}
.footer-social-admin-grid{display:grid!important;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px 12px;border:1px solid #e8edf5;border-radius:16px;padding:14px;background:#fbfcff;}
.footer-social-admin-grid strong,.footer-social-admin-grid small{grid-column:1/-1}.footer-social-admin-grid small{color:#667085;font-size:12px;}
@media(max-width:900px){.footer-social-admin-grid{grid-template-columns:1fr 1fr}}

/* Elsan Bilişim - Footer kompakt iletişim/harita yerleşimi */
.site-footer{
  padding-top:28px!important;
}
.site-footer__inner--compact{
  gap:18px!important;
}
.site-footer__brandline{
  display:none!important;
}
.site-footer__divider{
  display:none!important;
}
.site-footer__contact-map{
  align-items:stretch!important;
  gap:22px!important;
}
.footer-contact-card{
  position:relative;
  padding:28px 28px 24px!important;
  align-content:start!important;
  gap:14px!important;
}
.footer-contact-logo{
  display:inline-flex!important;
  width:118px!important;
  max-width:45%!important;
  margin:0 0 10px!important;
  padding:0!important;
  transform:none!important;
}
.footer-contact-logo img{
  width:100%!important;
  height:auto!important;
  max-height:64px!important;
  object-fit:contain!important;
  filter:none!important;
}
.footer-map-wrap{
  display:grid;
  grid-template-rows:1fr auto;
  gap:16px;
  min-width:0;
}
.footer-map-wrap .footer-map-card{
  min-height:320px;
}
.footer-social-row--map{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:18px!important;
  margin:0!important;
  padding:14px 16px!important;
  border:1px solid rgba(17,26,63,.09)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(17,26,63,.055)!important;
}
.footer-social-row--map a{
  width:52px!important;
  height:52px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:50%!important;
  color:#111a3f!important;
  background:#fff!important;
  border:1px solid rgba(199,154,64,.38)!important;
  box-shadow:0 10px 24px rgba(17,26,63,.08)!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}
.footer-social-row--map svg{
  width:27px!important;
  height:27px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.footer-social-row--map a:hover{
  color:#c79a40!important;
  border-color:rgba(199,154,64,.65)!important;
  transform:translateY(-2px)!important;
}
.footer-social-row--map a[aria-disabled="true"]{
  opacity:1!important;
  cursor:default!important;
}
@media(max-width:900px){
  .site-footer{padding-top:22px!important;}
  .footer-contact-card{text-align:center;justify-items:center;padding:24px 20px!important;}
  .footer-contact-logo{margin-left:auto!important;margin-right:auto!important;}
  .footer-social-row--map{gap:14px!important;flex-wrap:wrap!important;}
  .footer-social-row--map a{width:48px!important;height:48px!important;}
}

/* === Final: yönetilebilir dropdown menü ve kurumsal sayfa standardı === */
.main-menu .menu-dropdown{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px}
.main-menu .menu-dropdown__trigger{display:inline-flex;align-items:center;gap:7px}
.main-menu .menu-dropdown__trigger span{font-size:15px;line-height:1;opacity:.78;transform:translateY(-1px)}
.menu-dropdown__panel{position:absolute;left:50%;top:calc(100% - 4px);min-width:245px;transform:translate(-50%,12px);opacity:0;visibility:hidden;pointer-events:none;display:grid;gap:4px;padding:12px;background:rgba(255,255,255,.98);border:1px solid rgba(197,139,61,.30);border-radius:18px;box-shadow:0 26px 60px rgba(32,40,82,.16);backdrop-filter:blur(16px);z-index:80;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.menu-dropdown:hover .menu-dropdown__panel,.menu-dropdown:focus-within .menu-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.main-menu .menu-dropdown__panel a{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 13px;border-radius:12px;font-size:13px!important;font-weight:700!important;letter-spacing:.08em!important;text-align:left;color:#29305f;background:transparent;white-space:nowrap;transition:background .18s ease,color .18s ease,transform .18s ease}
.main-menu .menu-dropdown__panel a:hover{background:linear-gradient(135deg,rgba(197,139,61,.14),rgba(233,127,132,.10));color:#7a4d05;transform:translateX(2px)}
.anchor-offset{position:relative;display:block;top:-120px;visibility:hidden;height:0;width:0;overflow:hidden}
.category-page-shell,.content-page-shell{background:linear-gradient(180deg,#fff 0%,#fffaf4 100%);padding:42px 0 70px;min-height:55vh}
.category-clean-heading{padding:34px 34px 30px;margin-bottom:24px;background:#fff;border:1px solid rgba(197,139,61,.18);border-radius:24px;box-shadow:0 18px 46px rgba(32,40,82,.07);text-align:center}
.category-clean-heading .section-kicker,.category-clean-empty .section-kicker,.content-page-card .section-kicker{display:block;font-size:12px;font-weight:900;letter-spacing:.24em;color:var(--gold);margin-bottom:10px;text-transform:uppercase}
.category-clean-heading h1{margin:0;color:#261b12;font-size:42px;line-height:1.05;font-weight:800;letter-spacing:.03em}
.category-clean-heading p{margin:12px auto 0;max-width:720px;color:#6d6258;font-size:17px;line-height:1.55}
.category-product-list{padding-top:8px!important;background:transparent!important}
.category-clean-empty{padding:34px;background:#fff;border:1px solid rgba(197,139,61,.18);border-radius:24px;box-shadow:0 18px 46px rgba(32,40,82,.07)}
.category-clean-empty h1,.category-clean-empty h2{margin:0 0 10px;color:#261b12;font-size:32px}.category-clean-empty p{margin:0 0 20px;color:#6d6258}.product-grid-empty{grid-column:1/-1;text-align:center}
.primary-pill--outline{background:#fff!important;color:var(--navy)!important;border:1px solid rgba(32,40,82,.18)!important;box-shadow:none!important}
.content-page-card{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:28px;align-items:stretch;background:#fff;border:1px solid rgba(197,139,61,.18);border-radius:28px;box-shadow:0 24px 70px rgba(32,40,82,.09);overflow:hidden}
.content-page-card__copy{padding:42px 46px}.content-page-card__copy h1{font-size:44px;line-height:1.05;margin:0 0 18px;color:#261b12;font-weight:800}.premium-page-content{font-size:18px;line-height:1.78;color:#655e56}.content-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.content-page-card__media{margin:0;min-height:360px;background:#fbf4ea}.content-page-card__media img{display:block;width:100%;height:100%;object-fit:cover}.content-page-card__note{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:38px;background:linear-gradient(145deg,#202852,#303966);color:#fff}.content-page-card__note strong{font-size:30px;line-height:1.05}.content-page-card__note span{font-size:17px;line-height:1.6;color:rgba(255,255,255,.78)}
@media (max-width:1220px){.main-menu{gap:18px}.main-menu .menu-dropdown__panel{min-width:220px}.category-clean-heading h1{font-size:36px}.content-page-card{grid-template-columns:1fr}.content-page-card__note{min-height:240px}}
@media (max-width:820px){.main-menu .menu-dropdown{display:block;min-height:0}.main-menu .menu-dropdown__trigger{display:flex;justify-content:space-between;width:100%;padding:14px 16px;border-radius:16px}.menu-dropdown__panel{position:static;opacity:1;visibility:visible;pointer-events:auto;transform:none!important;box-shadow:none;border:0;border-radius:16px;margin:0 4px 8px;padding:6px;background:#f9f5ef}.main-menu .menu-dropdown__panel a{min-height:38px;font-size:13px!important;padding:0 14px}.category-page-shell,.content-page-shell{padding:26px 0 48px}.category-clean-heading{padding:26px 20px}.category-clean-heading h1{font-size:30px}.category-clean-heading p{font-size:15px}.content-page-card__copy{padding:30px 22px}.content-page-card__copy h1{font-size:33px}.premium-page-content{font-size:16px}.content-page-card__note{padding:28px}.content-page-card__note strong{font-size:24px}}

/* Final güvenlik + üyelik + iletişim düzeni - Elsan Bilişim */
.account-page-shell,.contact-page-shell{padding-top:34px;padding-bottom:44px}.account-auth-grid,.contact-grid-final{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.account-card{border-radius:24px}.account-form{display:grid;gap:14px}.account-form label.full{grid-column:1/-1}.account-headline{display:flex;justify-content:space-between;gap:18px;align-items:center}.checkout-login-required{border:1px solid rgba(172,126,44,.24);background:linear-gradient(135deg,#fff7e8,#fff);border-radius:20px;padding:18px;display:grid;gap:10px}.turnstile-wrap{margin:12px 0}.public-table-wrap{overflow:auto}.public-order-table{width:100%;border-collapse:collapse}.contact-info-card{height:100%}.contact-map-final{margin-top:24px;overflow:hidden;border-radius:24px}.contact-map-final iframe{width:100%;min-height:360px;border:0}.admin-search{height:38px;border:1px solid #d8dce4;border-radius:10px;padding:0 12px;min-width:260px}.lm-form-shield{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.site-footer__bottom span:last-child{font-weight:700;color:inherit}@media(max-width:900px){.account-auth-grid,.contact-grid-final{grid-template-columns:1fr}.account-headline{align-items:flex-start;flex-direction:column}.admin-search{min-width:0;width:100%}}
.panel-card{background:#fff;border:1px solid rgba(38,26,16,.08);box-shadow:0 20px 60px rgba(38,26,16,.08);border-radius:24px;padding:22px}.panel-card h2{margin:0 0 10px}.muted{color:#786f68;line-height:1.55}.admin-table{width:100%;border-collapse:collapse;background:#fff}.admin-table th,.admin-table td{border-bottom:1px solid rgba(38,26,16,.08);padding:10px;text-align:left}.admin-table th{font-size:12px;text-transform:uppercase;color:#786f68}.btn-soft{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(38,26,16,.14);border-radius:999px;padding:10px 16px;background:#fff;color:#2f2118;text-decoration:none;font-weight:700}.btn-soft--danger{color:#9b1c1c}.alert{border-radius:16px;padding:14px 16px;margin:14px 0}.alert-success{background:#ecfdf3;color:#176438;border:1px solid #bbf7d0}.alert-error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}

/* Final müşteri adres defteri + sipariş takip + kupon sistemi - Elsan Bilişim */
.inline-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.small-link{margin:0;font-size:13px}.small-link a{color:#8a5d12;font-weight:800}.address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0}.address-card{border:1px solid rgba(38,26,16,.10);border-radius:18px;padding:16px;background:#fffaf4;display:grid;gap:8px}.address-card.is-default{border-color:rgba(199,154,64,.55);box-shadow:0 14px 36px rgba(199,154,64,.13)}.address-card p{margin:0;color:#6c6259}.inline-form{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.address-form{margin-top:18px;border-top:1px solid rgba(38,26,16,.08);padding-top:18px}.coupon-form{margin:16px 0;padding:14px;border:1px dashed rgba(199,154,64,.45);border-radius:18px;background:#fffaf3;display:grid;gap:10px}.coupon-form label{display:grid;gap:7px;font-weight:800}.coupon-form input,.whatsapp-order-form select{width:100%;height:42px;border:1px solid rgba(38,26,16,.13);border-radius:12px;padding:0 12px;background:#fff}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:9px 14px;background:#fff4d8;color:#77500d;border:1px solid rgba(199,154,64,.28)}.track-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.track-grid>div{border:1px solid rgba(38,26,16,.08);border-radius:16px;padding:14px;background:#fffaf6}.track-grid span{display:block;font-size:12px;color:#83786c;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.track-grid strong{display:block;margin-top:5px;color:#2f2118}.timeline-list{display:grid;gap:9px;margin-top:12px}.timeline-list>div{display:grid;grid-template-columns:150px 1fr;gap:12px;border-left:3px solid #c79a40;background:#fffaf4;border-radius:12px;padding:12px}.order-track-card h3{margin-top:22px}@media(max-width:900px){.address-grid,.track-grid{grid-template-columns:1fr}.timeline-list>div{grid-template-columns:1fr}.inline-actions{width:100%}}


/* Customer billing and quick membership final additions */
.account-login-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;text-decoration:none}.account-login-link span{font-size:12px;font-weight:800;letter-spacing:.02em}.account-benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}.account-benefits-grid article{background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,241,230,.96));border:1px solid rgba(141,106,43,.18);border-radius:18px;padding:16px;box-shadow:0 10px 26px rgba(40,20,10,.07)}.account-benefits-grid strong{display:block;color:#4b2a13;font-size:15px}.account-benefits-grid span{display:block;margin-top:5px;color:#755d4a;font-size:13px;line-height:1.45}.account-mini-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.account-mini-nav a{padding:8px 12px;border-radius:999px;background:#fff6e8;border:1px solid rgba(155,111,38,.22);color:#5d3518;text-decoration:none;font-weight:800;font-size:13px}.billing-grid .billing-card{border-color:rgba(179,129,47,.32)}.checkout-billing-box{margin:14px 0;padding:14px;border:1px solid rgba(155,111,38,.24);border-radius:16px;background:#fffaf2}.checkout-billing-box>strong{display:block;margin-bottom:10px;color:#4b2a13}.checkout-billing-box label{display:block;margin-top:10px}.checkout-billing-box select,.checkout-billing-box input,.checkout-billing-box textarea{width:100%}.payment-hint a{color:#8a520e;font-weight:800}.check-row{display:flex!important;align-items:flex-start;gap:9px;font-size:13px;line-height:1.45}.check-row input{width:auto!important;margin-top:3px}.desktop-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:#fff2d7;color:#684011;font-weight:800;font-size:11px;margin:2px 4px 2px 0}@media(max-width:900px){.account-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-login-link span{display:none}}@media(max-width:560px){.account-benefits-grid{grid-template-columns:1fr}}

/* v3.0.3 - Fiyat Sorunuz + WhatsApp fiyat danışma standardı */
.price-row--ask{align-items:center;gap:10px;min-height:44px;margin-bottom:12px}.price-row--ask .price-stack{gap:0}.price-ask-label{display:inline-flex;align-items:center;min-height:32px;border-radius:999px;background:#fff6e4;border:1px solid rgba(178,126,34,.22);padding:0 12px;color:#7a520c!important;font-size:18px!important;font-weight:800!important;white-space:nowrap}.price-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 11px;border-radius:999px;border:1px solid rgba(37,211,102,.28);background:#25d366;color:#fff!important;font-size:12px;font-weight:800;line-height:1;text-decoration:none;box-shadow:0 8px 18px rgba(37,211,102,.16);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.price-whatsapp-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(37,211,102,.22);background:#1ebe5d;color:#fff!important}.price-whatsapp-btn svg{width:15px;height:15px;fill:currentColor;stroke:currentColor;stroke-width:1.4}.product-card--clean .price-row{flex-wrap:wrap}.product-card--clean .price-whatsapp-btn{min-height:32px;padding:0 10px;font-size:11.5px}.product-card--clean .price-row--ask{margin-bottom:12px}.product-card--clean .price-row--ask .price-stack strong{font-size:17px!important}.lokum-mini-card__prices--ask{display:flex!important;align-items:center;gap:8px;flex-wrap:wrap}.price-whatsapp-btn--mini{min-height:30px;padding:0 9px;font-size:11px;box-shadow:none}.product-detail-price-row{flex-wrap:wrap}.price-whatsapp-btn--detail{min-height:38px;padding:0 14px;font-size:13px}.admin-price-ask{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;background:#fff6e4;color:#7a520c;padding:0 9px;font-size:12px;font-weight:800}
@media(max-width:720px){.price-whatsapp-btn span{display:inline}.price-ask-label{font-size:16px!important}.price-row--ask{gap:8px}.price-whatsapp-btn{min-height:32px}}

/* v3.0.3.1 - Kompakt WhatsApp ikon butonu fix */
.product-card .price-row,
.product-card--clean .price-row,
.category-product-list .price-row,
.product-detail-price-row{
    display:flex;
    align-items:center;
    gap:9px;
    flex-wrap:nowrap;
    min-height:42px;
    margin-bottom:14px;
}
.product-card .price-stack,
.product-card--clean .price-stack,
.product-detail-price-row .price-stack{
    min-width:0;
}
.product-card .price-row .price-whatsapp-btn,
.product-card--clean .price-row .price-whatsapp-btn,
.lokum-mini-card__prices .price-whatsapp-btn,
.product-detail-price-row .price-whatsapp-btn{
    width:36px;
    height:36px;
    min-width:36px;
    min-height:36px;
    flex:0 0 36px;
    padding:0;
    margin-left:auto;
    border-radius:999px;
    border:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#25d366;
    color:#fff!important;
    font-size:0!important;
    line-height:1;
    text-decoration:none;
    box-shadow:0 8px 18px rgba(37,211,102,.18);
    transform:none;
}
.product-card .price-row .price-whatsapp-btn:hover,
.product-card--clean .price-row .price-whatsapp-btn:hover,
.lokum-mini-card__prices .price-whatsapp-btn:hover,
.product-detail-price-row .price-whatsapp-btn:hover{
    background:#1ebe5d;
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 12px 22px rgba(37,211,102,.22);
}
.product-card .price-row .price-whatsapp-btn span,
.product-card--clean .price-row .price-whatsapp-btn span,
.lokum-mini-card__prices .price-whatsapp-btn span,
.product-detail-price-row .price-whatsapp-btn span{
    display:none!important;
}
.product-card .price-row .price-whatsapp-btn svg,
.product-card--clean .price-row .price-whatsapp-btn svg,
.lokum-mini-card__prices .price-whatsapp-btn svg,
.product-detail-price-row .price-whatsapp-btn svg{
    width:18px!important;
    height:18px!important;
    display:block;
    flex:0 0 18px;
    fill:none!important;
    stroke:currentColor!important;
}
.product-card--clean .price-row--ask,
.price-row--ask{
    gap:9px;
    min-height:40px;
    margin-bottom:14px;
}
.product-card--clean .price-row--ask .price-stack strong,
.price-row--ask .price-stack strong,
.price-ask-label{
    min-height:30px;
    padding:0 11px;
    font-size:16px!important;
    line-height:1;
    white-space:nowrap;
}
.lokum-mini-card__prices--ask{
    display:flex!important;
    align-items:center;
    gap:8px;
    flex-wrap:nowrap;
}
.lokum-mini-card__prices--ask strong{
    font-size:15px!important;
    white-space:nowrap;
}
.price-whatsapp-btn--mini{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
    flex-basis:32px!important;
}
.price-whatsapp-btn--mini svg{
    width:16px!important;
    height:16px!important;
}
.price-whatsapp-btn--detail{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    flex-basis:40px!important;
}
.price-whatsapp-btn--detail svg{
    width:19px!important;
    height:19px!important;
}
@media(max-width:720px){
    .product-card .price-row .price-whatsapp-btn,
    .product-card--clean .price-row .price-whatsapp-btn,
    .product-detail-price-row .price-whatsapp-btn{
        width:34px;
        height:34px;
        min-width:34px;
        min-height:34px;
        flex-basis:34px;
    }
    .price-ask-label{font-size:15px!important;}
}


/* v3.0.4 - Ürün detay sayfası mağaza devamı + benzer ürünler */
.product-page-v304{
    padding:24px 0 56px;
    background:linear-gradient(180deg,#fff 0%,#fffaf4 46%,#fff 100%);
}
.product-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 14px;
    color:#6d665f;
    font-size:13px;
    font-weight:700;
}
.product-breadcrumb a{
    color:#4d3511;
    text-decoration:none;
}
.product-breadcrumb a:hover{color:#8a5d12}
.product-breadcrumb strong{
    color:#1d214c;
    font-weight:800;
}
.product-detail-store-shell{
    display:grid;
    grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);
    gap:28px;
    align-items:start;
    background:#fff;
    border:1px solid rgba(35,32,28,.08);
    border-radius:26px;
    padding:22px;
    box-shadow:0 18px 48px rgba(28,32,69,.075);
}
.product-detail-media{display:grid;gap:12px;min-width:0}
.product-detail-media-card{
    overflow:hidden;
    border-radius:22px;
    border:1px solid rgba(199,154,64,.22);
    background:#fbf7ef;
    box-shadow:0 16px 38px rgba(18,24,42,.08);
}
.product-detail-store-shell .product-detail-main-image{
    width:100%;
    height:clamp(330px,36vw,500px);
    max-height:500px;
    display:block;
    object-fit:cover;
    object-position:center center;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:#fbf7ef;
}
.product-detail-store-shell .product-detail-thumbs{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:8px;
}
.product-detail-store-shell .product-detail-thumbs button{
    border:1px solid rgba(18,24,42,.12);
    border-radius:12px;
    background:#fff;
    padding:3px;
    cursor:pointer;
}
.product-detail-store-shell .product-detail-thumbs button.is-active{
    border-color:#c79a40;
    box-shadow:0 0 0 2px rgba(199,154,64,.16);
}
.product-detail-store-shell .product-detail-thumbs img{
    width:100%;
    height:62px;
    object-fit:cover;
    border-radius:9px;
    display:block;
}
.product-detail-copy{
    min-width:0;
    padding:6px 4px 0;
}
.product-detail-copy h1{
    margin:8px 0 10px;
    color:#1c2045;
    font-size:clamp(30px,3.1vw,48px);
    line-height:1.04;
    letter-spacing:-.025em;
    font-weight:800;
}
.product-detail-lead{
    margin:0 0 16px;
    color:#2d2f45;
    font-size:17px;
    line-height:1.55;
}
.product-detail-description{
    color:#30324a;
    font-size:16px;
    line-height:1.6;
    margin:12px 0 0;
    max-width:720px;
}
.product-detail-store-shell .product-detail-price-row{
    justify-content:flex-start;
    max-width:420px;
    margin:14px 0 14px;
}
.product-detail-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
}
.product-detail-actions .product-detail-cart-form{
    margin:0;
    width:min(100%,420px);
}
.product-whatsapp-text-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    padding:0 18px;
    border-radius:999px;
    background:#25d366;
    color:#fff!important;
    font-weight:850;
    text-decoration:none;
    box-shadow:0 12px 26px rgba(37,211,102,.18);
}
.product-whatsapp-text-btn svg{
    width:18px;
    height:18px;
    fill:none!important;
    stroke:currentColor!important;
}
.product-whatsapp-text-btn:hover{background:#1ebe5d;transform:translateY(-1px)}
.primary-pill--soft{
    background:#fff7e9;
    color:#654208;
    border:1px solid rgba(199,154,64,.28);
    box-shadow:none;
}
.product-info-tabs{
    margin-top:22px;
    background:#fff;
    border:1px solid rgba(35,32,28,.08);
    border-radius:22px;
    padding:18px;
    box-shadow:0 14px 38px rgba(28,32,69,.055);
}
.product-tabs-head{
    display:flex;
    align-items:center;
    gap:22px;
    border-bottom:1px solid rgba(35,32,28,.10);
    margin-bottom:16px;
    overflow:auto;
}
.product-tabs-head span{
    display:inline-flex;
    min-height:34px;
    align-items:center;
    font-size:13px;
    font-weight:900;
    letter-spacing:.035em;
    color:#111426;
    white-space:nowrap;
}
.product-tabs-head span:first-child{border-bottom:2px solid #8a5d12;color:#5a3a03}
.product-tab-grid{
    display:grid;
    grid-template-columns:1.2fr .9fr .9fr;
    gap:16px;
}
.product-tab-grid article{
    border:1px solid rgba(35,32,28,.08);
    border-radius:18px;
    padding:15px;
    background:#fffdf9;
}
.product-tab-grid h2{
    margin:0 0 8px;
    font-size:17px;
    color:#1c2045;
}
.product-tab-grid p{
    margin:0;
    color:#5d5751;
    line-height:1.55;
    font-size:14px;
}
.related-products-section{
    padding:34px 0 10px;
}
.related-products-heading{
    margin-bottom:20px;
}
.related-products-heading h2{
    font-size:34px;
}
.related-products-heading p{
    font-size:15px;
}
.product-card--related .product-image{aspect-ratio:1.2/1}
.product-card--related .product-info h3{font-size:17px;min-height:43px}
.product-card--related .rating-row{font-size:12.5px;margin-bottom:10px}
.product-card--related .stars{font-size:15px}
.product-card--related .price-row{min-height:38px;margin-bottom:0}
.product-card--related .price-stack strong{font-size:20px}
.product-card--related .price-row--ask .price-stack strong{font-size:15px!important}
.product-not-found-card{margin-top:18px}
@media(max-width:980px){
    .product-detail-store-shell{grid-template-columns:1fr;gap:20px}
    .product-detail-store-shell .product-detail-main-image{height:clamp(300px,58vw,440px)}
    .product-tab-grid{grid-template-columns:1fr}
    .related-products-heading{display:block}
    .related-products-heading p{text-align:left;margin-top:8px}
}
@media(max-width:640px){
    .product-page-v304{padding:16px 0 38px}
    .product-detail-store-shell{padding:14px;border-radius:20px}
    .product-detail-store-shell .product-detail-main-image{height:285px}
    .product-detail-store-shell .product-detail-thumbs{grid-template-columns:repeat(4,1fr)}
    .product-detail-store-shell .product-detail-thumbs img{height:54px}
    .product-detail-copy h1{font-size:28px}
    .product-detail-lead,.product-detail-description{font-size:15px}
    .product-detail-actions{display:grid;align-items:stretch}
    .product-whatsapp-text-btn,.primary-pill--soft{width:100%}
    .product-tabs-head{gap:14px}
    .related-products-heading h2{font-size:26px}
}
