*, *::before, *::after { box-sizing: border-box; }

:root {
  --lav: #b8a9d4;
  --lav-l: #d4cae8;
  --lav-xl: #ebe4f5;
  --lav-d: #8b7ab8;
  --ink: #2d2438;
  --ink-l: #5a4f6b;
  --ink-s: #9b8faa;
  --cream: #f5f0eb;
  --cream-l: #faf6f1;
  --paper: #fdfbf9;
  --gold: #c4a87a;
  --rose: #e8c4c4;
  --sage: #b8c4a8;
  --shadow: 0 18px 60px rgba(45,36,56,.12);
  --shadow-soft: 0 10px 32px rgba(45,36,56,.08);
}

body.ld-body {
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(212,202,232,.55), transparent 34%),
    radial-gradient(circle at 92% 22%, rgba(232,196,196,.38), transparent 28%),
    linear-gradient(180deg, var(--cream-l), var(--paper) 46%, var(--cream));
  font-family: "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

a { color: var(--lav-d); transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
a:hover, a:focus { color: var(--ink); text-decoration: none; }

.container { max-width: 1180px; }

.ld-petals {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .32;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(184,169,212,.22) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 36%, rgba(196,168,122,.20) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 72%, rgba(232,196,196,.22) 0 2px, transparent 3px);
  background-size: 190px 190px, 240px 240px, 210px 210px;
}

.ld-top {
  border: 0;
  background: rgba(253,251,249,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(184,169,212,.26);
  font-size: 12px;
  color: var(--ink-l);
}

.ld-top-inner,
.ld-head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ld-top-inner { min-height: 42px; }
.ld-top-left, .ld-top-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ld-top-left i { color: var(--gold); margin-right: 5px; }
.ld-top .btn-link, .ld-top a { color: var(--ink-l); padding: 0; border: 0; font-size: 12px; }
.ld-top .btn-link:hover, .ld-top a:hover { color: var(--lav-d); }
.ld-top .dropdown-menu { border: 0; border-radius: 14px; box-shadow: var(--shadow-soft); }

.ld-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(253,251,249,.86);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(184,169,212,.32);
}

.ld-head-inner { min-height: 82px; }

.ld-brand {
  display: inline-grid;
  grid-template-columns: 48px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  color: var(--ink);
  min-width: max-content;
}

.ld-mark {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lav), var(--lav-d));
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(139,122,184,.28);
}

.ld-word {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: .9;
  font-weight: 700;
}

.ld-word span { color: var(--lav-d); }
.ld-brand small {
  display: block;
  margin-top: 3px;
  color: var(--ink-s);
  font-family: "Dancing Script", cursive;
  font-size: 18px;
  line-height: 1;
}

.ld-head-search { flex: 1 1 420px; max-width: 460px; }
#search { width: 100%; }
#search .form-control {
  height: 46px;
  border: 1px solid rgba(184,169,212,.36);
  border-radius: 999px 0 0 999px;
  background: rgba(255,255,255,.78);
  box-shadow: none;
  color: var(--ink);
  padding-left: 18px;
}
#search .btn {
  height: 46px;
  border: 0;
  border-radius: 0 999px 999px 0;
  background: var(--ink);
  color: #fff;
  padding: 0 18px;
}

.ld-head-actions { display: flex; align-items: center; gap: 10px; }
.ld-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--ink-l);
  border: 1px solid rgba(184,169,212,.24);
}
.ld-link:hover { background: var(--lav-xl); color: var(--ink); }

.ld-cart #cart > .btn {
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ink), #4a3a5d);
  color: #fff;
  padding: 0 18px;
  box-shadow: 0 12px 30px rgba(45,36,56,.18);
}
.ld-cart .dropdown-menu { border: 0; border-radius: 18px; box-shadow: var(--shadow); padding: 14px; }

#menu {
  margin: 0;
  min-height: 0;
  border: 0;
  background: rgba(245,240,235,.88);
  border-bottom: 1px solid rgba(184,169,212,.22);
}
#menu .navbar-collapse { padding: 0; }
#menu .nav { float: none; display: flex; justify-content: center; flex-wrap: wrap; }
#menu .nav > li > a {
  color: var(--ink-l);
  font-weight: 600;
  padding: 16px 18px;
  text-shadow: none;
  background: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a { color: var(--ink); background: rgba(255,255,255,.64); }
#menu .dropdown-menu { border: 0; border-radius: 18px; box-shadow: var(--shadow); padding: 16px; }
#menu .see-all { color: var(--lav-d); font-weight: 700; }

.ld-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 70px;
}

