@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  background-color: #FFFDF6;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #7a9e7a;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EFD6B7;
  border-bottom: 1px solid #e2c99a;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0;
}
#logo img {
  max-width: none;
  max-height: none;
}
/* Header flex layout */
.header-flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
.header-flex #search {
  margin-bottom: 0;
  width: 100%;
}
.header-flex #header-cart {
  margin-bottom: 0;
}
.header-logo {
  flex-shrink: 0;
}
.header-search {
  flex: 1;
  display: flex;
  align-items: center;
}
.header-search .input-group {
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.header-cart-col {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#search .form-control-lg, #search .btn-lg, #header-cart .btn-lg {
  height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  line-height: 40px !important;
}
@media (max-width: 767px) {
  .header-flex {
    flex-wrap: wrap;
    align-items: center;
  }
  .header-logo {
    order: 1;
    flex-basis: 100%;
    width: 100%;
  }
  .header-logo img {
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    max-width: 100%;
    display: block;
  }
  .header-cart-col {
    order: 2;
    flex: 1;
  }
  #header-cart .dropdown, #header-cart > a {
    width: 100%;
    display: block;
  }
  #header-cart .btn {
    width: 100% !important;
    display: block;
  }
  .header-search {
    order: 3;
    width: 100%;
    flex-basis: 100%;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 0;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #8BAF8B;
  background-image: linear-gradient(to bottom, #8BAF8B, #7a9e7a);
  background-repeat: repeat-x;
  border: 1px solid #7a9e7a;
  border-color: #7a9e7a #7a9e7a #5d8260;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: block;
  width: 100%;
}
#menu .dropdown-inner ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
#menu .dropdown-inner ul li {
  display: block;
  width: 100%;
}
#menu .dropdown-inner ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #8BAF8B, #7a9e7a);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  text-align: center;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #8BAF8B;
  background-image: linear-gradient(to bottom, #8BAF8B, #7a9e7a);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center !important;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #8BAF8B, #7a9e7a);
  background-repeat: repeat-x;
  border-color: #7a9e7a #7a9e7a #5d8260;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #7a9e7a;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3E4D3E;
  background-image: linear-gradient(to bottom, #4a5c4a, #2f3d2f);
  background-repeat: repeat-x;
  border-color: #2f3d2f #2f3d2f #1a221a;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #2f3d2f;
  background-image: linear-gradient(to bottom, #3a4b3a, #1f2d1f);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #8BAF8B;
  background-image: linear-gradient(to bottom, #8BAF8B, #7a9e7a);
  background-repeat: repeat-x;
  border-color: #7a9e7a #7a9e7a #5d8260;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* Left sidebar category menu */
.list-group-item.active {
  background-color: #8BAF8B;
  border-color: #7a9e7a;
  color: #fff;
}
.list-group-item:hover {
  background-color: #f0f5f0;
  color: #5d8260;
}
/* Left sidebar active override */
.list-group-item.active {
  background-color: #8BAF8B !important;
  border-color: #7a9e7a !important;
  color: #fff !important;
}
/* Sticky navigation menu */
#menu {
  position: sticky;
  top: 0;
  z-index: 100;
}
/* Footer enhancements */
footer .footer-contacts li {
  margin-bottom: 6px;
}
footer .footer-contacts li i {
  margin-right: 6px;
  color: #b0b0b0;
}
footer .footer-social {
  color: #b0b0b0;
  font-size: 18px;
  text-decoration: none;
}
footer .footer-social:hover {
  color: #fff;
}
footer p.small {
  color: #999;
}
/* ===== TYPOGRAPHY UPGRADE ===== */
body {
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
#menu .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}
/* ===== BUTTONS UPGRADE ===== */
.btn {
  border-radius: 8px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: all 0.2s ease !important;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.btn:active {
  transform: translateY(0) !important;
}
/* ===== PRODUCT CARDS UPGRADE ===== */
.product-thumb {
  border-radius: 12px !important;
  border: 1px solid #e8ede8 !important;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.product-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}
.product-thumb .image a img {
  transition: transform 0.3s ease;
}
.product-thumb:hover .image a img {
  transform: scale(1.04);
}
.product-thumb h4 a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.product-thumb .button-group {
  border-radius: 0 0 12px 12px;
}
.product-thumb .button-group button {
  font-size: 11px;
  letter-spacing: 0.5px;
  transition: background-color 0.2s, color 0.2s;
}
.product-thumb .button-group button:hover {
  background-color: #8BAF8B !important;
  color: #fff !important;
}
/* ===== MENU SCROLL SHADOW ===== */
#menu {
  transition: box-shadow 0.3s ease;
}
#menu.menu-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}
/* ===== SEARCH BAR ===== */
#search .form-control-lg {
  border-radius: 8px 0 0 8px !important;
  border-color: #c8d8c8;
  font-size: 14px !important;
  height: 40px !important;
}
#search .form-control-lg:focus {
  border-color: #8BAF8B;
  box-shadow: 0 0 0 3px rgba(139, 175, 139, 0.15);
}
#search .btn-lg {
  border-radius: 0 8px 8px 0 !important;
  height: 40px;
  padding: 0 20px;
}
/* ===== HERO SECTION ===== */
.hero-section {
  background: linear-gradient(135deg, #2d3d2d 0%, #3E4D3E 55%, #4a5c4a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 175, 139, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-section .hero-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #a8c8a8;
  margin-bottom: 14px;
}
.hero-section .hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}
.hero-section .hero-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-width: 500px;
}
.hero-section .btn-hero-primary {
  display: inline-block;
  background: #8BAF8B;
  color: #fff;
  border: none;
  padding: 13px 30px;
  font-size: 14px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}
.hero-section .btn-hero-primary:hover {
  background: #7a9e7a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 175, 139, 0.45);
  color: #fff;
  text-decoration: none;
}
.hero-section .btn-hero-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  padding: 11px 28px;
  font-size: 14px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}
