* {
  font-family: 'Poppins', sans-serif;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

/* content */
#content,
#column-left,
#column-right {
  padding-bottom: 500px;
}

ul.nav.nav-tabs .nav-link.active {
  background: #27500A !important;
  color: #fff !important;
}

div#product-list .price {
  font-size: 18px;
}

div#product-list .price span.price-old {
  float: left;
  font-size: 15px;
  margin-top: 2px;
  margin-right: 10px;
}

div#product-info ul.list-unstyled:nth-child(3) li {
  background: none;
  border: none;
}

div#product-info span.price-old {
  font-size: 19px;
}

@media (min-width: 576px) {

  #content,
  #column-left,
  #column-right {
    padding-bottom: 295px;
  }

  .grow1-m-Benefits {
    margin: 4px;
    padding: 4px;

  }
}

#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item>a,
#top .list-inline-item .dropdown>a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
  text-align: center;
  margin: 19px 0 7px 0;
}

.custom-field {
  display: none;
}

#logo img {
  max-width: 244px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}

/* 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 */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

/* menu */
#menu {
  background-color: #3B6D11;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;

  padding: 0 1rem;
  margin-bottom: 20px;

}

#menu .navbar-nav>li>a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 9px 10px 15px;
  background-color: transparent;
  text-transform: capitalize;
}

#menu .navbar-nav>li>a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  #menu .dropdown-inner {
    flex-direction: row;
  }

  #menu .nav-item+.nav-item+.nav-item .dropdown-column-3 {
    left: -200px;
  }

  #menu .nav-item+.nav-item+.nav-item .dropdown-column-4 {
    left: -400px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-2 {
    left: -200px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-3 {
    left: -400px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-4 {
    left: -600px;
  }
}

a#compare-total {
  display: none !important;
}

#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;
}

/* default boostrap changes */
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;
}

.product-thumb .description h4 a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

div#carousel-banner-1 a {
  box-shadow: 1px 11px 7px rgba(79, 108, 129, 0.12);
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 25px 35px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/* footer */
footer {

  width: 100%;
  padding-top: 30px;
  background-color: #0a1504 !important;

  color: #fff;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #acacad;
  text-decoration: none;
}

.footer-brand .fb-logo {
  font-size: 20px;
  font-weight: 800;
  color: #EAF3DE;
  letter-spacing: -0.8px;
  margin-bottom: 2px;
}

.footer-brand .fb-sub {
  font-size: 10px;
  color: #acacad;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}

.footer-brand p {
  font-size: 12px;
  color: #acacad;
  line-height: 1.65;
}

footer a:hover {
  color: #3B6D11;
}

footer h5 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 0px solid #dee2e6;
  border-radius: var(--bs-border-radius);
  background-color: #f8f9fa00;
  box-shadow: 0px 4px 40px rgba(79, 108, 129, 0.12);
}

.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;
}

h3 {
  text-align: center;
  margin-bottom: 28px;
  color: #000;
}

.breadcrumb>li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  border: 0px solid #ddd;
  position: relative;
  height: 100%;
  box-shadow: 0px 4px 40px rgba(79, 108, 129, 0.12);
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 10px;
  margin-bottom: 5px;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .button {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.product-thumb .button button {
  border: none;
  border-top: 0px solid var(--bs-border-color);
  background-color: #3B6D11 !important;
  color: #fff;
  line-height: 38px;
  text-align: center;
  padding: 3px 20px;
  margin-bottom: 20px;
  border-radius: 50px;
}

.product-thumb .button button:hover {
  color: #fff;
  background-color: #27500A !important;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button+button {
  border-left: 1px solid var(--bs-border-color);
}

@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 {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

.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;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#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;
}

nav#top {
  background: #173404;
  margin-bottom: 0px;
}

li.list-inline-item a {
  color: #fff !important;
  font-size: 13px ! IMPORTANT;

}

nav#top .dropdown-item {
  color: #0d0b0b ! IMPORTANT;
  font-size: 13px ! IMPORTANT;
}

button.btn.btn-lg.btn-dark.d-block.dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0px;
  color: #000;
}

form.input-group.mb-3 {
  display: flex;
  height: 45px;
  border: 1.5px solid #e2e8dc;
  border-radius: 10px;
  overflow: hidden;
  background: #f9faf7;
  transition: border-color .2s, box-shadow .2s;
  line-height: 26px;
  margin-top: 13px;
}

