
:root{
  --brand:#9b315d;
  --brand-dark:#6e2041;
  --accent:#e34b2f;
  --ink:#1c2024;
  --muted:#667085;
  --soft:#f7f3f5;
  --line:#e8e8ec;
  --success:#138a63;
  --shadow:0 12px 35px rgba(24,24,40,.08);
}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none}
.topbar{background:#111;color:#fff;font-size:.82rem}
.topbar a{color:#fff}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1030}
.logo{font-weight:900;letter-spacing:-.05em;color:#111;font-size:1.5rem}
.logo span{color:var(--brand)}
.search-wrap{max-width:560px}
.search-wrap .form-control{border-right:0}
.search-wrap .btn{border-color:#dee2e6;background:#fff;color:#111}
.main-nav{background:#101010}
.main-nav .nav-link{color:#fff!important;font-weight:600;font-size:.88rem;padding:.9rem 1rem!important}
.main-nav .nav-link:hover{background:#2a2a2a}
.btn-brand{background:var(--brand);border-color:var(--brand);color:#fff}
.btn-brand:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.hero{background:#f8f8f8}
.hero-card{min-height:410px;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow)}
.hero-copy{padding:clamp(2rem,5vw,4.5rem)}
.hero-copy .eyebrow{color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}
.hero-copy h1{font-weight:900;line-height:1.02;font-size:clamp(2.25rem,5vw,4.25rem)}
.hero-copy h1 span{color:var(--brand)}
.hero-image{height:100%;min-height:410px;object-fit:cover}
.section{padding:3.5rem 0}
.section-title{font-weight:900;letter-spacing:-.03em}
.section-title span{color:var(--brand)}
.category-card{border:1px solid var(--line);border-radius:1rem;padding:1.25rem;background:#fff;transition:.25s;height:100%}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#e3c7d3}
.category-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f6e9ef;color:var(--brand);font-size:1.2rem}
.product-card{border:1px solid var(--line);border-radius:1rem;overflow:hidden;background:#fff;height:100%;transition:.25s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-img{height:210px;width:100%;object-fit:contain;background:#fafafa;padding:1rem}
.product-body{padding:1rem}
.price{font-size:1.15rem;font-weight:900;color:var(--brand)}
.old-price{text-decoration:line-through;color:#98a2b3;font-size:.9rem}
.promo{background:linear-gradient(100deg,#0b718e,#087aa0);color:#fff;border-radius:1rem;overflow:hidden}
.promo img{width:100%;height:170px;object-fit:cover}
.feature-strip{background:#5a3219;color:#fff}
.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;padding:1rem .5rem}
.feature-item i{font-size:1.5rem;color:#ffd166}
.review-card{border:1px solid var(--line);border-radius:1rem;padding:1.5rem;height:100%;background:#fff}
.stars{color:#f5b301;letter-spacing:.12em}
.trust-row{background:#f8f8fa;border-radius:1rem;padding:1rem}
.footer{background:#151515;color:#cbd0d6}
.footer h6{color:#fff;font-weight:800}
.footer a{color:#cbd0d6}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #30343a}
.page-hero{background:linear-gradient(135deg,#f7edf2,#fff);padding:1rem 0}
.breadcrumb a{color:var(--brand)}
.policy-card,.content-card{border:1px solid var(--line);border-radius:1rem;padding:2rem;background:#fff}
.contact-card{border:1px solid var(--line);border-radius:1rem;padding:1.5rem;height:100%}
.cart-table img{width:70px;height:70px;object-fit:contain;background:#fafafa;border-radius:.5rem}
.blog-card{border:1px solid var(--line);border-radius:1rem;overflow:hidden;height:100%}
.blog-card img{width:100%;height:220px;object-fit:cover}
.badge-soft{background:#f6e9ef;color:var(--brand)}
@media(max-width:991.98px){
  .main-nav{display:none}
  .hero-image{min-height:280px}
}

/* Homepage reference-style first section */
.reference-hero{min-height:420px;border:1px solid #ededed;border-radius:0;box-shadow:none;background:#fff}
.category-sidebar{border-right:1px solid #ececec;background:#fff;padding:1rem}
.category-sidebar-title{font-size:.7rem;font-weight:700;color:#222;margin-bottom:.8rem}
.category-sidebar-list{list-style:none;padding:0;margin:0}
.category-sidebar-list li{border-bottom:1px solid #f2f2f2}
.category-sidebar-list a{display:block;padding:.55rem .35rem;color:#555;font-size:.68rem;line-height:1.25}
.category-sidebar-list a:hover{color:var(--brand);background:#faf6f8}
.reference-hero-main{background:#f4f4f4;overflow:hidden}
.reference-main-image{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}
.reference-hero-product{background:#f4f4f4;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between}
.reference-product-top{width:100%;padding:.75rem .65rem .25rem;text-align:center}
.reference-product-top .small{color:#666;font-size:.58rem}
.reference-product-top h2{font-size:.85rem;margin:.15rem 0;font-weight:800}
.reference-product-top p{margin:0;font-size:.62rem;color:#777}
.reference-product-image{width:100%;height:225px;object-fit:contain;background:#fff}
.reference-product-bottom{width:100%;display:flex;justify-content:space-around;align-items:center;padding:.5rem}
.reference-combo{background:#e9482f;color:#fff;font-size:.7rem;line-height:1.05;font-weight:900;text-align:center;padding:.45rem .65rem}
.reference-discount{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#ef3328;color:#fff;font-size:.72rem;font-weight:900}
@media(max-width:991.98px){.reference-hero{min-height:auto}.category-sidebar{border-right:0;border-bottom:1px solid #ececec}.category-sidebar-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.reference-main-image{min-height:330px}.reference-hero-product{min-height:300px}}
@media(max-width:575.98px){.category-sidebar-list{grid-template-columns:1fr}.reference-main-image{min-height:260px}}

/* Customer reviews reference section */
.customer-review-section{
  padding:4.5rem 0 4rem;
  background:#fff;
}
.review-reference-card{
  background:#fff;
  border-radius:0;
  overflow:hidden;
}
.review-reference-image{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
}
@media(max-width:767.98px){
  .customer-review-section{
    padding:3rem 0;
  }
  .review-reference-image{
    width:100%;
  }
}



/* Testimonial carousel */
.testimonial-section{
  padding:2.5rem 0 4.5rem;
  background:#fff;
}
.testimonial-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 1.25rem;
}
.testimonial-heading .small{
  color:var(--brand);
  letter-spacing:.08em;
}
.testimonial-heading h2{
  font-size:clamp(2rem,4vw,2.7rem);
  font-weight:900;
  letter-spacing:-.035em;
  margin:.35rem 0 .55rem;
}
.testimonial-heading h2 span{color:var(--brand)}
.testimonial-heading p{
  color:#667085;
  margin:0;
}
.testimonial-trust{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:clamp(1.5rem,5vw,4.5rem);
  flex-wrap:wrap;
  padding:1rem;
}
.trust-rating{text-align:center;min-width:145px}
.trust-brand{font-size:.95rem;font-weight:800}
.google-brand{color:#4285f4}
.trustpilot-brand{color:#00a878}
.sitejabber-brand{color:#7560a8}
.trust-stars{
  color:#f3b51b;
  letter-spacing:.08em;
  font-size:.9rem;
  line-height:1.4;
}
.trust-rating small{
  color:#777;
  font-size:.7rem;
}
.testimonial-slider-wrap{
  position:relative;
  padding:0 52px;
}
.testimonial-swiper{
  overflow:hidden;
  padding:5px 4px 10px;
}
.testimonial-card{
  background:#f7f7f8;
  border:1px solid #ededee;
  border-radius:9px;
  padding:1.45rem 1.35rem 1.2rem;
  min-height:265px;
  height:100%;
  box-shadow:0 4px 16px rgba(20,20,30,.035);
  display:flex;
  flex-direction:column;
}
.testimonial-card .stars{
  color:#eeb51a;
  font-size:.82rem;
  letter-spacing:.12em;
  margin-bottom:.8rem;
}
.testimonial-card p{
  color:#53565b;
  font-size:.78rem;
  line-height:1.6;
  margin:0 0 1.25rem;
  flex:1;
}
.testimonial-author{
  display:flex;
  align-items:center;
  gap:.65rem;
  margin-top:auto;
}
.author-avatar{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  background:#f5ad22;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:.78rem;
  font-weight:800;
}
.author-avatar.avatar-blue{background:#55b7ed}
.author-avatar.avatar-purple{background:#9585df}
.testimonial-author strong,
.testimonial-author small{
  display:block;
}
.testimonial-author strong{
  font-size:.75rem;
}
.testimonial-author small{
  color:#777;
  font-size:.65rem;
  margin-top:.15rem;
}
.testimonial-side-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border:1px solid #d9d9dc;
  background:#fff;
  color:#444;
  border-radius:50%;
  display:grid;
  place-items:center;
  z-index:10;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
  transition:.2s ease;
}
.testimonial-side-btn:hover{
  background:#111;
  border-color:#111;
  color:#fff;
  transform:translateY(-50%) scale(1.04);
}
.testimonial-prev{left:0}
.testimonial-next{right:0}
.testimonial-side-btn i{
  font-size:1rem;
}
.testimonial-pagination{
  text-align:center;
  margin-top:1rem;
}
.testimonial-pagination .swiper-pagination-bullet{
  margin:0 3px!important;
  width:7px;
  height:7px;
}
.testimonial-pagination .swiper-pagination-bullet-active{
  background:var(--brand);
}
@media(max-width:767.98px){
  .testimonial-section{
    padding:3.5rem 0;
  }
  .testimonial-slider-wrap{
    padding:0 40px;
  }
  .testimonial-side-btn{
    width:34px;
    height:34px;
  }
  .testimonial-card{
    min-height:250px;
  }
}
@media(max-width:480px){
  .testimonial-slider-wrap{
    padding:0 35px;
  }
}

/* Testimonial carousel stability */
.testimonial-swiper{
  width:100%;
  min-width:0;
}
.testimonial-swiper .swiper-wrapper{
  align-items:stretch;
}
.testimonial-swiper .swiper-slide{
  height:auto;
}


/* =========================================================
   FINAL RESPONSIVE LAYER
   ========================================================= */

/* Prevent horizontal overflow on every viewport */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}
img,
svg,
video{
  max-width:100%;
}
.container{
  width:100%;
}

/* Header */
@media (max-width:1199.98px){
  .main-nav .nav-link{
    font-size:.78rem;
    padding:.75rem .55rem!important;
  }
}
@media (max-width:991.98px){
  .site-header{
    position:relative;
  }

  .site-header > .container{
    padding-left:12px;
    padding-right:12px;
  }

  .logo{
    font-size:1.25rem;
    white-space:nowrap;
  }

  .search-wrap{
    max-width:none;
  }

  .main-nav{
    display:none;
  }

  .hero{
    padding-top:12px!important;
  }
}

/* Homepage first section */
@media (max-width:991.98px){
  .reference-hero{
    display:flex;
    flex-direction:column;
  }

  .reference-hero > .category-sidebar,
  .reference-hero > .reference-hero-main,
  .reference-hero > .reference-hero-product{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
  }

  .category-sidebar{
    border-right:0;
    border-bottom:1px solid #ececec;
  }

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

  .category-sidebar-list li{
    min-width:0;
  }

  .reference-main-image{
    width:100%;
    height:auto;
    min-height:0;
    max-height:430px;
    object-fit:cover;
    object-position:center;
  }

  .reference-hero-product{
    min-height:0;
    padding-bottom:12px;
  }

  .reference-product-image{
    height:260px;
    max-height:45vw;
  }
}

@media (max-width:575.98px){
  .category-sidebar{
    padding:.85rem;
  }

  .category-sidebar-list{
    grid-template-columns:1fr 1fr;
    gap:0 8px;
  }

  .category-sidebar-list a{
    font-size:.72rem;
    padding:.65rem .25rem;
  }

  .reference-main-image{
    min-height:230px;
    max-height:65vw;
  }

  .reference-product-image{
    height:210px;
    max-height:none;
  }

  .reference-product-top h2{
    font-size:1rem;
  }
}

/* General sections */
@media (max-width:767.98px){
  .section{
    padding:3rem 0;
  }

  .section-title{
    font-size:1.8rem;
  }

  .promo{
    border-radius:.75rem;
  }

  .promo img{
    height:180px;
  }

  .feature-item{
    font-size:.78rem;
    padding:.75rem .25rem;
  }

  .feature-item i{
    font-size:1.2rem;
  }
}

/* Product cards */
@media (max-width:575.98px){
  .product-img{
    height:180px;
  }

  .product-body{
    padding:.85rem;
  }

  .product-body .btn{
    font-size:.75rem;
  }
}

/* Testimonial section */
.testimonial-section{
  width:100%;
  overflow:hidden;
}

.testimonial-slider-wrap{
  width:100%;
  max-width:100%;
  margin:0 auto;
}

.testimonial-swiper{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
}

.testimonial-swiper .swiper-wrapper{
  width:100%;
  align-items:stretch;
}

.testimonial-swiper .swiper-slide{
  width:auto;
  height:auto;
  display:flex;
}

.testimonial-card{
  width:100%;
  min-width:0;
  box-sizing:border-box;
}

@media (max-width:1199.98px){
  .testimonial-slider-wrap{
    padding-left:46px;
    padding-right:46px;
  }
}

@media (max-width:767.98px){
  .testimonial-section{
    padding:3.25rem 0 3rem;
  }

  .testimonial-heading{
    padding:0 10px;
  }

  .testimonial-heading h2{
    font-size:1.85rem;
  }

  .testimonial-heading p{
    font-size:.88rem;
    line-height:1.55;
  }

  .testimonial-trust{
    gap:1rem;
    padding:.75rem 0 1.25rem;
  }

  .trust-rating{
    min-width:0;
    flex:1 1 30%;
  }

  .trust-brand{
    font-size:.78rem;
  }

  .trust-stars{
    font-size:.72rem;
  }

  .trust-rating small{
    font-size:.58rem;
  }

  .testimonial-slider-wrap{
    padding-left:36px;
    padding-right:36px;
  }

  .testimonial-card{
    min-height:0;
    padding:1.2rem 1rem;
  }

  .testimonial-card p{
    font-size:.8rem;
    line-height:1.6;
  }

  .testimonial-side-btn{
    width:32px;
    height:32px;
  }

  .testimonial-side-btn i{
    font-size:.8rem;
  }

  .testimonial-prev{
    left:0;
  }

  .testimonial-next{
    right:0;
  }
}

@media (max-width:480px){
  .testimonial-heading h2{
    font-size:1.65rem;
  }

  .testimonial-trust{
    display:grid;
    grid-template-columns:1fr;
    gap:.7rem;
  }

  .trust-rating{
    width:100%;
  }

  .testimonial-slider-wrap{
    padding-left:34px;
    padding-right:34px;
  }

  .testimonial-card{
    border-radius:8px;
    padding:1rem;
  }

  .testimonial-card p{
    font-size:.76rem;
  }

  .testimonial-author strong{
    font-size:.72rem;
  }

  .testimonial-author small{
    font-size:.61rem;
  }
}

/* Footer */
@media (max-width:767.98px){
  .footer{
    text-align:left;
  }

  .footer .logo{
    display:inline-block;
  }

  .footer-bottom{
    font-size:.78rem;
  }
}

/* Tables/content pages */
@media (max-width:767.98px){
  .page-hero{
    padding:2.5rem 0;
  }

  .page-hero h1{
    font-size:2rem;
  }

  .content-card,
  .policy-card,
  .contact-card{
    padding:1.2rem;
  }

  .cart-table{
    min-width:650px;
  }
}

/* Touch-friendly buttons */
@media (max-width:767.98px){
  .btn{
    min-height:40px;
  }

  .search-wrap .form-control{
    min-height:40px;
  }
}

/* Product image presentation */
.product-card .product-img{
  display:block;
  width:100%;
  height:250px;
  min-height:250px;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(135deg,#f8fafc,#eef2f7);
  padding:0;
}
.product-card:hover .product-img{
  transform:scale(1.015);
  transition:transform .25s ease;
}
@media (max-width: 767.98px){
  .product-card .product-img{
    height:220px;
    min-height:220px;
  }
}
@media (max-width: 575.98px){
  .product-card .product-img{
    height:230px;
    min-height:230px;
  }
}


/* =========================================================
   FINAL TYPOGRAPHY SYSTEM
   Balanced font sizes across every section
   ========================================================= */

:root{
  --fs-xs: .75rem;
  --fs-sm: .875rem;
  --fs-base: 1rem;
  --fs-md: 1.05rem;
  --fs-lg: 1.2rem;
  --fs-xl: 1.5rem;
  --fs-2xl: 1.9rem;
  --fs-3xl: 2.35rem;
  --fs-display: 3.15rem;
  --lh-tight: 1.2;
  --lh-normal: 1.55;
  --lh-relaxed: 1.7;
}

/* Global */
body{
  font-size:var(--fs-base);
  line-height:var(--lh-normal);
}

p{
  font-size:1rem;
  line-height:1.65;
}

small,
.small{
  font-size:var(--fs-sm) !important;
  line-height:1.5;
}

/* Header / Navigation */
.navbar-brand{
  font-size:1.35rem;
  font-weight:800;
}

.navbar-nav .nav-link{
  font-size:.94rem;
  font-weight:600;
  line-height:1.3;
}

.header-action,
.header-action a,
.header-action button{
  font-size:.9rem;
}

/* Hero */
.reference-hero h1{
  font-size:clamp(2rem,3.5vw,3.15rem);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.025em;
}

.reference-hero h2{
  font-size:clamp(1.35rem,2vw,1.8rem);
  line-height:1.2;
  font-weight:750;
}

.reference-hero p{
  font-size:1rem;
  line-height:1.65;
}

.category-sidebar h3,
.category-sidebar .sidebar-title{
  font-size:1.05rem;
  line-height:1.3;
  font-weight:750;
}

.category-sidebar a,
.category-sidebar li{
  font-size:.91rem;
  line-height:1.35;
}

.reference-hero-product h3{
  font-size:1.3rem;
  line-height:1.25;
  font-weight:750;
}

.reference-hero-product .price,
.reference-hero-product .product-price{
  font-size:1.35rem;
  font-weight:800;
}

.reference-hero-product .btn{
  font-size:.92rem;
  font-weight:700;
}

/* Section headings */
section h2,
.section-title{
  font-size:clamp(1.65rem,2.5vw,2.35rem);
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.015em;
}

section h3,
.section-subtitle{
  font-size:clamp(1.15rem,1.8vw,1.4rem);
  line-height:1.3;
  font-weight:700;
}

.section-heading p,
.section-intro,
.section-description{
  font-size:1rem;
  line-height:1.65;
  max-width:760px;
}

/* Product section */
.product-card .product-title,
.product-card h3,
.product-card h4{
  font-size:1.02rem;
  line-height:1.4;
  font-weight:700;
}

.product-card .product-category{
  font-size:.78rem;
  line-height:1.35;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.045em;
}

.product-card .product-description{
  font-size:.9rem;
  line-height:1.55;
}

.product-card .product-price,
.product-card .price{
  font-size:1.15rem;
  line-height:1.2;
  font-weight:800;
}

.product-card .btn{
  font-size:.88rem;
  font-weight:700;
}

/* Promo / offer */
.promo-section h2,
.promo-banner h2{
  font-size:clamp(1.55rem,2.5vw,2.25rem);
  line-height:1.18;
  font-weight:800;
}

.promo-section p,
.promo-banner p{
  font-size:.98rem;
  line-height:1.6;
}

.promo-section .btn,
.promo-banner .btn{
  font-size:.92rem;
  font-weight:700;
}

/* Testimonials */
.testimonial-heading h2{
  font-size:clamp(1.65rem,2.5vw,2.3rem);
  line-height:1.2;
  font-weight:800;
}

.testimonial-heading p,
.testimonial-trust{
  font-size:.98rem;
  line-height:1.6;
}

.testimonial-card{
  font-size:.96rem;
  line-height:1.65;
}

.testimonial-card p,
.testimonial-text{
  font-size:.96rem;
  line-height:1.68;
}

.testimonial-card .testimonial-name,
.testimonial-card h4{
  font-size:.95rem;
  line-height:1.35;
  font-weight:750;
}

.testimonial-card .testimonial-role,
.testimonial-card .verified,
.testimonial-card small{
  font-size:.78rem !important;
  line-height:1.35;
}

.testimonial-side-btn{
  font-size:1rem;
}

/* Blog */
.blog-card h3,
.blog-card h4{
  font-size:1.08rem;
  line-height:1.4;
  font-weight:750;
}

.blog-card p{
  font-size:.92rem;
  line-height:1.6;
}

.blog-card .meta,
.blog-card small{
  font-size:.78rem !important;
}

/* About / Contact / Policy content */
.page-content h1{
  font-size:clamp(2rem,3.2vw,2.75rem);
  line-height:1.15;
  font-weight:800;
}

.page-content h2{
  font-size:clamp(1.45rem,2.2vw,1.85rem);
  line-height:1.25;
  font-weight:750;
}

.page-content h3{
  font-size:1.2rem;
  line-height:1.35;
  font-weight:700;
}

.page-content p,
.policy-content p,
.about-content p{
  font-size:1rem;
  line-height:1.72;
}

.page-content li,
.policy-content li,
.about-content li{
  font-size:.98rem;
  line-height:1.65;
}

/* Forms */
.form-label{
  font-size:.88rem;
  line-height:1.4;
  font-weight:650;
}

.form-control,
.form-select{
  font-size:.94rem;
  line-height:1.45;
}

.form-control::placeholder{
  font-size:.9rem;
}

.btn{
  line-height:1.3;
}

/* Footer */
footer h4,
footer .footer-title{
  font-size:1rem;
  line-height:1.35;
  font-weight:750;
}

footer p,
footer li,
footer a{
  font-size:.88rem;
  line-height:1.65;
}

footer .copyright,
footer small{
  font-size:.78rem !important;
  line-height:1.5;
}

/* Cart / checkout */
.cart-table th{
  font-size:.82rem;
  line-height:1.3;
  font-weight:750;
}

.cart-table td{
  font-size:.9rem;
  line-height:1.45;
}

.cart-summary h3{
  font-size:1.25rem;
  line-height:1.3;
  font-weight:750;
}

.cart-summary .total{
  font-size:1.25rem;
  font-weight:800;
}

/* Product detail */
.product-detail h1{
  font-size:clamp(1.8rem,3vw,2.5rem);
  line-height:1.18;
  font-weight:800;
}

.product-detail .product-price{
  font-size:1.5rem;
  font-weight:800;
}

.product-detail p{
  font-size:1rem;
  line-height:1.7;
}

/* Tablet */
@media (max-width: 991.98px){
  body{font-size:.98rem;}

  .navbar-nav .nav-link{
    font-size:.92rem;
  }

  section h2,
  .section-title{
    font-size:1.9rem;
  }

  .reference-hero h1{
    font-size:2.45rem;
  }

  .product-card .product-title,
  .product-card h3,
  .product-card h4{
    font-size:1rem;
  }
}

/* Mobile */
@media (max-width: 767.98px){
  body{
    font-size:.95rem;
  }

  p{
    font-size:.94rem;
    line-height:1.62;
  }

  .navbar-brand{
    font-size:1.18rem;
  }

  .navbar-nav .nav-link{
    font-size:.92rem;
  }

  .reference-hero h1{
    font-size:2rem;
    line-height:1.16;
  }

  .reference-hero h2{
    font-size:1.35rem;
  }

  .reference-hero p{
    font-size:.93rem;
  }

  .category-sidebar h3,
  .category-sidebar .sidebar-title{
    font-size:.98rem;
  }

  .category-sidebar a,
  .category-sidebar li{
    font-size:.84rem;
  }

  section h2,
  .section-title,
  .testimonial-heading h2{
    font-size:1.7rem;
  }

  section h3,
  .section-subtitle{
    font-size:1.15rem;
  }

  .section-heading p,
  .section-intro,
  .section-description{
    font-size:.92rem;
  }

  .product-card .product-title,
  .product-card h3,
  .product-card h4{
    font-size:.94rem;
  }

  .product-card .product-description{
    font-size:.84rem;
  }

  .product-card .product-price,
  .product-card .price{
    font-size:1.05rem;
  }

  .testimonial-card,
  .testimonial-card p,
  .testimonial-text{
    font-size:.9rem;
    line-height:1.62;
  }

  .testimonial-card .testimonial-name,
  .testimonial-card h4{
    font-size:.88rem;
  }

  footer p,
  footer li,
  footer a{
    font-size:.83rem;
  }
}

/* Small phones */
@media (max-width: 575.98px){
  .reference-hero h1{
    font-size:1.78rem;
  }

  section h2,
  .section-title,
  .testimonial-heading h2{
    font-size:1.55rem;
  }

  .reference-hero-product h3{
    font-size:1.15rem;
  }

  .promo-section h2,
  .promo-banner h2{
    font-size:1.5rem;
  }

  .product-card .product-title,
  .product-card h3,
  .product-card h4{
    font-size:.9rem;
  }

  .product-card .product-category{
    font-size:.7rem;
  }

  .product-card .product-description{
    font-size:.8rem;
  }

  .btn{
    font-size:.84rem;
  }
}