.hero-section .btn-hero-secondary:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
.hero-section .hero-mascot {
  max-height: 260px;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.35));
  animation: hero-float 4s ease-in-out infinite;
}
@keyframes hero-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@media (max-width: 767px) {
  .hero-section .hero-title {
    font-size: 1.7rem;
  }
  .hero-section .hero-subtitle {
    font-size: 13px;
  }
  .hero-section .btn-hero-primary, .hero-section .btn-hero-secondary {
    padding: 11px 22px;
    font-size: 13px;
  }
}
/* ===== TRUST BAR ===== */
.trust-bar {
  background: #fff;
  border-bottom: 1px solid #e5ece5;
  border-top: 1px solid #e5ece5;
}
.trust-bar .trust-item {
  padding: 16px 12px;
  border-right: 1px solid #e5ece5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.trust-bar .trust-item:last-child {
  border-right: none;
}
.trust-bar .trust-item i {
  color: #8BAF8B;
  font-size: 18px;
  flex-shrink: 0;
}
.trust-bar .trust-item span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}
@media (max-width: 767px) {
  .trust-bar .trust-item {
    flex-direction: column;
    padding: 14px 6px;
    gap: 5px;
    font-size: 10px;
    border-right: none;
    border-bottom: 1px solid #e5ece5;
  }
  .trust-bar .trust-item i {
    font-size: 16px;
  }
  .trust-bar .trust-item span {
    font-size: 11px;
    text-align: center;
  }
}
/* ===== CATEGORY CARDS ===== */
.cat-section {
  padding: 36px 0 16px;
}
.cat-section .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8ede8;
}
.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 10px 18px;
  background: #fff;
  border: 1.5px solid #e8ede8;
  border-radius: 14px;
  text-decoration: none !important;
  transition: all 0.22s ease;
  text-align: center;
  height: 100%;
}
.cat-card:hover {
  border-color: #8BAF8B;
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(139, 175, 139, 0.18);
}
.cat-card:hover .cat-icon {
  background: #8BAF8B;
}
.cat-card:hover .cat-icon i {
  color: #fff;
}
.cat-card:hover .cat-name {
  color: #5d8260;
}
.cat-card .cat-icon {
  width: 52px;
  height: 52px;
  background: #f0f6f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: background 0.22s;
}
.cat-card .cat-icon i {
  font-size: 20px;
  color: #8BAF8B;
  transition: color 0.22s;
}
.cat-card .cat-name {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #555;
  transition: color 0.22s;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
/* ===== MOBILE BOTTOM NAV ===== */
@media (max-width: 767px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border-top: 1px solid #e0e8e0;
    display: flex;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .mobile-bottom-nav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 4px 8px;
    color: #999;
    text-decoration: none !important;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    gap: 4px;
    transition: color 0.18s;
    letter-spacing: 0.2px;
  }
  .mobile-bottom-nav a i {
    font-size: 19px;
  }
  .mobile-bottom-nav a:hover, .mobile-bottom-nav a.active {
    color: #8BAF8B;
  }
  body {
    padding-bottom: 66px;
  }
}
/* ===== FLOATING WIDGETS ===== */
.floating-widgets {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .floating-widgets {
    bottom: 76px;
    right: 12px;
  }
}
.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none !important;
  position: relative;
}
.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.float-btn i {
  font-size: 22px;
  color: #fff;
}
.float-btn .float-label {
  position: absolute;
  right: 64px;
  white-space: nowrap;
  background: #222;
  color: #fff;
  padding: 5px 11px;
  border-radius: 7px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
}
.float-btn .float-label::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: none;
  border-left-color: #222;
}
.float-btn:hover .float-label {
  opacity: 1;
}
.float-btn-callback {
  background: linear-gradient(135deg, #8BAF8B, #5d8260);
}
.float-btn-max {
  background: linear-gradient(135deg, #2787F5, #5B5EA6);
  position: relative;
  animation: max-breathe 2s ease-in-out infinite;
}
/* ===== CALLBACK MODAL ===== */
.callback-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 1055;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.callback-modal-overlay.active {
  display: flex;
}
.callback-modal {
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px 28px;
  width: 100%;
  max-width: 420px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.callback-modal h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #222;
  margin-bottom: 4px;
}
.callback-modal p {
  color: #888;
  font-size: 13px;
  margin-bottom: 20px;
}
.callback-modal .form-control {
  border-radius: 8px;
  border-color: #d0ddd0;
  font-size: 14px;
  padding: 10px 14px;
  margin-bottom: 10px;
}
.callback-modal .form-control:focus {
  border-color: #8BAF8B;
  box-shadow: 0 0 0 3px rgba(139, 175, 139, 0.15);
}
.callback-modal .btn-callback-submit {
  width: 100%;
  background: linear-gradient(135deg, #3E4D3E, #2d3d2d);
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 4px;
}
.callback-modal .btn-callback-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
}
.callback-modal .modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 24px;
  color: #bbb;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  transition: color 0.15s;
}
.callback-modal .modal-close:hover {
  color: #333;
}
/* ===== REMONT PAGE ===== */
.remont-spb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0f7f0;
  border: 1.5px solid #c0d8c0;
  border-radius: 100px;
  padding: 8px 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #4d7a50;
  margin-bottom: 24px;
}
.remont-spb-badge i {
  color: #8BAF8B;
}
.srv-card {
  background: #fff;
  border: 1.5px solid #e8ede8;
  border-radius: 14px;
  padding: 24px 16px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.22s ease;
}
.srv-card:hover {
  border-color: #8BAF8B;
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(139, 175, 139, 0.18);
}
.srv-card .srv-icon {
  width: 56px;
  height: 56px;
  background: #f0f7f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.srv-card .srv-icon i {
  font-size: 22px;
  color: #8BAF8B;
}
.srv-card .srv-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
}
.srv-card .srv-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #4d7a50;
  margin-bottom: 4px;
}
.srv-card .srv-note {
  font-size: 11px;
  color: #aaa;
}
.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.brands-list span {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  padding: 6px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  transition: all 0.15s;
}
.brands-list span:hover {
  border-color: #8BAF8B;
  color: #4d7a50;
  background: #f0f7f0;
}
.step-card {
  background: #fff;
  border: 1.5px solid #e8ede8;
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  height: 100%;
}
.step-card .step-num {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #8BAF8B, #5d8260);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin: 0 auto 12px;
}
.step-card .step-text {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}
.remont-form-block {
  background: linear-gradient(135deg, #f5f9f5, #edf4ed);
  border: 1.5px solid #ccdacc;
  border-radius: 18px;
  padding: 30px;
}
.remont-form-block h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 4px;
}
.remont-form-block .form-control {
  border-radius: 8px;
  border-color: #c8d8c8;
  font-size: 14px;
  padding: 10px 14px;
  background: #fff;
}
.remont-form-block .form-control:focus {
  border-color: #8BAF8B;
  box-shadow: 0 0 0 3px rgba(139, 175, 139, 0.15);
}
.remont-form-block textarea.form-control {
  resize: vertical;
}
.btn-remont-submit {
  display: inline-block;
  background: linear-gradient(135deg, #3E4D3E, #2d3d2d);
  color: #fff;
  border: none;
  padding: 13px 32px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-remont-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}
.remont-faq .accordion-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.remont-faq .accordion-button:not(.collapsed) {
  background: #f0f7f0;
  color: #3E4D3E;
  box-shadow: none;
}
.remont-faq .accordion-item {
  border-color: #e0e8e0;
  border-radius: 8px !important;
  margin-bottom: 6px;
  overflow: hidden;
}
.remont-section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8ede8;
}
/* === Nav menu full-width spread === */
#menu .navbar-collapse {
  width: 100%;
}
#menu.navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  #menu.navbar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
#menu .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
#menu .nav-item {
  flex: 1;
  text-align: center;
  padding: 0;
  position: relative;
}
#menu .nav-item .nav-link {
  display: block;
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#menu .nav-item .dropdown-menu {
  min-width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  #menu .navbar-nav {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #menu .nav-item {
    width: 100% !important;
    flex: none !important;
    text-align: center !important;
  }
  #menu .nav-item .nav-link {
    text-align: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* MAX button — square logo override */