.ld-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}
.ld-orb-1 { width: 360px; height: 360px; background: rgba(212,202,232,.44); right: -80px; top: 20px; }
.ld-orb-2 { width: 280px; height: 280px; background: rgba(232,196,196,.34); left: -70px; bottom: -80px; }

.ld-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 56px;
  align-items: center;
}

.ld-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(184,169,212,.34);
  color: var(--ink-l);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.ld-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(196,168,122,.14);
}
.ld-script {
  margin-top: 24px;
  font-family: "Dancing Script", cursive;
  color: var(--lav-d);
  font-size: 30px;
}
.ld-hero h1,
.ld-section-head h2 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--ink);
  letter-spacing: 0;
}
.ld-hero h1 {
  max-width: 680px;
  font-size: 76px;
  line-height: .9;
  font-weight: 700;
}
.ld-hero p {
  margin: 24px 0 0;
  max-width: 600px;
  color: var(--ink-l);
  font-size: 18px;
  line-height: 1.75;
}
.ld-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.ld-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
}
.ld-btn-primary { color: #fff; background: linear-gradient(135deg, var(--ink), #4f3f63); box-shadow: 0 18px 40px rgba(45,36,56,.22); }
.ld-btn-primary:hover { color: #fff; transform: translateY(-2px); }
.ld-btn-ghost { color: var(--ink); background: rgba(255,255,255,.68); border: 1px solid rgba(184,169,212,.32); }
.ld-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 38px; max-width: 620px; }
.ld-trust div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(184,169,212,.22);
}
.ld-trust strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 34px; line-height: 1; color: var(--ink); }
.ld-trust span { display: block; margin-top: 5px; color: var(--ink-s); font-size: 12px; text-transform: uppercase; font-weight: 700; }

.ld-hero-visual {
  min-height: 540px;
  position: relative;
}
.ld-pol {
  position: absolute;
  width: 210px;
  padding: 14px 14px 34px;
  background: #fff;
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.ld-pol div {
  height: 210px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 36px;
  line-height: .95;
  background: linear-gradient(135deg, var(--lav), var(--rose));
}
.ld-pol span {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font-family: "Dancing Script", cursive;
  color: var(--ink-l);
  font-size: 18px;
}
.ld-pol-1 { top: 30px; left: 40px; transform: rotate(-9deg); }
.ld-pol-2 { top: 115px; right: 10px; transform: rotate(8deg); }
.ld-pol-2 div { background: linear-gradient(135deg, var(--sage), var(--lav)); }
.ld-pol-3 { bottom: 62px; left: 96px; transform: rotate(4deg); }
.ld-pol-3 div { background: linear-gradient(135deg, var(--gold), var(--rose)); }
.ld-preview {
  position: absolute;
  right: 40px;
  bottom: 10px;
  width: 260px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(184,169,212,.34);
  box-shadow: var(--shadow);
}
.ld-preview-head { display: flex; justify-content: space-between; color: var(--ink); }
.ld-preview-head em { color: var(--lav-d); font-style: normal; font-size: 12px; font-weight: 700; }
.ld-drop {
  margin-top: 14px;
  height: 142px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--ink-s);
  border: 1px dashed var(--lav);
  border-radius: 18px;
  background: rgba(235,228,245,.42);
}
.ld-drop strong { color: var(--ink); }

.ld-ticker {
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.ld-ticker div {
  display: flex;
  width: max-content;
  animation: ld-marquee 28s linear infinite;
}
.ld-ticker span, .ld-ticker i {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 18px;
  font-style: normal;
  white-space: nowrap;
}
.ld-ticker i { color: var(--gold); }
@keyframes ld-marquee { to { transform: translateX(-50%); } }

.ld-section { padding: 82px 0; }
.ld-section-head { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.ld-section-head small {
  display: inline-block;
  color: var(--lav-d);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  font-size: 12px;
}
.ld-section-head h2 { font-size: 54px; line-height: 1; font-weight: 700; }
.ld-section-head p { margin-top: 16px; color: var(--ink-l); font-size: 16px; line-height: 1.8; }
.ld-format-grid, .ld-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.ld-format, .ld-why-grid article {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(184,169,212,.24);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}
.ld-format {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
}
.ld-format i {
  display: block;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--lav-xl), #fff);
  border: 8px solid #fff;
  box-shadow: 0 12px 28px rgba(45,36,56,.10);
}
.ld-format.is-polaroid i { border-bottom-width: 18px; }
.ld-format b { margin-top: 18px; font-family: "Cormorant Garamond", serif; font-size: 30px; color: var(--ink); }
.ld-format span { color: var(--ink-s); line-height: 1.45; }
.ld-why { background: rgba(255,255,255,.38); }
.ld-why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ld-why-grid article { padding: 28px; }
.ld-why-grid i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--lav-xl);
  color: var(--lav-d);
  font-size: 22px;
}
.ld-why-grid h3 { margin: 18px 0 10px; font-size: 20px; font-weight: 700; }
.ld-why-grid p { color: var(--ink-l); line-height: 1.7; }