button.btn.btn-light.btn-lg {
  margin: 0px;
  padding: 0px 11px;
}

input.form-control.form-control-lg {
  font-size: 13px;
  display: block;
  position: relative;
}

header {
  background: #f8f8f8;
  margin: 0px;
  padding: 6px;
}

input.form-control.form-control-lg {
  border: none;
}

.dropdown.d-grid {
  margin-top: 17px;
}

button.btn.btn-light.btn-lg {
  border: none;
  background: none;
}

i.fa-solid.fa-magnifying-glass {
  background: #27500A;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50px;
}

li.nav-item.category-34 a {
  padding-top: 42px !important;
}

ul.nav.navbar-nav li {
  padding: 0px 9px;
  font-size: 13px;
  text-transform: capitalize !important;
}

.nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 23px;
  border-left: 1px solid #eee;
}

a.phone-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #27500A;
  text-decoration: none;
}

.phone-link svg {
  width: 14px;
  height: 14px;
}

.containermenu {
  display: flex;
  justify-content: center;
}

nav#menu {
  background: #fff !important;
  padding: 10px 10px;
  border: none;
  z-index: 999;
}

form#form-contact {
  display: none;
}

.carousel {
  border: 0px solid #fff !important;


  box-shadow: none !important;

}

div#common-home #carousel-banner-0 {
  width: 100vw;
  margin-left: calc(-50.7vw + 50%);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -82px;
}

div#product-info ul.list-unstyled {
  float: left;
  width: 100%;
}

ul.nav.nav-tabs li a {
  border: 1px solid #ccc;
  color: #000000 !important;
}

div#product-info ul.list-unstyled li {
  float: left;
  border: 1px solid #ccc;
  margin: 3px 3px;
  padding: 3px 3px;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 0px;
  background-color: var(--bs-tertiary-bg);
}

a.btn.btn-primary.btn-lg.btn-block {
  font-size: 13px;
  border-radius: 50px;
  margin-bottom: 20px;
}

div#product-info ul.list-unstyled li:last-child {
  border: none;
  background: none;
}

#filterlist h1 {
  background: #229ac800 !important;
  margin-top: 0;
  padding: 7px 10px;
  color: #000000 !important;

  font-size: 25px;
}

li.orderlist img {
  width: 35px;
}

li.orderlist {
  background: #0077ff ! IMPORTANT;
}

.refinesearch .col {
  width: 100%;
}

.refinesearch li {
  list-style: none;
  background: #3B6D11;
  float: left;
  margin: 6px 4px;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
}

.extrafieldscat div {
  float: left;
  border: 1px solid #ccc;
  margin: 3px 3px;
  padding: 3px 3px;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 0px;
  background-color: var(--bs-tertiary-bg);
}

.extrafieldscat {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.refinesearch a:hover {
  color: #fff;
}

.refinesearch {
  width: 100%;
}

div#common-home #carousel-banner-0 .carousel-inner,
div#common-home #carousel-banner-0 .carousel-item,
div#common-home #carousel-banner-0 img {
  width: 100%;
  max-width: 100%;
  height: auto;

}

div#common-home h2 {
  text-align: center;
  color: #000;
  margin-top: 50px;
}

.carousel-indicators [data-bs-target] {
  background: #fff;
}

.carousel-indicators {
  bottom: 0px;
  color: #fff !important;
}

.row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-xl-4 {
  margin-bottom: 7%;
}

.text-nowrap {
  white-space: normal ! IMPORTANT;
}

.productviewdata-body.modal-dialog.modal-lg button#button-cart {
  display: none;
}

div#account-account ul.list-unstyled {
  float: left;
}

div#account-account ul.list-unstyled li {
  background: #3B6D11;
  float: left;
  padding: 10px 10px;
  margin: 10px 10px;
  color: #fff;
  border-radius: 10px;
}

div#account-account ul.list-unstyled li:hover {
  background: #8d1016;
  color: #fff !important;
}

div#account-account ul.list-unstyled li a:hover {

  color: #fff !important;
}

li.invoice {
  background: #28a745 !important;
}

li.invoice img {
  width: 35px;
}

li.invoice:hover {
  background: #1e7e34 !important;
}

li.backorder {
  background: #ff9800 !important;
}

li.backorder img {
  width: 35px;
}

li.backorder:hover {
  background: #e67c00 !important;
}

