/* ============================================================
   Common Styles (loaded on ALL pages)
   - Fonts / reset / body
   - Utility classes
   - Form elements / bank icons / buttons / icons / labels
   - Breadcrumb / pagination / tab / dotnav
   - Top Navigation (header)
   - Footer
   - Shared responsive
   ============================================================ */

@font-face {
  font-family: myFont;
  src: url('../fonts/Montserrat-Regular.ttf');
}

html,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
p,
span,
button,input {
  font-family: myFont !important;
}

body {
  margin: 0 auto;
  min-width: 1440px;
}

/* ========== Utility Classes ========== */
.ux-top {
  width: 100%;
}

.uk-font-12 {
  font-size: 12px;
}

.uk-font-13 {
  font-size: 13px;
}

.uk-font-14 {
  font-size: 14px;
}

.uk-font-15 {
  font-size: 15px;
}

.uk-font-16 {
  font-size: 16px;
}

.uk-font-17 {
  font-size: 17px;
}

.uk-font-18 {
  font-size: 18px;
}

.uk-margin-xs {
  margin-top: 5px;
}

.uk-lineHeight-35 {
  line-height: 35px;
}

.uk-lineHeight {
  line-height: 30px;
}

.uk-text-orange {
  color: #f1c12f;
}

.uk-text-white {
  color: #FFF;
}

.my-radius {
  border-radius: 50px;
}

.my-radius2 {
  border-radius: 15px;
}

.my-radius3 {
  border-radius: 25px;
}

