@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;
  -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);
  }
}

/* ========== Hero Section (Legacy) ========== */
.hero-wrap {
  position: relative;
  height: 90vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-mask {
  position: absolute;
  inset: 0;
  background-color: rgba(60, 60, 60, 0.55);
}

.hero-left-content {
  position: absolute;
  bottom: 50px;
  left: 60px;
  color: #fff;
  z-index: 10;
}

.sub-label-details {
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 8px;
}

.main-title {
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
  animation: titleFade 1s ease forwards 0.3s;
}

.text-row-two-col {
  display: grid;
  grid-template-columns: 180px 170px;
  gap: 20px;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
  margin-bottom: 20px;
}

.slide-buttons {
  display: flex;
  gap: 8px;
}

.slide-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ffffff80;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slide-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* ========== Header Nav (Legacy) ========== */
.header-nav {
  position: absolute;
  top: 50px;
  right: 60px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu-slide-wrap {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transform: translateX(10px);
  opacity: 0;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.3s ease;
}

.menu-slide-wrap.open {
  width: 340px;
  transform: translateX(0);
  opacity: 1;
}

.nav-items-group {
  display: flex;
  gap: 30px;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.25s ease;
}

.nav-link:hover {
  opacity: 1;
}

.nav-icon {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.25s;
  opacity: 0.9;
}

.nav-icon:hover {
  opacity: 1;
}

.nav-icon.grid-toggle.active {
  transform: rotate(90deg);
}

/* ========== Card Group ========== */
.card-group-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10;
}

.img-card {
  width: 360px;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
}

.slide-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slide-item.active {
  opacity: 1;
  z-index: 2;
}

.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 99;
}

.arrow-btn {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  cursor: pointer !important;
  transition: background 0.25s ease;
  border-radius: 50%;
  pointer-events: auto !important;
}

.arrow-btn:hover {
  background: rgba(0, 0, 0, 0.55);
}

.news-card {
  width: 280px;
  background-color: #222222;
  color: #fff;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-label {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 12px;
}

.news-title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 500;
}

.news-readmore {
  font-size: 14px;
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.25s;
}

.news-readmore:hover {
  opacity: 1;
  text-decoration: none;
}

/* ========== Events Bar ========== */
.events-bar {
  width: 100%;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 60px;
  gap: 20px;
}

.event-col h4 {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-big-text {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 8px;
}

.event-small-text {
  font-size: 13px;
  color: #666;
}

.dots-indicator {
  margin-top: 20px;
  display: flex;
  gap: 6px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  transition: background 0.25s;
}

.dot.active {
  background: #222;
}

.col-name-text {
  font-size: 36px;
  color: #888;
  font-weight: 300;
  margin-bottom: 8px;
}

/* ========== Grid Container ========== */
.grid-container-wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.col-left,
.col-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.grid-cell {
  background-color: #f7f8fa;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.span-2-col {
  grid-column: span 2;
}

.grid-cell img {
  max-width: 80%;
  max-height: 220px;
  object-fit: contain;
  margin-bottom: 16px;
}

.script-text {
  color: #a4945c;
  font-size: 18px;
  margin-bottom: 6px;
}

.heading-text {
  font-size: 20px;
  letter-spacing: 1px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
}

.sale-box {
  border: 1px dashed #999999;
  padding: 30px 10px;
}

.sale-small {
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
}

.sale-percent {
  font-size: 52px;
  color: #a4945c;
  font-weight: 600;
  line-height: 1;
}

.sale-word {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #222;
}

/* ============================================================
   Amazon Sustainability Style - New Homepage Sections
   ============================================================ */

/* Base */
.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;
}

/* Buttons */
.am-btn-primary,
.am-btn-outline {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.am-btn-primary {
  padding: 12px 28px;
  background: #232f3e;
  color: #fff;
}

.am-btn-outline {
  padding: 10px 24px;
  border: 1px solid #232f3e;
  color: #232f3e;
}

.am-btn-primary:hover,
.am-btn-outline:hover,
.am-link-arrow:hover,
.am-news-card:hover,
.am-stat-box:hover,
.am-media-card:hover,
.am-goal-card:hover,
.am-focus-card:hover,
.am-package-card:hover,
.am-popular-card:hover,
.am-update-card:hover {
  text-decoration: none;
}

.am-btn-primary:hover {
  background: #37475a;
  color: #fff;
}

.am-btn-outline:hover {
  background: #232f3e;
  color: #fff;
}

.am-btn-outline.light {
  border-color: #fff;
  color: #fff;
}

.am-btn-outline.light:hover {
  background: #fff;
  color: #232f3e;
}

.am-link-arrow {
  color: #232f3e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.25s;
}

.am-link-arrow:hover {
  opacity: 0.7;
}

/* Section 1: Hero Split */
.am-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  background: #f2f4f6;
}

.am-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0 60px 60px;
}

.am-hero-title {
  font-size: 64px;
  font-weight: 700;
  color: #232f3e;
  line-height: 1.1;
  margin: 0;
}

.am-hero-dots {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}

.am-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
  cursor: pointer;
}

.am-dot.active {
  background: #232f3e;
}

.am-news-card {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  margin-top: 40px;
}

.am-news-img {
  width: 120px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.am-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.am-news-info {
  flex: 1;
}

.am-news-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  margin-bottom: 8px;
}

.am-news-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.am-hero-right {
  padding: 40px 60px 40px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.am-hero-media {
  width: 100%;
  height: 100%;
  position: relative;
}

.am-media-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.am-media-card img,
.am-goal-img img,
.am-focus-img img,
.am-shop-card img,
.am-popular-img img,
.am-update-img img,
.am-package-card img,
.am-science-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.am-media-card img,
.am-goal-link .am-goal-img img,
.am-focus-img img,
.am-shop-card img,
.am-popular-img img,
.am-science-media img {
  transition: transform 0.5s ease;
}

.am-media-card:hover img {
  transform: scale(1.05);
}

.am-media-overlay,
.am-goal-info,
.am-focus-info,
.am-progress-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
}