@media (max-width: 768px) {
  div#carousel-banner-1 a {
    box-shadow: 1px 11px 7px rgba(79, 108, 129, 0.12);
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 10px 0px;
  }

  div#carousel-banner-1 a img.img-fluid {
    padding: 10px 16px;
  }

  #cart .dropdown-menu li {
    min-width: 100%;
  }

  .grow1-m-Benefits {
    margin: 4px !important;
    padding: 4px !important;
    width: 48%;
    float: left;

  }

  .grows img {
    max-width: 33px !important;


    margin: 4px 2px;
  }

  .grow1-Benefits {
    display: block;

  }

  div#common-home #carousel-banner-0 {
    width: 100vw;
    margin-left: calc(-50.7vw -218.01px + 50%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: -20px;
    margin-bottom: 0px;
  }

  #div-content-h-Benefits {
    font-size: 12px;
    margin-top: 9px;
    text-align: left;
  }

  #cart .btn-lg {
    font-size: 14px;
    line-height: 13px;
    padding: 4px 25px;
  }

  .dropdown.d-grid {
    margin-top: 0;
  }

  div#common-home h2 {

    margin-top: 0;
  }

  .carousel {

    margin-bottom: 0;
  }
}




:root {
  --g900: #0a1504;
  --g800: #0d1f06;
  --g700: #173404;
  --g600: #27500A;
  --g500: #3B6D11;
  --g400: #639922;
  --g300: #97C459;
  --g200: #C0DD97;
  --g100: #EAF3DE;
  --g50: #f5fdf0;
  --white: #ffffff;
  --border: #eef0ea;
  --text-main: #0d1f06;
  --text-muted: #888;
  --radius: 10px;
}

nav#top {
  all: unset;
  display: block;
}

#rps-announce {
  background: var(--g800);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 32px;
  font-size: 11.5px;
  font-family: inherit;
  gap: 16px;
}

#rps-announce .ann-left {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}

#rps-announce .ann-left strong {
  color: var(--g300);
  font-weight: 600;
}

#rps-announce .ann-sep {
  color: #2a4a1a;
}

#rps-announce .ann-right {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
}

#rps-announce .ann-right a,
#rps-announce .ann-right span {
  color: #c0ddac;
  text-decoration: none;
  font-size: 11.5px;
  padding: 0 12px;
  border-right: 1px solid #1a3a0a;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .15s;
  line-height: 1;
}

#rps-announce .ann-right a:last-child {
  border-right: none;
  padding-right: 0;
}

#rps-announce .ann-right a:hover {
  color: var(--g300);
}

header#rps-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 32px;
  display: flex;
  align-items: center;
  height: 76px;
  gap: 24px;
  position: relative;
  z-index: 100;
}

#rps-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

#rps-logo .logo-icon {
  width: 42px;
  height: 42px;
  background: var(--g700);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#rps-logo .logo-icon svg {
  width: 24px;
  height: 24px;
}

#rps-logo .logo-text .ln1 {
  font-size: 20px;
  font-weight: 800;
  color: var(--g800);
  letter-spacing: -0.8px;
  line-height: 1;
  display: block;
}

#rps-logo .logo-text .ln2 {
  font-size: 9px;
  color: var(--g400);
  font-weight: 700;
  letter-spacing: 0.6px;
  display: block;
  margin-top: 2px;
  text-transform: uppercase;
}

#rps-search-wrap {
  flex: 1;
  max-width: 500px;
}

#rps-search-form {
  margin: 0;
}

.rps-search-bar {
  display: flex;
  height: 44px;
  border: 1.5px solid #dde8d5;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f9faf7;
  transition: border-color .2s, box-shadow .2s;
}

.rps-search-bar:focus-within {
  border-color: var(--g600);
  box-shadow: 0 0 0 3px rgba(39, 80, 10, .08);
  background: var(--white);
}

.rps-search-cat {
  border: none;
  background: transparent;
  padding: 0 28px 0 14px;
  font-size: 12.5px;
  color: #555;
  font-family: inherit;
  outline: none;
  border-right: 1.5px solid #dde8d5;
  cursor: pointer;
  min-width: 76px;
  max-width: 130px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
}

.rps-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 14px;
  font-size: 13px;
  color: var(--text-main);
  font-family: inherit;
  min-width: 0;
}

.rps-search-input::placeholder {
  color: #bbb;
}

.rps-search-btn {
  background: var(--g600);
  color: var(--white);
  border: none;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  transition: background .15s;
  flex-shrink: 0;
}

.rps-search-btn:hover {
  background: var(--g500);
}