.x-shodow:hover {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Background Colors */
.uk-background-muteded {
  background: #fcf0ee;
}

.uk-background-01 {
  background: #afc2c2;
}

.uk-background-02 {
  background-color: #eebb00;
}

.uk-background-03 {
  background: rgb(42 112 112 / 50%);
}

.uk-background-04 {
  background: #d7d7d7;
}

.uk-background-dd {
  background: #eee;
}

.uk-background-or {
  background: #222;
}

.uk-background-or1 {
  background: #f8f7f5;
}

.uk-background-or2 {
  background: #d5d5d5;
}

/* Container */
.uk-container-01 {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ========== Form Elements ========== */
.x-search-border {
  border: solid 1px #cccccc;
  border-radius: 3.125rem;
  vertical-align: middle;
  padding: 0.3125rem 1.25rem;
  font-size: 0.75rem;
}

.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  background-image: url(../img/nw_selarw.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
}

.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

.uk-select:not([multiple]):not([size]):disabled {
  background-image: url(../img/nw_selarw.png);
}

.uk-select:not([multiple]):not([size]) option {
  color: #cc6060;
}

/* ========== Bank / Payment Icons ========== */
.bank {
  background: url(../img/icon-3.png) 0 0 no-repeat;
  cursor: pointer;
  width: 98px;
  height: 67px;
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
}

.checked {
  border: 1px solid #f76b0c;
}

.visa {
  background-position: 0;
}

.master {
  background-position: -98px 0;
}

/* ========== Navbar ========== */
.x-uk-navbar {
  border: none;
  background: none;
}

.x-uk-navbar-nav {
  margin: 0;
  padding: 0;
}

.x-uk-navbar-nav>li {
  float: left;
  list-style-type: none;
}

.x-uk-navbar-nav>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: .25em;
  box-sizing: border-box;
  padding: 0 15px 0 0;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
}

.x-uk-navbar-nav>li:hover>a,
.x-uk-navbar-nav>li>a:focus,
.x-uk-navbar-nav>li>a[aria-expanded=true] {
  color: #666;
  outline: 0;
}

.x-uk-navbar-nav>li>a:active,
.x-uk-navbar-nav>li.uk-active>a {
  color: #333;
}

.x-uk-nv-text {
  width: 180px;
  text-align: center;
  color: #FFF;
  display: block;
  background: #C30101;
  padding: 11px 10px 12px 10px;
}

.x-uk-nv-text:hover {
  display: block;
  color: #FFF;
  text-decoration: none;
}

.x-uk-dropdown {
  background: rgba(0, 0, 0, .5);
}

.x-uk-nav-dropdown>li>a:focus,
.uk-nav-dropdown>li>a:hover {
  background: rgba(255, 255, 255, .2);
}

.x-nd-text li {
  line-height: 30px;
}

.x-nd-text li a {
  color: #FFF;
  padding-left: 45px;
}

/* ========== Lists & Thumbnails ========== */
.x-uk-list>li {
  margin-top: 10px;
}

.x-uk-thumbnail {
  margin-top: 10px;
  padding: 10px;
  width: 270px;
  height: 350px;
  border-radius: 0;
}

.x-uk-thumbnail-caption h4 {
  margin-bottom: 0;
}

.x-uk-thumbnail-caption a {
  font-size: 13px;
}

/* ========== Add to Cart ========== */
.addcart {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 35px;
}

.addcart a {
  border: solid 1px red;
  margin: 0;
  padding: 0 15px 2px 15px;
  border-radius: 50px;
  color: red;
}

.addcart a:hover {
  text-decoration: none;
}

.addcart a:first-child {
  border: none;
  color: #333;
  font-weight: bold;
}

/* ========== Radio Style ========== */
.RadioStyle input {
  display: none;
}

.RadioStyle label {
  border: 1px solid #ccc;
  padding: 2px 20px;
  line-height: 28px;
  text-align: center;
  float: left;
  margin: 2px;
  cursor: pointer;
}

.RadioStyle input:checked+label {
  background: url(../img/checkon.svg) no-repeat right bottom;
  background-size: 21px 21px;
  color: #00a4ff;
  border: 1px solid rgb(135, 183, 238);
}

/* ========== Buttons ========== */
.uk-button-01 {
  text-transform: capitalize;
  font-size: 12px;
}

.uk-button-orange {
  background-color: #f7ba01;
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-orange:focus,
.uk-button-orange:hover {
  background-color: #f5bf1a;
  color: #fff;
}

.uk-button-orange.uk-active,
.uk-button-orange:active {
  background-color: #f1c12f;
  color: #fff;
}

.uk-button-list {
  background-color: #444;
  color: #fff;
  min-height: 81px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uk-button-list:focus,
.uk-button-list:hover {
  background-color: #222;
  color: #fff;
}

.uk-button-list.uk-active,
.uk-button-list:active {
  background-color: #000;
  color: #fff;
}

/* ========== Inline ========== */
[class*=x-uk-inline] {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ========== Icons ========== */
.x-icon-bg {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
}

.x-icon-border {
  border: solid 1px #ccc;
}

.x-uk-border-rounded {
  border-radius: 50px;
}

.x-icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: #a8dadc;
}

/* ========== Labels ========== */
.x-uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #cdc023;
  line-height: 1.8;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50px;
  text-transform: uppercase;
}

/* ========== Breadcrumb ========== */
.uk-bread-background {
  padding: 20px;
  background: url("../img/inbg.jpg") center 0 no-repeat;
}

.uk-bread-small {
  background: #f1c12f;
  padding: 10px 20px;
  border-radius: 30px;
  line-height: 25px;
}

.x-uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
  content: "●";
  display: inline-block;
  margin: 0 15px 0 calc(15px - 4px);
  font-size: .875rem;
}

.x-uk-breadcrumb>*>*,
.y-uk-breadcrumb,
.y-uk-breadcrumb>*>*,
.y-uk-breadcrumb> :last-child>a:not([href]),
.y-uk-breadcrumb> :last-child>span,
.y-uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
  font-size: .75rem;
}

.x-uk-breadcrumb>*>* {
  color: #999;
}

.y-uk-breadcrumb {
  text-align: right;
}

y-uk-breadcrumb>*>*,
.y-uk-breadcrumb> :last-child>a:not([href]),
.y-uk-breadcrumb> :last-child>span,
.y-uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
  color: #222;
}

.y-uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
  content: "●";
  display: inline-block;
  margin: 0 20px 0 calc(20px - 4px);
}

/* ========== Pagination ========== */
.x-uk-pagination>* {
  flex: none;
  padding-left: 0;
  position: relative;
  background: none;
}

.x-uk-pagination>*>* {
  display: block;
  padding: 8px 15px;
  color: #999;
  border-radius: 50%;
  transition: color .1s ease-in-out;
}

.x-uk-pagination>*> :focus,
.x-uk-pagination>*> :hover {
  color: #666;
  text-decoration: none;
}

.x-uk-pagination>.uk-active>* {
  color: #FFF;
  background: #da867a;
}

.x-uk-pagination>.uk-disabled>* {
  color: #999;
}

