* {
  box-sizing: border-box;
}

:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --text: #1f2947;
  --muted: #6b7280;
  --line: #e6ebf2;
  --primary: #ff1f43;
  --primary-dark: #d10024;
  --dark: #0f1320;
  --dark-2: #15161d;
  --success: #10b981;
  --telegram: #0088cc;
  --shadow-soft: 0 6px 18px rgba(15, 23, 42, 0.05);
  --shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  --shadow-lg: 0 16px 40px rgba(15, 23, 42, 0.10);
  --radius: 18px;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #333;
  background: linear-gradient(180deg, #f8fafc 0%, #f4f6fb 100%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--text);
  text-decoration: none;
  transition: 0.2s ease;
}

a:hover,
a:focus {
  color: var(--primary-dark);
  text-decoration: none;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text);
  font-weight: 700;
  margin: 0 0 10px;
}

p {
  line-height: 1.8;
  margin: 0 0 12px;
}

button,
input,
textarea {
  font-family: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(209, 0, 36, 0.15);
}

.primary-btn:hover,
.primary-btn:focus {
  color: #fff;
  transform: translateY(-1px);
}

.secondary-success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid #d9e2ec;
  background: #fff;
  color: var(--text);
  font-weight: 700;
  text-transform: uppercase;
}

.secondary-success-btn:hover {
  color: var(--text);
  border-color: #c9d4df;
  background: #f8fafc;
}

.input,
textarea.input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  padding: 0 14px;
  border-radius: 14px;
  outline: none;
  box-shadow: none;
}

.input:focus,
textarea.input:focus {
  border-color: #cfd7e6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.05);
}

textarea.input {
  min-height: 110px;
  padding: 14px;
  resize: vertical;
}

.section {
  padding: 32px 0;
}

.section-title {
  margin-bottom: 18px;
}

.section-title .title {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.3px;
}

.flash-section {
  padding-top: 16px;
  padding-bottom: 0;
}

.empty-state-box,
.empty-box,
.admin-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.empty-state-box,
.empty-box {
  padding: 22px;
  color: var(--muted);
}

.text-center {
  text-align: center;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.text-muted-2 {
  color: #8d99ae;
}

/* =========================
   HEADER DESKTOP
========================= */
.site-header {
  position: relative;
  z-index: 1200;
}

#top-header {
  background: linear-gradient(135deg, #111728 0%, #0c1020 100%);
  padding: 8px 0;
}

.top-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-links li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.95);
  font-size: 12px;
  line-height: 1.4;
}

.header-links li i {
  color: var(--primary);
}

.header-links li .fa-whatsapp {
  color: #25d366 !important;
}

.header-links li .fa-telegram {
  color: var(--telegram) !important;
}

#header {
  background:
    radial-gradient(circle at top left, rgba(255, 31, 67, 0.08), transparent 28%),
    linear-gradient(135deg, #101526 0%, #0f1320 100%);
  padding: 18px 0;
  border-bottom: 3px solid var(--primary-dark);
  position: sticky;
  top: 0;
  z-index: 1190;
  box-shadow: 0 10px 24px rgba(10, 15, 30, 0.12);
}

.header-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-logo {
  flex: 0 0 190px;
  min-width: 170px;
}

.header-logo .logo {
  display: inline-flex;
  align-items: center;
}

