/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #6a6a6a;
  font-size: 15px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #3b5d50 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: linear-gradient(135deg, #f8f5f0 0%, #faf7f2 100%);
  border-bottom: 1px solid rgba(120, 64, 64, 0.1);
  padding: calc(2rem - 30px) 0 2rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(3rem - 30px) 0 3rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 600px; } }
  .hero-breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #86696b;
  }
  .hero-breadcrumbs a {
    color: #73595b;
    text-decoration: none;
    transition: color .2s ease;
  }
  .hero-breadcrumbs a:hover {
    color: #2f1f24;
    text-decoration: underline;
  }
  .hero-breadcrumbs span {
    opacity: 0.6;
  }
  .hero h1 {
    font-weight: 700;
    color: #2f1f24;
    margin-bottom: 12px;
    font-size: 32px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 42px; } }
  .hero p {
    color: #5d4a50;
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2f2f2f; }
  .feature p {
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 34ch;
    color: #555555; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
        font-size: 15px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #3b5d50;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

:root {
  --brand-red: #a01826;
  --brand-red-deep: #7a111d;
  --brand-dark: #1d1a1a;
  --brand-ink: #2c2a2b;
  --brand-sand: #f5efe8;
  --brand-cream: #fffaf3;
  --brand-line: #e4d8cc;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--brand-ink);
  background: radial-gradient(circle at 10% 5%, #fffdf9 0%, #f8f2ea 45%, #f1e8dc 100%);
}

h1, h2, h3, h4, .section-title {
  font-family: "Poppins", sans-serif;
  letter-spacing: .01em;
  font-weight: 700;
}

.custom-navbar {
  background: linear-gradient(115deg, #140f10 0%, #2b191c 50%, #431d22 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.custom-navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

.custom-navbar .navbar-brand img {
  height: 44px;
  width: auto;
  display: block;
  filter: none;
}

.custom-navbar .custom-navbar-nav li a {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  opacity: .75;
}

.custom-navbar .custom-navbar-nav li a:before {
  background: var(--brand-red);
  height: 3px;
  border-radius: 50px;
}

.hero {
  background:
    radial-gradient(900px 360px at 80% 18%, rgba(177, 35, 52, 0.45), transparent 60%),
    linear-gradient(120deg, #1a1112 0%, #2a1518 55%, #3e1b20 100%);
}

.hero .intro-excerpt {
  max-width: 560px;
}

.hero h1 {
  font-size: clamp(1.95rem, 5.2vw, 3.9rem);
  line-height: 1.02;
  margin-bottom: 18px;
  max-width: 12ch;
}

.hero p {
  color: rgba(255, 248, 240, 0.8);
}

.btn {
  border-radius: 12px;
  letter-spacing: .02em;
}

.btn.btn-secondary,
.btn.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--brand-red) 0%, #be2435 100%);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(160, 24, 38, 0.35);
}

.btn.btn-secondary:hover,
.btn.btn-primary:hover {
  color: #fff;
  background: linear-gradient(120deg, var(--brand-red-deep) 0%, #9b1726 100%);
}

.btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.5);
}

.btn.btn-white-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.section-title {
  font-size: clamp(1.8rem, 4.2vw, 2.8rem);
  color: var(--brand-dark);
}

.product-section .product-item:before,
.popular-product .product-item-sm .thumbnail:before {
  background: linear-gradient(180deg, #f4e7d8 0%, #e9dac8 100%);
}

.product-section .product-item {
  border-radius: 14px;
}

.product-section .product-item h3,
.product-section .product-item strong {
  color: var(--brand-dark);
}

.product-section .product-item .icon-cross {
  background: var(--brand-red);
}

.feature .icon:before {
  background: rgba(160, 24, 38, 0.18);
}

.footer-section {
  background: linear-gradient(180deg, var(--brand-cream) 0%, #f5ece0 100%);
  border-top: 1px solid var(--brand-line);
}

.footer-section .footer-logo-wrap .footer-logo {
  color: var(--brand-red-deep);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.footer-section .custom-social li a {
  background: #efe2d3;
  color: var(--brand-red);
}

.footer-section .custom-social li a:hover {
  background: var(--brand-red);
}

.form-control:focus,
.form-control:active {
  border-color: var(--brand-red);
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero .intro-excerpt > * {
  animation: riseIn .7s ease both;
}

.hero .intro-excerpt > *:nth-child(2) {
  animation-delay: .12s;
}

.hero .intro-excerpt > *:nth-child(3) {
  animation-delay: .22s;
}

.home-featured-empty {
  border: 1px solid rgba(120, 78, 80, 0.16);
  border-radius: 14px;
  padding: 18px 20px;
  background: rgba(255, 252, 248, 0.8);
  color: #6b4f53;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .custom-navbar .navbar-brand img {
    height: 38px;
  }

  .hero .hero-img-wrap img {
    max-width: 620px;
  }
}

@media (max-width: 575.98px) {
  .custom-navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .custom-navbar .custom-navbar-nav li a {
    font-size: 13px;
    letter-spacing: .04em;
  }

  .hero {
    padding-top: 2.4rem;
    padding-bottom: 2.1rem;
  }

  .hero h1 {
    font-size: clamp(1.55rem, 8.2vw, 2.25rem);
    line-height: 1.08;
    margin-bottom: 12px;
    max-width: 11ch;
  }

  .hero .intro-excerpt p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px !important;
  }

  .hero .intro-excerpt .btn {
    padding: 10px 20px;
  }
}

/* Premium visibility pass */
.custom-navbar {
  background:
    linear-gradient(110deg, rgba(247, 239, 230, 0.92) 0%, rgba(239, 226, 212, 0.9) 58%, rgba(233, 214, 201, 0.9) 100%),
    radial-gradient(520px 170px at 88% -24%, rgba(198, 48, 64, 0.18), transparent 72%) !important;
  border-bottom: 1px solid rgba(90, 46, 50, 0.2);
  box-shadow: 0 8px 22px rgba(26, 18, 19, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}

.custom-navbar .custom-navbar-nav li a {
  color: rgba(45, 31, 32, 0.92) !important;
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  transition: none !important;
}

.custom-navbar .custom-navbar-nav li a:before {
  display: none !important;
  content: none !important;
}

.custom-navbar .custom-navbar-nav li a:hover {
  color: #201516 !important;
  background: rgba(90, 30, 38, 0.08);
}

.custom-navbar .custom-navbar-nav li.active a {
  color: #201516 !important;
  text-shadow: none;
  background: rgba(90, 30, 38, 0.06);
}

.custom-navbar .custom-navbar-cta .nav-link {
  opacity: .95;
}

.custom-navbar .custom-navbar-cta .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
}

.custom-navbar .custom-navbar-cta .nav-link img {
  filter: brightness(0) saturate(100%);
}

.custom-navbar-cart-link {
  overflow: visible;
}

.custom-navbar-cart-badge {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #b11f3e;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(177, 31, 62, 0.28);
  opacity: 0;
  transform: scale(0.75);
  transition: none !important;
}

.custom-navbar-cart-badge.is-visible {
  opacity: 1;
  transform: scale(1);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(700px 250px at 88% 18%, rgba(198, 39, 58, 0.58), transparent 65%),
    radial-gradient(520px 220px at 30% 115%, rgba(121, 17, 30, 0.46), transparent 62%),
    linear-gradient(120deg, #170d10 0%, #2a1218 52%, #491a26 100%);
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(10, 8, 9, 0.22) 0%, transparent 55%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 12px);
  pointer-events: none;
}

.hero .container,
.hero .row {
  position: relative;
  z-index: 1;
}

/* Product page premium card and lightbox */
.product-page-shell {
  --product-accent: #8d1f35;
  --product-ink: #2b1d21;
  --product-soft: #6f5a5d;
}

.product-media-card {
  position: relative;
  background: linear-gradient(160deg, rgba(254, 252, 249, 0.98), rgba(244, 238, 231, 0.95));
  border: 1px solid rgba(142, 108, 101, 0.32);
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 20px 42px rgba(40, 25, 26, 0.16);
}

.product-main-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 520px;
  object-fit: contain;
  background: linear-gradient(160deg, rgba(252, 252, 252, 0.95), rgba(237, 237, 237, 0.9));
  border-radius: 12px;
  cursor: zoom-in;
  padding: 12px;
}

.product-fullscreen-btn {
  position: absolute;
  right: 18px;
  bottom: 16px;
  border: 1px solid rgba(255, 233, 216, 0.3);
  border-radius: 999px;
  padding: 7px 15px;
  color: #fff4eb;
  background: linear-gradient(140deg, rgba(55, 24, 31, 0.9), rgba(29, 18, 20, 0.9));
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 10px 22px rgba(28, 18, 20, 0.35);
}

.product-copy-panel {
  padding: 16px 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(160, 124, 111, 0.22);
  background:
    radial-gradient(350px 130px at 10% 0%, rgba(255, 228, 202, 0.24), transparent 65%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(247, 239, 231, 0.9));
  box-shadow: 0 22px 44px rgba(48, 30, 31, 0.12);
}

.product-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #86696b;
}

.product-breadcrumbs a {
  color: #73595b;
  text-decoration: none;
}

.product-premium-kicker {
  margin-bottom: 10px;
  color: #8a1f36;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.product-copy-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #923143;
  font-family: "Poppins", sans-serif;
  letter-spacing: -.01em;
  font-weight: 700;
}

.product-short-lead {
  color: #685457;
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 62ch;
}

.product-variant-card {
  padding: 10px 8px;
  border-radius: 14px;
  background: rgba(255, 252, 249, 0.64);
  border: 1px solid rgba(161, 131, 119, 0.22);
}

.product-variant-help {
  margin-bottom: 8px;
  color: #6c5559;
  font-size: 14px;
  line-height: 1.45;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.variant-field-label {
  display: block;
  margin-bottom: 6px;
  color: #5a3e43;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "Plus Jakarta Sans", sans-serif;
}

#variantSelectorsBlock .form-select {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  border-color: rgba(140, 112, 111, 0.28);
  background: rgba(255, 253, 250, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

#variantSelectorsBlock .form-select:focus {
  border-color: rgba(146, 42, 63, 0.56);
  box-shadow: 0 0 0 3px rgba(148, 39, 61, 0.12);
}

.variant-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-option-btn {
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(140, 112, 111, 0.34);
  background: rgba(255, 253, 250, 0.95);
  color: #5a3e43;
  font-weight: 600;
  transition: all .2s ease;
}

.variant-option-btn:hover {
  border-color: rgba(146, 42, 63, 0.56);
  background: rgba(255, 247, 244, 0.95);
}

.variant-option-btn.is-active {
  border-color: rgba(146, 42, 63, 0.72);
  background: rgba(148, 39, 61, 0.1);
  color: #7f172e;
  box-shadow: 0 0 0 2px rgba(148, 39, 61, 0.12);
}

#variantStaticInfo {
  border-radius: 10px;
  border: 1px dashed rgba(142, 104, 98, 0.38);
  background: rgba(255, 252, 248, 0.8);
  padding: 10px 12px;
  color: #634f52;
  font-size: 14px;
  line-height: 1.5;
}

.product-meta-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-meta-list-inline {
  font-size: 1rem;
}

.product-meta-list > div {
  border: 1px solid rgba(155, 121, 111, 0.24);
  background: rgba(255, 251, 247, 0.86);
  border-radius: 12px;
  padding: 8px 10px;
  line-height: 1.45;
}

.product-meta-list > div strong {
  color: #3d2a2d;
}

.product-meta-list > div:first-child {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(142, 31, 54, 0.08), rgba(255, 252, 248, 0.9));
}

.product-meta-list > div:first-child #productPrice {
  font-size: 1.55rem;
  font-weight: 800;
  color: #841a2f;
}

.product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-cta-row .btn {
  border-radius: 999px;
  min-height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 1.02rem;
}

.product-cta-row .btn.btn-primary {
  padding-left: 28px;
  padding-right: 28px;
}

.product-cta-row .btn.btn-white-outline {
  border-color: rgba(141, 35, 57, 0.22);
  color: rgba(79, 39, 46, 0.9);
  background: rgba(255, 253, 251, 0.66);
}

.product-cta-row .btn.btn-white-outline:hover {
  background: rgba(255, 250, 245, 0.9);
}

.cart-feedback {
  margin: 0;
  font-weight: 700;
  color: #4f3134;
}

.product-text-block {
  border-top: 1px solid rgba(161, 132, 123, 0.45);
  margin-top: 10px;
  padding-top: 14px;
}

.product-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.product-trust-item {
  border-radius: 999px;
  border: 1px solid rgba(157, 128, 114, 0.25);
  background: rgba(255, 252, 247, 0.74);
  padding: 8px 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #5c474a;
}

.product-media-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(145, 111, 103, 0.22);
  background: linear-gradient(170deg, rgba(255, 252, 248, 0.92), rgba(247, 239, 230, 0.8));
  box-shadow: 0 12px 28px rgba(45, 29, 30, 0.08);
}

#productGallery .btn,
#productGallery .product-gallery-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  border: 2px solid rgba(91, 59, 56, 0.16);
  background: linear-gradient(150deg, rgba(251, 249, 246, 0.95), rgba(235, 233, 231, 0.92));
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  padding: 5px;
}

#productGallery .btn:hover,
#productGallery .product-gallery-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(160, 24, 38, 0.42);
  box-shadow: 0 10px 22px rgba(48, 29, 31, 0.2);
}

#productGallery .btn.border-dark,
#productGallery .product-gallery-thumb.border-dark {
  border-color: #631b2b !important;
  box-shadow: 0 10px 24px rgba(80, 26, 39, 0.3);
}

#productGallery img,
#productGallery .product-gallery-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}