/* ========== Text Truncate ========== */
.x-uk-text-truncate,
.x-uk-text-truncate-01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.x-uk-text-truncate-02 {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* ========== Ads & Titles ========== */
.uk-ad-bg {
  background: #c1e0db;
  padding: 20px;
}

.uk-tit h3 {
  background: #FFF;
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
}

.uk-tit span {
  font-size: 13px;
  margin-left: 5px;
}

.uk-tit a {
  color: #333;
  margin-right: 20px;
}

/* ========== Subnav Pill ========== */
.uk-subnav-pill>.uk-active>a {
  background: none;
  color: #666;
  border-bottom: solid 2px #1e87f0;
}

.uk-subnav-pill>*>a:focus,
.uk-subnav-pill>*>a:hover {
  background: none;
  color: #666;
}

/* ========== Banner ========== */
.x-banner-bg {
  background-color: #a8dadc;
}

.x-banner-img {
  position: absolute;
  right: 12%;
  width: 600px;
  height: 600px;
  animation: xbi 2s;
}

.x-banner-text {
  position: absolute;
  left: 15%;
  animation: xbt 2s;
}

.x-img-shape {
  position: absolute;
  right: 12%;
  width: 600px;
  height: 600px;
  background: #ffffff33;
  border-radius: 50%;
  z-index: -9997;
  animation: xis 2s backwards;
  animation-delay: 2s;
}

.x-img-shape::before {
  position: absolute;
  width: 450px;
  height: 450px;
  content: "";
  background: #ffffff33;
  border-radius: 50%;
  z-index: -9998;
  display: block;
  animation: xis 2s backwards;
  animation-delay: 2.2s;
}

.x-img-shape::after {
  position: absolute;
  width: 300px;
  height: 300px;
  content: "";
  background: #ffffff33;
  border-radius: 50%;
  z-index: -9999;
  display: block;
  animation: xis 2s backwards;
  animation-delay: 2.4s;
}

.x-stv,
.x-sbv {
  animation: xis 2s backwards;
}

/* ========== Border Rounded Utilities ========== */
.x-border-rounded {
  border: solid 1px #ccc;
  border-radius: 20px;
  box-shadow: none;
}

.x-border-rounded-btn {
  border-radius: 20px;
  box-shadow: none;
}

.x-border-rounded-01 {
  border: solid 1px #eee;
  border-radius: 10px;
  box-shadow: none;
}

.x-border-img-rounded {
  border-radius: 20px;
  border-bottom: solid 1px #ccc;
}

.x-border-footer-rounded {
  border: solid 1px #ccc;
  border-radius: 20px 20px 0 0;
}

.x-btn-border-rounded {
  border: solid 1px #eee;
  border-radius: 50px;
}

/* ========== DL (Quantity Input) ========== */
.x-dl {
  border: solid 1px #ccc;
  width: 120px;
  text-align: center;
  border-radius: 50px;
}

.x-dl-input {
  width: 40px;
  height: 30px;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
}

.x-dl-btn {
  width: 30px;
  border: none;
  background: none;
  cursor: pointer;
}

/* ========== Context & Padding ========== */
.x-context {
  line-height: 20px;
}

.x-pro-padding {
  padding: 30px;
}

/* ========== Arrow ========== */
.x-arrow {
  position: absolute;
  bottom: 3%;
  right: -3%;
}

.x-arrow a {
  background: #777;
  color: #fff;
}

/* ========== Subnav Pill Custom ========== */
.x-uk-subnav-pill>*> :first-child {
  padding: 10px 30px;
  background: 0 0;
  color: #999;
  border: solid 1px #eee;
  border-radius: 50px;
}

.x-uk-subnav-pill>*>a:focus,
.x-uk-subnav-pill>*>a:hover {
  background-color: #777;
  color: #fff;
}

.x-uk-subnav-pill>*>a:active {
  background-color: #777;
  color: #fff;
}

.x-uk-subnav-pill>.uk-active>a {
  background-color: #000;
  color: #fff;
}

/* ========== Collect ========== */
.x-collect {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #888;
  border-radius: 100%;
  margin-top: 20px;
  color: #888;
  float: right;
}

.x-collect span {
  margin: 25% 0 0 25%;
}

.x-collect:hover {
  animation: xch ease 1s forwards;
}

/* ========== Light Input ========== */
.uk-light .x-input {
  background: none;
  color: rgba(255, 255, 255, .7);
  background-clip: padding-box;
  border: none;
}

/* ========== Inpage Background ========== */
.x-inpage-bg {
  background: url(../img/breadcrumb_bg.jpg) center 0 no-repeat;
}

/* ========== Tab ========== */
.uk-tab>*>a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  justify-content: center;
  padding: 5px 10px;
  color: #4CAF50;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: color .1s ease-in-out;
  padding-right: 100px;
}