.am-media-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.am-media-overlay h3 {
  font-size: 22px;
  margin: 0 0 6px 0;
}

.am-media-overlay p {
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
}

.am-hero-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
  z-index: 10;
}

.am-hero-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
  pointer-events: auto;
}

.am-hero-arrow:hover {
  background: rgba(0, 0, 0, 0.55);
}

/* Section 2: Updates */
.am-updates-section {
  background: #ffffff;
}

.am-filter-tabs {
  display: flex;
  gap: 8px;
}

.am-filter-btn {
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #555;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.am-filter-btn:hover,
.am-filter-btn.active {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.am-updates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.am-update-card {
  text-decoration: none;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-update-card:hover,
.am-package-card:hover,
.am-popular-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.am-update-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.am-update-body {
  padding: 20px;
}

.am-update-desc,
.am-stat-desc,
.am-package-info p,
.am-science-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* Section 3: Goals (Dark) */
.am-goals-section {
  background: #0f1a26;
  padding: 100px 0;
}

.am-section-header,
.am-goals-header,
.am-progress-header,
.am-science-header,
.am-shop-header,
.am-popular-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.am-section-header {
  margin-bottom: 40px;
}

.am-goals-header {
  align-items: flex-start;
}

.am-goals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 280px);
  gap: 20px;
}

.am-goals-grid .am-goal-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.am-goals-grid .am-goal-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.am-goals-grid .am-goal-card:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.am-goals-grid .am-goal-card:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}

.am-goals-grid .am-goal-card:nth-child(5) {
  grid-column: 2 / 4;
  grid-row: 2;
}

.am-goals-grid .am-goal-card:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

.am-goals-grid .am-goal-card:nth-child(7) {
  grid-column: 1;
  grid-row: 2;
}

.am-goal-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #1a2634;
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-goal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.am-goal-link {
  cursor: pointer;
}

.am-goal-link:hover .am-goal-img img {
  transform: scale(1.05);
}

.am-goal-tall {
  grid-row: span 2;
}

.am-goal-wide {
  grid-column: span 2;
}

.am-goal-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.am-goal-info {
  padding: 24px;
}

.am-goal-info h3,
.am-media-overlay h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.am-goal-label,
.am-media-tag,
.am-progress-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  margin-bottom: 10px;
}

.am-goal-label {
  background: #4caf50;
}

.am-progress-tag {
  padding: 6px 16px;
  font-size: 13px;
}

.am-goal-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #e8f5e9;
}

.am-goal-stat.dark {
  background: #1b5e20;
}

.am-stat-box {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
}

.am-stat-num,
.am-pstat-num {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.am-stat-num {
  color: #2e7d32;
  margin-bottom: 12px;
}

.am-goal-stat.dark .am-stat-num {
  color: #81c784;
}

.am-pstat-num {
  font-size: 36px;
  color: #232f3e;
}

.am-goal-stat.dark .am-stat-desc {
  color: rgba(255, 255, 255, 0.8);
}

/* Section 4: Progress */
.am-progress-section {
  background: #f2f4f6;
}

.am-progress-stats {
  display: flex;
  gap: 40px;
}

.am-pstat {
  text-align: center;
}

.am-pstat-label {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.am-progress-body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.am-progress-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.am-progress-media a {
  display: block;
  text-decoration: none;
}

.am-progress-media img {
  height: 400px;
}

.am-progress-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin: 0 0 24px 0;
}

/* Section 5: Focus Areas */
.am-focus-section {
  background: #ffffff;
}

.am-focus-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.am-focus-card {
  text-decoration: none;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
}

.am-focus-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.am-focus-card:hover .am-focus-img img {
  transform: scale(1.08);
}

.am-focus-info {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.am-focus-info h4,
.am-package-info h4,
.am-popular-info h4,
.am-shop-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.am-focus-info h4 {
  color: #fff;
}

.am-package-info h4 {
  font-size: 18px;
  color: #232f3e;
  margin: 0 0 8px 0;
}

.am-popular-info h4 {
  color: #232f3e;
  margin: 0 0 8px 0;
}

.am-shop-card h4 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px 0;
  min-height: 48px;
}

.am-focus-arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.3s;
}

.am-focus-card:hover .am-focus-arrow {
  background: rgba(255, 255, 255, 0.4);
}

/* Section 6: Packaging */
.am-package-section {
  background: #f2f4f6;
}

.am-package-text {
  max-width: 700px;
  margin-bottom: 50px;
}

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

.am-package-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.am-package-card {
  text-decoration: none;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-package-card img {
  height: 280px;
}

.am-package-info {
  padding: 24px;
}

/* Section 7: Science */
.am-science-section {
  background: #ffffff;
}

.am-science-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.am-science-media {
  border-radius: 20px;
  overflow: hidden;
}

.am-science-media a {
  display: block;
  text-decoration: none;
}

.am-science-media img {
  height: 400px;
}

.am-science-media:hover img {
  transform: scale(1.03);
}

.am-science-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.am-science-card {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 30px;
}

.am-science-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #232f3e;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.am-science-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.am-science-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  font-size: 14px;
  color: #444;
}

.am-item-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #232f3e;
  flex-shrink: 0;
  margin-left: 12px;
}

.am-item-dot.green {
  background: #4caf50;
}

/* Section 8: Shop (Dark) */
.am-shop-section {
  background: #0f1a26;
  padding: 100px 0;
}

.am-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.am-shop-card {
  background: #1a2634;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.am-shop-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
  min-height: 48px;
}

.am-shop-card a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.am-shop-card img {
  height: 200px;
}

.am-shop-card:hover img {
  transform: scale(1.05);
}

/* Section 9: Popular */
.am-popular-section {
  background: #f2f4f6;
}