.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(12, 10, 10, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox.d-none {
  display: none;
}

.lightbox-image {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 14px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  background: #111;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lightbox-close {
  top: 22px;
  right: 24px;
  font-size: 34px;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em;
}

@media (max-width: 767.98px) {
  .product-copy-panel {
    padding: 14px 12px 16px;
  }


  .custom-navbar .custom-navbar-nav li a {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 12px;
  }
  .product-meta-list {
    grid-template-columns: 1fr;
  }

  .product-meta-list > div:first-child {
    grid-column: auto;
  }

  .product-trust-row {
    grid-template-columns: 1fr;
  }

  .product-cta-row {
    flex-direction: column;
  }

  .product-cta-row .btn {
    width: 100%;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .product-media-panel {
    position: static;
  }

  .product-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 8px;
    gap: 8px;
  }
}

/* Global compact header + side navigation */
.custom-navbar {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  position: sticky;
  top: 0;
  z-index: 1100;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(18, 12, 12, 0.12);
}

.custom-navbar .navbar-brand img {
  height: 36px !important;
}

.custom-navbar .custom-navbar-nav li a {
  font-size: 11px;
  letter-spacing: .06em;
}

.hero {
  padding-top: 2.6rem !important;
}

.hero h1 {
  margin-bottom: 14px;
}

@media (max-width: 575.98px) {
  .custom-navbar {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .custom-navbar .navbar-brand img {
    height: 32px !important;
  }

  .hero {
    padding-top: 2.2rem !important;
  }
}

.hero .row {
  align-items: center;
}

.hero h1 {
  color: #fff9f4;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.hero p {
  color: rgba(255, 249, 241, 0.86);
}

.hero .intro-excerpt {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 24px 24px 20px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.hero .col-lg-7 {
  position: relative;
  min-height: 260px;
}

.hero .col-lg-7:before {
  content: "";
  position: absolute;
  right: 4%;
  top: 52%;
  transform: translateY(-50%);
  width: min(42vw, 460px);
  height: min(30vw, 300px);
  background: url("../images/logo/RED-LOGO.png") center/contain no-repeat;
  opacity: .14;
  filter: blur(.2px) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.hero .hero-img-wrap {
  position: relative;
  z-index: 2;
}

.home-page .hero {
  background:
    linear-gradient(102deg, rgba(13, 10, 11, 0.48) 0%, rgba(25, 10, 14, 0.38) 44%, rgba(56, 14, 22, 0.34) 100%),
    url("../images/logo/glowny-header.jpg") center center/cover no-repeat;
}

.home-page .hero:before {
  background:
    linear-gradient(100deg, rgba(7, 6, 7, 0.24) 0%, rgba(20, 8, 12, 0.08) 58%, rgba(39, 10, 16, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18));
}

.home-page .hero .col-lg-7:before {
  content: none;
}

.home-page .hero .hero-img-wrap {
  display: none;
}

.home-page .hero .col-lg-7 {
  min-height: 0;
}

.home-page .hero .row {
  min-height: 460px;
}

.home-page .hero .intro-excerpt {
  max-width: 620px;
  background: linear-gradient(142deg, rgba(18, 12, 14, 0.48), rgba(28, 12, 17, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-page .hero h1,
.home-page .hero p {
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

.marketing-page .hero {
  background:
    linear-gradient(102deg, rgba(13, 10, 11, 0.48) 0%, rgba(25, 10, 14, 0.38) 44%, rgba(56, 14, 22, 0.34) 100%),
    url("../images/logo/glowny-header.jpg") center center/cover no-repeat;
}

.marketing-page .hero:before {
  background:
    linear-gradient(100deg, rgba(7, 6, 7, 0.24) 0%, rgba(20, 8, 12, 0.08) 58%, rgba(39, 10, 16, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18));
}

.marketing-page .hero .col-lg-7:before,
.marketing-page .hero .hero-img-wrap {
  display: none;
}

.marketing-page .hero .col-lg-7 {
  min-height: 0;
}

.marketing-page .hero .row {
  min-height: 460px;
}

.marketing-page .hero .intro-excerpt {
  max-width: 620px;
  background: linear-gradient(142deg, rgba(18, 12, 14, 0.48), rgba(28, 12, 17, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.marketing-page .hero h1,
.marketing-page .hero p {
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

.shop-page .hero {
  padding: 2rem 0 1.7rem !important;
}

.shop-page .hero .row {
  min-height: 180px;
}

.shop-page .hero .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-page .hero .col-lg-7 {
  display: none;
}

.shop-page .hero .intro-excerpt {
  max-width: 540px;
  padding: 16px 20px 14px;
}

.shop-page .hero h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.shop-page .before-footer-section {
  padding-top: 1.2rem !important;
}

.catalog-layout {
  align-items: flex-start;
}

.catalog-layout > aside {
  position: sticky;
  top: 88px;
  align-self: flex-start;
}

.catalog-layout > div:last-child {
  min-width: 0;
  flex: 1;
  width: 100%;
}

.catalog-layout .catalog-sidebar {
  margin-top: 0;
  max-width: 286px;
}

#catalogProducts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.catalog-grid-item {
  width: 100%;
  min-width: 0;
  display: flex;
}

.catalog-load-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

.catalog-load-more-btn {
  min-width: 200px;
  min-height: 48px;
  border-radius: 999px;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  #catalogProducts {
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  #catalogProducts {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .catalog-load-more-wrap {
    padding-top: 16px;
  }
  
  .shop-page .product-section .catalog-card {
    border-radius: 16px;
  }
  
  .catalog-card-badge {
    font-size: 10px;
    padding: 5px 10px;
  }
}

.btn.btn-secondary,
.btn.btn-primary {
  box-shadow: 0 14px 30px rgba(160, 24, 38, 0.42);
}

.btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff7f0;
}

.product-section,
.untree_co-section,
.why-choose-section,
.we-help-section,
.blog-section,
.testimonial-section {
  position: relative;
}

.catalog-sidebar {
  position: static;
  top: auto;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.97) 0%, rgba(248, 241, 234, 0.94) 100%);
  border: 1px solid rgba(95, 63, 62, 0.08);
  border-radius: 24px;
  padding: 20px 18px;
  box-shadow: 0 16px 36px rgba(67, 39, 39, 0.06);
  max-height: calc(100vh - 104px);
  overflow: auto;
}

.catalog-title {
  color: #2f2326;
  margin-bottom: 14px;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.catalog-tools {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(94, 67, 65, 0.08);
}

.catalog-tools-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(62, 45, 48, 0.76);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.catalog-search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-search {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgba(95, 63, 62, 0.12);
  border-radius: 14px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.82);
  color: #433236;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
}

.catalog-search:focus {
  outline: none;
  border-color: rgba(142, 31, 54, 0.24);
  box-shadow: 0 0 0 3px rgba(142, 31, 54, 0.08);
}

.catalog-search-clear {
  border: 0;
  border-radius: 999px;
  padding: 0 2px;
  background: transparent;
  color: #8a1f34;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
}

.catalog-search-clear:hover {
  background: transparent;
  color: #6f182a;
}

.catalog-result-count {
  display: none !important;
}

.catalog-nav {
  margin: 0;
}

.catalog-nav li + li {
  margin-top: 4px;
}

.catalog-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #3f3033;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.44);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  transition: .22s ease;
}

.catalog-nav-count {
  min-width: 28px;
  text-align: center;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(66, 42, 46, 0.07);
  color: #7b6669;
  font-size: 11px;
  font-weight: 700;
}

.catalog-nav a:hover,
.catalog-nav a.active {
  color: #8a1f34;
  background: rgba(143, 29, 53, 0.08);
  border-color: rgba(143, 29, 53, 0.14);
  box-shadow: none;
  transform: translateX(2px);
}

.catalog-nav a:hover .catalog-nav-count,
.catalog-nav a.active .catalog-nav-count {
  background: rgba(143, 29, 53, 0.92);
  color: #fff8f3;
}

.catalog-nav a[data-category="promo"] {
  border-color: rgba(199, 146, 27, 0.34);
  background:
    linear-gradient(120deg, rgba(255, 247, 221, 0.84), rgba(255, 239, 187, 0.78));
  color: #6a4400;
  box-shadow: 0 8px 18px rgba(186, 136, 8, 0.12);
  position: relative;
  overflow: hidden;
  animation: promoCategoryGlow 2.8s ease-in-out infinite;
}

.catalog-nav a[data-category="promo"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(255, 255, 255, 0.46) 50%, transparent 75%);
  transform: translateX(-120%);
  animation: promoCategoryShine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.catalog-nav a[data-category="promo"] .catalog-nav-count {
  background: linear-gradient(135deg, #e4a40b, #c88a00);
  color: #fff8e7;
  box-shadow: 0 4px 10px rgba(176, 126, 24, 0.25);
}

.catalog-nav a[data-category="promo"].active,
.catalog-nav a[data-category="promo"]:hover {
  border-color: rgba(188, 129, 0, 0.5);
  background: linear-gradient(120deg, rgba(255, 242, 192, 0.95), rgba(255, 229, 150, 0.86));
  color: #5d3a00;
  box-shadow: 0 12px 24px rgba(176, 126, 24, 0.2);
  transform: translateX(2px) translateY(-1px);
}

.catalog-nav a[data-category="promo"].active .catalog-nav-count,
.catalog-nav a[data-category="promo"]:hover .catalog-nav-count {
  background: linear-gradient(135deg, #d69500, #b57800);
  color: #fff7e3;
}

@keyframes promoCategoryGlow {
  0%,
  100% {
    box-shadow: 0 8px 18px rgba(186, 136, 8, 0.12);
  }

  50% {
    box-shadow: 0 12px 24px rgba(186, 136, 8, 0.2);
  }
}

@keyframes promoCategoryShine {
  0% {
    transform: translateX(-120%);
  }

  45% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(120%);
  }
}

.catalog-note {
  display: none;
}

.catalog-note strong {
  display: none;
}

.catalog-note p {
  display: none;
}

.catalog-note .btn {
  display: none;
}

.shop-page .product-section .catalog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 252, 248, 0.96);
  border: 1px solid rgba(140, 108, 101, 0.14);
  box-shadow: 0 10px 26px rgba(41, 29, 29, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  position: relative;
  cursor: pointer;
}

.shop-page .product-section .catalog-card:before {
  display: none !important;
  background: none !important;
  content: none !important;
  height: 0 !important;
}

.shop-page .product-section .catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 22, 40, 0.16);
  box-shadow: 0 18px 34px rgba(41, 29, 29, 0.12);
}

.shop-page .product-section .catalog-card:hover:before {
  display: none !important;
  height: 0 !important;
}

.shop-page .product-section .catalog-card .catalog-card-media {
  width: 100%;
  aspect-ratio: 16 / 11;
  background: linear-gradient(180deg, #fcfaf7 0%, #f6f0e8 100%);
  overflow: clip;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 18px 18px 10px;
  margin: 0;
  border-bottom: 1px solid rgba(140, 108, 101, 0.1);
}

.shop-page .product-section .catalog-card .catalog-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 280ms ease;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
}

.shop-page .product-section .catalog-card:hover .catalog-card-image {
  transform: scale(1.03);
}

.shop-page .product-section .catalog-card:hover .product-thumbnail {
  transform: scale(1.03);
}

.catalog-card-badge {
  position: static;
  align-self: flex-start;
  max-width: 100%;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(127, 22, 40, 0.08);
  color: #7f1628;
  border: 1px solid rgba(127, 22, 40, 0.12);
  white-space: normal;
  overflow-wrap: anywhere;
}

.catalog-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 18px;
  min-width: 0;
  gap: 14px;
}

.catalog-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  gap: 10px;
}

.catalog-card-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #2F1F24;
  display: block;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.catalog-card-description {
  display: none;
}

.catalog-price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: baseline;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.catalog-card .product-price {
  color: #7F1628;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

.catalog-card .product-price-inquiry {
  font-size: 16px;
  color: #8F5A5E;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.product-price-old {
  color: #B8A6A2;
  font-size: 15px;
  text-decoration: line-through;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.catalog-card-cta {
  width: 100%;
  min-height: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(140, 108, 101, 0.14);
  background: transparent;
  color: #5e4b4f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  transition: color 220ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  white-space: normal;
  text-align: left;
  pointer-events: none;
  overflow-wrap: anywhere;
}

.catalog-card-cta::after {
  content: "\203A";
  font-size: 18px;
  line-height: 1;
  color: #7F1628;
}

.shop-page .product-section .catalog-card:hover .catalog-card-cta {
  color: #2f1f24;
}

.catalog-card-cta:active {
  opacity: 1;
}

.catalog-card .icon-cross {
  display: none;
}

.catalog-card:hover .icon-cross {
  opacity: 0;
}

.product-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.catalog-empty {
  border-radius: 14px;
  border: 1px dashed rgba(141, 106, 100, 0.45);
  background: rgba(255, 251, 246, 0.72);
  color: #5f4b4c;
  padding: 18px 16px;
  text-align: center;
  font-weight: 600;
}

.section-title {
  text-wrap: balance;
}

@media (max-width: 991.98px) {
  .hero .intro-excerpt {
    padding: 18px 18px 14px;
  }

  .hero .col-lg-7 {
    min-height: 170px;
  }

  .hero .col-lg-7:before {
    right: 8%;
    width: 260px;
    height: 170px;
    opacity: .12;
  }

  .home-page .hero .row {
    min-height: 390px;
  }

  .marketing-page .hero .row {
    min-height: 390px;
  }

  .shop-page .hero {
    padding: 1.5rem 0 1.2rem !important;
  }

  .shop-page .hero .row {
    min-height: 150px;
  }

  .shop-page .hero .intro-excerpt {
    max-width: 100%;
  }

  .shop-page .before-footer-section {
    padding-top: .8rem !important;
  }

  .catalog-layout .catalog-sidebar {
    margin-top: 0;
    max-width: none;
  }

  .catalog-layout > aside {
    top: 78px;
  }

  .catalog-sidebar {
    max-height: calc(100vh - 88px);
    margin-bottom: 10px;
  }

  .catalog-card-title {
    min-height: 0;
  }

  .catalog-card-description {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .hero .intro-excerpt {
    border-radius: 14px;
  }

  .hero .col-lg-7:before {
    width: 210px;
    height: 130px;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .custom-navbar .navbar-brand {
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-page .hero .row {
    min-height: 330px;
  }

  .marketing-page .hero .row {
    min-height: 330px;
  }

  .shop-page .hero {
    padding: 1rem 0 .9rem !important;
  }

  .shop-page .hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.3rem);
  }

  .shop-page .before-footer-section {
    padding-top: .6rem !important;
  }

  .catalog-sidebar {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }

  .catalog-search-wrap {
    gap: 8px;
  }

  .catalog-search-clear {
    padding-inline: 0;
  }

  .catalog-layout > aside {
    position: static;
    top: auto;
  }
}

/* Global design refresh across all pages */
:root {
  --tone-ink: #2a2022;
  --tone-body: #5a4e50;
  --tone-paper: #f6f0e8;
  --tone-paper-2: #fbf7f2;
  --tone-line: #e5d8cc;
  --tone-accent: #b02235;
  --tone-accent-deep: #831727;
}

body {
  color: var(--tone-body);
  background:
    radial-gradient(circle at 16% -4%, #fffdfa 0%, #f8f1e8 44%, #f2e9de 100%);
}

h1,
h2,
h3,
h4,
.section-title {
  color: var(--tone-ink);
}

p,
li,
label,
input,
textarea,
select {
  color: var(--tone-body);
}

.product-section,
.why-choose-section,
.we-help-section,
.popular-product,
.blog-section,
.testimonial-section,
.untree_co-section,
.before-footer-section {
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.84), rgba(246, 238, 230, 0.92));
}

.product-section .product-item,
.blog-section .post-entry,
.testimonial-slider-wrap,
.site-blocks-table,
.block {
  border-radius: 18px;
  border: 1px solid rgba(158, 129, 113, 0.16);
  box-shadow: 0 18px 36px rgba(57, 38, 37, 0.08);
}

.product-section .product-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 253, 250, 0.46));
}

.blog-section .post-entry,
.testimonial-slider-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 251, 247, 0.54));
}

.btn {
  border-radius: 12px;
}