.header-logo .logo img {
  display: block;
  max-width: 185px;
  max-height: 62px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.header-search {
  flex: 1 1 auto;
  min-width: 0;
}

.search-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.search-form .input {
  flex: 1 1 auto;
  height: 50px;
  border: none;
  border-radius: 18px 0 0 18px;
  padding: 0 18px;
  font-size: 14px;
}

.search-form .search-btn {
  width: 110px;
  min-width: 110px;
  height: 50px;
  border: none;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.header-ctn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.desktop-telegram-link,
.cart-toggle {
  width: 92px;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 16px;
}

.desktop-telegram-link:hover,
.cart-toggle:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.desktop-telegram-link i,
.cart-toggle i {
  font-size: 19px;
  line-height: 1;
}

.desktop-telegram-link i {
  color: var(--telegram);
}

.desktop-telegram-link span,
.cart-toggle span {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.cart-toggle .qty {
  position: absolute;
  top: 4px;
  right: 18px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%;
  font-size: 10px;
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 16px rgba(209,0,36,0.25);
}

/* =========================
   NAVIGATION
========================= */
#navigation {
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1100;
}

#navigation .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  text-align: center;
}

.main-nav > li {
  float: none !important;
  display: inline-block;
}

.main-nav > li > a {
  display: block;
  padding: 18px 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  position: relative;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus,
.main-nav > li.active > a {
  color: var(--primary-dark);
}

.main-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--primary-dark);
  transition: 0.25s ease;
  margin-top: 3px;
}

.main-nav > li > a:hover:after,
.main-nav > li > a:focus:after,
.main-nav > li.active > a:after {
  width: 100%;
}

/* =========================
   MOBILE HEADER
========================= */
.mobile-header-bar {
  display: none;
}

/* =========================
   HOME / SHOP
========================= */
.home-section-head,
.shop-page-header,
.cart-page-header,
.checkout-page-header,
.articles-page-header,
.contact-page-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.home-section-subtitle,
.shop-page-subtitle,
.cart-page-subtitle,
.checkout-page-subtitle,
.articles-page-subtitle,
.contact-page-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 760px;
}

.home-featured-slider-section {
  overflow: hidden;
}

.featured-slider-wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 22px;
}

.featured-slider-track {
  display: flex;
  gap: 18px;
  width: max-content;
  align-items: stretch;
  animation: featuredScroll 28s linear infinite;
  will-change: transform;
}

.featured-slider-wrap:hover .featured-slider-track {
  animation-play-state: paused;
}

.featured-slide-item {
  width: 250px;
  min-width: 250px;
  display: flex;
}

@keyframes featuredScroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

.home-shop-more {
  margin-top: 20px;
}

.shop-empty-state h3,
.home-products-section .empty-state-box h3,
.home-articles-section .empty-state-box h3,
.home-featured-slider-section .empty-state-box h3 {
  margin-bottom: 8px;
}

/* =========================
   PRODUCT CARD
========================= */
.home-products-section .col-md-3,
.recommended-products-section .col-md-3,
.shop-page-section .col-md-3,
.section .col-md-3.col-sm-6.col-xs-6 {
  display: flex;
}

.product-card-clean,
.product {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  position: relative;
  background: rgba(255,255,255,0.96);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eaf0f5;
  box-shadow: var(--shadow-soft);
}