.am-popular-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.am-popular-card {
  text-decoration: none;
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-popular-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.am-popular-card:hover .am-popular-img img {
  transform: scale(1.08);
}

.am-popular-info {
  padding: 20px;
}

.am-popular-price {
  font-size: 18px;
  font-weight: 700;
  color: #2e7d32;
  margin: 0;
}

/* ====================== Top Navigation ====================== */
.am-top-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

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

.am-nav-logo {
  font-size: 20px;
  font-weight: 700;
  color: #232f3e;
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: opacity 0.25s ease;
}

.am-nav-logo:hover,
.am-nav-link:hover,
.am-nav-icon:hover,
.am-footer-logo:hover,
.am-social-link:hover,
.am-footer-list li a:hover {
  text-decoration: none;
}

.am-nav-logo:hover {
  opacity: 0.7;
  color: #232f3e;
}

.am-nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.am-nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 4px 0;
  transition: color 0.25s ease;
}

.am-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #232f3e;
  transition: width 0.3s ease;
}

.am-nav-link:hover {
  color: #232f3e;
}

.am-nav-link:hover::after {
  width: 100%;
}

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

.am-nav-icon {
  color: #444;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.am-nav-icon:hover {
  color: #232f3e;
  background: #f2f4f6;
}

/* Mobile Toggle */
.am-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  gap: 5px;
  padding: 0;
}

.am-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #232f3e;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.am-nav-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.am-nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.am-nav-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

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

.am-nav-mobile .am-nav-link {
  padding: 12px 0;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}

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

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

/* ====================== Footer ====================== */
.am-footer {
  background: #0f1a26;
  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;
  
}

/* ====================== 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;
  }

  .am-hero-split {
    grid-template-columns: 1fr;
  }

  .am-hero-right {
    display: none;
  }

  .am-goals-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .am-goals-grid .am-goal-card:nth-child(1) {
    grid-column: 1;
    grid-row: auto;
  }

  .am-goals-grid .am-goal-card:nth-child(2) {
    grid-column: 2;
    grid-row: auto;
  }

  .am-goals-grid .am-goal-card:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }

  .am-goals-grid .am-goal-card:nth-child(4) {
    grid-column: 2;
    grid-row: auto;
  }

  .am-goals-grid .am-goal-card:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .am-goals-grid .am-goal-card:nth-child(6) {
    grid-column: 1;
    grid-row: auto;
  }

  .am-goals-grid .am-goal-card:nth-child(7) {
    grid-column: 2;
    grid-row: auto;
  }

  .am-focus-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .am-shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .am-popular-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@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-updates-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .am-progress-body {
    grid-template-columns: 1fr;
  }

  .am-science-body {
    grid-template-columns: 1fr;
  }

  .am-package-grid {
    grid-template-columns: 1fr;
  }

  .am-nav-menu {
    display: none;
  }

  .am-nav-toggle {
    display: flex;
  }
}

@media (max-width: 767px) {

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

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

  .am-hero-title {
    font-size: 42px;
  }

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

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

  .am-updates-grid {
    grid-template-columns: 1fr;
  }

  .am-focus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .am-shop-grid {
    grid-template-columns: 1fr;
  }

  .am-popular-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .am-goals-grid {
    grid-template-columns: 1fr;
  }

  .am-goals-grid .am-goal-card:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }

  .events-bar {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .grid-container-wrap {
    grid-template-columns: 1fr;
  }

  .col-left,
  .col-right {
    grid-template-columns: 1fr;
  }

  .span-2-col {
    grid-column: span 1;
  }

  .hero-left-content {
    left: 20px;
    bottom: 30px;
  }

  .main-title {
    font-size: 52px;
  }

  .header-nav {
    right: 20px;
    top: 30px;
    gap: 20px;
  }

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

@media (max-width: 480px) {
  .am-popular-grid {
    grid-template-columns: 1fr;
  }

  .am-focus-grid {
    grid-template-columns: 1fr;
  }

  .am-footer-col {
    flex: 1 1 100%;
  }

  .main-title {
    font-size: 40px;
  }

  .img-card {
    width: 100%;
  }
}

/* ====================== Product Page ====================== */
.am-product-hero {
  background: #f2f4f6;
  padding: 100px 0 60px;
  text-align: center;
}

.am-product-hero-content {
  max-width: 600px;
  margin: 0 auto;
}

.am-product-hero-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 16px 0 0;
}

/* Category Bar */
.am-category-bar {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: sticky;
  top: 64px;
  z-index: 100;
}

.am-category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.am-category-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.am-category-link {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.am-category-link:hover {
  background: #f5f5f5;
  color: #232f3e;
  text-decoration: none;
}

.am-category-link.active {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.am-category-current {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}

.am-category-label {
  color: #999;
}

.am-category-name {
  font-weight: 600;
  color: #232f3e;
}

/* Product Grid */
.am-product-section {
  padding: 60px 0 100px;
}

.am-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.am-product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.am-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.am-product-img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
}

.am-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.am-product-card:hover .am-product-img {
  transform: scale(1.08);
}

.am-product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.am-product-card:hover .am-product-overlay {
  opacity: 1;
}

.am-product-view {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  color: #232f3e;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.am-product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-block;
  padding: 6px 14px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
}

.am-product-info {
  padding: 20px;
}

.am-product-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #232f3e;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.am-product-name:hover {
  color: #37475a;
  text-decoration: none;
}

.am-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.am-product-price {
  font-size: 18px;
  font-weight: 700;
  color: #2e7d32;
}