.btn.btn-secondary,
.btn.btn-primary {
  background: linear-gradient(130deg, var(--tone-accent), #cc3448);
  box-shadow: 0 12px 24px rgba(161, 29, 47, 0.28);
}

.btn.btn-secondary:hover,
.btn.btn-primary:hover {
  background: linear-gradient(130deg, var(--tone-accent-deep), #a51f33);
}

.btn.btn-white-outline {
  border-color: rgba(255, 246, 236, 0.82);
  color: #fffaf6;
}

.footer-section {
  background: linear-gradient(180deg, var(--tone-paper-2), var(--tone-paper));
  border-top: 1px solid var(--tone-line);
}

.footer-section .border-top {
  border-color: var(--tone-line);
}

/* Photo quality feel */
.hero .hero-img-wrap img,
.we-help-section .imgs-grid img,
.why-choose-section .img-wrap img,
.blog-section .post-thumbnail img,
.product-section .product-thumbnail,
.popular-product .thumbnail img,
.author-pic img,
.sofa-img img {
  border-radius: 18px;
  filter: contrast(1.04) saturate(1.08) brightness(1.01);
  transform: translateZ(0);
  transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
  box-shadow: 0 14px 28px rgba(41, 30, 30, 0.16);
}

.blog-section .post-entry:hover .post-thumbnail img,
.product-section .product-item:hover .product-thumbnail,
.popular-product .product-item-sm:hover .thumbnail img,
.we-help-section .imgs-grid .grid:hover img {
  transform: translateY(-4px) scale(1.015);
  filter: contrast(1.08) saturate(1.12) brightness(1.03);
  box-shadow: 0 20px 34px rgba(41, 30, 30, 0.2);
}

.hero .intro-excerpt {
  background: linear-gradient(145deg, rgba(30, 15, 20, 0.46), rgba(30, 15, 20, 0.18));
  border: 1px solid rgba(255, 236, 223, 0.24);
  backdrop-filter: blur(2px);
}

.hero h1 {
  color: #fff7f0;
}

.hero p {
  color: rgba(255, 244, 233, 0.9);
}

.custom-list li:before {
  border-color: var(--tone-accent);
}

/* Checkout page redesign */
.checkout-modern-section {
  padding-top: 2.2rem !important;
}

.checkout-modern-form {
  display: grid;
  gap: 1.2rem;
}

.checkout-order-box,
.checkout-fields-box {
  border: 1px solid rgba(144, 112, 101, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.95), rgba(247, 238, 229, 0.86));
  box-shadow: 0 16px 30px rgba(47, 31, 31, 0.08);
}

.checkout-order-box {
  padding: 10px 14px;
}

.checkout-order-table thead th {
  font-size: 13px;
  color: #4f3a3f;
  border-bottom: 1px solid rgba(142, 106, 101, 0.25);
}

.checkout-order-table td,
.checkout-order-table th {
  vertical-align: middle;
}

.checkout-order-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkout-order-item img {
  width: 64px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(95, 65, 67, 0.14);
  background: #fff;
}

.checkout-order-name {
  margin: 0;
  color: #2f2327;
  font-size: 15px;
  line-height: 1.35;
}

.checkout-order-variant {
  margin: 2px 0 0;
  color: #6d5659;
  font-size: 12px;
}

.checkout-total-label,
.checkout-total-value {
  font-size: 20px;
  font-weight: 700;
  color: #2d2024;
  border-top: 1px solid rgba(142, 106, 101, 0.28);
  padding-top: 12px !important;
}

.checkout-fields-box {
  padding: 18px;
}

.checkout-title {
  margin-bottom: 10px;
  color: #2c2023;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
}

.checkout-note {
  border-left: 4px solid rgba(155, 29, 52, 0.4);
  background: rgba(255, 251, 246, 0.78);
  border-radius: 10px;
  padding: 10px 12px;
  color: #46373b;
  font-size: 15px;
}

.checkout-fields-box .form-label {
  color: #513f42;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.checkout-fields-box .form-control,
.checkout-fields-box .form-select {
  min-height: 44px;
  border-radius: 8px;
  border-color: rgba(125, 95, 93, 0.26);
  background: rgba(255, 255, 255, 0.88);
}

.checkout-fields-box textarea.form-control {
  min-height: 90px;
}

.checkout-fields-box .form-control:focus,
.checkout-fields-box .form-select:focus {
  border-color: rgba(162, 37, 61, 0.56);
  box-shadow: 0 0 0 3px rgba(162, 37, 61, 0.14);
}

.checkout-carryin-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  padding: 12px 14px;
  border: 1px solid rgba(194, 140, 24, 0.34);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 249, 226, 0.9), rgba(255, 239, 192, 0.8));
  box-shadow: 0 10px 20px rgba(176, 126, 24, 0.12);
}

.checkout-carryin-check .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0;
  border: 1px solid rgba(171, 118, 0, 0.58);
  box-shadow: none;
}

.checkout-carryin-check .form-check-input:focus {
  border-color: rgba(176, 126, 24, 0.82);
  box-shadow: 0 0 0 3px rgba(176, 126, 24, 0.2);
}

.checkout-carryin-check .form-check-input:checked {
  background-color: #c48500;
  border-color: #a66f00;
}

.checkout-carryin-check .form-check-label {
  margin: 0;
  color: #5a3a00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.checkout-carryin-check:has(.form-check-input:checked) {
  border-color: rgba(168, 111, 0, 0.62);
  background: linear-gradient(135deg, rgba(255, 241, 184, 0.95), rgba(255, 225, 129, 0.82));
  box-shadow: 0 12px 24px rgba(176, 126, 24, 0.2);
}

.checkout-submit-btn {
  min-width: 180px;
  min-height: 50px;
  font-weight: 700;
  letter-spacing: .03em;
}

@media (max-width: 767.98px) {
  .checkout-order-box,
  .checkout-fields-box {
    padding: 12px;
  }

  .checkout-title {
    font-size: 34px;
  }

  .checkout-order-item img {
    width: 56px;
    height: 40px;
  }

  .checkout-submit-btn {
    width: 100%;
  }
}

/* Unified compact hero style for all inner pages */
body:not(.home-page) .hero {
  padding: 1.05rem 0 0.9rem !important;
}

body:not(.home-page) .hero .row {
  min-height: 132px;
  align-items: center;
}

body:not(.home-page) .hero .col-lg-5,
body:not(.home-page) .hero .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

body:not(.home-page) .hero .col-lg-7 {
  display: none;
}

body:not(.home-page) .hero .intro-excerpt {
  max-width: 620px;
  padding: 12px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 233, 218, 0.22);
  background: linear-gradient(145deg, rgba(22, 12, 15, 0.52), rgba(26, 12, 17, 0.24));
}

body:not(.home-page) .hero h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.8vw, 3rem);
  line-height: 1.02;
}

@media (max-width: 991.98px) {
  body:not(.home-page) .hero {
    padding: 0.9rem 0 0.75rem !important;
  }

  body:not(.home-page) .hero .row {
    min-height: 118px;
  }

  body:not(.home-page) .hero .intro-excerpt {
    max-width: 100%;
    padding: 11px 14px;
  }
}

@media (max-width: 575.98px) {
  body:not(.home-page) .hero {
    padding: 0.72rem 0 0.6rem !important;
  }

  body:not(.home-page) .hero .row {
    min-height: 98px;
  }

  body:not(.home-page) .hero h1 {
    font-size: clamp(1.75rem, 8.5vw, 2.2rem);
  }
}

/* Reviews section */
.reviews-modern-section {
  padding: 4.5rem 0 4.2rem;
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.72), rgba(247, 239, 229, 0.9));
}

.reviews-title {
  margin-bottom: 1.6rem;
}

.reviews-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid rgba(128, 92, 88, 0.2);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.74), rgba(247, 238, 228, 0.86));
  box-shadow: 0 14px 28px rgba(44, 28, 30, 0.08);
}

.reviews-summary-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.reviews-rating-number {
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  line-height: 1;
  color: #2d1f23;
  font-weight: 700;
}

.reviews-stars {
  color: #b92238;
  font-size: 21px;
  letter-spacing: 0.08em;
}

.reviews-count {
  color: #665356;
  font-size: 15px;
}

.reviews-verified {
  border-radius: 999px;
  padding: 8px 14px;
  background: #edf8f0;
  color: #1f7f3f;
  font-size: 13px;
  font-weight: 700;
}

.reviews-empty {
  margin-bottom: 16px;
  padding: 26px 14px;
  text-align: center;
  border-radius: 14px;
  border: 1px dashed rgba(130, 98, 96, 0.32);
  color: #5f4c50;
  background: rgba(255, 252, 249, 0.8);
}

.reviews-slider {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviews-viewport {
  width: 100%;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  will-change: transform;
}

.reviews-modern-section .review-card {
  flex: 0 0 50%;
  min-width: 0;
  padding: 12px;
}

.reviews-modern-section .review-inner {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(131, 95, 95, 0.16);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.92), rgba(252, 246, 240, 0.86));
  box-shadow: 0 14px 30px rgba(44, 29, 30, 0.1);
}

.reviews-modern-section .review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.reviews-modern-section .review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(115, 82, 82, 0.22);
  object-fit: cover;
  background: #fff;
}

.reviews-modern-section .review-author {
  color: #2f2226;
  font-weight: 700;
}

.reviews-modern-section .review-stars {
  font-size: 13px;
  letter-spacing: 0.06em;
}

.reviews-modern-section .review-time {
  color: #766265;
  font-size: 12px;
}

.reviews-modern-section .review-text {
  color: #4b3a3d;
  line-height: 1.65;
  font-size: 15px;
  flex: 1;
}

.reviews-nav-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  flex: 0 0 44px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(130deg, #aa1f31, #c72d3f);
  box-shadow: 0 10px 24px rgba(149, 23, 40, 0.3);
  transition: transform .2s ease, box-shadow .2s ease;
}

.reviews-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(149, 23, 40, 0.4);
}

.reviews-add-wrap {
  margin-top: 16px;
  text-align: center;
}

.reviews-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 28px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(130deg, #ad1f33, #d53046);
  box-shadow: 0 14px 30px rgba(149, 24, 41, 0.32);
  transition: transform .2s ease, box-shadow .2s ease;
}

.reviews-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(149, 24, 41, 0.45);
}

.reviews-google-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ad1f33;
  font-size: 13px;
  font-weight: 800;
  background: #fff;
}

.is-disabled-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
  text-decoration: none !important;
}

/* Compact footer with essential company info and links visible */
.footer-section {
  padding: 8px 0 6px;
  background: linear-gradient(180deg, rgba(248, 242, 234, 0.92), rgba(244, 236, 227, 0.98));
}

.footer-section .subscription-form {
  display: none !important;
}

.footer-section .sofa-img {
  display: none !important;
}

.footer-section .sofa-img img {
  display: none !important;
}

.footer-section .row.g-5.mb-5 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  align-items: flex-start;
  row-gap: 0.6rem !important;
  padding-top: 0;
}

.footer-section .footer-main-row {
  align-items: stretch;
  margin-bottom: 0 !important;
  --bs-gutter-y: 0.35rem;
}

.footer-section .footer-links-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 14px;
  padding-left: 16px;
}

.footer-section .footer-logo-wrap {
  display: inline-flex !important;
  margin: 0 0 0.35rem !important;
}

.footer-section .footer-logo-image {
  width: min(100%, 138px);
  max-width: 138px;
  height: auto;
  display: block;
}

.footer-section .footer-company-meta {
  font-size: 1rem;
  line-height: 1.42;
  color: #3e3a3a;
  margin-bottom: 0.52rem !important;
}

.footer-section .footer-company-meta strong {
  color: #241b1b;
  font-weight: 700;
}

.footer-section .footer-company-meta a {
  color: #6f1a2e;
  font-weight: 600;
}

.footer-section .footer-slogan {
  margin: 0 0 0.58rem;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
  color: #7a2232;
}

.footer-section .custom-social {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-section .custom-social li a {
  width: auto;
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(140, 103, 95, 0.24);
  color: #5f1728;
  font-weight: 700;
  font-size: 0.88rem;
}

.footer-section .custom-social li a:hover {
  background: #8e2337;
  border-color: #8e2337;
  color: #fff6ef;
}

.footer-section .custom-social .social-label {
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.footer-section .links-wrap {
  margin-top: 0 !important;
}

.footer-section .links-wrap ul {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-section .links-wrap ul li {
  margin-bottom: 5px;
  line-height: 1.35;
}

.footer-section .links-wrap .col-md-12 {
  max-width: 100%;
}

.footer-section .links-wrap a {
  font-weight: 600;
  color: #241d1f;
}

.footer-section .links-wrap a:hover {
  color: #7f1f31;
}

.footer-section .footer-copyright-inline {
  margin: 20px 0 0;
  font-size: 14px;
  color: rgba(40, 30, 30, 0.66);
  line-height: 1.4;
  text-align: left;
}

.footer-section .copyright {
  display: none !important;
}

.footer-section .copyright .row {
  align-items: center;
}

.footer-section .copyright .row.pt-4 {
  padding-top: 0 !important;
}

.footer-section .copyright p {
  margin-bottom: 0 !important;
  font-size: 0.95rem;
  color: #4f4444;
}

.footer-section .copyright .text-lg-end {
  text-align: left !important;
}

.footer-section .copyright .d-inline-flex {
  margin-left: 0 !important;
  gap: 0.9rem;
}

.footer-section .copyright .d-inline-flex li {
  margin-right: 0 !important;
}

.footer-section .copyright .col-lg-6.text-center.text-lg-end:empty {
  display: none;
}

.footer-section .copyright .col-lg-6:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .footer-section .footer-left-col {
    order: 1;
    flex: 0 0 31%;
    max-width: 31%;
  }

  .footer-section .footer-right-col {
    order: 2;
    flex: 0 0 69%;
    max-width: 69%;
    text-align: right;
  }

  .footer-section .footer-brand-block {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 520px;
  }

  .footer-section .footer-copyright-inline {
    margin-top: 50px;
    padding-top: 0;
  }

  .footer-section .custom-social {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }

  .footer-section .links-wrap .col-md-12 {
    text-align: left;
  }
}

.legal-section {
  padding-top: 3.5rem;
  padding-bottom: 4.2rem;
}

.legal-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 2.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(158, 129, 113, 0.2);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(45, 30, 30, 0.1);
  color: #3b3b3b;
}

.legal-card h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.25;
  margin-bottom: 1.4rem;
  color: #1f1f1f;
}

.legal-card h3 {
  font-size: 1.1rem;
  margin-top: 1.35rem;
  margin-bottom: 0.55rem;
  color: #1f1f1f;
}

.legal-card ol {
  margin-bottom: 0.9rem;
  padding-left: 1.25rem;
}

.legal-card li {
  margin-bottom: 0.45rem;
  line-height: 1.62;
}

.legal-card .legal-updated {
  margin-top: 1.6rem;
  font-size: 0.95rem;
  color: #666;
}

.fabrics-page-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.fabrics-page-title {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
}

.fabrics-page-title:not(:first-child) {
  margin-top: 2rem;
}

.fabrics-accordion {
  display: flex;
  gap: 0;
  border: 1px solid rgba(157, 128, 112, 0.25);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 252, 248, 0.88);
  box-shadow: 0 14px 30px rgba(45, 31, 31, 0.08);
}