.product-card-clean:hover,
.product:hover {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.product-card-clean .product-img,
.product .product-img {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
  overflow: hidden;
}

.product-card-clean .product-img > a > img,
.product-card-clean .product-img > img,
.product .product-img > a > img,
.product .product-img > img,
.product-card-clean .product-img > span > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.product-card-clean .product-label,
.product .product-label {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

.product-card-clean .product-label > span,
.product .product-label > span {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
}

.product-card-clean .product-label > span.new,
.product .product-label > span.new {
  background: linear-gradient(135deg, #ff3153 0%, #d10024 100%);
  color: #fff;
}

.product-card-clean .product-label > span.sale,
.product .product-label > span.sale {
  background: rgba(255,255,255,0.96);
  color: var(--primary-dark);
  border: 1px solid rgba(209,0,36,0.18);
}

.product-card-clean .product-body,
.product .product-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 14px 14px 16px;
  text-align: center;
  background: transparent;
}

.product-card-clean .product-category,
.product .product-category {
  margin: 0 0 8px;
  min-height: 18px;
  font-size: 12px;
  color: #94a3b8;
  text-transform: uppercase;
}

.product-card-clean .product-name,
.product .product-name {
  margin: 0 0 10px;
  min-height: 48px !important;
  max-height: 48px !important;
  overflow: hidden !important;
  font-size: 14px;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.product-card-clean .product-name a,
.product .product-name a,
.product-card-clean .product-name span {
  color: var(--text);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-clean .product-price,
.product .product-price {
  margin: 0 0 12px;
  min-height: 52px !important;
  font-size: 17px;
  color: var(--primary-dark);
  line-height: 1.45;
}

.product-card-clean .product-price small,
.product .product-price small {
  font-size: 13px;
  color: var(--muted);
}

.product-card-clean .product-price .product-old-price,
.product .product-price .product-old-price {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 400;
}

.product-card-clean .product-actions,
.product .product-actions {
  margin-top: auto !important;
  padding-top: 10px;
  border-top: 1px solid #edf2f7;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.product-card-clean .buy-now-btn,
.product .buy-now-btn {
  width: 100%;
  min-height: 40px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f2947 0%, #111827 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

.product-card-clean .buy-now-btn:hover,
.product .buy-now-btn:hover {
  color: #fff;
  opacity: 0.94;
}

.product-card-clean .product-card-cart-form,
.product .product-card-cart-form {
  margin: 0 !important;
}

.product-card-clean .add-to-cart-btn,
.product .add-to-cart-btn {
  width: 100%;
  min-height: 40px !important;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 14px;
  box-shadow: 0 10px 20px rgba(209, 0, 36, 0.12);
}

.product-card-clean .detail-btn,
.product .detail-btn {
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 26px !important;
  margin-bottom: 0 !important;
  font-size: 11px;
  font-weight: 600;
  color: #334155;
}

.product-card-clean .buy-now-btn[disabled],
.product .buy-now-btn[disabled],
.product-card-clean .add-to-cart-btn[disabled],
.product .add-to-cart-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.product .product-btns,
.product .product-rating {
  display: none !important;
}

/* =========================
   ARTICLE
========================= */
.home-articles-section .row {
  display: flex;
  flex-wrap: wrap;
}

.home-articles-section .col-md-4 {
  display: flex;
  margin-bottom: 16px;
}

.home-article-card,
.articles-page-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid #eaf0f5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-thumb-link {
  display: block;
}

.home-article-card img,
.articles-page-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.article-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.article-card-title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 58px;
}

.article-card-title a {
  color: var(--text);
}

.article-card-excerpt {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 12px;
  flex: 1 1 auto;
}

.article-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--text);
}

/* =========================
   ARTICLE DETAIL
========================= */
.article-detail-page-section {
  padding-top: 28px;
  padding-bottom: 36px;
}

.article-detail-card {
  overflow: hidden;
  border-radius: 22px;
  padding: 0;
  background: rgba(255,255,255,0.98);
  box-shadow: var(--shadow);
}

.article-detail-thumb img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.article-detail-body {
  padding: 26px;
}

.article-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
}

.article-detail-breadcrumb a {
  color: var(--primary-dark);
  font-weight: 600;
}

.article-detail-title {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.2;
  color: var(--text);
}

.article-detail-excerpt {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.9;
}

.article-detail-content,
.article-content {
  color: #374151;
  line-height: 1.9;
  font-size: 15px;
}

.article-detail-content h2,
.article-detail-content h3,
.article-detail-content h4,
.article-content h2,
.article-content h3,
.article-content h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1.35;
}

.article-detail-content p,
.article-content p {
  margin-bottom: 16px;
}

.article-detail-content ul,
.article-detail-content ol,
.article-content ul,
.article-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
  list-style: initial;
}

.article-detail-content ol,
.article-content ol {
  list-style: decimal;
}

.article-detail-content img,
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 18px 0;
}

.article-detail-content blockquote,
.article-content blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  border-left: 4px solid var(--primary);
  background: #f8fafc;
  border-radius: 0 12px 12px 0;
  color: #475569;
}

.article-detail-content table,
.article-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin: 18px 0;
}

.article-detail-actions {
  margin-top: 28px;
}