.uk-tab>*>a:focus,
.uk-tab>*>a:hover {
  color: #666;
  transition: font-size 0.3s;
  text-decoration: none;
  font-size: 2.2em;
}

.uk-tab>.uk-active>a {
  color: #333;
  border-right: solid 2px #8bc34a;
  font-size: 2.2rem;
}

.uk-tab>.uk-disabled>a {
  color: #999;
}

/* ========== Dotnav ========== */
.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin-left: -12px;
}

.uk-dotnav>* {
  flex: none;
  padding: 6px;
}

.uk-dotnav>*>* {
  display: block;
  box-sizing: border-box;
  width: 17px;
  height: 5px;
  border-radius: 50px;
  background: #eee !important;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  transition: .2s ease-in-out;
  transition-property: background-color, border-color;
}

.uk-dotnav>*> :focus,
.uk-dotnav>*> :hover {
  background-color: rgba(102, 102, 102, .6);
  outline: 0;
  border-color: transparent;
}

.uk-dotnav>*> :active {
  background-color: rgba(102, 102, 102, .2);
  border-color: transparent;
}

.uk-dotnav>.uk-active>* {
  background-color: #2196f3 !important;
  border-color: transparent;
}

.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px;
}

.uk-dotnav-vertical>* {
  padding-left: 0;
  padding-top: 12px;
}

/* ========== List 01 ========== */
.uk-list-01 {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0;
}

.uk-list-01 li {
  float: left;
  margin-left: 20px;
}

/* ========== Time ========== */
.uk-time {
  background: #f5bf1a;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 5px;
  margin-right: 10px;
}

.uk-time>div {
  font-weight: bold;
  text-align: center;
}

/* ========== Zoom ========== */
.x-zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.x-zoom-text {
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}

.x-zoom-text-tit {
  position: absolute;
  opacity: 1;
  transition: all 0.5s ease;
}

.x-zoom-bg {
  position: relative;
  transition: top 0.5s ease;
}

/* ========== Thumbnail Group ========== */
.thumbnail-group {
  margin-bottom: 10px;
}

.thumbnail-group img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnail-group img.active {
  border: 2px solid #837e7e;
}

/* ========== Radio Group ========== */
.radio-group {
  text-align: left;
}

.radio-group label {
  display: block;
  margin: 5px;
  padding: 10px 50px;
  background-color: #FFF;
  color: black;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.3s;
}

.radio-group input[type="radio"]:checked+label {
  background-color: #837e7e;
  color: #FFF;
}

.radio-group input[type="radio"] {
  display: none;
}

/* ========== Pagination Component ========== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.pagination li a,
.pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
  box-sizing: border-box;
}

.pagination li a:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.pagination li.active span {
  background-color: #2d8cf0;
  border-color: #2d8cf0;
  color: #fff;
}

.pagination li.disabled span {
  color: #bbb;
  cursor: not-allowed;
  background: #f8f8f8;
}

/* ========== Keyframes ========== */
@keyframes xch {
  from {
    border: solid 1px #888;
    background: none;
  }

  to {
    border: solid 1px orange;
    background: orange;
    color: #fff;
  }
}