.fabrics-menu {
  width: 240px;
  border-right: 1px solid rgba(157, 128, 112, 0.2);
  background: rgba(250, 244, 237, 0.9);
}

.fabrics-menu button {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(157, 128, 112, 0.18);
  background: transparent;
  color: #50393d;
  text-align: left;
  padding: 12px 14px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fabrics-menu button:hover {
  background: rgba(176, 34, 53, 0.08);
}

.fabrics-menu button.active {
  background: linear-gradient(130deg, rgba(176, 34, 53, 0.96), rgba(126, 24, 41, 0.96));
  color: #fff8f2;
}

.fabrics-content {
  flex: 1;
  padding: 18px 20px;
}

.fabric-collection {
  display: none;
}

.fabric-collection.active {
  display: block;
}

.fabric-collection h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #7a1e31;
}

.fabric-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.fabric-badge {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.fabric-badge-price {
  background: #ffeaee;
  color: #b12036;
}

.fabric-badge-easy {
  background: #e7f4ea;
  color: #2e6d40;
}

.fabric-badge-water {
  background: #e5f0ff;
  color: #295aa8;
}

.fabric-badge-plain {
  background: #f2ebff;
  color: #5f3b9e;
}

.fabric-specs p {
  margin: 0 0 6px;
  line-height: 1.55;
}

.fabric-main-image {
  width: min(440px, 100%);
  max-height: 420px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  margin-top: 12px;
  border: 1px solid rgba(157, 128, 112, 0.2);
  box-shadow: 0 12px 24px rgba(45, 31, 31, 0.12);
  cursor: zoom-in;
}

.fabric-zoom-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 10, 10, 0.88);
  z-index: 9999;
  padding: 20px;
}

.fabric-zoom-overlay.active {
  display: flex;
}

.fabric-zoom-overlay img {
  max-width: 92vw;
  max-height: 92vh;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .footer-section {
    padding: 7px 0 6px;
  }

  .footer-section .footer-links-column {
    padding-top: 8px;
    padding-left: 8px;
  }

  .footer-section .footer-right-col {
    text-align: left !important;
  }

  .footer-section .footer-brand-block {
    align-items: flex-start !important;
  }

  .footer-section .footer-logo-image {
    max-width: 122px;
  }

  .footer-section .custom-social {
    justify-content: flex-start;
  }

  .footer-section .copyright p {
    text-align: center !important;
  }

  .footer-section .footer-copyright-inline {
    margin-top: 16px;
    font-size: 13px;
  }

  .footer-section .links-wrap ul li {
    margin-bottom: 6px;
  }

  .legal-card {
    padding: 1.25rem 1rem;
    border-radius: 12px;
  }

  .fabrics-accordion {
    flex-direction: column;
  }

  .fabrics-menu {
    width: 100%;
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(157, 128, 112, 0.2);
  }

  .fabrics-menu button {
    flex: 0 0 auto;
    border-bottom: 0;
    border-right: 1px solid rgba(157, 128, 112, 0.18);
    white-space: nowrap;
    min-width: 150px;
  }

  .fabrics-content {
    padding: 14px;
  }
}

@media (max-width: 768px) {
  .reviews-modern-section {
    padding-top: 3.6rem;
    padding-bottom: 3.4rem;
  }

  .reviews-modern-section .review-card {
    flex: 0 0 100%;
  }

  .reviews-slider {
    gap: 10px;
  }

  .reviews-nav-btn {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 27px;
  }
}

/* Premium product cards */
:root {
  --product-card-shadow: 0 24px 50px rgba(58, 37, 35, 0.14);
  --product-card-shadow-hover: 0 32px 64px rgba(58, 37, 35, 0.18);
  --product-card-border: rgba(141, 107, 97, 0.16);
  --product-card-border-strong: rgba(130, 33, 50, 0.26);
  --product-card-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 237, 0.96));
  --product-card-media: linear-gradient(180deg, #fffdf9 0%, #f7efe7 100%);
  --product-card-copy: #6d5a5d;
  --product-card-title: #2c2024;
  --product-card-price: #8d1830;
}

#catalogProducts {
  gap: 24px !important;
}

.catalog-grid-item {
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.product-section .product-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 0 !important;
  text-align: left;
  text-decoration: none;
  border-radius: 26px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--product-card-border);
  background: var(--product-card-surface);
  box-shadow: var(--product-card-shadow) !important;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 320ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease;
}

.product-section .product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  height: auto !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0) 46%),
    radial-gradient(circle at top right, rgba(176, 34, 53, 0.10), transparent 34%);
  opacity: 1;
  pointer-events: none;
}

.product-section .product-card::after {
  content: "";
  position: absolute;
  top: -68px;
  right: -36px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 34, 53, 0.13) 0%, rgba(176, 34, 53, 0) 68%);
  pointer-events: none;
}

.product-section .product-card > * {
  position: relative;
  z-index: 1;
}

.product-section .product-card:hover {
  transform: translateY(-8px) !important;
  border-color: var(--product-card-border-strong);
  box-shadow: var(--product-card-shadow-hover) !important;
}

.product-section .product-card:hover::before {
  height: auto !important;
}

.product-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 11;
  padding: 24px 24px 12px;
  overflow: hidden;
  background: var(--product-card-media);
  border-bottom: 1px solid rgba(141, 107, 97, 0.10);
}

.product-card-media::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 242, 0.55));
  border: 1px solid rgba(164, 132, 123, 0.08);
}

.product-card-image,
.product-section .product-card .product-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  top: 0 !important;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 18px 24px rgba(71, 52, 49, 0.12));
  transform: translateZ(0);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 320ms cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.product-section .product-card:hover .product-card-image,
.product-section .product-card:hover .product-thumbnail {
  transform: scale(1.045) translateY(-3px) !important;
  box-shadow: none !important;
  filter: drop-shadow(0 24px 30px rgba(71, 52, 49, 0.16));
}

.product-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 22px 22px 24px;
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.product-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.product-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(140, 28, 49, 0.14);
  background: linear-gradient(180deg, rgba(255, 243, 241, 0.96), rgba(247, 228, 225, 0.90));
  color: #8a1f34;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-card-badge--featured {
  background: linear-gradient(180deg, rgba(43, 31, 35, 0.94), rgba(86, 35, 46, 0.92));
  border-color: rgba(124, 70, 81, 0.32);
  color: #fff4ee;
}

.product-card-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(141, 107, 97, 0.12);
  color: #6d5a5d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.product-card-title {
  margin: 0;
  color: var(--product-card-title);
  font-size: clamp(1.25rem, 1.3vw, 1.5rem);
  line-height: 1.24;
  font-weight: 700;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.product-card-copy {
  margin: 0;
  color: var(--product-card-copy);
  font-size: 14px;
  line-height: 1.65;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-card--featured .product-card-copy {
  min-height: 4.95em;
  -webkit-line-clamp: 3;
}

.product-card--catalog .product-card-copy {
  min-height: 4.95em;
  -webkit-line-clamp: 3;
}

.product-card-delivery {
  margin: -2px 0 0;
  color: #8a6e6f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

.product-card-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 12px;
  margin-top: auto;
}

.product-card .product-price,
.catalog-card .product-price {
  margin: 0;
  color: var(--product-card-price);
  font-size: clamp(1.75rem, 2vw, 2.2rem);
  line-height: 1.05;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
}

.product-card .product-price-old,
.catalog-card .product-price-old {
  margin: 0;
  color: #b8a5a1;
  font-size: 15px;
  line-height: 1.15;
  text-decoration-thickness: 1.5px;
}

.product-card .product-price-inquiry,
.catalog-card .product-price-inquiry {
  font-size: 17px;
  line-height: 1.35;
}

.product-card-cta {
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(141, 107, 97, 0.14);
  color: #422d33;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.product-card-cta::after {
  content: "\2197";
  font-size: 15px;
  line-height: 1;
  color: #9d2037;
  transition: transform 240ms ease;
}

.product-section .product-card:hover .product-card-cta::after {
  transform: translate(2px, -2px);
}

.product-section .product-card .icon-cross,
.catalog-card .icon-cross {
  display: none !important;
}

.product-card--featured .product-card-media {
  aspect-ratio: 4 / 3;
}

.product-card--catalog .product-card-media {
  aspect-ratio: 16 / 11;
}

.product-card--featured .product-card-content {
  gap: 14px;
}

.shop-page .product-section .product-card {
  border-radius: 28px;
}

@media (max-width: 1024px) {
  #catalogProducts {
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  .product-section .product-card,
  .shop-page .product-section .product-card {
    border-radius: 22px;
  }

  .product-card-media {
    padding: 18px 18px 10px;
  }

  .product-card-content {
    padding: 18px 18px 20px;
    gap: 14px;
  }

  .product-card-title {
    font-size: 1.18rem;
  }

  .product-card--featured .product-card-copy,
  .product-card--catalog .product-card-copy {
    min-height: 0;
  }
}

/* Minimal card cleanup */
.product-section .product-item,
.shop-page .product-section .catalog-card,
.blog-section .post-entry,
.reviews-modern-section .review-inner,
.checkout-order-box,
.checkout-fields-box,
.legal-card,
.fabrics-accordion,
.catalog-empty {
  box-shadow: none !important;
}

.product-section .product-item,
.shop-page .product-section .catalog-card,
.blog-section .post-entry,
.reviews-modern-section .review-inner,
.checkout-order-box,
.checkout-fields-box,
.legal-card,
.fabrics-accordion {
  border: 1px solid rgba(140, 108, 101, 0.14);
  background: rgba(255, 252, 248, 0.96);
}

.product-section .product-item {
  padding: 18px 18px 22px;
  border-radius: 20px;
  overflow: hidden;
}

.product-section .product-item:before,
.popular-product .product-item-sm .thumbnail:before {
  display: none !important;
  content: none !important;
}

.product-section .product-item .product-thumbnail,
.shop-page .product-section .catalog-card .catalog-card-image,
.popular-product .product-item-sm .thumbnail img,
.blog-section .post-thumbnail img {
  box-shadow: none !important;
  transform: none !important;
}

.product-section .product-item .product-thumbnail {
  margin-bottom: 18px;
  top: 0 !important;
  border-radius: 14px;
}

.product-section .product-item:hover,
.shop-page .product-section .catalog-card:hover {
  transform: none;
  box-shadow: none !important;
}

.product-section .product-item:hover .product-thumbnail,
.shop-page .product-section .catalog-card:hover .catalog-card-image,
.shop-page .product-section .catalog-card:hover .product-thumbnail,
.popular-product .product-item-sm:hover .thumbnail img,
.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  top: 0;
  transform: none !important;
  box-shadow: none !important;
}

.product-section .product-item .icon-cross,
.catalog-card .icon-cross {
  display: none !important;
}

.product-section .product-item h3,
.product-section .product-item strong {
  display: block;
  overflow-wrap: anywhere;
}

.shop-page .product-section .catalog-card {
  transition: border-color 180ms ease, background-color 180ms ease;
}

.shop-page .product-section .catalog-card .catalog-card-media {
  aspect-ratio: 16 / 11;
  padding: 20px 20px 12px;
}

.shop-page .product-section .catalog-card .catalog-card-image {
  padding: 0;
  margin-bottom: 0;
}

.catalog-card-content {
  padding: 16px 18px 18px;
}

.catalog-card-body {
  gap: 10px;
}

.catalog-card-title {
  min-height: 0;
  font-size: 18px;
  line-height: 1.4;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
}

.catalog-card-badge {
  position: static;
  align-self: flex-start;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.catalog-price-wrap {
  flex-wrap: wrap;
  align-items: baseline;
}

.catalog-card .product-price {
  font-size: 28px;
  line-height: 1.15;
}

.catalog-card .product-price-inquiry,
.product-price-old {
  line-height: 1.35;
}

.catalog-card-cta {
  min-height: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.popular-product .product-item-sm .thumbnail {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 252, 248, 0.96);
  border: 1px solid rgba(140, 108, 101, 0.14);
}

@media (max-width: 640px) {
  .product-section .product-item {
    padding: 16px 16px 20px;
  }

  .shop-page .product-section .catalog-card {
    border-radius: 18px;
  }

  .shop-page .product-section .catalog-card .catalog-card-media {
    padding: 16px 16px 10px;
  }

  .catalog-card-content {
    padding: 14px 16px 16px;
  }

  .catalog-card-title {
    font-size: 17px;
  }

  .catalog-card .product-price {
    font-size: 24px;
  }
}

/* Product cards v2: square premium grid */
:root {
  --premium-card-radius: 28px;
  --premium-card-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 232, 0.96));
  --premium-card-border: rgba(138, 104, 98, 0.16);
  --premium-card-shadow: 0 22px 44px rgba(55, 34, 34, 0.12);
  --premium-card-shadow-hover: 0 30px 62px rgba(55, 34, 34, 0.18);
  --premium-card-accent: #8d1f35;
  --premium-card-ink: #2d2024;
  --premium-card-copy: #6c585c;
}

@keyframes premium-card-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes premium-fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#catalogProducts {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.catalog-grid-item {
  display: flex;
  min-width: 0;
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.product-section .product-card {
  aspect-ratio: 1 / 1.08;
  display: grid;
  grid-template-rows: minmax(0, 46%) minmax(0, 54%);
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0 !important;
  border-radius: var(--premium-card-radius);
  border: 1px solid var(--premium-card-border);
  background: var(--premium-card-surface);
  box-shadow: var(--premium-card-shadow) !important;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform, box-shadow;
  animation: premium-card-rise 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.catalog-grid-item:nth-child(2n) .product-card,
#homeFeaturedRow > div:nth-child(2n) .product-card {
  animation-delay: 70ms;
}

.catalog-grid-item:nth-child(3n) .product-card,
#homeFeaturedRow > div:nth-child(3n) .product-card {
  animation-delay: 140ms;
}

.product-section .product-card::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 45%),
    radial-gradient(circle at top right, rgba(176, 34, 53, 0.11), transparent 36%);
}

.product-section .product-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: var(--premium-card-shadow-hover) !important;
  border-color: rgba(136, 30, 50, 0.26);
}

.product-card-media,
.product-card--featured .product-card-media,
.product-card--catalog .product-card-media {
  aspect-ratio: auto;
  min-height: 0;
  height: 100%;
  padding: 22px;
  background: linear-gradient(180deg, #fffdfa 0%, #f6ede4 100%);
}

.product-card-media::before {
  inset: 16px;
  border-radius: 22px;
}

.product-card-image,
.product-section .product-card .product-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(70, 50, 47, 0.12));
}

.product-section .product-card:hover .product-card-image,
.product-section .product-card:hover .product-thumbnail {
  transform: scale(1.05) translateY(-4px) !important;
  filter: drop-shadow(0 26px 28px rgba(70, 50, 47, 0.16));
}

.product-card-content,
.catalog-card-content {
  padding: 18px 20px 20px !important;
  gap: 10px !important;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
}

