/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

/******************************************
  VIDEO HERO — LUXURY FULL-WIDTH VERSION
******************************************/
.video-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.video-hero__media-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden; }

/* Dark overlay for better text readability */
.video-hero__media-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none; }

.video-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none; }

/* Center overlay elements */
.video-hero__overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 0 2rem;
  max-width: 900px;
  margin: 0 auto; }

.video-hero__heading {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  font-family: 'Playfair Display', serif; }

.video-hero__text {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 300;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3); }

/* Luxury button aligned for smaller hero */
.video-hero__button-wrapper {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; }

.video-hero__button {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 0;
  background: #111;
  border: 1.5px solid #111;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .15em;
  transition: all 0.35s ease; }

/* Hover gold effect */
.video-hero__button:hover {
  background: linear-gradient(135deg, #d9b347, #f7e089);
  color: #000;
  border-color: #f7e089;
  box-shadow: 0 0 24px rgba(247, 224, 137, 0.5);
  transform: translateY(-3px); }

/******************************************
  VIDEO HERO — TABLET
******************************************/
@media (max-width: 991px) {
  .video-hero {
    height: 70vh;
    min-height: 450px; }

  .video-hero__overlay {
    padding: 0 1.5rem; }

  .video-hero__button-wrapper {
    bottom: 40px; } }
/******************************************
  VIDEO HERO — MOBILE
******************************************/
@media (max-width: 768px) {
  .video-hero {
    height: 85vh;
    min-height: 400px; }

  .video-hero__overlay {
    padding: 0 1.25rem; }

  .video-hero__heading {
    font-size: 2rem;
    margin-bottom: 12px; }

  .video-hero__text {
    font-size: 0.95rem; }

  .video-hero__button-wrapper {
    bottom: 30px; }

  .video-hero__button {
    padding: 14px 32px;
    font-size: 12px; } }
@media (max-width: 480px) {
  .video-hero {
    height: 90vh; }

  .video-hero__heading {
    font-size: 1.75rem; }

  .video-hero__button {
    padding: 12px 28px; } }
/* Auth Pages — Login / Register / Recover Switcher */
.hh-auth__panel {
  display: none; }

.hh-auth.hh-auth--login .hh-auth__panel--login {
  display: block; }

.hh-auth.hh-auth--register .hh-auth__panel--register {
  display: block; }

.hh-auth.hh-auth--recover .hh-auth__panel--recover {
  display: block; }

/* Auth Links Section Styling */
.hh-auth__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5; }

.hh-auth__links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease; }

.hh-auth__links a:hover {
  color: #333;
  text-decoration: underline; }

/* Auth Switch Section (Login/Register toggle) */
.hh-auth__switch {
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5; }

.hh-auth__switch span {
  color: #666;
  font-size: 14px;
  margin-right: 8px; }