@keyframes xbi {
  from {
    transform: translateY(80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes xis {
  from {
    transform: scale(0, 0);
  }

  to {
    transform: scale(1, 1);
  }
}

@keyframes xbt {
  from {
    transform: translateX(-80%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes titleFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== Amazon Sustainability Base (shared) ========== */
.am-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.am-section {
  padding: 80px 0;
}

.am-section-title {
  font-size: 42px;
  font-weight: 700;
  color: #232f3e;
  line-height: 1.2;
  margin: 0 0 40px 0;
}

.am-section-title.light {
  color: #ffffff;
}

.am-section-title.center {
  text-align: center;
}

/* ====================== Top Navigation ====================== */
.am-top-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
}

.am-nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.am-nav-logo {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.am-nav-logo:hover {
  text-decoration: none;
  color: #000000;
}

.am-nav-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.am-nav-icon {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.am-nav-icon:hover {
  color: #666666;
  text-decoration: none;
}

.am-nav-icon.uk-icon-cart::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: #ff0000;
  border-radius: 50%;
}

.am-nav-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.am-nav-toggle:hover {
  background: #f5f5f5;
}

.am-nav-toggle svg {
  width: 20px;
  height: 20px;
  color: #000000;
}

/* Mobile Menu */
.am-nav-mobile {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 20px 60px;
  gap: 8px;
}

.am-nav-mobile .am-nav-link {
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #f5f5f5;
  transition: color 0.25s ease;
}

.am-nav-mobile .am-nav-link:last-child {
  border-bottom: none;
}

.am-nav-mobile .am-nav-link:hover {
  color: #666666;
  text-decoration: none;
}

.am-nav-mobile.open {
  display: flex;
}

/* ====================== Footer ====================== */
.am-footer {
  background: #b28d4c;
  color: #fff;
}

.am-footer-main {
  padding: 80px 0 60px;
}

.am-footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.am-footer-brand {
  flex: 0 0 320px;
}

.am-footer-logo {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-bottom: 20px;
}

.am-footer-logo:hover {
  color: #fff;
  opacity: 0.8;
}

.am-footer-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0 0 24px 0;
}

.am-footer-social {
  display: flex;
  gap: 12px;
}

.am-footer-links {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 80px;
}

.am-footer-col {
  min-width: 140px;
}

.am-footer-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.am-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.am-footer-list li {
  margin-bottom: 12px;
}

.am-footer-list li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.25s ease;
}

.am-footer-list li a:hover {
  color: #fff;
}

.am-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
}

.am-footer-bottom .am-footer-container {
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.am-footer-payments {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;

}

.am-footer-payments img {
  height: 28px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}

.am-footer-payments img:hover {
  opacity: 1;
}

.am-footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;

}

/* ====================== Shared Responsive ====================== */
@media (max-width: 1199px) {
  .am-footer-container {
    flex-direction: column;
    gap: 50px;
  }

  .am-footer-brand {
    flex: 1 1 auto;
    max-width: 400px;
  }

  .am-footer-links {
    justify-content: flex-start;
    gap: 50px;
  }
}

@media (max-width: 991px) {

  .am-container,
  .am-nav-container,
  .am-footer-container {
    padding: 0 30px;
  }

  .am-section {
    padding: 60px 0;
  }

  .am-section-title {
    font-size: 32px;
  }

  .am-nav-container {
    height: 70px;
  }

  .am-nav-mobile {
    padding: 16px 30px;
  }
}

@media (max-width: 767px) {

  .am-container,
  .am-nav-container,
  .am-footer-container {
    padding: 0 20px;
  }

  .am-section-title {
    font-size: 28px;
  }

  .am-footer-links {
    flex-wrap: wrap;
    gap: 30px;
  }

  .am-footer-col {
    min-width: 120px;
    flex: 1 1 40%;
  }

  .am-nav-mobile {
    padding: 16px 20px;
  }
}

@media (max-width: 480px) {
  .am-footer-col {
    flex: 1 1 100%;
  }
}

/* ============================================================
   SAOR Header Styles (从 model5 复制，furnish- 前缀无冲突)
   用于: public_head.html 头部导航
   ============================================================ */

/*新建导航栏背景色*/
.f-nav{ background: #b28d4c; border-radius: 50px; padding: 20px 60px;}

/* ---------- Base Header ---------- */
.furnish-header {
  background: transparent;
  position: sticky;
  top: 50px;
  z-index: 1000;
}

.furnish-header .uk-navbar-container {
  background: transparent !important;
}

/* ---------- Logo ---------- */
.furnish-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.furnish-logo:hover {
  text-decoration: none;
}

.furnish-logo__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.furnish-logo__icon svg {
  width: 40px;
  height: 40px;
}

.furnish-logo__text {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

/* ---------- Navigation Links ---------- */
.furnish-nav {
  gap: 36px;
}

.furnish-nav >li> a {
  font-size: 15px;
  font-weight: 500;
  color: #FFF !important;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  min-height: auto;
  position: relative;
  transition: color 0.25s ease;
}

.furnish-nav > li > a:hover {
  color: #222 !important;
}

/* Nav active state */
.furnish-header .furnish-nav > li.uk-active > a {
  color: #222 !important;
  position: relative;
}

/* ---------- Right Icons ---------- */
.furnish-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.furnish-icon {
  color: #FFF;
  transition: color 0.25s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.furnish-icon:hover {
  color: #c8e600;
}

/* Search icon with border */
.furnish-icon--search {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  background: #FFF;
  color: #222;
}

.furnish-icon--search:hover {
  border-color: rgba(200,230,0,0.5);
}

/* CTA Button */
.furnish-cta-btn {
  display: inline-flex;
  align-items: center;
  background: #c8e600;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 8px;
}

.furnish-cta-btn:hover {
  background: #d4f20a;
  color: #1a1a1a;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Cart Badge */
.furnish-cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #c8e600;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