/* =========================
   CONTACT + SUCCESS + CHECKOUT + CART
========================= */
.contact-page-card,
.order-success-card,
.checkout-form-card,
.checkout-summary-card,
.cart-items-card,
.cart-summary-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid #eaf0f5;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.contact-page-card,
.order-success-card {
  padding: 24px;
}

.checkout-form-card,
.cart-items-card {
  padding: 22px 20px;
}

.checkout-summary-card,
.cart-summary-card {
  padding: 22px 18px;
}

.contact-card-title {
  margin-bottom: 14px;
}

.contact-about-text {
  line-height: 1.8;
  color: #475569;
  margin-bottom: 16px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #edf0f3;
  border-radius: 16px;
  background: #fafbfc;
}

.contact-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: rgba(209, 0, 36, 0.08);
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--muted);
  font-weight: 700;
}

.contact-text a,
.contact-text span {
  color: var(--text);
  line-height: 1.7;
  word-break: break-word;
}

.contact-action-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.telegram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #0088cc;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.telegram-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 2px solid #0088cc;
  color: #0088cc;
  font-weight: 700;
  text-transform: uppercase;
}

.telegram-btn:hover,
.telegram-outline-btn:hover {
  color: inherit;
  opacity: 0.92;
}

.order-success-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.12);
  color: var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 38px;
}

.order-success-title {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
}

.order-success-subtitle {
  max-width: 680px;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.order-success-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  text-align: left;
}

.order-success-info-item {
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 16px;
}

.order-success-info-item .label-text {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 700;
}

.order-success-info-item .value-text {
  display: block;
  font-size: 15px;
  color: var(--text);
  word-break: break-word;
}

.order-success-note {
  max-width: 680px;
  margin: 0 auto 22px;
  color: var(--muted);
  line-height: 1.8;
}

.order-success-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.checkout-page-section,
.cart-page-section,
.product-detail-section {
  padding-top: 28px;
  padding-bottom: 34px;
}

.checkout-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.checkout-helper-text {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.checkout-form .form-group {
  margin-bottom: 16px;
}

.checkout-form textarea.input {
  min-height: 120px;
}

.checkout-submit-btn,
.cart-checkout-btn {
  width: 100%;
  min-height: 48px;
}

.checkout-form-actions,
.cart-actions-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.order-summary {
  width: 100%;
  margin-top: 8px;
}

.order-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #ececf1;
}

.order-head {
  padding-top: 0;
}

.checkout-order-product {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.6;
  color: var(--text);
}

.checkout-order-qty {
  font-weight: 700;
  color: var(--primary-dark);
}

.order-total {
  color: var(--primary-dark);
}

.checkout-summary-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
}

/* =========================
   CART
========================= */
.cart-table-responsive {
  overflow-x: auto;
}

.cart-table {
  width: 100%;
  margin: 0;
  background: transparent;
}

.cart-table > thead > tr > th {
  border-bottom: 1px solid #e9edf3;
  color: var(--text);
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 10px;
}

.cart-table > tbody > tr > td {
  vertical-align: middle !important;
  border-top: 1px solid #eef2f6;
  padding: 14px 10px;
}

.cart-product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.cart-product-thumb,
.mobile-cart-thumb {
  width: 82px;
  min-width: 82px;
  height: 82px;
  border-radius: 16px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}

.cart-product-thumb img,
.mobile-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-product-name {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.cart-product-name a,
.mobile-cart-name a {
  color: var(--text);
}

.cart-price-block,
.mobile-cart-price,
.mobile-cart-total {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 14px;
  color: var(--text);
}

.cart-price-block small,
.mobile-cart-price small,
.mobile-cart-total small {
  color: var(--muted);
  font-size: 12px;
}

.cart-qty-input {
  width: 90px;
  text-align: center;
}

.cart-remove-btn {
  min-height: 40px;
  padding: 0 16px;
  border: none;
  border-radius: 999px;
  background: #eef2f7;
  color: #334155;
  font-weight: 700;
  font-size: 12px;
}

.cart-remove-btn:hover {
  background: #e2e8f0;
}

.cart-continue-link {
  color: var(--text);
  font-weight: 600;
}

.cart-summary-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.cart-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
  color: var(--text);
}