.hh-auth__switch a {
  color: #b8860b;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease, text-decoration 0.2s ease; }

.hh-auth__switch a:hover {
  color: #8b6914;
  text-decoration: underline; }

/* Responsive adjustments */
@media (max-width: 576px) {
  .hh-auth__links {
    flex-direction: column;
    gap: 12px;
    text-align: center; }

  .hh-auth__switch {
    margin-top: 25px;
    padding-top: 20px; } }
/* ==========================================
   ACCOUNT PAGE STYLES — H&H Premium
   ========================================== */
.hh-account {
  padding: 60px 0;
  background-color: #f8f9fa;
  min-height: 80vh; }

.hh-account .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.hh-account__header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

@media (max-width: 768px) {
  .hh-account__header {
    flex-direction: column;
    text-align: center; } }
.hh-account__info {
  flex: 1; }

.hh-account__name {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 600;
  color: #333; }

.hh-account__email {
  margin: 0;
  color: #666;
  font-size: 16px; }

.hh-account__logout {
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease; }

.hh-account__logout:hover {
  background: #f5f5f5;
  color: #333;
  border-color: #ccc; }

@media (max-width: 768px) {
  .hh-account__logout {
    margin-top: 20px; } }
.hh-account__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px; }

@media (max-width: 768px) {
  .hh-account__stats {
    grid-template-columns: 1fr; } }
.hh-account__stat {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.hh-account__stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px; }

.hh-account__stat-label {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.hh-account__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px; }

@media (max-width: 991px) {
  .hh-account__grid {
    grid-template-columns: 1fr; } }
.hh-account__section {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.hh-account__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }

.hh-account__section-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px; }

.hh-account__section-title svg {
  color: #666; }

.hh-account__section-link {
  color: #000;
  text-decoration: underline;
  font-size: 14px; }

.hh-account__section-link:hover {
  color: #666; }

/* Order Cards */
.hh-order-card {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: all 0.3s ease; }

.hh-order-card:hover {
  border-color: #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }

.hh-order-card__header {
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 6px 0 0; }

.hh-order-card__id a {
  font-weight: 600;
  color: #000; }

.hh-order-card__id a:hover {
  text-decoration: underline; }

.hh-order-card__date {
  color: #666;
  font-size: 14px; }

.hh-order-card__body {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 576px) {
  .hh-order-card__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px; } }
.hh-order-card__status {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.hh-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize; }

.hh-badge--paid {
  background: #e6f4ea;
  color: #1e7e34; }

.hh-badge--pending {
  background: #fff3cd;
  color: #856404; }

.hh-badge--refunded {
  background: #f8d7da;
  color: #721c24; }

.hh-badge--fulfillment {
  background: #e2e3e5;
  color: #383d41; }

.hh-badge--fulfilled {
  background: #d1ecf1;
  color: #0c5460; }

.hh-order-card__total {
  font-weight: 600;
  font-size: 16px; }

.hh-order-card__footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px; }

.hh-order-card__items {
  color: #666; }

.hh-order-card__link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-weight: 500; }

.hh-order-card__link:hover {
  text-decoration: underline; }

/* Address Card */
.hh-address-card {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  position: relative; }

.hh-address-card__name {
  font-weight: 600;
  margin-bottom: 10px; }

.hh-address-card__details {
  color: #666;
  line-height: 1.6; }

.hh-address-card__badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  color: #fff;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* Empty State */
.hh-empty-state {
  text-align: center;
  padding: 40px 20px; }

.hh-empty-state svg {
  color: #ccc;
  margin-bottom: 20px; }

.hh-empty-state h3 {
  font-size: 18px;
  margin: 0 0 10px; }

.hh-empty-state p {
  color: #666;
  margin: 0 0 20px; }

.hh-empty-state--small {
  padding: 30px 20px; }

/* Buttons */
.hh-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none; }

.hh-btn--primary {
  background: #000;
  color: #fff; }

.hh-btn--primary:hover {
  background: #333;
  color: #fff; }

.hh-btn--secondary {
  background: transparent;
  border: 1px solid #ddd;
  color: #333; }

.hh-btn--secondary:hover {
  background: #f5f5f5;
  border-color: #ccc; }

/* Pagination */
.hh-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 5px; }

.hh-pagination a,
.hh-pagination span {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none; }

.hh-pagination a:hover {
  background: #f5f5f5; }

.hh-pagination .current {
  background: #000;
  color: #fff;
  border-color: #000; }

/* Page Header */
.hh-account__page-header {
  margin-bottom: 40px; }

.hh-account__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 15px;
  transition: color 0.3s ease; }

.hh-account__back:hover {
  color: #000; }

.hh-account__page-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600; }

.hh-account__page-subtitle {
  margin: 0;
  color: #666;
  font-size: 16px; }

/* Addresses Page */
.hh-addresses__actions {
  margin-bottom: 30px; }

.hh-addresses__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px; }

.hh-address-card--editable {
  position: relative;
  background: #fff;
  padding: 25px; }

.hh-address-card__company {
  color: #666;
  margin-bottom: 10px; }

.hh-address-card__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee; }

/* Address Form */
.hh-address-form {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.hh-address-form--inline {
  margin-top: 20px;
  background: #f8f9fa;
  box-shadow: none; }

.hh-address-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px; }

.hh-address-form__header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600; }

.hh-address-form__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #666; }

.hh-address-form__close:hover {
  color: #000; }

.hh-address-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px; }

.hh-address-form__grid--3 {
  grid-template-columns: repeat(3, 1fr); }

@media (max-width: 768px) {
  .hh-address-form__grid,
  .hh-address-form__grid--3 {
    grid-template-columns: 1fr; } }
.hh-address-form__actions {
  display: flex;
  gap: 15px;
  margin-top: 25px; }

/* Form Groups */
.hh-form-group {
  margin-bottom: 20px; }

.hh-form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333; }

.hh-form-group input,
.hh-form-group select,
.hh-form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease; }

.hh-form-group input:focus,
.hh-form-group select:focus,
.hh-form-group textarea:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }

.hh-form-group--checkbox {
  display: flex;
  align-items: center;
  gap: 10px; }

.hh-form-group--checkbox input[type="checkbox"] {
  width: auto; }

.hh-form-group--checkbox label {
  margin: 0; }

/* Button Variations */
.hh-btn--small {
  padding: 8px 16px;
  font-size: 13px; }

.hh-btn--ghost {
  background: transparent;
  border: none;
  color: #666; }

.hh-btn--ghost:hover {
  color: #000;
  background: #f5f5f5; }

.hh-btn--danger:hover {
  color: #dc3545; }

.hh-btn svg {
  margin-right: 6px; }

/* Order Details Page */
.hh-order-status {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.hh-order-status__item {
  display: flex;
  align-items: center;
  gap: 12px; }

.hh-order-status__label {
  color: #666;
  font-size: 14px; }

.hh-order__grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px; }

@media (max-width: 991px) {
  .hh-order__grid {
    grid-template-columns: 1fr; } }
.hh-order__main {
  display: flex;
  flex-direction: column;
  gap: 25px; }

.hh-order__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px; }

/* Cards */
.hh-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.hh-card__header {
  padding: 20px 25px;
  border-bottom: 1px solid #eee; }

.hh-card__header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px; }

.hh-card__body {
  padding: 25px; }

/* Order Items */
.hh-order-item {
  display: grid;
  grid-template-columns: 80px 1fr auto auto;
  gap: 20px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0; }

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

@media (max-width: 576px) {
  .hh-order-item {
    grid-template-columns: 60px 1fr;
    gap: 15px; }

  .hh-order-item__qty,
  .hh-order-item__price {
    grid-column: 2; } }
.hh-order-item__image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px; }

.hh-order-item__placeholder {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc; }

.hh-order-item__title {
  font-weight: 500;
  color: #000;
  text-decoration: none; }

.hh-order-item__title:hover {
  text-decoration: underline; }

.hh-order-item__sku {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px; }

.hh-order-item__fulfillment {
  font-size: 13px;
  color: #28a745;
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 5px; }

.hh-order-item__fulfillment a {
  color: #007bff; }

.hh-order-item__qty {
  color: #666;
  font-size: 14px; }

.hh-order-item__price {
  font-weight: 600;
  text-align: right; }

/* Order Summary */
.hh-order-summary__row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0; }

.hh-order-summary__row:last-child {
  border-bottom: none; }

.hh-order-summary__row--discount span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #28a745; }

.hh-order-summary__row--discount span:last-child {
  color: #28a745; }

.hh-order-summary__row--total {
  font-weight: 700;
  font-size: 18px;
  border-top: 2px solid #000;
  margin-top: 10px;
  padding-top: 15px; }

/* Address Display */
.hh-address-display {
  line-height: 1.7;
  color: #555; }

.hh-address-display strong {
  color: #000; }

/* Alerts */
.hh-alert {
  display: flex;
  gap: 15px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px; }

.hh-alert--error {
  background: #fff5f5;
  border: 1px solid #fed7d7; }

.hh-alert--error svg {
  color: #c53030;
  flex-shrink: 0; }

.hh-alert strong {
  display: block;
  margin-bottom: 5px; }

.hh-alert p {
  margin: 0;
  color: #666;
  font-size: 14px; }