.ld-shop { padding-top: 76px; padding-bottom: 76px; }
.ld-products-head { margin-bottom: 26px; }

#content > h1,
#content > h2,
#content > h3,
.product-category h1,
.product-product h1,
#account-login h1,
#checkout-cart h1,
#checkout-checkout h1 {
  font-family: "Cormorant Garamond", serif;
  color: var(--ink);
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.breadcrumb {
  margin-top: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  box-shadow: none;
}
.breadcrumb > li + li:before { color: var(--ink-s); }

.product-thumb {
  overflow: hidden;
  border: 1px solid rgba(184,169,212,.24);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-soft);
  transition: transform .22s ease, box-shadow .22s ease;
}
.product-thumb:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-thumb .image {
  padding: 16px 16px 0;
  background: transparent;
  text-align: center;
}
.product-thumb .image a {
  display: block;
  padding: 12px 12px 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(45,36,56,.08);
}
.product-thumb .image img {
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-thumb .caption { min-height: 190px; padding: 22px 20px 12px; }
.product-thumb h4 { min-height: 0; margin: 0 0 10px; }
.product-thumb h4 a {
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.05;
}
.product-thumb .caption p { color: var(--ink-l); line-height: 1.58; }
.price {
  color: var(--lav-d);
  font-size: 22px;
  font-weight: 800;
}
.price-old { color: var(--ink-s); font-size: 15px; }
.price-tax { color: var(--ink-s); font-size: 12px; display: block; margin-top: 4px; }
.rating .fa-star, .rating .fa-star-o { color: var(--gold); }
.product-thumb .button-group {
  display: grid;
  grid-template-columns: 1fr 52px 52px;
  border: 0;
  background: transparent;
  padding: 0 16px 18px;
  gap: 8px;
}
.product-thumb .button-group button {
  width: auto;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--lav-xl);
  color: var(--ink);
  font-weight: 700;
}
.product-thumb .button-group button:first-child {
  background: linear-gradient(135deg, var(--ink), #4f3f63);
  color: #fff;
}
.product-thumb .button-group button:hover { background: var(--lav-l); color: var(--ink); }
.product-thumb .button-group button:first-child:hover { background: var(--lav-d); color: #fff; }

.btn-primary,
.btn-default,
.btn-inverse,
.buttons .btn {
  border: 0;
  border-radius: 999px;
  box-shadow: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--ink), #4f3f63);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus { background: var(--lav-d); color: #fff; }
.btn-default { background: rgba(255,255,255,.74); border: 1px solid rgba(184,169,212,.28); color: var(--ink); }

.form-control {
  border-radius: 14px;
  border-color: rgba(184,169,212,.42);
  box-shadow: none;
}
.form-control:focus {
  border-color: var(--lav);
  box-shadow: 0 0 0 4px rgba(184,169,212,.18);
}
.panel, .well, .list-group-item, .table {
  border-color: rgba(184,169,212,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-soft);
}
.panel-heading {
  border-radius: 18px 18px 0 0;
  border-color: rgba(184,169,212,.22);
  background: var(--lav-xl);
  color: var(--ink);
  font-weight: 700;
}
.list-group a { color: var(--ink-l); }
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: var(--ink);
  background: var(--lav-xl);
  border-color: rgba(184,169,212,.22);
}

.product-product #content {
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(184,169,212,.22);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 60px;
}
.thumbnails > li > a, .thumbnail {
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.nav-tabs { border-color: rgba(184,169,212,.22); }
.nav-tabs > li > a {
  border-radius: 999px;
  color: var(--ink-l);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: var(--ink);
  border-color: rgba(184,169,212,.28);
  background: var(--lav-xl);
}

.pagination > li > a,
.pagination > li > span {
  color: var(--ink);
  border-color: rgba(184,169,212,.22);
  background: rgba(255,255,255,.74);
}
.pagination > .active > span,
.pagination > .active > span:hover {
  border-color: var(--lav-d);
  background: var(--lav-d);
}

.ld-footer {
  margin-top: 70px;
  padding: 70px 0 30px;
  color: rgba(255,255,255,.74);
  background:
    radial-gradient(circle at 12% 20%, rgba(184,169,212,.22), transparent 34%),
    linear-gradient(135deg, #2d2438, #493b5d);
}
.ld-footer .ld-brand { color: #fff; }
.ld-footer .ld-mark { background: rgba(255,255,255,.18); }
.ld-footer .ld-word span, .ld-footer .ld-brand small { color: var(--lav-l); }
.ld-footer-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 54px;
}
.ld-footer-brand p { margin-top: 18px; line-height: 1.7; }
.ld-footer h5 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 700;
}
.ld-footer a { color: rgba(255,255,255,.76); }
.ld-footer a:hover { color: #fff; }
.ld-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.ld-footer-bottom p { margin: 0; }
.ld-footer-bottom div { display: flex; gap: 18px; }

@media (max-width: 991px) {
  .ld-top-left span { display: none; }
  .ld-head-inner { flex-wrap: wrap; padding: 16px 0; }
  .ld-head-search { order: 3; flex-basis: 100%; max-width: none; }
  .ld-link span { display: none; }
  .ld-hero { padding-top: 52px; }
  .ld-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .ld-hero h1 { font-size: 56px; }
  .ld-hero-visual { min-height: 460px; }
  .ld-format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ld-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ld-footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .ld-top-inner { justify-content: center; }
  .ld-top-left { display: none; }
  .ld-head-actions { width: 100%; justify-content: space-between; }
  .ld-brand { grid-template-columns: 42px auto; }
  .ld-mark { width: 42px; height: 42px; font-size: 30px; border-radius: 14px; }
  .ld-word { font-size: 28px; }
  .ld-brand small { font-size: 16px; }
  #menu .navbar-header { border-radius: 16px; background: rgba(255,255,255,.65); }
  #menu #category { color: var(--ink); padding-left: 14px; line-height: 46px; }
  #menu .btn-navbar { color: #fff; background: var(--ink); border-radius: 999px; margin: 6px 8px 6px 0; }
  #menu .nav { display: block; }
  .ld-hero h1 { font-size: 44px; }
  .ld-hero p { font-size: 16px; }
  .ld-trust { grid-template-columns: 1fr; }
  .ld-hero-visual { min-height: 0; transform: none; margin-bottom: 0; }
  .ld-section { padding: 56px 0; }
  .ld-section-head h2 { font-size: 38px; }
  .ld-format-grid, .ld-why-grid { grid-template-columns: 1fr; }
  .product-layout { width: 100%; }
  .product-thumb .caption { min-height: 0; }
  .ld-footer-bottom { display: block; }
  .ld-footer-bottom div { margin-top: 14px; }
}

/* Responsive stabilization for OpenCart-generated layouts */
html, body { max-width: 100%; }
img, iframe, video, table { max-width: 100%; }

.ld-body .row {
  min-width: 0;
}

.ld-head-inner > *,
.ld-hero-grid > *,
.ld-footer-top > *,
.product-thumb > *,
.caption,
#content {
  min-width: 0;
}

.ld-cart {
  min-width: 0;
}

.ld-cart #cart,
.ld-cart #cart > .btn {
  width: auto;
  max-width: 100%;
}