.float-btn-max {
  border-radius: 14px !important;
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
  overflow: hidden;
  background: transparent !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}
.float-btn-max img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
@keyframes max-glow {
  0%, 100% {
    box-shadow: 0 4px 18px rgba(39, 135, 245, 0.35);
  }
  50% {
    box-shadow: 0 4px 28px rgba(39, 135, 245, 0.75), 0 0 0 6px rgba(39, 135, 245, 0.15);
  }
}
@keyframes max-breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* =============================================
   Product Card (pc-*)
   ============================================= */
.pc-card {
  display: grid;
  grid-template-columns: 1fr 420px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(44, 62, 44, 0.1);
  margin-bottom: 24px;
  border: 1px solid #dce8dc;
}
@media (max-width: 860px) {
  .pc-card {
    grid-template-columns: 1fr;
  }
}
/* Gallery */
.pc-gallery {
  display: flex;
  flex-direction: column;
  background: #f6faf6;
}
.pc-main-img {
  position: relative;
  flex: 1;
  min-height: 360px;
  background: linear-gradient(135deg, #eaf2ea 0%, #d4e8d4 100%);
  overflow: hidden;
}
.pc-slide {
  display: none;
  width: 100%;
  min-height: 360px;
  align-items: center;
  justify-content: center;
}
.pc-slide.pc-slide--active {
  display: flex;
}
.pc-slide img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
  padding: 16px;
}
.pc-zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #5d8260;
  transition: background 0.15s;
}
.pc-zoom:hover {
  background: #fff;
}
.pc-thumbrow {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
  border-top: 1px solid #dce8dc;
  overflow-x: auto;
  scrollbar-width: thin;
}
.pc-thumb {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #f6faf6;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s;
}
.pc-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.pc-thumb.pc-thumb--on {
  border-color: #8BAF8B;
}
.pc-thumb:hover:not(.pc-thumb--on) {
  border-color: #c4d9c4;
}
.pc-thumb.pc-thumb--vid {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  border-color: transparent;
}
.pc-thumb.pc-thumb--vid:hover {
  border-color: #8BAF8B;
}
/* Info column */
.pc-info {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 1px solid #dce8dc;
}
@media (max-width: 860px) {
  .pc-info {
    border-left: none;
    border-top: 1px solid #dce8dc;
  }
}
.pc-head-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.pc-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 10px;
  display: inline-block;
}
.pc-badge.pc-badge--brand {
  background: #edf4ed;
  color: #4d7550;
  text-decoration: none;
}
.pc-badge.pc-badge--brand:hover {
  text-decoration: none;
  color: #5d8260;
}
.pc-badge.pc-badge--stock {
  background: #e8f5e9;
  color: #2e7d32;
}
.pc-badge.pc-badge--stock::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #4caf50;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.pc-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #1a271a;
  margin: 0;
}
.pc-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.pc-stars {
  color: #f5a623;
  letter-spacing: 2px;
  font-size: 15px;
}
.pc-reviews-link {
  color: #607560;
  font-size: 12px;
  border-bottom: 1px dashed #c4d9c4;
  text-decoration: none;
}
.pc-reviews-link:hover {
  color: #4d7550;
  border-bottom-color: #4d7550;
  text-decoration: none;
}
.pc-rating-sep {
  color: #c4d9c4;
}
.pc-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.pc-price {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a271a;
}
.pc-price-old {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}
.pc-tax {
  font-size: 12px;
  color: #aaa;
}
.pc-discounts {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #607560;
  border: 1px solid #dce8dc;
  border-radius: 6px;
  padding: 8px 12px;
}
.pc-discounts li {
  padding: 2px 0;
}
.pc-points {
  font-size: 12px;
  color: #607560;
}
.pc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.pc-chip {
  font-size: 12px;
  font-weight: 500;
  color: #5d8260;
  background: #edf4ed;
  border: 1px solid #dce8dc;
  border-radius: 20px;
  padding: 4px 12px;
}
.pc-options {
  border-top: 1px solid #dce8dc;
  padding-top: 14px;
}
.pc-options-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #444;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.pc-cart-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pc-qty-ctrl {
  display: flex;
  align-items: center;
  border: 1px solid #dce8dc;
  border-radius: 8px;
  overflow: hidden;
  height: 44px;
  flex-shrink: 0;
}
.pc-qty-btn {
  width: 36px;
  height: 100%;
  border: none;
  background: #f6faf6;
  color: #1a271a;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.15s;
}
.pc-qty-btn:hover {
  background: #dce8dc;
}
.pc-qty-input {
  width: 40px;
  height: 100%;
  border: none;
  border-left: 1px solid #dce8dc;
  border-right: 1px solid #dce8dc;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: #1a271a;
  outline: none;
}
.pc-btn-cart {
  flex: 1;
  height: 44px;
  background: #8BAF8B;
  background-image: linear-gradient(to bottom, #8BAF8B, #7a9e7a);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: filter 0.15s, transform 0.1s;
}
.pc-btn-cart:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.pc-btn-cart:active {
  transform: translateY(0);
}
.pc-action-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pc-action-btn {
  flex: 1;
  min-width: 130px;
  height: 36px;
  border: 1px solid #dce8dc;
  background: #f6faf6;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #607560;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: border-color 0.15s, color 0.15s;
}
.pc-action-btn:hover {
  border-color: #8BAF8B;
  color: #4d7550;
}
.pc-action-btn i {
  font-size: 13px;
}
.pc-services {
  border-top: 1px solid #dce8dc;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: auto;
}
.pc-svc {
  font-size: 12px;
  color: #607560;
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1.4;
}
.pc-svc-icon {
  width: 26px;
  height: 26px;
  background: #edf4ed;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #5d8260;
}
/* Tabs section */
.pc-tabs-section {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(44, 62, 44, 0.1);
  border: 1px solid #dce8dc;
  margin-bottom: 24px;
}
.pc-tab-content .tab-pane {
  padding: 24px 28px;
}
@media (max-width: 500px) {
  .pc-tab-content .tab-pane {
    padding: 16px;
  }
}
/* Specs grid */
.pc-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
@media (max-width: 600px) {
  .pc-specs-grid {
    grid-template-columns: 1fr;
  }
}
.pc-spec-group {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #edf4ed;
}
.pc-spec-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.pc-spec-group-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8BAF8B;
  margin-bottom: 10px;
}
.pc-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  border-bottom: 1px solid #f4f8f4;
  font-size: 13px;
  gap: 12px;
}
.pc-spec-row:last-child {
  border-bottom: none;
}
.pc-spec-label {
  color: #607560;
  flex-shrink: 0;
}
.pc-spec-val {
  font-weight: 600;
  color: #1a271a;
  text-align: right;
}
/* Video tab */
.pc-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}
.pc-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
/* ===== JOURNAL / ARTICLES ===== */
.journal-section {
  padding: 40px 0 36px;
  background: #fff;
}
.journal-section .journal-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
  flex-wrap: wrap;
  gap: 10px;
}
.journal-section .journal-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8BAF8B;
  margin-bottom: 8px;
  display: block;
}
.journal-section .journal-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #222;
  margin: 0;
}
.journal-section .journal-more-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #5d8260;
  text-decoration: none;
  white-space: nowrap;
}
.journal-section .journal-more-link i {
  margin-left: 5px;
  transition: transform 0.2s;
}
.journal-section .journal-more-link:hover {
  color: #3E4D3E;
  text-decoration: none;
}
.journal-section .journal-more-link:hover i {
  transform: translateX(3px);
}
/* Article card */
.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1.5px solid #e8ede8;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none !important;
  transition: all 0.22s ease;
}
.article-card:hover {
  border-color: #8BAF8B;
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(139, 175, 139, 0.2);
}
.article-card:hover .article-card-title {
  color: #5d8260;
}
.article-card-cover {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.article-card-cover i {
  font-size: 42px;
  opacity: 0.9;
}
.article-card-cover.cover-1 {
  background: linear-gradient(135deg, #eaf3ea 0%, #c7ddc7 100%);
}
.article-card-cover.cover-1 i {
  color: #5d8260;
}
.article-card-cover.cover-2 {
  background: linear-gradient(135deg, #3E4D3E 0%, #2d3d2d 100%);
}
.article-card-cover.cover-2 i {
  color: #a8c8a8;
}
.article-card-cover.cover-3 {
  background: linear-gradient(135deg, #8BAF8B 0%, #6d9970 100%);
}
.article-card-cover.cover-3 i {
  color: #fff;
}
.article-card-topic {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #3E4D3E;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
}
.article-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.article-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  margin-bottom: 8px;
  transition: color 0.22s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card-excerpt {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.article-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11.5px;
  color: #909e90;
  margin-top: auto;
}
.article-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.article-card-meta i {
  color: #b7c9b7;
  font-size: 11px;
}
/* Featured / hero card on the Journal listing page */
.journal-hero-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid #e8ede8;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  margin-bottom: 32px;
  transition: box-shadow 0.25s ease;
}
.journal-hero-card:hover {
  box-shadow: 0 16px 40px rgba(139, 175, 139, 0.22);
}
.journal-hero-card:hover .article-card-title {
  color: #5d8260;
}
.journal-hero-card .journal-hero-cover {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3E4D3E 0%, #2d3d2d 100%);
}
.journal-hero-card .journal-hero-cover i {
  font-size: 74px;
  color: #a8c8a8;
  opacity: 0.9;
}
.journal-hero-card .journal-hero-body {
  padding: 26px 28px 28px;
}
.journal-hero-card .journal-hero-body .article-card-title {
  font-size: 1.5rem;
  -webkit-line-clamp: 3;
  margin-bottom: 12px;
}
.journal-hero-card .journal-hero-body .article-card-excerpt {
  font-size: 14.5px;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .journal-hero-card {
    flex-direction: row;
  }
  .journal-hero-card .journal-hero-cover {
    flex: 0 0 42%;
    min-height: 100%;
  }
  .journal-hero-card .journal-hero-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* Topic filter pills */
.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}
.topic-pill {
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 100px;
  border: 1.5px solid #e8ede8;
  background: #fff;
  color: #555;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.topic-pill:hover {
  border-color: #8BAF8B;
  color: #5d8260;
}
.topic-pill.active {
  background: #8BAF8B;
  border-color: #8BAF8B;
  color: #fff;
}
.journal-search-row {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  max-width: 420px;
}
.journal-search-row .form-control {
  border-radius: 100px;
  border: 1.5px solid #e8ede8;
  padding: 10px 18px;
  font-size: 13px;
}
.journal-search-row .form-control:focus {
  border-color: #8BAF8B;
  box-shadow: 0 0 0 3px rgba(139, 175, 139, 0.15);
}
.journal-search-row .btn {
  border-radius: 100px;
  background: #8BAF8B;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 13px;
}
.journal-search-row .btn:hover {
  background: #7a9e7a;
}
/* Article detail page */
.article-header {
  padding: 8px 0 24px;
}
.article-header .article-topic-badge {
  display: inline-block;
  background: #f0f6f0;
  color: #5d8260;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.article-header .article-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1a271a;
  line-height: 1.25;
  margin-bottom: 16px;
}
.article-header .article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: #808f80;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ede8;
}
.article-header .article-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.article-header .article-meta-row i {
  color: #8BAF8B;
}
.article-cover-banner {
  height: 260px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: linear-gradient(135deg, #3E4D3E 0%, #2d3d2d 100%);
}
.article-cover-banner i {
  font-size: 90px;
  color: #a8c8a8;
  opacity: 0.9;
}
.article-content {
  font-size: 16px;
  line-height: 1.85;
  color: #333;
  max-width: 760px;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content h2, .article-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1a271a;
  margin: 32px 0 14px;
}
.article-content h2 {
  font-size: 1.35rem;
}
.article-content h3 {
  font-size: 1.15rem;
}
.article-content ul, .article-content ol {
  margin-bottom: 20px;
  padding-left: 22px;
}
.article-content li {
  margin-bottom: 8px;
}
.article-content a {
  color: #5d8260;
  font-weight: 600;
}
.article-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 10px 0;
}
.article-content blockquote {
  border-left: 3px solid #8BAF8B;
  padding: 4px 20px;
  color: #5d6d5d;
  font-style: italic;
  margin: 24px 0;
}
.related-articles {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid #e8ede8;
}
.related-articles .journal-heading {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .journal-heading {
    font-size: 1.3rem;
  }
  .article-header .article-title {
    font-size: 1.5rem;
  }
  .article-cover-banner {
    height: 180px;
  }
  .article-cover-banner i {
    font-size: 56px;
  }
}
/* Mobile adjustments */
@media (max-width: 500px) {
  .pc-info {
    padding: 20px 16px;
  }
  .pc-title {
    font-size: 18px;
  }
  .pc-price {
    font-size: 26px;
  }
  .pc-cart-row {
    flex-wrap: wrap;
  }
  .pc-btn-cart {
    min-width: 100%;
  }
  .pc-action-row {
    flex-direction: column;
  }
  .pc-action-btn {
    min-width: 100%;
  }
}
/* ===== CDEK CHECKOUT ===== */
.cdek-start-btn {
  margin-bottom: 4px;
}
.cdek-tariffs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.cdek-tariff-card {
  flex: 1 1 220px;
  border: 1px solid #e8ede8;
  border-radius: 14px;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  background-color: #fff;
}
.cdek-tariff-card:hover {
  border-color: #8BAF8B;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.cdek-tariff-card.selected {
  border-color: #7a9e7a;
  border-width: 2px;
  background-color: #f3f7f3;
  box-shadow: 0 2px 12px rgba(139, 175, 139, 0.35);
}
.cdek-tariff-name {
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}
.cdek-tariff-price {
  font-weight: 700;
  color: #5d8260;
}
.cdek-map-hint {
  color: #c0392b;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}
.cdek-map-target {
  height: 420px;
  margin-top: 12px;
  border: 1px solid #e8ede8;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.cdek-map-target > div {
  height: 100%;
}
.cdek-office-info {
  margin-top: 10px;
  color: #5d8260;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cdek-tariff-card {
    flex: 1 1 100%;
  }
  .cdek-map-target {
    height: 320px;
  }
}