.cart-summary-line strong {
  color: var(--primary-dark);
}

.cart-summary-actions {
  margin-top: 18px;
}

.mobile-cart-list {
  display: none;
}

.mobile-cart-card {
  padding: 16px;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  background: #fff;
}

.mobile-cart-card + .mobile-cart-card {
  margin-top: 12px;
}

.mobile-cart-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.mobile-cart-info {
  flex: 1 1 auto;
  min-width: 0;
}

.mobile-cart-name {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
}

.mobile-cart-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.mobile-cart-qty-wrap {
  width: 110px;
}

.mobile-cart-qty-wrap label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}

.mobile-cart-actions {
  margin-top: 12px;
}

/* =========================
   PRODUCT DETAIL
========================= */
.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--muted);
}

.product-breadcrumb a {
  color: var(--primary-dark);
  font-weight: 600;
}

.product-detail-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-gallery-column,
.product-info-column {
  margin-bottom: 20px;
}

.product-gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-main-preview {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: var(--shadow-soft);
}

.product-main-preview img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #fff;
}

.product-zoom-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(15, 19, 32, 0.78);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-swipe-hint {
  display: none;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin-top: -2px;
}

.thumb-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-thumb-item {
  border: 2px solid #e7e8ee;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  padding: 0;
  cursor: pointer;
  transition: 0.2s ease;
}

.product-thumb-item.active,
.product-thumb-item:hover {
  border-color: var(--primary-dark);
  box-shadow: 0 6px 16px rgba(209, 0, 36, 0.08);
}

.product-thumb-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-details .product-name {
  font-size: 34px;
  line-height: 1.14;
  margin-bottom: 14px;
}

.product-price-wrap {
  margin-bottom: 14px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  color: var(--primary-dark);
}

.product-details .product-price small {
  font-size: 18px;
  color: var(--muted);
}

.product-details .product-price .product-old-price {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  color: #9ca3af;
  font-weight: 400;
}

.product-details .product-available {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-dark);
  text-transform: uppercase;
}

.product-short-description {
  margin-bottom: 16px;
  line-height: 1.8;
  color: #4b5563;
}

.product-links {
  margin-top: 12px;
}

.product-links li {
  font-size: 13px;
  line-height: 1.7;
}

.product-description-content,
.product-details-content {
  line-height: 1.85;
  color: #374151;
  word-break: break-word;
}

.product-description-content img,
.product-details-content img {
  max-width: 100%;
  height: auto;
  margin: 12px 0;
  border-radius: 16px;
}

.product-buy-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 18px;
}

.product-buy-actions .add-to-cart-form,
.product-buy-actions .buy-now-form {
  width: 100%;
  margin: 0;
}

.product-buy-actions .add-to-cart-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.product-buy-actions .qty-input {
  width: 100% !important;
  min-width: 0;
  height: 46px;
  text-align: center;
  font-weight: 600;
}

.product-buy-actions .add-to-cart-btn,
.product-buy-actions .buy-now-btn {
  width: 100%;
  min-height: 46px;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.product-buy-actions .add-to-cart-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(209, 0, 36, 0.12);
}

.product-buy-actions .buy-now-btn {
  background: linear-gradient(135deg, #1f2947 0%, #111827 100%);
  color: #fff;
}

.product-buy-actions .buy-now-btn:hover,
.product-buy-actions .add-to-cart-btn:hover {
  color: #fff;
  opacity: 0.95;
}

.product-buy-actions .buy-now-btn[disabled],
.product-buy-actions .add-to-cart-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.product-image-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.product-image-modal.is-open {
  display: block;
}

.product-image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.product-image-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(92vw, 920px);
  max-height: 88vh;
  margin: 4vh auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
}