.product-card-body,
.catalog-card-body {
  gap: 8px !important;
  min-height: 0;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-card-meta {
  gap: 8px;
}

.product-card-badge,
.catalog-card-badge {
  padding: 7px 12px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.product-card-category {
  font-size: 11px;
}

.product-card-title,
.catalog-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-wrap: pretty;
  margin: 0;
  font-size: clamp(1rem, 1vw, 1.18rem) !important;
  line-height: 1.22 !important;
}

.product-card-copy,
.catalog-card-description {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.9em;
  overflow: hidden;
  color: var(--premium-card-copy);
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.product-card--catalog .catalog-card-description,
.catalog-card .catalog-card-description {
  display: -webkit-box !important;
}

.product-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-card-fact {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(141, 107, 97, 0.14);
  color: #5f4d51;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

.product-card-delivery {
  margin: 0;
  color: #877072;
  font-size: 11px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product-card-price-wrap,
.catalog-price-wrap {
  margin-top: auto;
  gap: 6px 10px;
  padding-top: 2px;
}

.product-card .product-price,
.catalog-card .product-price {
  color: var(--premium-card-accent);
  font-size: clamp(1.35rem, 1.55vw, 1.75rem) !important;
  line-height: 1 !important;
}

.product-card .product-price-old,
.catalog-card .product-price-old {
  font-size: 12px;
}

.product-card-cta,
.catalog-card-cta {
  padding-top: 12px;
  margin-top: auto;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.product-card-cta::after,
.catalog-card-cta::after {
  font-size: 14px;
}

.product-section .product-item:before,
.popular-product .product-item-sm .thumbnail:before,
.product-section .product-card .icon-cross,
.catalog-card .icon-cross {
  display: none !important;
  content: none !important;
}

@media (max-width: 1024px) {
  #catalogProducts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  #catalogProducts {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .product-section .product-card {
    aspect-ratio: auto;
    min-height: 0;
    grid-template-rows: minmax(220px, 48vw) auto;
    border-radius: 22px;
  }

  .product-card-media {
    padding: 18px;
  }

  .product-card-content,
  .catalog-card-content {
    padding: 16px 16px 18px !important;
  }
}

/* Product page v2: premium minimal redesign */
.product-page-shell {
  --product-v2-accent: #8f1d35;
  --product-v2-accent-deep: #5d1625;
  --product-v2-ink: #2a1f23;
  --product-v2-copy: #67565a;
  --product-v2-line: rgba(142, 109, 101, 0.16);
  --product-v2-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 242, 234, 0.94));
}

.product-page-shell > div {
  animation: premium-fade-up 760ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.product-page-shell > div:nth-child(2) {
  animation-delay: 90ms;
}

.product-copy-panel,
.product-stage-card {
  display: grid;
  gap: 18px;
}

.product-header-card,
.product-purchase-card,
.product-config-card,
.product-specs-card,
.product-description-card,
.product-media-card,
.product-gallery-grid {
  border-radius: 28px;
  border: 1px solid var(--product-v2-line);
  background: var(--product-v2-surface);
  box-shadow: 0 24px 50px rgba(49, 31, 31, 0.10);
}

.product-copy-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-header-card,
.product-purchase-card,
.product-config-card,
.product-specs-card,
.product-description-card {
  padding: 22px 22px 24px;
}

.product-header-card {
  background:
    radial-gradient(320px 140px at top right, rgba(176, 34, 53, 0.10), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 240, 233, 0.94));
}

.product-breadcrumbs {
  margin-bottom: 14px;
}

.product-premium-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #b91f41, #9e1837 62%, #6f1129);
  color: #fffdfb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(56, 12, 23, 0.3);
  box-shadow: 0 18px 32px rgba(143, 29, 53, 0.34);
  overflow: hidden;
  animation: premium-kicker-breathe 2.8s ease-in-out infinite;
}

.product-premium-kicker::after {
  content: "";
  position: absolute;
  inset: -40% -30%;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.38) 50%, transparent 65%);
  transform: translateX(-120%) rotate(8deg);
  animation: premium-kicker-sheen 4.2s ease-in-out infinite;
  pointer-events: none;
}

.product-copy-title {
  margin: 0 0 14px;
  color: var(--product-v2-ink);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.product-short-lead,
.product-short-lead p {
  margin: 0;
  color: var(--product-v2-copy);
  font-size: 1rem;
  line-height: 1.75;
}

.product-price-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 14px;
  align-items: stretch;
}

.product-price-block,
.product-status-pill {
  border-radius: 22px;
  border: 1px solid rgba(142, 109, 101, 0.14);
  background: rgba(255, 252, 248, 0.82);
  padding: 16px 18px;
}

.product-price-label,
.product-status-label {
  display: block;
  margin-bottom: 8px;
  color: #82696c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-price-stack {
  display: grid;
  gap: 4px;
}

.product-old-price {
  color: #b7a4a0;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: line-through;
  min-height: 1.2em;
}

.product-current-price {
  color: var(--product-v2-accent);
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.product-status-group {
  display: grid;
  gap: 12px;
}

.product-status-pill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--product-v2-ink);
  font-weight: 700;
  line-height: 1.35;
}

.product-status-pill--delivery {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(143, 29, 53, 0.12), rgba(255, 252, 248, 0.95));
  border-color: rgba(143, 29, 53, 0.24);
  box-shadow: 0 16px 28px rgba(98, 48, 57, 0.08);
}

.product-status-pill--delivery #productDeliveryTime {
  color: var(--product-v2-accent-deep);
  font-size: 1.06rem;
  font-weight: 800;
}

.product-promo-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f7a3f, #2f9b57);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(31, 122, 63, 0.18);
}

.product-cta-row {
  margin-top: 18px;
  margin-bottom: 0;
}

.product-cta-row .btn {
  min-height: 54px;
  border-radius: 18px;
  font-size: 0.98rem;
}

.product-cta-row .btn.btn-primary {
  background: linear-gradient(135deg, var(--product-v2-accent), #b92b45);
}

.product-cta-row .btn.btn-secondary {
  color: #fff7f0;
}

.product-cta-row .btn.btn-white-outline {
  color: #4f3940;
  border-width: 1px;
  border-color: rgba(143, 29, 53, 0.16);
  background: rgba(255, 255, 255, 0.7);
}

.cart-feedback {
  margin-top: 12px;
}

.product-trust-row {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-trust-item {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.78);
  border: 1px solid rgba(157, 128, 114, 0.16);
  font-size: 12px;
  line-height: 1.45;
}

.product-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.product-section-head span {
  color: var(--product-v2-ink);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.product-variant-help {
  margin-bottom: 14px;
  color: var(--product-v2-copy);
  font-size: 14px;
  line-height: 1.65;
}

.product-variant-card {
  padding: 0;
  background: transparent;
  border: 0;
}

.variant-field-label {
  display: block;
  margin-bottom: 10px;
  color: #5d474c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.variant-button-group {
  gap: 10px;
}

.variant-option-btn {
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 16px;
  border-color: rgba(141, 112, 111, 0.22);
  color: #5d4549;
  background: rgba(255, 253, 250, 0.88);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.variant-option-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 29, 53, 0.24);
}

.variant-option-btn.is-active {
  background: linear-gradient(135deg, rgba(143, 29, 53, 0.96), rgba(97, 22, 38, 0.95));
  border-color: transparent;
  color: #fff8f2;
}

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

.product-spec-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(155, 121, 111, 0.18);
  background: rgba(255, 251, 247, 0.88);
  border-radius: 22px;
  padding: 16px 16px 18px;
  line-height: 1.45;
}

.product-spec-card strong {
  color: #7b6266;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-spec-card span {
  color: var(--product-v2-ink);
  font-size: 15px;
  font-weight: 600;
}

.product-spec-card--wide {
  grid-column: span 2;
}

.product-description-body,
.product-description-body p {
  color: var(--product-v2-copy);
  line-height: 1.8;
  margin-bottom: 0.9rem;
}

.product-back-btn {
  justify-self: start;
  min-height: 50px;
  border-radius: 16px;
  padding: 0 22px;
}

.product-media-panel {
  top: 92px;
  gap: 16px;
}

.product-media-card {
  position: relative;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(320px 140px at top right, rgba(176, 34, 53, 0.10), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 238, 230, 0.96));
}

.product-media-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.product-media-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(44, 30, 34, 0.92);
  color: #fff7f0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-fullscreen-btn {
  position: static;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #473035;
  border: 1px solid rgba(141, 107, 97, 0.16);
  box-shadow: none;
}

.product-main-image {
  aspect-ratio: 1 / 1;
  max-height: none;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 238, 0.84));
  box-shadow: inset 0 0 0 1px rgba(153, 122, 114, 0.08);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 320ms ease;
}

.product-main-image:hover {
  transform: scale(1.02);
  filter: drop-shadow(0 20px 28px rgba(63, 44, 42, 0.12));
}

.product-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

#productGallery .btn,
#productGallery .product-gallery-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(145, 111, 103, 0.16);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

#productGallery .btn:hover,
#productGallery .product-gallery-thumb:hover,
#productGallery .btn.border-dark,
#productGallery .product-gallery-thumb.border-dark {
  transform: translateY(-2px);
  border-color: rgba(143, 29, 53, 0.32) !important;
  box-shadow: 0 12px 24px rgba(56, 35, 35, 0.12);
}

.product-gallery-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.gallery-lightbox {
  background: rgba(14, 11, 11, 0.94);
  backdrop-filter: blur(6px);
}

.lightbox-image {
  border-radius: 22px;
}

@media (max-width: 1199.98px) {
  .product-price-stage {
    grid-template-columns: 1fr;
  }

  .product-status-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .product-header-card,
  .product-purchase-card,
  .product-config-card,
  .product-specs-card,
  .product-description-card,
  .product-media-card,
  .product-gallery-grid {
    border-radius: 22px;
  }

  .product-header-card,
  .product-purchase-card,
  .product-config-card,
  .product-specs-card,
  .product-description-card {
    padding: 18px 16px 20px;
  }

  .product-copy-title {
    font-size: clamp(1.95rem, 10vw, 2.6rem);
  }

  .product-status-group,
  .product-meta-list,
  .product-trust-row {
    grid-template-columns: 1fr;
  }

  .product-spec-card--wide {
    grid-column: auto;
  }

  .product-cta-row {
    flex-direction: column;
  }

  .product-cta-row .btn {
    width: 100%;
  }

  .product-media-toolbar {
    flex-wrap: wrap;
  }

  .product-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
  }
}

.product-section .product-card .product-thumbnail,
.product-section .product-card .product-card-image {
  top: 0 !important;
  margin-bottom: 0 !important;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 320ms ease;
}

.product-page-shell .product-meta-list > div {
  border-radius: 22px;
  border: 1px solid rgba(155, 121, 111, 0.18);
  background: rgba(255, 251, 247, 0.88);
  padding: 16px 16px 18px;
}

.product-page-shell .product-meta-list > div:first-child {
  grid-column: span 2;
  background:
    radial-gradient(260px 110px at top right, rgba(176, 34, 53, 0.10), transparent 58%),
    rgba(255, 251, 247, 0.92);
}

.product-page-shell .product-meta-list > div strong {
  color: #7b6266;
}

.product-page-shell .product-meta-list > div span {
  color: var(--product-v2-ink);
}

@media (max-width: 767.98px) {
  .product-page-shell .product-meta-list > div:first-child {
    grid-column: auto;
  }
}

/* Catalog cards v3: lighter integrated grid */
.shop-page .product-section {
  --catalog-card-shell: rgba(255, 253, 249, 0.9);
  --catalog-card-shell-border: rgba(153, 119, 111, 0.04);
  --catalog-card-shell-shadow: 0 12px 24px rgba(64, 42, 39, 0.04);
  --catalog-card-shell-shadow-hover: 0 18px 34px rgba(64, 42, 39, 0.08);
  --catalog-card-button-bg: rgba(255, 255, 255, 0.86);
}

.shop-page #catalogProducts {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

.shop-page .catalog-grid-item {
  display: flex;
  min-width: 0;
}

.shop-page .product-section .catalog-card {
  aspect-ratio: auto !important;
  display: grid !important;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.shop-page .product-section .catalog-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.shop-page .product-section .catalog-card .product-card-media,
.shop-page .product-section .catalog-card .catalog-card-media {
  aspect-ratio: 4 / 3;
  min-height: clamp(250px, 20vw, 310px);
  height: auto;
  margin: 0 0 16px;
  padding: 0;
  border-radius: 26px;
  background: #fffdfb;
  border: 0;
  box-shadow: 0 12px 24px rgba(64, 42, 39, 0.04);
  overflow: hidden;
  display: block;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.shop-page .product-section .catalog-card .product-card-media::before,
.shop-page .product-section .catalog-card .catalog-card-media::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.shop-page .product-section .catalog-card:hover .product-card-media,
.shop-page .product-section .catalog-card:hover .catalog-card-media {
  transform: translateY(-2px);
  box-shadow: var(--catalog-card-shell-shadow-hover);
}

.shop-page .product-section .catalog-card .catalog-card-image,
.shop-page .product-section .catalog-card .product-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.035);
  filter: none;
  transition: transform 300ms ease;
}

.shop-page .product-section .catalog-card:hover .catalog-card-image,
.shop-page .product-section .catalog-card:hover .product-thumbnail {
  transform: scale(1.075) !important;
  filter: none;
}

.shop-page .product-section .catalog-card .catalog-card-content {
  padding: 0 4px 4px !important;
  gap: 10px !important;
  background: transparent !important;
  overflow: visible !important;
}

.shop-page .product-section .catalog-card .catalog-card-body {
  gap: 8px !important;
}

.shop-page .product-section .catalog-card .product-card-meta {
  justify-content: flex-start;
  gap: 8px;
}

.shop-page .product-section .catalog-card .catalog-card-badge {
  background: rgba(146, 30, 53, 0.08);
  border: 1px solid rgba(146, 30, 53, 0.10);
  color: #8d2237;
}

.shop-page .product-section .catalog-card .catalog-card-category {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(144, 112, 104, 0.12);
  color: #6b585b;
}

.shop-page .product-section .catalog-card .catalog-card-title {
  min-height: 2.5em;
  font-size: clamp(1.08rem, 1.05vw, 1.24rem) !important;
  line-height: 1.22 !important;
  color: #2c2024;
}

.shop-page .product-section .catalog-card .catalog-card-description {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.9em;
  font-size: 12px;
  line-height: 1.48;
  color: #6c595c;
}

.shop-page .product-section .catalog-card .product-card-facts,
.shop-page .product-section .catalog-card .product-card-delivery {
  display: none !important;
}

.shop-page .product-section .catalog-card .product-card-facts {
  gap: 7px;
}

.shop-page .product-section .catalog-card .product-card-fact {
  min-height: 27px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(145, 112, 103, 0.12);
  color: #5f4d51;
}

.shop-page .product-section .catalog-card .product-card-delivery {
  color: #857073;
  font-size: 11px;
}

.shop-page .product-section .catalog-card .catalog-price-wrap {
  padding-top: 4px;
  align-items: flex-end;
}

.shop-page .product-section .catalog-card .product-price {
  font-size: clamp(1.55rem, 1.65vw, 1.92rem) !important;
}

.shop-page .product-section .catalog-card .product-price-old {
  font-size: 12px;
  color: #b89e99;
}

.shop-page .product-section .catalog-card .product-price-inquiry {
  font-size: 0.98rem !important;
}