.ld-cart #cart-total {
  display: inline-block;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

#menu .dropdown-menu {
  max-width: min(92vw, 820px);
}

#menu .dropdown-inner {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

#menu .dropdown-inner ul {
  min-width: 150px;
}

.swiper-viewport {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: rgba(255,255,255,.58);
  box-shadow: var(--shadow-soft);
}

.slideshow,
.carousel {
  margin-left: 0;
  margin-right: 0;
}

.product-layout {
  margin-bottom: 26px;
}

.product-list .product-thumb {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  align-items: stretch;
}

.product-list .product-thumb > div:last-child {
  display: flex;
  flex-direction: column;
}

.product-list .product-thumb .button-group {
  margin-top: auto;
}

#product-product .row,
#checkout-cart .row,
#checkout-checkout .row,
#account-login .row {
  min-width: 0;
}

#product-product .thumbnails {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-left: 0;
}

#product-product .thumbnails > li:first-child {
  grid-column: 1 / -1;
}

#product-product .thumbnails > li {
  float: none;
  width: auto;
  margin: 0;
  list-style: none;
}

#product-product #button-cart {
  min-height: 50px;
  padding-left: 28px;
  padding-right: 28px;
}

.table-responsive {
  border: 0;
}

.table-responsive > .table {
  margin-bottom: 0;
}

.input-group {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: min(1180px, calc(100% - 48px));
  }
}