.product-image-modal-dialog img {
  max-width: 100%;
  max-height: calc(88vh - 32px);
  object-fit: contain;
  border-radius: 14px;
}

.product-image-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(25, 29, 44, 0.82);
  color: #fff;
  font-size: 18px;
  z-index: 3;
}

.mobile-buy-bar {
  display: none;
}

/* =========================
   FOOTER
========================= */
#footer {
  background: linear-gradient(135deg, #15161d 0%, #10131c 100%);
  color: #b9babc;
}

#bottom-footer {
  background: #1e1f29;
}

.footer {
  margin: 30px 0;
}

.footer .footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 20px;
}

.footer-links li + li {
  margin-top: 14px;
}

.footer-links li a,
.footer-links li span {
  color: #b9babc;
  line-height: 1.6;
}

.footer-links li i {
  margin-right: 12px;
  color: var(--primary);
  width: 14px;
  text-align: center;
}

.footer-links li a:hover {
  color: var(--primary);
}

.copyright {
  display: block;
  font-size: 12px;
}

/* =========================
   TABLET
========================= */
@media only screen and (max-width: 991px) {
  #top-header,
  #header,
  #navigation {
    display: none !important;
  }

  .mobile-header-bar {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9998 !important;
    background:
      radial-gradient(circle at top left, rgba(255, 49, 83, 0.08), transparent 35%),
      linear-gradient(135deg, rgba(245, 250, 255, 0.98) 0%, rgba(236, 248, 244, 0.98) 100%) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid #dfe8e5 !important;
    padding: 12px 0 !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  }

  .mobile-header-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 14px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .mobile-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-brand img {
    max-width: 176px !important;
    max-height: 58px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .mobile-header-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .mobile-search-form {
    display: grid !important;
    grid-template-columns: 46px 1fr !important;
    align-items: center !important;
    min-width: 0 !important;
    height: 54px !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.96) !important;
    border: 1px solid #d7e1de !important;
    border-radius: 18px !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05) !important;
  }

  .mobile-search-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 54px !important;
    border: 0 !important;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 20px !important;
    padding: 0 !important;
  }

  .mobile-search-form input {
    height: 54px !important;
    border: 0 !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    color: var(--text) !important;
    font-size: 15px !important;
    padding: 0 14px 0 0 !important;
    min-width: 0 !important;
  }

  .mobile-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  .mobile-header-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,0.96) !important;
    border: 1px solid #d7e1de !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    color: #475569 !important;
    font-size: 21px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06) !important;
    padding: 0 !important;
  }

  .mobile-header-icon .fa-telegram {
    color: var(--telegram) !important;
  }

  .mobile-badge {
    position: absolute !important;
    top: -4px !important;
    right: -2px !important;
    min-width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  .featured-slide-item {
    width: 220px;
    min-width: 220px;
  }

  .checkout-summary-card,
  .cart-summary-card {
    margin-top: 18px;
  }
}