.shop-page .product-section .catalog-card .catalog-card-cta {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
  padding: 0 18px;
  border: 1px solid rgba(145, 111, 103, 0.1);
  border-top: 1px solid rgba(145, 111, 103, 0.1);
  border-radius: 15px;
  background: var(--catalog-card-button-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #35282c;
  font-size: 11px;
  letter-spacing: 0.12em;
  justify-content: center;
  gap: 10px;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.shop-page .product-section .catalog-card:hover .catalog-card-cta {
  background: #8d2237;
  color: #fff7f1;
  border-color: #8d2237;
  box-shadow: 0 12px 24px rgba(141, 34, 55, 0.18);
}

.shop-page .product-section .catalog-card:hover .catalog-card-cta::after {
  color: #fff7f1;
}

.home-page #homeFeaturedRow {
  align-items: stretch;
}

.home-page #homeFeaturedCards {
  min-width: 0;
}

.home-page #homeFeaturedProducts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 238px));
  justify-content: start;
  align-items: start;
  grid-auto-rows: 1fr;
  gap: 18px;
  width: 100%;
  margin: 0 !important;
}

.home-page #homeFeaturedProducts .home-featured-card {
  display: flex;
  min-width: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card {
  aspect-ratio: auto !important;
  display: grid !important;
  grid-template-rows: auto 1fr;
  width: 100%;
  max-width: 238px;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.home-page #homeFeaturedProducts .home-featured-card .product-card-media,
.home-page #homeFeaturedProducts .home-featured-card .catalog-card-media {
  aspect-ratio: 4 / 3;
  min-height: clamp(145px, 10vw, 172px);
  height: auto;
  margin: 0 0 8px;
  padding: 0;
  border-radius: 16px;
  background: #fffdfb;
  border: 0;
  box-shadow: 0 8px 18px rgba(64, 42, 39, 0.04);
  overflow: hidden;
  display: block;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.home-page #homeFeaturedProducts .home-featured-card .product-card-media::before,
.home-page #homeFeaturedProducts .home-featured-card .catalog-card-media::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card:hover .product-card-media,
.home-page #homeFeaturedProducts .home-featured-card .catalog-card:hover .catalog-card-media {
  transform: translateY(-2px);
  box-shadow: var(--catalog-card-shell-shadow-hover);
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-image,
.home-page #homeFeaturedProducts .home-featured-card .product-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.035);
  filter: none;
  transition: transform 300ms ease;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card:hover .catalog-card-image,
.home-page #homeFeaturedProducts .home-featured-card .catalog-card:hover .product-thumbnail {
  transform: scale(1.075) !important;
  filter: none;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-content {
  display: flex;
  flex-direction: column;
  padding: 0 1px 2px !important;
  gap: 5px !important;
  background: transparent !important;
  height: 100%;
  overflow: visible !important;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px !important;
}

.home-page #homeFeaturedProducts .home-featured-card .product-card-meta {
  justify-content: flex-start;
  gap: 7px;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-badge {
  background: rgba(146, 30, 53, 0.08);
  border: 1px solid rgba(146, 30, 53, 0.10);
  color: #8d2237;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-category {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(144, 112, 104, 0.12);
  color: #6b585b;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-title {
  min-height: 2.1em;
  font-size: clamp(0.88rem, 0.76vw, 0.96rem) !important;
  line-height: 1.15 !important;
  color: #2c2024;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-description {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.45em;
  font-size: 9.5px;
  line-height: 1.34;
  color: #6c595c;
}

.home-page #homeFeaturedProducts .home-featured-card .product-card-facts,
.home-page #homeFeaturedProducts .home-featured-card .product-card-delivery {
  display: none !important;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-price-wrap {
  margin-top: auto;
  padding-top: 2px;
  align-items: flex-end;
}

.home-page #homeFeaturedProducts .home-featured-card .product-price {
  font-size: clamp(1.08rem, 0.96vw, 1.28rem) !important;
}

.home-page #homeFeaturedProducts .home-featured-card .product-price-old {
  font-size: 9px;
  color: #b89e99;
}

.home-page #homeFeaturedProducts .home-featured-card .product-price-inquiry {
  font-size: 0.76rem !important;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card-cta {
  width: 100%;
  min-height: 34px;
  margin-top: 6px;
  padding: 0 10px;
  border: 1px solid rgba(145, 111, 103, 0.1);
  border-top: 1px solid rgba(145, 111, 103, 0.1);
  border-radius: 11px;
  background: var(--catalog-card-button-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #35282c;
  font-size: 8px;
  letter-spacing: 0.12em;
  justify-content: center;
  gap: 6px;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.blog-hero h1 {
  color: #fff5ec !important;
  max-width: none;
}

.product-hero h1 {
  color: #2b2020 !important;
  max-width: none;
}

.product-hero .hero-breadcrumbs,
.product-hero .hero-breadcrumbs a {
  color: rgba(45, 32, 32, 0.72) !important;
}

.blog-hero .hero-breadcrumbs,
.blog-hero .hero-breadcrumbs a {
  color: rgba(255, 236, 224, 0.82) !important;
}

.product-hero .intro-excerpt p {
  color: #655559 !important;
}

.blog-hero .intro-excerpt p {
  color: rgba(255, 241, 230, 0.88) !important;
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card:hover .catalog-card-cta {
  background: #8d2237;
  color: #fff7f1;
  border-color: #8d2237;
  box-shadow: 0 12px 24px rgba(141, 34, 55, 0.18);
}

.home-page #homeFeaturedProducts .home-featured-card .catalog-card:hover .catalog-card-cta::after {
  color: #fff7f1;
}

.home-page #homeFeaturedProducts .home-featured-empty-slot {
  grid-column: 1 / -1;
}

.home-page #homeFeaturedProducts.home-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px !important;
}

.home-page #homeFeaturedProducts.home-categories-grid .home-category-col {
  width: 100%;
}

.home-page .home-category-link {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 251, 247, 0.98), rgba(246, 236, 227, 0.94));
  border: 1px solid rgba(141, 106, 97, 0.2);
  box-shadow: 0 18px 32px rgba(63, 34, 35, 0.1);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-page .home-category-link:hover {
  transform: translateY(-5px);
  border-color: rgba(139, 33, 55, 0.34);
  box-shadow: 0 24px 40px rgba(77, 34, 40, 0.18);
}

.home-page .home-category-media {
  height: 210px;
  overflow: hidden;
  background: #fff;
}

.home-page .home-category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 320ms ease;
}

.home-page .home-category-link:hover .home-category-image {
  transform: scale(1.08);
}

.home-page .home-category-content {
  padding: 14px 16px 16px;
}

.home-page .home-category-title {
  margin: 0;
  color: #231b1d;
  font-size: 1.18rem;
  line-height: 1.2;
}

.home-page .home-category-description {
  margin: 8px 0 0;
  color: #5c4c50;
  font-size: 0.94rem;
  line-height: 1.5;
}

.home-page .home-category-cta {
  display: inline-flex;
  margin-top: 12px;
  color: #7f1f31;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .shop-page #catalogProducts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .shop-page .product-section .catalog-card .product-card-media,
  .shop-page .product-section .catalog-card .catalog-card-media {
    min-height: 230px;
    margin-bottom: 15px;
  }

  .home-page #homeFeaturedProducts .home-featured-card .product-card-media,
  .home-page #homeFeaturedProducts .home-featured-card .catalog-card-media {
    min-height: 150px;
    margin-bottom: 8px;
  }

  .home-page #homeFeaturedProducts {
    grid-template-columns: repeat(2, minmax(0, 220px));
  }
}

@media (max-width: 640px) {
  .shop-page #catalogProducts {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .shop-page .product-section .catalog-card .product-card-media,
  .shop-page .product-section .catalog-card .catalog-card-media {
    min-height: 220px;
    margin-bottom: 12px;
    border-radius: 22px;
  }

  .shop-page .product-section .catalog-card .catalog-card-content {
    padding: 0 2px 2px !important;
    gap: 9px !important;
  }

  .shop-page .product-section .catalog-card .catalog-card-title {
    font-size: 1.05rem !important;
  }

  .shop-page .product-section .catalog-card .catalog-card-description {
    font-size: 12px;
  }

  .shop-page .product-section .catalog-card .product-card-facts {
    gap: 6px;
  }

  .shop-page .product-section .catalog-card .catalog-card-cta {
    min-height: 44px;
    font-size: 10px;
  }

  .home-page #homeFeaturedProducts .home-featured-card .product-card-media,
  .home-page #homeFeaturedProducts .home-featured-card .catalog-card-media {
    min-height: 145px;
    margin-bottom: 8px;
    border-radius: 15px;
  }

  .home-page #homeFeaturedProducts .home-featured-card .catalog-card-content {
    padding: 0 1px 2px !important;
    gap: 5px !important;
  }

  .home-page #homeFeaturedProducts .home-featured-card .catalog-card-title {
    font-size: 0.86rem !important;
  }

  .home-page #homeFeaturedProducts .home-featured-card .catalog-card-description {
    font-size: 9px;
  }

  .home-page #homeFeaturedProducts .home-featured-card .catalog-card-cta {
    min-height: 34px;
    font-size: 8px;
  }

  .home-page #homeFeaturedProducts {
    grid-template-columns: 1fr;
  }

  .home-page #homeFeaturedProducts .home-featured-card .catalog-card {
    max-width: 100%;
  }
}

/* Product page v3: cleaner premium composition */
.product-page-shell {
  --product-v3-surface: rgba(255, 252, 247, 0.72);
  --product-v3-surface-strong: rgba(255, 253, 250, 0.9);
  --product-v3-line: rgba(144, 112, 104, 0.1);
  --product-v3-line-strong: rgba(144, 112, 104, 0.16);
  --product-v3-shadow: 0 18px 38px rgba(47, 31, 31, 0.06);
  --product-v3-shadow-soft: 0 10px 24px rgba(47, 31, 31, 0.04);
  --product-v3-ink: #291f23;
  --product-v3-copy: #6a595c;
  --product-v3-accent: #8f1d35;
}

.product-page-shell > div {
  animation: premium-fade-up 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.product-summary-shell,
.product-details-stack {
  display: grid;
  gap: 16px;
}

.product-copy-panel,
.product-stage-card {
  gap: 16px;
}

.product-summary-shell {
  padding: 24px 24px 22px;
  border-radius: 30px;
  border: 1px solid var(--product-v3-line);
  background:
    radial-gradient(320px 180px at top right, rgba(176, 34, 53, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 243, 237, 0.9));
  box-shadow: var(--product-v3-shadow);
}

.product-header-card,
.product-purchase-card,
.product-config-card,
.product-specs-card,
.product-description-card,
.product-media-card,
.product-gallery-grid {
  border: 1px solid var(--product-v3-line);
  background: var(--product-v3-surface);
  box-shadow: none;
}

.product-header-card,
.product-purchase-card {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.product-header-card {
  margin-bottom: 2px;
}

.product-breadcrumbs {
  margin-bottom: 10px;
  color: #8a7475;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.product-breadcrumbs a {
  color: #7a6467;
}

.product-premium-kicker {
  margin-bottom: 10px;
  color: #fffdfb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(56, 12, 23, 0.3);
}

.product-copy-title {
  margin: 0 0 12px;
  color: var(--product-v3-ink);
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.product-short-lead,
.product-short-lead p {
  color: var(--product-v3-copy);
  font-size: 1rem;
  line-height: 1.72;
  max-width: none;
}

.product-price-stage {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.product-price-block {
  display: grid;
  gap: 8px;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid var(--product-v3-line);
  border-radius: 0;
  background: transparent;
}

.product-price-label,
.product-status-label,
.variant-field-label,
.product-spec-card strong {
  color: #887174;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.product-price-stack {
  gap: 6px;
}

.product-old-price {
  font-size: 14px;
  color: #baa7a3;
}

.product-current-price {
  color: var(--product-v3-accent);
  font-size: clamp(2.35rem, 3.4vw, 3rem);
  letter-spacing: -0.05em;
}

.product-status-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-status-pill {
  min-height: 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--product-v3-line);
  background: rgba(255, 255, 255, 0.55);
  color: var(--product-v3-ink);
  box-shadow: none;
}

.product-cta-row {
  margin-top: 6px;
  gap: 10px;
}

.product-cta-row .btn {
  min-height: 52px;
  border-radius: 17px;
  font-size: 0.96rem;
  box-shadow: none;
}

.product-cta-row .btn.btn-primary {
  background: linear-gradient(135deg, var(--product-v3-accent), #b32645);
  border-color: transparent;
}

.product-cta-row .btn.btn-secondary {
  background: rgba(57, 40, 43, 0.92);
  border-color: transparent;
  color: #fff8f2;
}

.product-cta-row .btn.btn-white-outline {
  border-color: var(--product-v3-line-strong);
  background: rgba(255, 255, 255, 0.75);
  color: #463338;
}

.product-trust-row {
  margin-top: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.product-trust-item {
  padding: 11px 12px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.54);
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #59484b;
}

.product-config-card,
.product-specs-card,
.product-description-card {
  padding: 22px 22px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(249, 243, 236, 0.82));
  box-shadow: var(--product-v3-shadow-soft);
}

.product-section-head {
  margin-bottom: 12px;
}

.product-section-head span {
  color: var(--product-v3-ink);
  font-size: 1.04rem;
}

.product-variant-help {
  margin-bottom: 12px;
  color: var(--product-v3-copy);
  font-size: 14px;
  line-height: 1.68;
}

.product-variant-card {
  gap: 14px 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.variant-button-group {
  gap: 10px;
}

.variant-option-btn {
  min-height: 44px;
  padding: 9px 15px;
  border-radius: 999px;
  border-color: rgba(142, 112, 110, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #58464a;
  box-shadow: none;
}

.variant-option-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 249, 246, 0.96);
  border-color: rgba(143, 29, 53, 0.24);
}

.variant-option-btn.is-active {
  background: rgba(143, 29, 53, 0.92);
  color: #fff7f1;
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(143, 29, 53, 0.14);
}

#variantStaticInfo {
  border-radius: 16px;
  border: 0;
  background: rgba(255, 255, 255, 0.68);
  padding: 12px 14px;
}

.product-meta-list {
  gap: 12px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-page-shell .product-meta-list > div,
.product-spec-card {
  gap: 4px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid var(--product-v3-line);
  border-radius: 0;
  background: transparent;
  line-height: 1.55;
}

.product-page-shell .product-meta-list > div:first-child,
.product-spec-card--wide {
  grid-column: span 2;
  background: transparent;
}

.product-page-shell .product-meta-list > div span,
.product-spec-card span {
  color: var(--product-v3-ink);
  font-size: 15px;
  font-weight: 600;
}

.product-description-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 243, 236, 0.84));
}

.product-description-body,
.product-description-body p,
.product-description-body li {
  color: var(--product-v3-copy);
  font-size: 15px;
  line-height: 1.9;
}

.product-description-body p {
  margin-bottom: 1rem;
}

.product-description-body ul,
.product-description-body ol {
  margin: 0.4rem 0 1rem;
  padding-left: 1.2rem;
}