.am-product-cart {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f2f4f6;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.am-product-cart:hover {
  background: #232f3e;
  color: #fff;
  text-decoration: none;
}

/* Pagination */
.am-product-pagination {
  margin-top: 60px;
}

/* Empty State */
.am-product-empty {
  text-align: center;
  padding: 80px 20px;
  color: #999;
}

.am-product-empty h3 {
  font-size: 24px;
  color: #232f3e;
  margin: 20px 0 8px;
}

.am-product-empty p {
  font-size: 15px;
  color: #666;
  margin: 0 0 24px;
}

/* Product Page Responsive */
@media (max-width: 1199px) {
  .am-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .am-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .am-category-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .am-category-bar {
    top: 0;
  }
}

@media (max-width: 767px) {
  .am-product-hero {
    padding: 60px 0 40px;
  }

  .am-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .am-product-info {
    padding: 16px;
  }

  .am-product-name {
    font-size: 14px;
  }

  .am-product-price {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .am-product-grid { grid-template-columns: 1fr; }
  .am-category-link { padding: 6px 14px; font-size: 12px; }
}

/* ====================== Product Detail Page ====================== */

/* Breadcrumb */
.am-breadcrumb-section {
  background: #f8f9fa;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.am-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #666;
  flex-wrap: wrap;
}

.am-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.25s ease;
}

.am-breadcrumb a:hover { color: #232f3e; text-decoration: none; }

.am-breadcrumb-current {
  color: #232f3e;
  font-weight: 600;
}

/* Product Detail Layout */
.am-product-detail-section { padding: 60px 0; }

.am-product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Gallery */
.am-product-gallery { position: sticky; top: 100px; }

.am-product-main-img {
  border-radius: 20px;
  overflow: hidden;
  background: #f8f9fa;
  margin-bottom: 20px;
}

.am-product-main-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.am-product-thumb-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.am-thumb-btn {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #f8f9fa;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.am-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.am-thumb-btn:hover { border-color: #ccc; }
.am-thumb-btn.active { border-color: #232f3e; }

/* Product Info */
.am-product-detail-header { margin-bottom: 24px; }

.am-product-detail-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #2e7d32;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.am-product-detail-name {
  font-size: 36px;
  font-weight: 700;
  color: #232f3e;
  line-height: 1.2;
  margin: 0 0 16px;
}

.am-product-detail-price {
  display: flex;
  align-items: center;
  gap: 16px;
}

.am-price-current {
  font-size: 32px;
  font-weight: 700;
  color: #232f3e;
}

.am-price-original {
  font-size: 20px;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
}

.am-product-detail-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 30px;
}

/* Attributes */
.am-product-attributes { margin-bottom: 30px; }

.am-attr-group { margin-bottom: 24px; }

.am-attr-group-inline {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.am-attr-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #232f3e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.am-attr-group-inline .am-attr-label { margin-bottom: 0; }

.am-attr-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.am-attr-option { cursor: pointer; }

.am-attr-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.am-attr-text {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 13px;
  color: #555;
  background: #fff;
  transition: all 0.3s ease;
}

.am-attr-option:hover .am-attr-text { border-color: #999; }

.am-attr-option input:checked + .am-attr-text {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.am-attr-color {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 13px;
  color: #555;
  background: #fff;
}

.am-attr-color::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ddd;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.am-attr-option input:checked + .am-attr-color {
  background: #232f3e;
  color: #FFF;
  font-weight: 600;
  border: 2px solid #232f3e;
}

/* Quantity */
.am-quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
}

.am-qty-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  font-size: 18px;
  color: #555;
  cursor: pointer;
  transition: background 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.am-qty-btn:hover { background: #f2f4f6; }

.am-qty-input {
  width: 50px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #232f3e;
  background: #fff;
  -moz-appearance: textfield;
}

.am-qty-input::-webkit-outer-spin-button,
.am-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.am-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #2e7d32;
}

/* Actions */
.am-product-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.am-btn-addcart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: none;
  cursor: pointer;
}

.am-btn-checkout {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  background: #0f1a26;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.am-btn-checkout:hover {
  background: #232f3e;
  transform: translateY(-2px);
}

/* Trust Badges */
.am-trust-badges {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}

.am-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}

/* Tabs Section */
.am-product-tabs-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.am-tabs { max-width: 900px; margin: 0 auto; }

.am-tab-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.am-tab-btn {
  padding: 16px 32px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: -1px;
}

.am-tab-btn:hover { color: #232f3e; }

.am-tab-btn.active {
  color: #232f3e;
  border-bottom-color: #232f3e;
}

.am-tab-panel { display: none; }
.am-tab-panel.active { display: block; }

.am-product-body {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.am-product-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 16px 0;
}

.am-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.am-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  background: #f2f4f6;
}

.am-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* CTA Box */
.am-rpage-cta {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #eee;
}

.am-rpage-cta-inner {
  text-align: center;
  padding: 48px;
  background: #f8f9fa;
  border-radius: 20px;
}

.am-rpage-cta-inner span[uk-icon] {
  color: #232f3e;
  margin-bottom: 16px;
}

.am-rpage-cta-inner h4 {
  font-size: 22px;
  font-weight: 700;
  color: #232f3e;
  margin: 0 0 8px;
}

.am-rpage-cta-inner p {
  font-size: 15px;
  color: #666;
  margin: 0 0 24px;
}


/* Product Detail Responsive */
@media (max-width: 1199px) {
  .am-product-detail-grid { gap: 40px; }
  .am-product-detail-name { font-size: 30px; }
}

@media (max-width: 991px) {
  .am-product-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .am-product-gallery { position: static; }

  .am-product-main-img {
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .am-product-thumb-list { justify-content: center; }
}

@media (max-width: 767px) {
  .am-product-detail-section { padding: 40px 0; }
  .am-product-detail-name { font-size: 24px; }
  .am-price-current { font-size: 26px; }

  .am-product-actions { flex-direction: column; }

  .am-tab-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .am-tab-btn {
    padding: 12px 20px;
    font-size: 14px;
    white-space: nowrap;
  }

  .am-gallery-grid { grid-template-columns: 1fr; }

  .am-trust-badges { gap: 16px; }
}

/* ====================== Cart Page ====================== */
.am-cart-hero {
  background: #f2f4f6;
  padding: 100px 0 60px;
  text-align: center;
}

.am-cart-hero-content { max-width: 600px; margin: 0 auto; }

.am-cart-hero-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 16px 0 0;
}

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

/* Empty Cart */
.am-cart-empty {
  text-align: center;
  padding: 80px 20px;
}

.am-cart-empty-icon {
  color: #ddd;
  margin-bottom: 24px;
}

.am-cart-empty h3 {
  font-size: 24px;
  font-weight: 700;
  color: #232f3e;
  margin: 0 0 8px;
}

.am-cart-empty p {
  font-size: 15px;
  color: #666;
  margin: 0 0 24px;
}

/* Cart Layout */
.am-cart-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

/* Cart Items */
.am-cart-items {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.am-cart-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 60px;
  gap: 16px;
  padding: 20px 24px;
  background: #f8f9fa;
  font-size: 13px;
  font-weight: 600;
  color: #232f3e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.am-cart-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 60px;
  gap: 16px;
  padding: 24px;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.am-cart-item-product {
  display: flex;
  align-items: center;
  gap: 16px;
}

.am-cart-item-img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8f9fa;
  flex-shrink: 0;
  display: block;
  text-decoration: none;
  border: 1px solid #f0f0f0;
}

.am-cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 4px;
}

.am-cart-item-info {
  min-width: 0;
  flex: 1;
}

.am-cart-item-name {
  font-size: 15px;
  font-weight: 600;
  color: #232f3e;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.am-cart-item-name:hover { text-decoration: none; color: #37475a; }

.am-cart-item-attr {
  font-size: 12px;
  color: #888;
  background: #f5f5f5;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
}

.am-cart-item-price {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

.am-cart-item-total {
  font-size: 16px;
  font-weight: 700;
  color: #232f3e;
}

.am-cart-remove {
  color: #ccc;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.am-cart-remove:hover {
  color: #e53935;
  background: #ffebee;
  border-color: #ffcdd2;
}

/* Quantity Small */
.am-quantity-sm {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.am-quantity-sm:hover {
  border-color: #ccc;
}

.am-quantity-sm .am-qty-btn {
  width: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #777;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.am-quantity-sm .am-qty-btn:hover {
  background: #f5f5f5;
  color: #232f3e;
}

.am-quantity-sm .am-qty-btn:active {
  background: #e8e8e8;
}

.am-quantity-sm .am-qty-input {
  width: 44px;
  height: 36px;
  font-size: 15px;
  font-weight: 600;
  color: #232f3e;
  text-align: center;
  border: none;
  border-left: 1.5px solid #eee;
  border-right: 1.5px solid #eee;
  background: transparent;
  outline: none;
}

/* Cart Actions */
.am-cart-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.am-cart-clear {
  font-size: 13px;
  color: #999;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.25s ease;
}

.am-cart-clear:hover { color: #e53935; text-decoration: none; }

/* Cart Summary - Receipt Style */
.am-cart-summary {
  position: sticky;
  top: 100px;
  background: #f2f4f6;
  border-radius: 20px;
  padding: 16px;
}

.am-cart-summary-inner {
  /* background: #fff; */
  border-radius: 16px;
  padding: 28px;
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.06); */
}

.am-cart-summary-title {
  font-size: 14px;
  font-weight: 700;
  color: #232f3e;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ddd;
}

.am-cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}

.am-cart-summary-row span:first-child { color: #777; }

.am-cart-shipping-free {
  color: #2e7d32;
  font-weight: 600;
}

.am-cart-summary-divider {
  border-top: 1px dashed #ccc;
  margin: 12px 0;
  position: relative;
}

.am-cart-summary-divider::before,
.am-cart-summary-divider::after {
  content: '';
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #f2f4f6;
  border-radius: 50%;
}

.am-cart-summary-divider::before { left: -34px; }
.am-cart-summary-divider::after { right: -34px; }

.am-cart-summary-total {
  font-size: 16px;
  font-weight: 700;
  color: #232f3e;
  padding: 16px 0;
}

.am-cart-total-amount { font-size: 28px; }

.am-cart-summary-items {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  margin: 16px 0 20px;
  padding: 12px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px dashed #e0e0e0;
}

.am-btn-checkout-full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  box-sizing: border-box;
}

.am-cart-trust {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 16px;
  border-top: 1px dashed #eee;
}

/* Cart Responsive */
@media (max-width: 1199px) {
  .am-cart-layout { grid-template-columns: 1fr 340px; gap: 30px; }
}

@media (max-width: 991px) {
  .am-cart-layout { grid-template-columns: 1fr; }
  .am-cart-summary { position: static; max-width: 500px; margin: 0 auto; }
  .am-cart-header { display: none; }
  .am-cart-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }
  .am-cart-item-price,
  .am-cart-item-qty,
  .am-cart-item-total,
  .am-cart-item-action {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .am-cart-item-price::before { content: 'Price: '; color: #888; font-size: 13px; }
  .am-cart-item-qty::before { content: 'Qty: '; color: #888; font-size: 13px; }
  .am-cart-item-total::before { content: 'Total: '; color: #888; font-size: 13px; }
}

@media (max-width: 767px) {
  .am-cart-hero { padding: 60px 0 40px; }
  .am-cart-section { padding: 40px 0 60px; }
  .am-cart-actions { flex-direction: column; gap: 16px; }
  .am-cart-summary-inner { padding: 24px; }
}

/* ====================== Checkout Page ====================== */
.am-checkout-hero {
  background: #f2f4f6;
  padding: 100px 0 60px;
  text-align: center;
}

.am-checkout-hero-content { max-width: 600px; margin: 0 auto; }

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

.am-checkout-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

/* Checkout Steps */
.am-checkout-step {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.am-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: #f8f9fa;
  border-bottom: 1px solid #f0f0f0;
}

.am-step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #232f3e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.am-step-title {
  font-size: 16px;
  font-weight: 700;
  color: #232f3e;
  margin: 0;
  flex: 1;
}

.am-btn-add-address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #232f3e;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.am-btn-add-address:hover {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.am-step-content { padding: 24px; }

/* Checkout Items */
.am-checkout-items { display: flex; flex-direction: column; gap: 16px; }

.am-checkout-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 12px;
}

.am-checkout-item-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  flex-shrink: 0;
  display: block;
}

.am-checkout-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 4px;
}

.am-checkout-item-info { flex: 1; min-width: 0; }

.am-checkout-item-name {
  font-size: 14px;
  font-weight: 600;
  color: #232f3e;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  margin-bottom: 4px;
}

.am-checkout-item-name:hover { text-decoration: none; }

.am-checkout-item-attr {
  font-size: 12px;
  color: #888;
  margin-bottom: 6px;
}

.am-checkout-item-meta {
  display: flex;
  gap: 12px;
  font-size: 13px;
}

.am-checkout-item-price { font-weight: 600; color: #555; }
.am-checkout-item-qty { color: #888; }

.am-checkout-item-total {
  font-size: 16px;
  font-weight: 700;
  color: #232f3e;
  flex-shrink: 0;
}

/* Address Cards */
.am-address-list { display: flex; flex-direction: column; gap: 12px; }

.am-address-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 2px solid #eee;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

.am-address-card:hover { border-color: #ccc; }

.am-address-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.am-address-radio:checked + .am-address-content + .am-address-check,
.am-address-radio:checked ~ .am-address-check {
  opacity: 1;
  transform: scale(1);
}

.am-address-radio:checked ~ .am-address-content { color: #232f3e; }

.am-address-radio:checked ~ .am-address-check + .am-address-content,
.am-address-radio:checked + .am-address-content {
  color: #232f3e;
}

.am-address-card:has(.am-address-radio:checked) {
  border-color: #232f3e;
  background: #fafafa;
}

.am-address-content { flex: 1; }

.am-address-name {
  font-size: 15px;
  font-weight: 600;
  color: #232f3e;
  margin-bottom: 4px;
}

.am-address-detail {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
}

.am-address-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #888;
}

.am-address-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #232f3e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.am-address-card:has(.am-address-radio:checked) .am-address-check {
  opacity: 1;
  transform: scale(1);
}

/* Payment Methods */
.am-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.am-payment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px;
  border: 2px solid #eee;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

.am-payment-card:hover { border-color: #ccc; }

.am-payment-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.am-payment-card:has(.am-payment-radio:checked) {
  border-color: #232f3e;
  background: #fafafa;
}

.am-payment-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.am-payment-content img { height: 80px; width: auto; }

.am-payment-content span {
  font-size: 12px;
  font-weight: 500;
  color: #555;
}

.am-payment-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #232f3e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}

.am-payment-card:has(.am-payment-radio:checked) .am-payment-check {
  opacity: 1;
  transform: scale(1);
}

/* Card Form */
.am-card-form {
  padding: 24px;
  background: #f8f9fa;
  border-radius: 12px;
}

.am-form-group { margin-bottom: 20px; }
.am-form-group:last-child { margin-bottom: 0; }

.am-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin:10px 0;
}

.am-form-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  color: #232f3e;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.25s ease;
  outline: none;
  box-sizing: border-box;
}

.am-form-input:focus { border-color: #232f3e; }

.am-form-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 16px;
}

.am-form-select-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.am-form-select {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  color: #232f3e;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.am-form-select:focus { border-color: #232f3e; }

/* Checkout Empty */
.am-checkout-empty {
  text-align: center;
  padding: 40px 20px;
  color: #888;
}

.am-checkout-empty p { margin: 12px 0 0; font-size: 14px; }

/* Checkout Actions */
.am-checkout-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

/* Checkout Sidebar */
.am-checkout-sidebar { position: sticky; top: 100px; }

.am-checkout-summary {
  background: #f2f4f6;
  border-radius: 20px;
  padding: 16px;
}

.am-checkout-summary-inner {
  /* background: #fff; */
  border-radius: 16px;
  padding: 28px;
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.06); */
}

.am-checkout-summary-title {
  font-size: 14px;
  font-weight: 700;
  color: #232f3e;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ddd;
}

.am-checkout-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}

.am-checkout-summary-row span:first-child { color: #777; }

.am-checkout-discount { color: #e53935; font-weight: 600; }
.am-checkout-shipping-free { color: #2e7d32; font-weight: 600; }

.am-checkout-summary-divider {
  border-top: 1px dashed #ccc;
  margin: 12px 0;
  position: relative;
}

.am-checkout-summary-divider::before,
.am-checkout-summary-divider::after {
  content: '';
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #f2f4f6;
  border-radius: 50%;
}

.am-checkout-summary-divider::before { left: -34px; }
.am-checkout-summary-divider::after { right: -34px; }

.am-checkout-summary-total {
  font-size: 16px;
  font-weight: 700;
  color: #232f3e;
  padding: 16px 0;
}

.am-checkout-total-amount { font-size: 28px; }

.am-checkout-summary-items {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  margin: 16px 0;
  padding: 12px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px dashed #e0e0e0;
}

.am-checkout-notice {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #eee;
}

.am-checkout-notice p {
  font-size: 11px;
  color: #999;
  margin: 0 0 4px;
  line-height: 1.5;
}

.am-checkout-notice p:last-child { margin-bottom: 0; }

/* Checkout Responsive */
@media (max-width: 1199px) {
  .am-checkout-layout { grid-template-columns: 1fr 340px; gap: 30px; }
}

@media (max-width: 991px) {
  .am-checkout-layout { grid-template-columns: 1fr; }
  .am-checkout-sidebar { position: static; max-width: 500px; margin: 0 auto; }
  .am-payment-methods { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .am-checkout-hero { padding: 60px 0 40px; }
  .am-checkout-section { padding: 40px 0 60px; }
  .am-step-header { padding: 16px 20px; }
  .am-step-content { padding: 20px; }
  .am-checkout-item { flex-wrap: wrap; }
  .am-checkout-item-total { width: 100%; text-align: right; margin-top: 8px; }
  .am-form-row { grid-template-columns: 1fr; }
  .am-payment-methods { grid-template-columns: repeat(2, 1fr); }
  .am-checkout-actions { flex-direction: column; gap: 16px; }
  .am-checkout-actions .am-btn-outline,
  .am-checkout-actions .am-btn-primary { width: 100%; justify-content: center; }
}

/* ====================== Login Page ====================== */
.am-login-hero {
  background: #f2f4f6;
  padding: 80px 0 40px;
  text-align: center;
}

.am-login-subtitle {
  font-size: 16px;
  color: #666;
  margin: 12px 0 0;
}

.am-login-section {
  padding: 40px 0 100px;
}

.am-login-card {
  max-width: 440px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.am-login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Input Styles */
.am-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.am-input-icon {
  position: absolute;
  left: 14px;
  color: #999;
  z-index: 1;
}

.am-form-input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 44px;
  font-size: 14px;
  color: #232f3e;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.am-form-input:focus {
  border-color: #232f3e;
}

/* Verify Code Row */
.am-verify-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.am-verify-input {
  flex: 1;
}

.am-verify-img {
  width: 140px;
  height: 48px;
  border-radius: 10px;
  cursor: pointer;
  object-fit: cover;
  border: 1.5px solid #e0e0e0;
  flex-shrink: 0;
}

/* Options */
.am-login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.am-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  cursor: pointer;
}

.am-checkbox {
  position: absolute;
  opacity: 0;
}

.am-checkmark {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.am-checkmark::after {
  content: '';
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}

.am-checkbox:checked + .am-checkmark {
  background: #232f3e;
  border-color: #232f3e;
}

.am-checkbox:checked + .am-checkmark::after {
  transform: rotate(45deg) scale(1);
}

.am-forgot-link {
  color: #232f3e;
  text-decoration: none;
  font-weight: 500;
}

.am-forgot-link:hover {
  text-decoration: underline;
}

/* Login Button */
.am-btn-login {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* Footer */
.am-login-footer {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666;
}

.am-login-footer a {
  color: #232f3e;
  font-weight: 600;
  text-decoration: none;
}

.am-login-footer a:hover {
  text-decoration: underline;
}

/* Login Responsive */
@media (max-width: 767px) {
  .am-login-hero {
    padding: 60px 0 30px;
  }
  
  .am-login-section {
    padding: 30px 0 60px;
  }
  
  .am-login-card {
    padding: 32px 24px;
    margin: 0 16px;
  }
  
  .am-verify-row {
    flex-direction: column;
    align-items: stretch;
  }
  
  .am-verify-img {
    width: 100%;
    height: 44px;
  }
}

/* ====================== Register Page Extra Styles ====================== */
.am-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.am-form-row .am-form-group {
  margin: 0;
}

/* Gender Options */
.am-gender-options {
  display: flex;
  gap: 24px;
}

.am-gender-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.am-gender-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.am-gender-check {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.am-gender-check::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform 0.2s ease;
}

.am-gender-radio:checked + .am-gender-check {
  border-color: #232f3e;
  background: #232f3e;
}

.am-gender-radio:checked + .am-gender-check::after {
  transform: scale(1);
}

/* Register Responsive */
@media (max-width: 767px) {
  .am-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .am-gender-options {
    gap: 16px;
  }
}

/* ====================== Account Dashboard ====================== */
.am-account-hero {
  background: #f2f4f6;
  padding: 80px 0 40px;
  text-align: center;
}

.am-account-hero-content { max-width: 600px; margin: 0 auto; }

.am-account-section { padding: 40px 0 100px; }

.am-account-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

/* Sidebar */
.am-account-sidebar { position: sticky; top: 100px; }

.am-account-menu {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.am-account-menu-title {
  font-size: 14px;
  font-weight: 700;
  color: #232f3e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.am-account-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.am-account-nav-item { border-radius: 10px; overflow: hidden; }

.am-account-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
  border-radius: 10px;
}

.am-account-nav-link:hover {
  background: #f5f5f5;
  color: #232f3e;
  text-decoration: none;
}

.am-account-nav-item.am-active .am-account-nav-link {
  background: #232f3e;
  color: #fff;
}

/* Main Content */
.am-account-main { min-height: 400px; }

.am-account-welcome {
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.am-welcome-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #232f3e;
}

.am-welcome-title {
  font-size: 28px;
  font-weight: 700;
  color: #232f3e;
  margin: 0 0 12px;
}

.am-welcome-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Quick Links */
.am-account-quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.am-quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  background: #f8f9fa;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.am-quick-card:hover {
  background: #fff;
  border-color: #232f3e;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  text-decoration: none;
}

.am-quick-icon {
  color: #232f3e;
  margin-bottom: 16px;
}

.am-quick-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #232f3e;
  margin: 0 0 8px;
}

.am-quick-card p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

/* Account Responsive */
@media (max-width: 1199px) {
  .am-account-layout { grid-template-columns: 220px 1fr; gap: 30px; }
}

@media (max-width: 991px) {
  .am-account-layout { grid-template-columns: 1fr; }
  .am-account-sidebar { position: static; }
  .am-account-menu { padding: 20px; }
  .am-account-nav { flex-direction: row; flex-wrap: wrap; }
  .am-account-nav-item { flex: 1; min-width: 140px; }
  .am-account-welcome { padding: 40px 24px; }
}

@media (max-width: 767px) {
  .am-account-hero { padding: 60px 0 30px; }
  .am-account-section { padding: 30px 0 60px; }
  .am-account-quick-links { grid-template-columns: 1fr; }
  .am-account-nav { flex-direction: column; }
  .am-account-nav-item { flex: none; }
}

/* ====================== Account Sub Pages ====================== */
.am-account-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow: hidden;
}

.am-card-header {
  padding: 24px 32px;
  border-bottom: 1px solid #f0f0f0;
}

.am-card-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.am-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #232f3e;
  margin: 0 0 4px;
}

.am-card-subtitle {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.am-account-form {
  padding: 32px;
}

.am-form-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}

.am-btn-sm {
  padding: 10px 20px;
  font-size: 13px;
}

.am-mt-24 { margin-top: 24px; }

/* Select */
.am-select-wrap {
  position: relative;
}

.am-form-select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 44px;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  background: #fff;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.25s ease;
}

.am-form-select:focus {
  outline: none;
  border-color: #232f3e;
}

.am-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
}

/* Empty State */
.am-account-empty {
  text-align: center;
  padding: 60px 32px;
}

.am-empty-icon {
  color: #ddd;
  margin-bottom: 20px;
}

.am-account-empty h4 {
  font-size: 20px;
  font-weight: 600;
  color: #232f3e;
  margin: 0 0 8px;
}

.am-account-empty p {
  font-size: 14px;
  color: #888;
  margin: 0 0 24px;
}

/* Address List */
.am-address-list {
  padding: 20px 30px;
}

.am-address-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  gap: 16px;
}


.am-address-name {
  font-size: 16px;
  font-weight: 600;
  color: #232f3e;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.am-address-type {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  background: #f2f4f6;
  border-radius: 4px;
  color: #555;
}

.am-address-detail {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.am-address-contact {
  font-size: 13px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 12px;
}

.am-address-gender {
  padding: 2px 8px;
  background: #f8f9fa;
  border-radius: 4px;
  font-size: 12px;
}

/* Order List */
.am-order-list { padding: 0 32px 32px; }

.am-order-table-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 100px;
  gap: 16px;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f0f0f0;
}

.am-order-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 100px;
  gap: 16px;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.am-order-item:last-child { border-bottom: none; }

.am-order-cell { display: flex; flex-direction: column; gap: 4px; }

.am-order-label {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: none;
}

.am-order-value {
  font-size: 14px;
  color: #333;
}

.am-order-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #f2f4f6;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  width: fit-content;
}