/* =========================
   MOBILE
========================= */
@media only screen and (max-width: 767px) {
  .section {
    padding: 22px 0;
  }

  .section-title {
    margin-bottom: 16px;
  }

  .section-title .title {
    font-size: 24px;
    line-height: 1.12;
  }

  .home-section-subtitle,
  .shop-page-subtitle,
  .cart-page-subtitle,
  .checkout-page-subtitle,
  .articles-page-subtitle,
  .contact-page-subtitle {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  .home-products-section .row,
  .recommended-products-section .row,
  .shop-page-section .row,
  .section .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .home-products-section .col-md-3.col-sm-6.col-xs-6,
  .recommended-products-section .col-md-3.col-sm-6.col-xs-6,
  .shop-page-section .col-md-3.col-sm-6.col-xs-6,
  .section .col-md-3.col-sm-6.col-xs-6 {
    width: 50% !important;
    float: left !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .product-card-clean,
  .product {
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
    border: 1px solid #e8edf3 !important;
  }

  .product-card-clean .product-img > a > img,
  .product-card-clean .product-img > img,
  .product .product-img > a > img,
  .product .product-img > img,
  .product-card-clean .product-img > span > img {
    aspect-ratio: 1 / 1.05 !important;
    object-fit: cover !important;
  }

  .product-card-clean .product-label,
  .product .product-label {
    top: 8px !important;
    right: 8px !important;
  }

  .product-card-clean .product-label > span,
  .product .product-label > span {
    padding: 3px 8px !important;
    font-size: 10px !important;
  }

  .product-card-clean .product-body,
  .product .product-body {
    padding: 10px 9px 11px !important;
  }

  .product-card-clean .product-category,
  .product .product-category {
    font-size: 10px !important;
    margin-bottom: 5px !important;
    min-height: 14px !important;
  }

  .product-card-clean .product-name,
  .product .product-name {
    font-size: 11px !important;
    line-height: 1.35 !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin-bottom: 7px !important;
  }

  .product-card-clean .product-price,
  .product .product-price {
    font-size: 14px !important;
    min-height: 38px !important;
    margin-bottom: 9px !important;
    line-height: 1.35 !important;
  }

  .product-card-clean .product-price small,
  .product .product-price small,
  .product-card-clean .product-price .product-old-price,
  .product .product-price .product-old-price {
    display: block !important;
    font-size: 10px !important;
    margin-top: 2px !important;
  }

  .product-card-clean .product-actions,
  .product .product-actions {
    padding-top: 9px !important;
    gap: 6px !important;
  }

  .product-card-clean .buy-now-btn,
  .product .buy-now-btn,
  .product-card-clean .add-to-cart-btn,
  .product .add-to-cart-btn {
    min-height: 34px !important;
    font-size: 10px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
  }

  .product-card-clean .detail-btn,
  .product .detail-btn {
    min-height: 22px !important;
    font-size: 10px !important;
    gap: 4px !important;
  }

  .featured-slider-track {
    gap: 12px !important;
    animation-duration: 24s !important;
  }

  .featured-slide-item {
    width: 168px !important;
    min-width: 168px !important;
  }

  .home-article-card,
  .articles-page-card {
    border-radius: 16px !important;
  }

  .home-article-card img,
  .articles-page-card img {
    height: 180px !important;
  }

  .article-card-content {
    padding: 12px !important;
  }

  .article-card-title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    min-height: 44px !important;
  }

  .article-card-excerpt {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .contact-page-card,
  .order-success-card,
  .checkout-form-card,
  .checkout-summary-card,
  .cart-items-card,
  .cart-summary-card {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .order-success-title {
    font-size: 24px;
  }

  .order-success-subtitle,
  .order-success-note {
    font-size: 14px;
  }

  .order-success-info {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 18px 0;
  }

  .order-success-actions,
  .checkout-form-actions {
    flex-direction: column;
  }

  .order-success-actions .primary-btn,
  .order-success-actions .secondary-success-btn,
  .checkout-form-actions .primary-btn,
  .checkout-form-actions .secondary-success-btn {
    width: 100%;
  }

  .article-detail-page-section {
    padding-top: 22px;
    padding-bottom: 28px;
  }

  .article-detail-card {
    border-radius: 18px;
  }

  .article-detail-thumb img {
    height: 220px;
  }

  .article-detail-body {
    padding: 18px;
  }

  .article-detail-title {
    font-size: 24px;
    line-height: 1.28;
  }

  .article-detail-excerpt,
  .article-detail-content,
  .article-content {
    font-size: 14px;
    line-height: 1.85;
  }

  .product-detail-section {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .product-breadcrumb {
    font-size: 12px;
    line-height: 1.6;
  }

  .product-gallery-column,
  .product-info-column {
    width: 100%;
  }

  .product-gallery-wrap {
    gap: 10px;
  }

  .product-main-preview {
    border-radius: 18px;
    min-height: 260px;
  }

  .product-main-preview img {
    width: 100%;
    max-height: 420px;
    min-height: 260px;
    object-fit: contain;
    background: #fff;
  }

  .mobile-swipe-hint {
    display: block;
  }

  .thumb-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .thumb-list::-webkit-scrollbar {
    height: 4px;
  }

  .thumb-list::-webkit-scrollbar-thumb {
    background: #cdd5df;
    border-radius: 999px;
  }

  .product-thumb-item {
    flex: 0 0 92px;
    width: 92px;
    min-width: 92px;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  .product-details {
    margin-top: 16px;
  }

  .product-details .product-name {
    font-size: 22px;
    line-height: 1.24;
    margin-bottom: 10px;
  }

  .product-price-wrap {
    margin-bottom: 12px;
  }

  .product-details .product-price {
    display: block;
    font-size: 18px;
    line-height: 1.5;
  }

  .product-details .product-price small,
  .product-details .product-price .product-old-price {
    font-size: 14px;
  }

  .product-details .product-available {
    margin-top: 4px;
    font-size: 12px;
  }

  .product-short-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .product-buy-actions .add-to-cart-btn,
  .product-buy-actions .buy-now-btn {
    min-height: 42px;
    font-size: 12px;
  }

  .product-buy-actions .qty-input {
    height: 42px;
  }

  .product-links li {
    font-size: 12px;
    line-height: 1.7;
  }

  .product-description-content,
  .product-details-content {
    font-size: 14px;
    line-height: 1.85;
  }

  .product-image-modal-dialog {
    width: 94vw;
    padding: 12px;
    border-radius: 16px;
  }

  .product-image-modal-close {
    width: 36px;
    height: 36px;
    font-size: 16px;
    top: 8px;
    right: 8px;
  }

  .mobile-buy-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #e5e7eb;
    padding: 10px 12px;
    box-shadow: 0 -8px 22px rgba(0,0,0,0.08);
  }

  .mobile-buy-bar-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
  }

  .mobile-buy-price {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 2px;
  }

  .mobile-buy-now-form,
  .mobile-add-cart-form {
    width: 100%;
    margin: 0;
  }

  .mobile-buy-now,
  .mobile-add-cart {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 12px;
  }

  .mobile-buy-now {
    background: linear-gradient(135deg, #1f2947 0%, #111827 100%);
    color: #fff;
  }

  .mobile-buy-now:hover {
    color: #fff;
  }

  .mobile-add-cart {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff;
  }

  .desktop-cart-view {
    display: none !important;
  }

  .mobile-cart-list {
    display: block !important;
  }

  .mobile-cart-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-cart-qty-wrap {
    width: 100%;
  }

  body {
    padding-bottom: 88px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .mobile-header-bar {
    padding: 8px 0 10px !important;
  }

  .mobile-header-inner {
    padding: 0 10px !important;
    gap: 8px !important;
  }

  .mobile-brand img {
    max-width: 182px !important;
    max-height: 58px !important;
  }

  .mobile-header-main {
    gap: 8px !important;
  }

  .mobile-search-form {
    height: 48px !important;
    grid-template-columns: 40px 1fr !important;
    border-radius: 16px !important;
  }

  .mobile-search-icon {
    height: 48px !important;
    font-size: 19px !important;
  }

  .mobile-search-form input {
    height: 48px !important;
    font-size: 15px !important;
  }

  .mobile-header-actions {
    gap: 6px !important;
  }

  .mobile-header-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    font-size: 20px !important;
  }

  .featured-slide-item {
    width: 156px !important;
    min-width: 156px !important;
  }

  .mobile-buy-bar {
    padding: 10px;
  }

  .mobile-buy-bar-inner {
    gap: 8px;
  }

  .mobile-buy-price {
    font-size: 16px;
  }

  .mobile-buy-now,
  .mobile-add-cart {
    height: 42px;
    font-size: 12px;
    padding: 0 10px;
  }
}