.product-description-body li + li {
  margin-top: 0.35rem;
}

.product-back-btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  color: #453338;
  border: 1px solid var(--product-v3-line);
}

.product-media-panel {
  top: 88px;
  gap: 14px;
}

.product-media-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.product-media-toolbar {
  margin-bottom: 10px;
}

.product-media-chip {
  min-height: 28px;
  padding: 6px 11px;
  background: rgba(47, 33, 37, 0.92);
  font-size: 10px;
}

.product-fullscreen-btn {
  min-height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #433035;
  border: 1px solid var(--product-v3-line);
}

.product-main-image {
  aspect-ratio: 1 / 1;
  padding: 18px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(43, 28, 28, 0.06);
  cursor: zoom-in;
}

.product-main-image:hover {
  transform: scale(1.015);
  filter: drop-shadow(0 18px 24px rgba(63, 44, 42, 0.1));
}

.product-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

#productGallery .btn,
#productGallery .product-gallery-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 18px rgba(45, 29, 30, 0.05);
  padding: 6px;
}

#productGallery .btn:hover,
#productGallery .product-gallery-thumb:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(45, 29, 30, 0.08);
}

#productGallery .btn.border-dark,
#productGallery .product-gallery-thumb.border-dark {
  border: 0 !important;
  background: rgba(143, 29, 53, 0.12);
  box-shadow: inset 0 0 0 1px rgba(143, 29, 53, 0.26), 0 12px 22px rgba(45, 29, 30, 0.08);
}

.product-gallery-thumb-image {
  border-radius: 14px;
  background: transparent;
  object-fit: contain;
}

.gallery-lightbox {
  background: rgba(13, 11, 11, 0.94);
}

@media (max-width: 1199.98px) {
  .product-summary-shell {
    padding: 22px 20px 20px;
  }

  .product-media-panel {
    top: auto;
  }
}

@media (max-width: 767.98px) {
  .product-summary-shell,
  .product-config-card,
  .product-specs-card,
  .product-description-card {
    padding: 18px 16px 18px;
    border-radius: 22px;
  }

  .product-copy-title {
    font-size: clamp(1.95rem, 10vw, 2.65rem);
  }

  .product-status-group,
  .product-trust-row,
  .product-meta-list {
    grid-template-columns: 1fr;
  }

  .product-page-shell .product-meta-list > div:first-child,
  .product-spec-card--wide {
    grid-column: auto;
  }

  .product-cta-row {
    flex-direction: column;
  }

  .product-cta-row .btn {
    width: 100%;
  }

  .product-main-image {
    border-radius: 24px;
    padding: 14px;
  }

  .product-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}

/* Product page v4: compact first screen */
.product-page-shell {
  row-gap: 26px;
}

.product-copy-panel {
  gap: 14px;
}

.product-summary-shell {
  gap: 14px;
  padding: 20px 20px 18px;
  border-radius: 26px;
  border: 0;
  box-shadow: 0 14px 34px rgba(47, 31, 31, 0.05);
}

.product-details-stack {
  gap: 12px;
}

.product-copy-title {
  margin-bottom: 10px;
  font-size: clamp(1.95rem, 3.5vw, 3rem);
}

.product-short-lead,
.product-short-lead p {
  font-size: 0.96rem;
  line-height: 1.62;
}

.product-price-stage {
  gap: 12px;
}

.product-price-block {
  padding-bottom: 14px;
}

.product-current-price {
  font-size: clamp(2rem, 2.7vw, 2.55rem);
}

.product-status-pill {
  padding: 12px 14px;
  border-radius: 16px;
}

.product-cta-row .btn {
  min-height: 48px;
}

.product-trust-row {
  gap: 6px;
}

.product-trust-item {
  padding: 9px 10px;
  font-size: 11px;
}

.product-config-card,
.product-specs-card,
.product-description-card {
  padding: 18px 18px 19px;
  border-radius: 22px;
  border: 0;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 24px rgba(47, 31, 31, 0.04);
}

.product-section-head {
  margin-bottom: 10px;
}

.product-variant-help {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.58;
}

.variant-button-group {
  gap: 8px;
}

.variant-option-btn {
  min-height: 40px;
  padding: 8px 14px;
}

.product-meta-list {
  gap: 10px 16px;
}

.product-page-shell .product-meta-list > div,
.product-spec-card {
  padding-bottom: 10px;
}

.product-description-body,
.product-description-body p,
.product-description-body li {
  font-size: 14px;
  line-height: 1.78;
}

.product-media-panel {
  gap: 10px;
}

.product-media-toolbar {
  display: none !important;
}

.product-main-image-frame {
  position: relative;
}

.product-main-image {
  display: block;
  width: 100%;
  height: clamp(400px, 54vh, 520px);
  max-height: 520px;
  aspect-ratio: auto;
  padding: 10px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
  object-position: center center;
}

.product-fullscreen-btn--overlay {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(95, 63, 62, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #463338;
  box-shadow: 0 12px 20px rgba(43, 28, 28, 0.08);
}

.product-fullscreen-btn--overlay:hover {
  background: rgba(255, 255, 255, 0.96);
  color: #8f1d35;
}

.product-gallery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

#productGallery .btn,
#productGallery .product-gallery-thumb {
  aspect-ratio: 1 / 1;
  min-height: 86px;
  border-radius: 14px;
  padding: 4px;
}

.product-gallery-thumb-image {
  border-radius: 11px;
}

.product-back-btn {
  align-self: flex-start;
}

@media (max-width: 1199.98px) {
  .product-main-image {
    height: clamp(360px, 50vw, 470px);
    max-height: 470px;
  }

  .product-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #productGallery .btn,
  #productGallery .product-gallery-thumb {
    min-height: 80px;
  }
}

@media (max-width: 767.98px) {
  .product-page-shell {
    row-gap: 18px;
  }

  .product-copy-panel {
    gap: 12px;
  }

  .product-summary-shell,
  .product-config-card,
  .product-specs-card,
  .product-description-card {
    padding: 16px 14px 17px;
    border-radius: 20px;
  }

  .product-copy-title {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .product-short-lead,
  .product-short-lead p {
    font-size: 0.94rem;
  }

  .product-current-price {
    font-size: clamp(1.9rem, 8vw, 2.3rem);
  }

  .product-main-image {
    height: clamp(280px, 72vw, 350px);
    max-height: 350px;
    padding: 8px;
    border-radius: 22px;
  }

  .product-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  #productGallery .btn,
  #productGallery .product-gallery-thumb {
    min-height: 66px;
    border-radius: 12px;
  }

  .product-description-body,
  .product-description-body p,
  .product-description-body li {
    font-size: 13px;
    line-height: 1.72;
  }

  .product-trust-row {
    display: none;
  }

  .product-fullscreen-btn--overlay {
    top: 10px;
    right: 10px;
    width: 38px;
    min-width: 38px;
    min-height: 38px;
  }
}

@keyframes premium-kicker-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 16px 30px rgba(143, 29, 53, 0.28);
  }

  50% {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 20px 36px rgba(143, 29, 53, 0.36);
  }
}

@keyframes premium-kicker-sheen {
  0% {
    transform: translateX(-120%) rotate(8deg);
  }

  45% {
    transform: translateX(0%) rotate(8deg);
  }

  100% {
    transform: translateX(120%) rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-premium-kicker,
  .product-premium-kicker::after {
    animation: none;
  }
}

/* Page hero v2: lighter premium inner header */
body:not(.home-page) .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fffaf5 0%, #f7eee8 55%, #f3e4df 100%) !important;
  border-bottom: 1px solid rgba(70, 35, 35, 0.08);
  padding: 1.15rem 0 0.95rem !important;
}

body:not(.home-page) .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(340px 140px at 88% 16%, rgba(143, 29, 53, 0.10), transparent 58%),
    radial-gradient(240px 120px at 12% 4%, rgba(255, 226, 205, 0.65), transparent 62%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(14px, 3.4vw, 56px);
  top: 50%;
  transform: translateY(-50%);
  width: min(43vw, 460px);
  height: min(30vw, 300px);
  background: url("../images/logo/RED-LOGO.png") center/contain no-repeat;
  opacity: 0.14;
  filter: blur(0.2px);
  pointer-events: none;
  z-index: 0;
}

body:not(.home-page) .hero .col-lg-7:before {
  content: none !important;
}

body:not(.home-page) .hero .container,
body:not(.home-page) .hero .row,
body:not(.home-page) .hero .intro-excerpt {
  position: relative;
  z-index: 1;
}

/* Final navbar override: larger links, no hover animation */
.custom-navbar .custom-navbar-nav li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  text-decoration: none !important;
  transition: none !important;
}

.custom-navbar .custom-navbar-nav li a:before,
.custom-navbar .custom-navbar-nav li a:hover:before,
.custom-navbar .custom-navbar-nav li.active a:before {
  display: none !important;
  content: none !important;
  width: 0 !important;
}

.custom-navbar .custom-navbar-nav li a:hover,
.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1 !important;
}

/* Option and price badges for product options / promo pricing */
.option-badge,
.price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.option-badge {
  padding: 4px 10px;
}