.rps-search-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

#rps-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
}

.rps-act-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: transparent;
  transition: background .15s;
  color: #555;
  font-family: inherit;
  position: relative;
}

.rps-act-btn:hover {
  background: var(--g50);
  color: var(--g600);
}

.rps-act-btn svg {
  width: 20px;
  height: 20px;
}

.rps-act-btn .act-label {
  font-size: 10px;
  font-weight: 500;
  color: #999;
  white-space: nowrap;
}

.rps-act-btn:hover .act-label {
  color: var(--g600);
}

.rps-divider {
  width: 1px;
  height: 32px;
  background: #eee;
  margin: 0 4px;
}

#rps-cart-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--g700);
  color: var(--g100);
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  font-family: inherit;
  transition: background .15s;
  white-space: nowrap;
}

#rps-cart-btn:hover {
  background: var(--g600);
  color: var(--white);
}

#rps-cart-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

#rps-cart-btn .cart-text {
  font-size: 13px;
  font-weight: 600;
}

#rps-cart-btn .cart-count {
  background: var(--g300);
  color: var(--g800);
  font-size: 10px;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.rps-account-wrap {
  position: relative;
}

.rps-account-wrap .rps-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);

  right: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
  min-width: 180px;
  padding: 6px;
  z-index: 200;
}

.rps-account-wrap:hover .rps-dropdown {
  display: block;
}

.rps-dropdown a {
  display: block;
  padding: 8px 12px;
  font-size: 12.5px;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: background .1s;
}

.rps-dropdown a:hover {
  background: var(--g50);
  color: var(--g600);
}

header:not(#rps-header),
nav#top .container,
#logo,
#search,
#cart:not(#rps-cart-wrap) {
  display: none !important;
}

div#common-home {
  max-width: 100%;
}

footer .container {
  max-width: 100%;
  padding: 0px 100px;
}

nav#menu a {
  color: #000 ! IMPORTANT;
  text-shadow: none !important;
}

/* ── TRUST ── */
.trust {
  background: #fff;
  display: flex;
  border-bottom: 1px solid #eef0ea;
}

.trust-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-right: 1px solid #eef0ea;
}

.trust-item:last-child {
  border-right: none;
}

.t-icon {
  width: 34px;
  height: 34px;
  background: #EAF3DE;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.t-icon svg {
  width: 16px;
  height: 16px;
  color: #27500A;
}

.t-name {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  display: block;
}

.t-sub {
  font-size: 10.5px;
  color: #999;
}

/* ── ECO ── */
.eco {
  background: #0d1f06;
  padding: 32px 32px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.eco-leaf {
  width: 60px;
  height: 60px;
  background: rgba(151, 196, 89, .12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(151, 196, 89, .2);
}

.eco-leaf svg {
  width: 30px;
  height: 30px;
  color: #97C459;
}

.eco-copy h3 {
  font-size: 16px;
  font-weight: 700;
  color: #EAF3DE;
  margin-bottom: 5px;
}

.eco-copy p {
  font-size: 12.5px;
  color: #4a6a35;
  line-height: 1.6;
  max-width: 380px;
}

.eco-nums {
  display: flex;
  gap: 0;
  margin-left: auto;
  border: 1px solid rgba(151, 196, 89, .15);
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.eco-num {
  padding: 18px 26px;
  text-align: center;
  border-right: 1px solid rgba(151, 196, 89, .12);
}

.eco-num:last-child {
  border-right: none;
}

.eco-num-n {
  font-size: 24px;
  font-weight: 800;
  color: #97C459;
  display: block;
  line-height: 1;
  letter-spacing: -0.5px;
}

.eco-num-l {
  font-size: 10px;
  color: #3B6D11;
  margin-top: 4px;
  font-weight: 500;
}

div#content {
  padding: 0px;
}

@media (max-width: 991px) {
  header#rps-header {
    padding: 0 16px;
    height: auto;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px;
  }

  #rps-search-wrap {
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
  }

  .rps-search-cat {
    display: none;
  }

  #rps-announce {
    padding: 7px 16px;
  }

  #rps-announce .ann-left .hide-mob {
    display: none;
  }
}

@media (max-width: 575px) {
  #rps-actions .rps-act-btn:not(#rps-cart-btn) .act-label {
    display: none;
  }

  #rps-actions .rps-act-btn:not(#rps-cart-btn) {
    padding: 8px;
  }
}

body {
  display: none;
}