@media (max-width: 1199px) {
  .ld-head-inner {
    display: grid;
    grid-template-columns: auto minmax(240px, 1fr);
    grid-template-areas:
      "brand actions"
      "search search";
    padding: 14px 0;
  }

  .ld-brand { grid-area: brand; }
  .ld-head-search { grid-area: search; max-width: none; width: 100%; }
  .ld-head-actions { grid-area: actions; justify-content: flex-end; }
}

@media (max-width: 991px) {
  .ld-hero-grid {
    display: block;
  }

  .ld-hero-copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .ld-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .ld-hero-actions {
    justify-content: center;
  }

  .ld-trust {
    margin-left: auto;
    margin-right: auto;
  }

  .ld-hero-visual {
    min-height: 0;
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
  }

  .ld-pol,
  .ld-preview {
    position: static;
    width: auto;
    transform: none;
  }

  .ld-pol {
    padding: 10px 10px 28px;
  }

  .ld-pol div {
    height: 170px;
    font-size: 30px;
  }

  .ld-preview {
    grid-column: 1 / -1;
  }

  .ld-format-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ld-header {
    position: relative;
  }

  .ld-head-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "search"
      "actions";
    gap: 12px;
    min-height: 0;
  }

  .ld-brand {
    justify-self: center;
    min-width: 0;
  }

  .ld-head-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 44px 44px minmax(0, 1fr);
    gap: 8px;
  }

  .ld-head-actions .ld-link {
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
  }

  .ld-head-actions .ld-cart {
    min-width: 0;
  }

  .ld-cart #cart > .btn {
    width: 100%;
    padding: 0 12px;
    text-align: center;
  }

  .ld-cart #cart-total {
    max-width: calc(100vw - 190px);
  }

  .ld-cart .dropdown-menu {
    left: auto;
    right: 0;
    min-width: min(320px, calc(100vw - 32px));
  }

  #search .form-control,
  #search .btn {
    height: 44px;
  }

  #menu {
    border-radius: 0;
  }

  #menu .navbar-collapse {
    max-height: none;
    border: 0;
    box-shadow: none;
  }

  #menu .nav > li > a {
    padding: 12px 14px;
    white-space: normal;
  }

  #menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: rgba(255,255,255,.54);
    padding: 8px 14px 14px;
  }

  #menu .dropdown-inner {
    display: block;
  }

  .ld-hero {
    padding: 42px 0 46px;
  }

  .ld-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: .95;
  }

  .ld-script {
    font-size: 26px;
  }

  .ld-badge {
    max-width: 100%;
    height: auto;
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.3;
    justify-content: center;
  }

  .ld-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ld-btn {
    width: 100%;
  }

  .ld-hero-visual {
    transform: none;
    margin-bottom: 0;
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .ld-pol {
    width: 100%;
  }

  .ld-pol div {
    height: 190px;
  }

  .ld-preview {
    width: 100%;
  }

  .ld-ticker span,
  .ld-ticker i {
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .ld-section-head {
    margin-bottom: 26px;
  }

  .ld-format {
    min-height: 190px;
  }

  .ld-shop {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  #content > h1,
  #content > h2,
  #content > h3,
  .product-category h1,
  .product-product h1,
  #account-login h1,
  #checkout-cart h1,
  #checkout-checkout h1 {
    font-size: 36px;
  }

  .product-layout,
  .product-layout.product-grid,
  .product-layout.product-list {
    width: 100%;
    float: none;
  }

  .product-list .product-thumb {
    display: block;
  }

  .product-thumb .image img {
    max-height: 280px;
  }

  .product-thumb .button-group {
    grid-template-columns: minmax(0, 1fr) 48px 48px;
    gap: 7px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-thumb .button-group button {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-thumb h4 a {
    font-size: 23px;
  }

  #product-product {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-product #content {
    padding: 18px;
    border-radius: 22px;
  }

  #product-product .thumbnails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #product-product .nav-tabs > li {
    float: none;
    margin-bottom: 8px;
  }

  #product-product .nav-tabs > li > a {
    display: block;
    margin: 0;
  }

  .form-group .input-group {
    display: block;
  }

  .form-group .input-group .input-group-addon,
  .form-group .input-group .form-control {
    display: block;
    width: 100%;
    border-radius: 14px;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ld-footer {
    margin-top: 44px;
    padding-top: 46px;
  }

  .ld-footer-links > [class*="col-"] {
    margin-bottom: 22px;
  }
}

@media (max-width: 420px) {
  .ld-word {
    font-size: 25px;
  }

  .ld-brand small {
    font-size: 15px;
  }

  .ld-cart #cart-total {
    max-width: calc(100vw - 205px);
  }

  .ld-trust strong {
    font-size: 30px;
  }

  .ld-section-head h2 {
    font-size: 34px;
  }
}