.option-badge--included {
  background: #eef7ff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.option-badge--promo,
.price-badge--promo {
  background: #fff6df;
  color: #8a5a00;
  border: 1px solid rgba(176, 126, 24, 0.3);
  animation: promoPulse 2.2s ease-in-out infinite;
}

.option-badge--extra {
  background: #fff1f4;
  color: #7f172a;
  border: 1px solid rgba(127, 23, 42, 0.24);
}

.price-badge--extra {
  background: #fff1f4;
  color: #7f172a;
  border: 1px solid rgba(127, 23, 42, 0.26);
}

.option-summary-name {
  margin-right: 6px;
}

.variant-option-btn {
  position: relative;
  display: grid;
  justify-items: start;
  align-content: start;
  row-gap: 5px;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.26;
  min-height: 52px;
  padding: 14px 10px 6px;
  border-radius: 14px;
  overflow: visible;
  border: 1px solid rgba(161, 137, 134, 0.34);
  background: rgba(255, 252, 249, 0.96);
  color: #5f4b4f;
  box-shadow: 0 7px 14px rgba(65, 40, 43, 0.05);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.variant-option-btn:hover {
  border-color: rgba(207, 160, 19, 0.5);
  background: rgba(255, 248, 226, 0.98);
  color: #4a3a16;
  box-shadow: 0 9px 16px rgba(115, 81, 10, 0.12);
}

.variant-option-btn.is-active {
  border-color: rgba(186, 133, 5, 0.58);
  background: linear-gradient(135deg, #ffd34a, #f2ba07);
  color: #4a3300;
  box-shadow: 0 10px 20px rgba(145, 104, 5, 0.2);
}

.variant-option-btn .option-name {
  display: block;
  font-weight: 650;
  width: 100%;
}

.variant-option-btn .option-button-badge {
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
  margin: 0;
  z-index: 2;
  box-shadow: 0 6px 12px rgba(80, 55, 12, 0.12);
}

.product-cta-row .btn.btn-primary {
  background: linear-gradient(135deg, #ffd95d, #ffc600);
  border-color: rgba(186, 136, 8, 0.38);
  color: #4a3300;
  box-shadow: 0 10px 18px rgba(145, 105, 9, 0.22);
}

.product-cta-row .btn.btn-primary:hover {
  background: linear-gradient(135deg, #ffcf3b, #efb900);
  border-color: rgba(166, 118, 2, 0.42);
  color: #3f2c00;
}

.product-cta-row .btn.btn-secondary {
  background: linear-gradient(135deg, #6a5a46, #594a39);
  border-color: rgba(103, 83, 60, 0.3);
  box-shadow: 0 10px 18px rgba(86, 67, 46, 0.2);
}

.product-cta-row .btn.btn-secondary:hover {
  background: linear-gradient(135deg, #604f3e, #514233);
  border-color: rgba(89, 71, 52, 0.34);
}

.price-badge {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
}

.product-price__promo-badge,
.product-card__promo-badge {
  align-self: flex-start;
}

#productPromoLabel {
  margin-top: 0;
}

.catalog-price-wrap .product-card__promo-badge {
  margin-top: 2px;
}

#variantSelectorsBlock .variant-button-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  align-items: stretch;
  gap: 8px;
}

#variantSelectorsBlock .variant-option-btn .option-name {
  width: 100%;
}

.product-price-stack {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.product-price-stack .product-old-price {
  flex-basis: 100%;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.1;
}

.product-price-stack #productPrice,
.product-price-stack #productPromoLabel {
  margin: 0;
}

@keyframes promoPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(176, 126, 24, 0);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(176, 126, 24, 0.16);
  }
}

@media (max-width: 767.98px) {
  .product-price-stack {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
  }

  #productPromoLabel,
  .catalog-price-wrap .product-card__promo-badge {
    max-width: 100%;
    white-space: normal;
  }

  .variant-option-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 14px 9px 6px;
  }

  .variant-option-btn .option-button-badge {
    top: 0;
    right: 8px;
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .option-badge--promo,
  .price-badge--promo {
    animation: none;
  }
}

.custom-navbar .custom-navbar-cta .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 8px !important;
}

.custom-navbar-cart-badge {
  position: absolute !important;
  top: 2px !important;
  right: 0 !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  border-radius: 999px !important;
  background: #b11f3e !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 18px !important;
  text-align: center !important;
  box-shadow: 0 6px 12px rgba(177, 31, 62, 0.28) !important;
  opacity: 0 !important;
  transform: scale(0.75) !important;
  transition: none !important;
}

.custom-navbar-cart-badge.is-visible {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Global button palette (site-wide) */
:root {
  --btn-primary-start: #ffd95d;
  --btn-primary-end: #ffc600;
  --btn-primary-start-hover: #ffcf3b;
  --btn-primary-end-hover: #efb900;
  --btn-primary-text: #4a3300;
  --btn-primary-border: rgba(186, 136, 8, 0.38);
  --btn-primary-border-hover: rgba(166, 118, 2, 0.42);
  --btn-primary-shadow: 0 10px 18px rgba(145, 105, 9, 0.22);

  --btn-secondary-start: #6a5a46;
  --btn-secondary-end: #594a39;
  --btn-secondary-start-hover: #604f3e;
  --btn-secondary-end-hover: #514233;
  --btn-secondary-text: #fff8f0;
  --btn-secondary-border: rgba(103, 83, 60, 0.3);
  --btn-secondary-border-hover: rgba(89, 71, 52, 0.34);
  --btn-secondary-shadow: 0 10px 18px rgba(86, 67, 46, 0.2);

  --btn-outline-bg: rgba(255, 252, 247, 0.92);
  --btn-outline-bg-hover: rgba(255, 246, 230, 0.98);
  --btn-outline-text: #5a4730;
  --btn-outline-border: rgba(195, 150, 45, 0.34);
  --btn-outline-border-hover: rgba(175, 132, 28, 0.42);
}

.btn.btn-primary,
.product-cta-row .btn.btn-primary {
  background: linear-gradient(135deg, var(--btn-primary-start), var(--btn-primary-end)) !important;
  color: var(--btn-primary-text) !important;
  border-color: var(--btn-primary-border) !important;
  box-shadow: var(--btn-primary-shadow) !important;
}

.btn.btn-primary:hover,
.product-cta-row .btn.btn-primary:hover {
  background: linear-gradient(135deg, var(--btn-primary-start-hover), var(--btn-primary-end-hover)) !important;
  color: #3f2c00 !important;
  border-color: var(--btn-primary-border-hover) !important;
}

.btn.btn-secondary,
.product-cta-row .btn.btn-secondary {
  background: linear-gradient(135deg, var(--btn-secondary-start), var(--btn-secondary-end)) !important;
  color: var(--btn-secondary-text) !important;
  border-color: var(--btn-secondary-border) !important;
  box-shadow: var(--btn-secondary-shadow) !important;
}

.btn.btn-secondary:hover,
.product-cta-row .btn.btn-secondary:hover {
  background: linear-gradient(135deg, var(--btn-secondary-start-hover), var(--btn-secondary-end-hover)) !important;
  color: #fff8f0 !important;
  border-color: var(--btn-secondary-border-hover) !important;
}

.btn.btn-white-outline,
.product-cta-row .btn.btn-white-outline {
  background: var(--btn-outline-bg) !important;
  color: var(--btn-outline-text) !important;
  border-color: var(--btn-outline-border) !important;
  box-shadow: none !important;
}

.btn.btn-white-outline:hover,
.product-cta-row .btn.btn-white-outline:hover {
  background: var(--btn-outline-bg-hover) !important;
  color: #4d3c28 !important;
  border-color: var(--btn-outline-border-hover) !important;
}

body:not(.home-page) .hero .row {
  min-height: 104px;
  align-items: center;
}

body:not(.home-page) .hero .col-lg-5,
body:not(.home-page) .hero .col-lg-6,
body:not(.home-page) .hero .col-lg-7 {
  flex: 0 0 100%;
  max-width: 100%;
}

body:not(.home-page) .hero .hero-img-wrap,
body:not(.home-page) .hero .hero-img-wrap::after {
  display: none !important;
}

body:not(.home-page) .hero .intro-excerpt {
  max-width: 760px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body:not(.home-page) .hero-breadcrumbs {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(45, 32, 32, 0.52);
}

body:not(.home-page) .hero-breadcrumbs a {
  color: rgba(45, 32, 32, 0.62);
}

body:not(.home-page) .hero-breadcrumbs a:hover {
  color: #2b2020;
}

body:not(.home-page) .hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #2b2020;
  text-shadow: none !important;
}

body:not(.home-page) .hero p {
  margin: 10px 0 0;
  color: #655559;
  line-height: 1.65;
  text-shadow: none !important;
}

body:not(.home-page) .hero .btn {
  margin-top: 4px;
}

body.shop-page .hero,
body.shop-page .hero .row {
  min-height: 0;
}

.product-hero .col-lg-7 {
  display: block !important;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 0 !important;
}

.product-hero .product-hero-excerpt {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.product-hero .hero-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-hero h1 {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  body:not(.home-page) .hero {
    padding: 0.95rem 0 0.8rem !important;
  }

  .hero::after {
    right: clamp(8px, 2.8vw, 20px);
    width: min(44vw, 300px);
    height: min(28vw, 180px);
    opacity: 0.13;
  }

  body:not(.home-page) .hero .row {
    min-height: 92px;
  }

  body:not(.home-page) .hero h1 {
    font-size: clamp(1.85rem, 7vw, 2.7rem);
  }

  .product-hero h1 {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  body:not(.home-page) .hero {
    padding: 0.82rem 0 0.68rem !important;
  }

  .hero::after {
    right: 50%;
    top: 56%;
    transform: translate(50%, -50%);
    width: min(84vw, 320px);
    height: min(52vw, 180px);
    opacity: 0.12;
  }

  body:not(.home-page) .hero .row {
    min-height: 82px;
  }

  body:not(.home-page) .hero-breadcrumbs {
    margin-bottom: 8px;
    font-size: 11px;
  }

  body:not(.home-page) .hero h1 {
    font-size: clamp(1.65rem, 8.6vw, 2.15rem);
  }
}

/* Contact page: streamlined contact card */
.contact-page .contact-info-section {
  padding: 1.2rem 0 2.2rem !important;
}

.contact-page .contact-info-card {
  padding: clamp(20px, 3vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(131, 92, 84, 0.18);
  background: linear-gradient(145deg, rgba(255, 251, 247, 0.97), rgba(249, 239, 233, 0.94));
  box-shadow: 0 16px 36px rgba(63, 33, 35, 0.09);
}

.contact-page .contact-info-title {
  margin: 0 0 10px;
  color: #2f1f24;
  font-size: clamp(1.4rem, 2.8vw, 2.05rem);
  line-height: 1.15;
}

.contact-page .contact-info-lead {
  margin: 0 0 20px;
  color: #5f4b50;
  font-size: 1.02rem;
  line-height: 1.6;
}

.contact-page .contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.contact-page .contact-info-list li {
  display: grid;
  grid-template-columns: minmax(170px, 230px) 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(141, 106, 96, 0.14);
}

.contact-page .contact-label {
  color: #3b2a30;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-page .contact-info-list a {
  color: #6f1a2e;
  text-decoration: none;
  font-weight: 600;
}

.contact-page .contact-info-list a:hover {
  color: #52101f;
  text-decoration: underline;
}

.contact-page .contact-social-links {
  display: grid;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .contact-page .contact-info-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-page .contact-info-section {
    padding: 0.95rem 0 1.6rem !important;
  }
}

/* Catalog cards v4: lower, cleaner, image-led */
.shop-page #catalogProducts {
  gap: 22px !important;
}

.shop-page .product-section .catalog-card {
  gap: 0;
}

.shop-page .product-section .catalog-card .product-card-media,
.shop-page .product-section .catalog-card .catalog-card-media {
  aspect-ratio: auto;
  height: 220px;
  min-height: 220px;
  margin: 0 0 10px;
  border-radius: 24px;
  padding: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
  position: relative;
  isolation: isolate;
  line-height: 0;
}

.shop-page .product-section .catalog-card .catalog-card-image,
.shop-page .product-section .catalog-card .product-thumbnail {
  width: calc(100% + 8px);
  max-width: none;
  height: 100%;
  margin: 0 -4px;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.085);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

.shop-page .product-section .catalog-card:hover .catalog-card-image,
.shop-page .product-section .catalog-card:hover .product-thumbnail {
  transform: scale(1.115) !important;
}

.shop-page .product-section .catalog-card .product-card-meta,
.shop-page .product-section .catalog-card .catalog-card-badge,
.shop-page .product-section .catalog-card .catalog-card-category {
  display: none !important;
}

.shop-page .product-section .catalog-card .catalog-card-content {
  padding: 0 1px 1px !important;
  gap: 5px !important;
}

.shop-page .product-section .catalog-card .catalog-card-body {
  gap: 4px !important;
}

.shop-page .product-section .catalog-card .catalog-card-title {
  min-height: 2.2em;
  margin: 0;
  font-size: clamp(1.04rem, 0.98vw, 1.18rem) !important;
  line-height: 1.16 !important;
}

.shop-page .product-section .catalog-card .catalog-card-description {
  -webkit-line-clamp: 2;
  min-height: 2.7em;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.42;
}

.shop-page .product-section .catalog-card .product-card-facts,
.shop-page .product-section .catalog-card .product-card-delivery {
  display: none !important;
}

.shop-page .product-section .catalog-card .product-price-wrap,
.shop-page .product-section .catalog-card .catalog-price-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  gap: 8px;
  white-space: nowrap;
}

.shop-page .product-section .catalog-card .product-price {
  font-size: clamp(1.45rem, 1.45vw, 1.75rem) !important;
  line-height: 0.98 !important;
}

.shop-page .product-section .catalog-card .product-price-old {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  opacity: 0.55;
}

.shop-page .product-section .catalog-card .catalog-card-cta {
  min-height: 40px;
  margin-top: 0;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 10px;
}

@media (max-width: 1199.98px) {
  .shop-page .product-section .catalog-card .product-card-media,
  .shop-page .product-section .catalog-card .catalog-card-media {
    height: 205px;
    min-height: 205px;
  }
}

@media (max-width: 767.98px) {
  .shop-page #catalogProducts {
    gap: 16px !important;
  }

  .shop-page .product-section .catalog-card .product-card-media,
  .shop-page .product-section .catalog-card .catalog-card-media {
    height: 188px;
    min-height: 188px;
    margin-bottom: 8px;
    border-radius: 20px;
  }

  .shop-page .product-section .catalog-card .catalog-card-content {
    gap: 5px !important;
  }

  .shop-page .product-section .catalog-card .catalog-card-title {
    font-size: 1rem !important;
  }

  .shop-page .product-section .catalog-card .catalog-card-description {
    font-size: 11.5px;
    min-height: 2.45em;
  }

  .shop-page .product-section .catalog-card .catalog-card-cta {
    min-height: 38px;
  }
}

/* Final global button theme override: applies across all pages */
:root {
  --site-btn-primary-start: #ffd95d;
  --site-btn-primary-end: #ffc600;
  --site-btn-primary-start-hover: #ffcf3b;
  --site-btn-primary-end-hover: #efb900;
  --site-btn-primary-text: #4a3300;
  --site-btn-primary-border: rgba(186, 136, 8, 0.38);
  --site-btn-primary-border-hover: rgba(166, 118, 2, 0.42);
  --site-btn-primary-shadow: 0 10px 18px rgba(145, 105, 9, 0.22);

  --site-btn-base-start: #dc8311;
  --site-btn-base-end: #d17600;
  --site-btn-base-start-hover: #ce7602;
  --site-btn-base-end-hover: #b96600;
  --site-btn-base-text: #fff8f0;
  --site-btn-base-border: rgba(170, 97, 7, 0.36);
  --site-btn-base-border-hover: rgba(148, 85, 6, 0.44);
  --site-btn-base-shadow: 0 10px 18px rgba(148, 83, 8, 0.22);

  --site-btn-outline-bg: rgba(255, 252, 247, 0.92);
  --site-btn-outline-bg-hover: rgba(255, 246, 230, 0.98);
  --site-btn-outline-text: #5a4730;
  --site-btn-outline-border: rgba(195, 150, 45, 0.34);
  --site-btn-outline-border-hover: rgba(175, 132, 28, 0.42);
}

.btn {
  background: linear-gradient(135deg, var(--site-btn-base-start), var(--site-btn-base-end)) !important;
  color: var(--site-btn-base-text) !important;
  border-color: var(--site-btn-base-border) !important;
  box-shadow: var(--site-btn-base-shadow) !important;
}

.btn:hover {
  background: linear-gradient(135deg, var(--site-btn-base-start-hover), var(--site-btn-base-end-hover)) !important;
  color: #fff8f0 !important;
  border-color: var(--site-btn-base-border-hover) !important;
}

.btn.btn-primary,
.product-cta-row .btn.btn-primary {
  background: linear-gradient(135deg, var(--site-btn-primary-start), var(--site-btn-primary-end)) !important;
  color: var(--site-btn-primary-text) !important;
  border-color: var(--site-btn-primary-border) !important;
  box-shadow: var(--site-btn-primary-shadow) !important;
}

.btn.btn-primary:hover,
.product-cta-row .btn.btn-primary:hover {
  background: linear-gradient(135deg, var(--site-btn-primary-start-hover), var(--site-btn-primary-end-hover)) !important;
  color: #3f2c00 !important;
  border-color: var(--site-btn-primary-border-hover) !important;
}

.btn.btn-secondary,
.product-cta-row .btn.btn-secondary {
  background: linear-gradient(135deg, var(--site-btn-base-start), var(--site-btn-base-end)) !important;
  color: var(--site-btn-base-text) !important;
  border-color: var(--site-btn-base-border) !important;
  box-shadow: var(--site-btn-base-shadow) !important;
}

.btn.btn-secondary:hover,
.product-cta-row .btn.btn-secondary:hover {
  background: linear-gradient(135deg, var(--site-btn-base-start-hover), var(--site-btn-base-end-hover)) !important;
  color: #fff8f0 !important;
  border-color: var(--site-btn-base-border-hover) !important;
}

.btn.btn-white-outline,
.product-cta-row .btn.btn-white-outline {
  background: var(--site-btn-outline-bg) !important;
  color: var(--site-btn-outline-text) !important;
  border-color: var(--site-btn-outline-border) !important;
  box-shadow: none !important;
}

.btn.btn-white-outline:hover,
.product-cta-row .btn.btn-white-outline:hover {
  background: var(--site-btn-outline-bg-hover) !important;
  color: #4d3c28 !important;
  border-color: var(--site-btn-outline-border-hover) !important;
}

#productGallery .btn,
#productGallery .product-gallery-thumb {
  background: #fff !important;
  border: 1px solid rgba(133, 119, 115, 0.24) !important;
  box-shadow: none !important;
}

#productGallery .btn:hover,
#productGallery .product-gallery-thumb:hover {
  border-color: rgba(112, 96, 92, 0.36) !important;
  background: #fff !important;
}

#productGallery .btn.border-dark,
#productGallery .product-gallery-thumb.border-dark {
  border-color: rgba(85, 69, 67, 0.52) !important;
  box-shadow: 0 0 0 1px rgba(85, 69, 67, 0.16) inset !important;
}

.catalog-card-cta,
.product-card-cta.catalog-card-cta {
  background: rgba(255, 251, 246, 0.96) !important;
  color: #6a5a46 !important;
  border: 1px solid rgba(149, 124, 88, 0.26) !important;
  border-top: 1px solid rgba(149, 124, 88, 0.26) !important;
  box-shadow: none !important;
}

.shop-page .product-section .catalog-card:hover .catalog-card-cta,
.product-card.catalog-card:hover .catalog-card-cta,
.catalog-card-cta:hover,
.catalog-card-cta:focus-visible {
  background: linear-gradient(135deg, var(--site-btn-primary-start), var(--site-btn-primary-end)) !important;
  color: var(--site-btn-primary-text) !important;
  border-color: var(--site-btn-primary-border) !important;
  box-shadow: var(--site-btn-primary-shadow) !important;
}

.shop-page .product-section .catalog-card:hover .catalog-card-cta::after,
.product-card.catalog-card:hover .catalog-card-cta::after,
.catalog-card-cta:hover::after,
.catalog-card-cta:focus-visible::after {
  color: #4a3300 !important;
}

.red-loader-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(249, 246, 240, 0.88);
  backdrop-filter: blur(2px);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.red-loader-overlay.is-visible {
  display: flex;
  opacity: 1;
}

.red-loader-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.red-loader-logo {
  width: 88px;
  height: auto;
  animation: redLoaderPulse 1.35s ease-in-out infinite;
}

.red-loader-ring {
  width: 108px;
  height: 108px;
  border: 2px solid rgba(59, 93, 80, 0.18);
  border-top-color: rgba(59, 93, 80, 0.85);
  border-radius: 50%;
  position: absolute;
  animation: redLoaderSpin 1.1s linear infinite;
}

.red-loader-mark {
  position: relative;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
}

.red-loader-text {
  color: #3b5d50;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@keyframes redLoaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes redLoaderPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