.am-order-id .am-order-value {
  font-weight: 600;
  color: #232f3e;
}

.am-order-amount .am-order-value {
  font-weight: 600;
  color: #232f3e;
}

/* Order Info Grid */
.am-order-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.am-info-list { padding: 24px 32px 32px; }

.am-info-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f8f8f8;
  gap: 16px;
}

.am-info-item:last-child { border-bottom: none; }

.am-info-label {
  font-size: 13px;
  color: #888;
  flex-shrink: 0;
}

.am-info-value {
  font-size: 14px;
  color: #333;
  text-align: right;
  word-break: break-word;
}

.am-info-price {
  font-weight: 700;
  color: #232f3e;
  font-size: 16px;
}

/* Order Products */
.am-order-products { padding: 0 32px 32px; }

.am-order-product-item {
  display: grid;
  grid-template-columns: 80px 1fr 100px 60px 100px;
  gap: 16px;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.am-order-product-item:last-child { border-bottom: none; }

.am-order-product-img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8f9fa;
  display: block;
}

.am-order-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.am-order-product-name {
  font-size: 15px;
  font-weight: 600;
  color: #232f3e;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  margin-bottom: 4px;
}

.am-order-product-name:hover { text-decoration: none; color: #37475a; }

.am-order-product-attr {
  font-size: 13px;
  color: #888;
}

.am-order-product-price {
  font-size: 14px;
  color: #555;
}

.am-order-product-qty {
  font-size: 14px;
  color: #888;
}

.am-order-product-total {
  font-size: 15px;
  font-weight: 700;
  color: #232f3e;
  text-align: right;
}

/* Order History */
.am-order-history { padding: 0 32px 32px; }

.am-history-header {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 16px;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f0f0f0;
}

.am-history-item {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 16px;
  padding: 16px 0;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.am-history-item:last-child { border-bottom: none; }

.am-history-cell { display: flex; flex-direction: column; gap: 4px; }

.am-history-label {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: none;
}

.am-history-value {
  font-size: 14px;
  color: #333;
}

/* Pagination */
.am-pagination-wrap {
  padding: 24px 32px;
  border-top: 1px solid #f0f0f0;
}
.am-rpage-article p span{
  text-wrap: wrap !important;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: break-all;
}
/* Account Sub Pages Responsive */
@media (max-width: 1199px) {
  .am-order-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .am-order-table-header,
  .am-history-header { display: none; }
  
  .am-order-item,
  .am-history-item {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 12px;
    border-bottom: none;
  }
  
  .am-order-label,
  .am-history-label { display: block; }
  
  .am-order-product-item {
    grid-template-columns: 60px 1fr;
    gap: 12px;
  }
  
  .am-order-product-price,
  .am-order-product-qty,
  .am-order-product-total {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .am-account-form { padding: 24px; }
  .am-card-header { padding: 20px 24px; }
  .am-card-header-flex { flex-direction: column; }
  .am-address-card { flex-direction: column; }
  .am-form-actions { flex-direction: column; }
  .am-form-actions .am-btn-outline,
  .am-form-actions .am-btn-primary { width: 100%; text-align: center; }
}

/* ====================== Modal Styles ====================== */
.am-modal-address {
  max-width: 640px;
  width: 60%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.am-modal-header {
  padding: 32px 32px 0;
  text-align: center;
}

.am-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #232f3e;
  margin: 0 0 8px;
}

.am-modal-subtitle {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.am-modal-body {
  padding: 24px 32px;
  max-height: 70vh;
  overflow-y: auto;
}

.am-modal-form .am-form-row {
  gap: 16px;
}

.am-modal-form .am-form-group {
  margin-bottom: 0;
}

.am-modal-footer {
  display: flex;
  gap: 12px;
  padding: 20px 32px 32px;
  border-top: 1px solid #f0f0f0;
}

.am-modal-footer .am-btn-outline,
.am-modal-footer .am-btn-primary {
  flex: 1;
  justify-content: center;
}

/* Modal Responsive */
@media (max-width: 767px) {
  .am-modal-address {
    width: 95%;
    border-radius: 16px;
  }
  
  .am-modal-header,
  .am-modal-body,
  .am-modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .am-modal-footer {
    flex-direction: column;
  }
}