@font-face {
  font-family: "Merriweather";
  src: url("https://www.topazery.com/fonts/Merriweather-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("https://www.topazery.com/fonts/Merriweather-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://www.topazery.com/fonts/OpenSans-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://www.topazery.com/fonts/OpenSans-Bold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body,
h1 {
  color: #414141;
}

aside,
audio,
canvas,
code,
details,
figcaption,
figure,
header,
hgroup,
nav,
section,
video {
  display: block;
}

body,
code {
  background: #fff;
}

code,
textarea {
  overflow: auto;
}

.columns ul,
.footercol ul {
  list-style-type: none;
}

.specstable,
.tes-tbl,
table {
  border-collapse: collapse;
}

.categorylist ul li a,
.slicknav_btn,
a:link,
a:visited {
  text-decoration: none;
}

aside,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
label,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
  color: #333333;
  background-color: #fdfcf9;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b,
strong {
  font-weight: 700;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  color: #2c3e50;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

h1 {
  font-size: 2.25em;
  color: #2c3e50;
  text-align: center;
  margin: 0.5em 0;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.4em;
}

h4,
h5,
h6 {
  font-size: 1.2em;
}

body,
input,
li,
select,
table,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 0.99em;
}

.nav {
  background-color: #fff;
  padding: 0 0 0.625em;
}

a:hover,
a:link,
a:visited {
  background-color: inherit;
}

a:link,
a:visited {
  color: #b8860b;
  /* color: #737373; */
}

a:hover {
  color: #daa520;
  /* color: #e5aeb9; // Former pink for hover  */
}
/* Underline only body-text links, not nav/cards/buttons */
#main p a:hover,
#maindetail p a:hover,
.collapsible-body a:hover,
.blockcolumn2 p a:hover {
  text-decoration: underline;
}

ol,
ul {
  margin: 0 0 0 1.25em;
}

ol span,
ul span {
  color: #737373;
}

.cite,
.quote,
li,
p {
  font-size: 0.99em;
  color: #414141;
}

header {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.quote {
  padding: 0.75em 0.75em 0 0;
}

.cite {
  padding: 0 0.75em 0 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 65%;
  padding-top: 1.5625em;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logobar,
label.hide,
label.show {
  position: relative;
}

p {
  margin-bottom: 1.25em;
  color: #454545;
}

#container,
#mobilemenu {
  margin: auto;
  background: #fff;
  overflow: hidden;
}

#container {
  margin: auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  margin: 1em auto;
  padding: 1.5rem;
}

#main,
#mainblog {
  padding: 0 1em 1em;
  margin: 0;
}

#main {
  padding: 0.75em;
}

code {
  margin: 10px 15px;
  padding: 12px;
  text-align: left;
  font: "Lucida Console", "courier new", monospace;
  border: 1px solid #b3b3b3;
}

#myTooltip,
.selectbox {
  font-family: garamond, georgia, serif;
}

.rwd-table tr {
  border-bottom: 1px solid #b3b3b3;
}

.rwd-table td,
.rwd-table th {
  border: 0;
  padding: 0.25em 0.5em;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
}

.rwd-table-noheader tr {
  border-bottom: 1px solid #b3b3b3;
}

.rwd-table-noheader th {
  display: none;
  border: 0;
  padding: 0.25em 0.5em;
}

.rwd-table-noheader td {
  display: block;
  border: 0;
  padding: 0.25em 0.5em;
}

.flip,
.myimage {
  display: inline-block;
}

.picborder,
.specstable {
  border: #b3b3b3 1px solid;
}

.image,
.imgborder,
.imgborder100 {
  border-right: #b3b3b3 1px solid;
  border-top: #b3b3b3 1px solid;
  border-left: #b3b3b3 1px solid;
  border-bottom: #b3b3b3 1px solid;
}

.biggerfont {
  font-size: 1em;
}

input[type="text"],
textarea {
  width: 100%;
  box-sizing: border-box;
}

textarea {
  height: 12.5em;
}

.imgborder {
  margin: 1em;
}

.imgborder100 {
  margin: 0;
}

.imgleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.imgright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.td1 {
  vertical-align: top;
  background-color: #b3b3b3;
}

.td2 {
  background-color: #fff;
}

.agree A,
.agree A:hover {
  background-color: #b3b3b3;
}

.tabletdpad td {
  padding: 0.25em;
}

.specstable {
  margin-top: 1em;
  text-align: left;
  width: 100%;
}

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

.specstable td {
  padding: 0.5em;
}

.picborder {
  margin: 5px 5px 0 0;
  float: left;
}

.agree A {
  border-top-style: outset;
  border-right-style: outset;
  border-left-style: outset;
  border-bottom-style: outset;
}

.agree A:hover {
  border-top-style: inset;
  border-right-style: inset;
  border-left-style: inset;
  border-bottom-style: inset;
}

.rightjustify {
  text-align: right;
}

.blockcolumn1,
.blockcolumn1h {
  overflow: hidden;
  text-align: center;
}

/* .smalltext {
  font-size: 0.99em;
  color: #fff;
} */

.textbold {
  font-weight: 700;
  color: #414141;
}

.smallerror {
  font-weight: 700;
  font-size: 0.99em;
  color: red;
}

.myimage {
  margin-left: auto;
  margin-right: auto;
}

.slideritem {
  margin: 10px;
}

.flex-next,
.flex-prev {
  line-height: normal;
}

/* .imgtext {
  margin: 0 0 0.5em;
  width: 100%;
  float: left;
} */

.selectbox {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  color: #414141;
}

.grayrulecolor {
  border: 0;
  color: #b3b3b3;
  margin: 0;
  height: 1px;
  background-color: #b3b3b3;
}

.graydarker {
  border: 0;
  color: #999;
  margin: 0 0 1em;
  height: 1px;
  background-color: #999;
}

#myTooltip,
.myborder {
  border: 1px solid #b3b3b3;
}

.backcolor {
  background-color: #6f7173;
}

#bigtop,
.lightgray {
  background-color: #b3b3b3;
}

.largered {
  margin-top: 1em;
}

.columns {
  text-align: left;
  margin: 0 auto;
  -moz-column-width: 9.5em;
  -webkit-column-width: 9.5em;
  column-width: 9.5em;
}

#logobar,
.topmenu ul {
  text-align: center;
}

.columns ul {
  margin: 0;
  padding: 0;
}

.blockarea,
.blockareanoborder {
  padding-right: 0;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-family: garamond, georgia, serif;
  background-color: #fff;
  width: 100%;
}

.columns ul li:first-child {
  margin-top: 0;
}

.footercol li {
  margin: 0;
}

.blockarea {
  border-bottom: 1px solid #b3b3b3;
}

.blockcolumn1,
.blockcolumn1h,
.blockcolumn2,
.blockcolumn2h {
  padding-left: 0.5em;
  float: left;
  padding-bottom: 0;
  padding-top: 0;
}

.blockcolumn1 {
  padding-right: 0.5em;
  width: 23%;
}

.blockcolumn2 {
  padding-right: 0;
  width: 67%;
}

.blockcolumn1h {
  padding-right: 0.5em;
  width: 23%;
}

.blockcolumn2h {
  padding-right: 0;
  width: 67%;
}

/* ============================================
   Premium Category Page Styles
   Luxury alternating layout for product listings
   ============================================ */

/* Category page products wrapper */
.category-products {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Enhanced blockarea - Premium card styling */
.blockarea {
  border-bottom: none;
  background: linear-gradient(135deg, #fffdf9 0%, #faf6f0 100%);
  border-radius: 16px;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow:
    0 4px 20px rgba(139, 109, 76, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(193, 162, 109, 0.15);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blockarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #c1a26d 20%,
    #d4b88c 50%,
    #c1a26d 80%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blockarea:hover {
  box-shadow:
    0 8px 40px rgba(139, 109, 76, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.blockarea:hover::before {
  opacity: 1;
}

/* Alternating layouts using nth-child */
.blockarea:nth-child(odd) {
  flex-direction: row;
}

.blockarea:nth-child(even) {
  flex-direction: row-reverse;
}

/* Image column styling */
.blockcolumn1,
.blockcolumn1h {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0;
  float: none;
  position: relative;
}

.blockcolumn1 a,
.blockcolumn1h a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blockcolumn1 a::after,
.blockcolumn1h a::after {
  content: "View Details";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(92, 72, 58, 0.9) 0%,
    transparent 100%
  );
  color: #fff;
  padding: 3rem 1rem 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.blockcolumn1 a:hover::after,
.blockcolumn1h a:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.blockcolumn1 .myimage,
.blockcolumn1h .myimage {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 12px;
}

.blockcolumn1 a:hover .myimage,
.blockcolumn1h a:hover .myimage {
  transform: scale(1.05);
}

/* Description column styling */
.blockcolumn2,
.blockcolumn2h {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 2rem;
  float: none;
}

/* Adjust padding based on alternating direction */
.blockarea:nth-child(odd) .blockcolumn2,
.blockarea:nth-child(odd) .blockcolumn2h {
  padding-left: 2.5rem;
  padding-right: 0;
}

.blockarea:nth-child(even) .blockcolumn2,
.blockarea:nth-child(even) .blockcolumn2h {
  padding-right: 2.5rem;
  padding-left: 0;
}

.blockcolumn2 center,
.blockcolumn2h center {
  text-align: left;
}

.blockcolumn2 h3,
.blockcolumn2h h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3d3229;
  margin: 0 0 1rem 0;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}

.blockcolumn2 h3 a,
.blockcolumn2h h3 a {
  color: #3d3229;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blockcolumn2 h3 a:hover,
.blockcolumn2h h3 a:hover {
  color: #c1a26d;
}

.blockcolumn2 p,
.blockcolumn2h p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5a4d42;
  margin-bottom: 1rem;
}

/* Premium Price Display Styling */
.blockcolumn2 p:last-of-type,
.blockcolumn2h p:last-of-type {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(193, 162, 109, 0.3);
}

/* Item number styling */
.product-item-number {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  color: #8a7d74;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.5rem;
}

/* Eye-catching price styling */
.product-price {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #3d3229 0%, #5c483a 100%);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow:
    0 4px 15px rgba(61, 50, 41, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  transition: all 0.3s ease;
}

.product-price::before {
  content: "◇";
  margin-right: 0.5rem;
  color: #c1a26d;
  font-size: 0.8em;
}

.product-price:hover {
  transform: scale(1.05);
  box-shadow:
    0 6px 20px rgba(61, 50, 41, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Sale price styling */
.product-price-sale {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-price-original {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: #999;
  text-decoration: line-through;
}

.product-price-current {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #8b2942 0%, #a63d5a 100%);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow:
    0 4px 15px rgba(139, 41, 66, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.product-price-current::before {
  content: "★";
  margin-right: 0.5rem;
  color: #f0d878;
  font-size: 0.8em;
}

/* Clear element updated */
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin-bottom: 0;
}

/* Dummy space remover */
.dummyforspace {
  display: none;
}

/* Category page intro section */
.category-intro {
  background: linear-gradient(135deg, #fffdf9 0%, #f8f4ed 100%);
  border-radius: 16px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(193, 162, 109, 0.2);
  box-shadow: 0 4px 20px rgba(139, 109, 76, 0.06);
}

.category-intro h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: #3d3229;
  margin: 1.5rem 0 1rem;
}

.category-intro p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5a4d42;
}

.category-intro a {
  color: #c1a26d;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.category-intro a:hover {
  color: #a88c52;
}

/* Responsive styles for category pages */
@media screen and (max-width: 900px) {
  .blockarea {
    flex-direction: column !important;
    padding: 1.5rem;
  }

  .blockcolumn1,
  .blockcolumn1h,
  .blockcolumn2,
  .blockcolumn2h {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .blockcolumn2,
  .blockcolumn2h {
    margin-top: 1.5rem;
  }

  .blockcolumn2 center,
  .blockcolumn2h center {
    text-align: center;
  }

  .blockcolumn2 h3,
  .blockcolumn2h h3 {
    font-size: 1.4rem;
  }

  .product-price {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
  }
}

/* ============================================
   End Premium Category Page Styles  
   ============================================ */

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin-bottom: 2em;
}

#myIframe,
#myTooltip {
  position: absolute;
  background-color: #fff;
}

/* Modern Pager Styles */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin: 0.75rem auto;
  padding: 0.5rem;
  background: linear-gradient(135deg, #e7d4d7 0%, #7c616c 100%);
  border-radius: 12px;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.45);
  border: 1px solid #7c616c;
  flex-wrap: wrap;
}

.pager a,
.pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0.25rem;
  border-radius: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.45);
}

.pager a:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff;
  box-shadow: 4px 8px 12px rgba(212, 175, 55, 0.45);
  border-color: #d4af37;
}

.pagerCurrentPage {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
  color: #ffffff !important;
  border-color: #2c3e50 !important;
  font-weight: 600 !important;
  box-shadow: 2px 4px 8px rgba(44, 62, 80, 0.6) !important;
}

.pagerNoSelect {
  background: #f8f9fa;
  color: #adb5bd;
  cursor: not-allowed;
  border-color: #e9ecef;
}

.pagersort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #495057;
  margin-left: auto;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.45);
}

.selectbox {
  background: #ffffff;
  border: 2px solid #495057;
  border-radius: 6px;
  padding: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  color: #495057;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  min-width: 180px;
}

.selectbox:hover {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.selectbox:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

/* Product Grid Styles */

/* Browse page background for card contrast */
#main:has(.listgrid) {
  background: linear-gradient(180deg, #f5f4f2 0%, #eae8e4 100%);
  padding: 2rem;
  border-radius: 8px;
  margin: 0 -1rem;
}

#main .listgrid {
  display: grid;
  width: 100% !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2.5rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

#main .listgrid__item {
  width: 100% !important;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
}

#main .listgrid__item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.12),
    0 24px 48px rgba(0, 0, 0, 0.15),
    0 0 0 2px rgba(212, 175, 55, 0.4),
    0 0 40px rgba(212, 175, 55, 0.1);
  z-index: 2;
}

#main .listgrid__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #f4e4bc 50%, #d4af37 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

#main .listgrid__item:hover::before {
  opacity: 1;
}

#main .listgrid__item__inner {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
}

#main .listgrid__item__inner a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

/* Product Image Container */
#main .listgrid__item .center {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

#main .listgrid__item .center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(212, 175, 55, 0.08) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

#main .listgrid__item:hover .center::before {
  opacity: 1;
}

#main .listgrid__item .center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.25),
    transparent
  );
}

/* CSS-based View Details overlay (works on all items) */
#main .listgrid__item .center .view-details-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.5rem;
  opacity: 0;
  transition: all 0.4s ease;
}

#main .listgrid__item:hover .center .view-details-overlay {
  opacity: 1;
}

.view-details-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a1a;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transform: translateY(10px);
  transition: all 0.3s ease 0.1s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#main .listgrid__item:hover .view-details-overlay span {
  transform: translateY(0);
}

.view-details-overlay span:hover {
  background: #d4af37;
  color: #0d0d0d;
}

.view-details-overlay svg {
  width: 16px;
  height: 16px;
}

/* Quick View Overlay (legacy support) */
#main .listgrid__item .quick-view-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 2rem 1rem 1rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

#main .listgrid__item:hover .quick-view-overlay {
  opacity: 1;
  transform: translateY(0);
}

.quick-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a1a;
  padding: 0.6rem 1.25rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.quick-view-btn:hover {
  background: #d4af37;
  color: #0d0d0d;
}

/* Product Images */
.myimage {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.15));
}

.listgrid__item:hover .myimage {
  transform: scale(1.06);
}

/* Image aspect ratio containers */
.listgrid__item_vimg {
  max-height: 300px;
  width: auto;
  object-fit: contain;
}

.listgrid__item_himg {
  max-height: 240px;
  width: auto;
  object-fit: contain;
}

/* Product Info Container */
.product-card-info {
  padding: 1.25rem 1.5rem 1.5rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Product Title */
.product-card-title {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

/* Product Price Container */
.product-card-price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-card-current-price {
  font-family: "Merriweather", serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #8b6914;
}

.product-card-original-price {
  font-size: 0.95rem;
  color: #888888;
  text-decoration: line-through;
}

.product-card-sale-badge {
  display: inline-block;
  background: linear-gradient(135deg, #8b0000 0%, #a50000 100%);
  color: #ffffff;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Status badges */
.product-card-status {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-card-status.sold {
  background: #1a1a1a;
  color: #ffffff;
}

.product-card-status.hold {
  background: #d4af37;
  color: #0d0d0d;
}

.product-card-status.pending {
  background: #f5a623;
  color: #0d0d0d;
}

/* Legacy imgtext styling (for backward compatibility) */
.imgtext {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

/* Price styling - first imgtext */
.imgtext:first-of-type {
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: none;
  padding: 1.25rem 1.5rem 0.5rem;
  margin-bottom: 0;
  position: relative;
  background: #ffffff;
  letter-spacing: -0.02em;
}

/* Gold diamond accent before price */
.imgtext:first-of-type::before {
  content: "◆";
  display: block;
  font-size: 0.5rem;
  color: #d4af37;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5em;
}

/* Sale price styling in imgtext */
.imgtext:first-of-type del {
  font-size: 0.9rem;
  color: #999999;
  font-weight: 400;
  display: inline;
  margin-right: 0.75rem;
  text-decoration: line-through;
}

.imgtext:first-of-type font[color="red"],
.imgtext:first-of-type .sale-price {
  color: #8b0000 !important;
  font-size: 1.4rem;
  display: inline;
  font-weight: 700;
}

.sale-price {
  color: #8b0000 !important;
  font-weight: 700;
}

/* Title styling - last imgtext */
.imgtext:last-of-type {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #555555;
  line-height: 1.5;
  padding: 0.75rem 1.5rem 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Hover effects for text */
#main .listgrid__item:hover .imgtext:first-of-type {
  color: #d4af37 !important;
}

#main .listgrid__item:hover .imgtext:last-of-type {
  color: #1a1a1a !important;
}

#main .listgrid__item:hover .product-card-title {
  color: #1a1a1a;
}

/* Wishlist heart icon */
.wishlist-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wishlist-btn svg {
  width: 20px;
  height: 20px;
  stroke: #666;
  fill: none;
  transition: all 0.3s ease;
}

#main .listgrid__item:hover .wishlist-btn {
  opacity: 1;
  transform: scale(1);
}

.wishlist-btn:hover {
  background: #d4af37;
}

.wishlist-btn:hover svg {
  stroke: #fff;
}

/* Loading states and animations */
#main .listgrid__item {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

#main .listgrid__item:nth-child(1) {
  animation-delay: 0.05s;
}
#main .listgrid__item:nth-child(2) {
  animation-delay: 0.1s;
}
#main .listgrid__item:nth-child(3) {
  animation-delay: 0.15s;
}
#main .listgrid__item:nth-child(4) {
  animation-delay: 0.2s;
}
#main .listgrid__item:nth-child(5) {
  animation-delay: 0.25s;
}
#main .listgrid__item:nth-child(6) {
  animation-delay: 0.3s;
}
#main .listgrid__item:nth-child(7) {
  animation-delay: 0.35s;
}
#main .listgrid__item:nth-child(8) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Grid Styles */
@media screen and (max-width: 1200px) {
  #main .listgrid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  #main .listgrid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
  }

  #main .listgrid__item .center {
    min-height: 220px;
    padding: 1rem;
  }

  .imgtext:first-of-type {
    font-size: 1.1rem;
  }

  .imgtext:last-of-type {
    font-size: 0.9rem;
  }

  #main .listgrid__item:hover {
    transform: translateY(-6px);
  }
}

@media screen and (max-width: 480px) {
  #main .listgrid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #main .listgrid__item .center {
    min-height: 200px;
  }

  .product-card-info {
    padding: 1rem;
  }

  /* Disable hover animation on touch devices */
  #main .listgrid__item:hover {
    transform: none;
  }
}

/* Browse Page Header Styling */
#main > h1 {
  font-family: "Merriweather", serif;
  font-size: 2.25rem;
  color: #1a1a1a;
  text-align: center;
  margin: 2.5rem 0;
  padding-bottom: 1rem;
  position: relative;
  font-weight: 400;
}

#main > h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

/* Pager styling for browse pages */
#main .pager,
.browse-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0;
  font-family: "Open Sans", sans-serif;
}

#main .pager a,
.browse-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 6px;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

#main .pager a:hover,
.browse-pager a:hover {
  background: #d4af37;
  color: #0d0d0d;
  border-color: #d4af37;
}

#main .pager a.active,
.browse-pager a.active {
  background: #1a1a1a;
  color: #d4af37;
  border-color: #1a1a1a;
  font-weight: 600;
}

/* Items count display */
.items-count {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #6c6c6c;
  margin-bottom: 1.5rem;
}

.items-count strong {
  color: #8b6914;
  font-weight: 600;
}

.category-header {
  text-align: center;
  margin: 2rem 0 3rem;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
  border: 1px solid #dee2e6;
  position: relative;
  overflow: hidden;
}

.category-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d4af37 0%, #b8941f 50%, #d4af37 100%);
}

.category-header h1 {
  margin-bottom: 0.5rem;
  color: #2c3e50;
  font-size: 2.5em;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Results count indicator */
.results-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  border: 1px solid #e9ecef;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95em;
  color: #6c757d;
}

.results-count {
  font-weight: 600;
  color: #2c3e50;
}

.view-toggle {
  display: flex;
  gap: 0.5rem;
}

.view-toggle button {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-toggle button.active {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff;
  border-color: #d4af37;
}

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#myIframe,
#myTooltip,
.tooltip,
input#hide,
input#show {
  display: none;
}

#myTooltip {
  z-index: 20000;
  padding: 2px;
  font-size: 16px;
  -moz-border-radius: 6px;
}

#myTooltipShadow {
  position: absolute;
  background-color: #000;
  border: 1px solid #b3b3b3;
  display: none;
  z-index: 10000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -moz-border-radius: 6px;
}

#myIframe {
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -moz-border-radius: 6px;
}

.hand {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.tes-tbl {
  margin: 5px;
}

.tes-tbl-border {
  border-bottom: 2px solid #b3b3b3;
  padding: 10px;
}

.tes-tbl-noborder {
  border-bottom: 0;
  padding: 10px;
}

span#hidestuff {
  display: block;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

input#show:checked ~ .show:before {
  content: "";
}

input#show:checked ~ .hide:before {
  content: "Read less \00ab";
  color: #c00;
  font-weight: 700;
  cursor: pointer;
  display: inline;
}

input#hide:checked ~ .hide:before {
  content: "";
}

input#hide:checked ~ .show:before {
  content: "Read more \00bb";
  color: #c00;
  font-weight: 700;
  cursor: pointer;
  display: inline;
}

#footer,
#footer a {
  color: #fff;
}

input#show:checked ~ span#hidestuff {
  opacity: 1;
  font-size: 100%;
  height: auto;
  display: inline;
}

input#hide:checked ~ span#hidestuff {
  display: block;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.social a img {
  border: 0;
}

#logoleft,
#logoright,
#logocenter {
  width: auto;
  float: none;
  display: flex;
  align-items: center;
}

#logocenter {
  justify-content: center;
}

#logoright {
  justify-content: flex-end;
}

#logoleft {
  justify-content: flex-start;
  flex-grow: 1;
}

#tinysearch.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#tinysearch .modern-hr {
  display: none;
}

#tinysearch::before {
  content: "🔍 Search Our Collection";
  display: block;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

/* Search Page Header */
h2.search-header {
  font-family: "Merriweather", serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* Loading State */
.search-form.loading .search-submit-button {
  pointer-events: none;
}

.search-form.loading .search-icon-svg {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Accessibility Improvements */
.search-dropdown[aria-expanded="true"] .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a:focus {
  outline: 2px solid #d4af37;
  outline-offset: -2px;
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff;
}

.search-input-box:focus {
  box-shadow: inset 0 0 0 2px #d4af37;
}

.search-submit-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
}

.searchCategory {
  display: none;
}

#hamburger,
#tinyiconsearch {
  cursor: pointer;
}

#footer {
  background-image: url(https://www.topazery.com/graphics/Dragonfly-footer.png);
}

#footer li {
  margin-top: 0;
}

#hamburger {
  display: block;
}

.slicknav_btn {
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.slicknav_icon-bar {
  background-color: #737373;
}

/* Navigation w/ Subnavigation Overlap fix */
/* Main navigation - highest priority */
.menuwrap.main-navigation {
  z-index: 1000 !important;
}

.menuwrap.main-navigation .topmenu ul li .submenu {
  z-index: 1001 !important;
}

.menuwrap.main-navigation .topmenu ul li:hover .submenu {
  z-index: 1002 !important;
}

/* Periods navigation - lower priority */
.menuwrap.periods-navigation {
  z-index: 100 !important;
}

.menuwrap.periods-navigation .topmenu ul li {
  z-index: 101 !important;
}

.menuwrap,
.topmenu,
.topmenu ul li a {
  position: relative;
}

.menuwrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  position: relative;
  z-index: 10;
}

.nohand {
  cursor: default;
}

.menuwrap .topmenu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.topmenu {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: transparent;
  position: relative;
}

.topmenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}

.topmenu ul li {
  display: block;
  margin: 0;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.topmenu ul li > a,
.topmenu ul li > span {
  display: block;
  padding: 1rem 1.5rem;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.topmenu ul li > a:hover,
.topmenu ul li:hover > a {
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 4px 8px 12px #7c616c;
}

.topmenu ul li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #7c616c;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.topmenu ul li:hover > a::after {
  width: 80%;
}

/* Icon support for menu items */
.topmenu ul li > a .menu-icon {
  margin-right: 0.5rem;
  font-size: 0.9em;
}

/* Accessibility improvements */
.topmenu ul li > a:focus,
.topmenu ul li .submenu .col ul li a:focus {
  outline: 2px solid #7c616c;
  outline-offset: 2px;
}

/* Submenu Styles */
.topmenu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 3);
  border: 1px solid #2c3e50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}

.topmenu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.topmenu ul li .submenu .col {
  display: block;
  width: 100%;
}

.topmenu ul li .submenu .col ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  text-align: left;
  flex-direction: column;
}

.topmenu ul li .submenu .col ul li {
  display: block;
  width: 100%;
  margin: 0;
  border-right: none;
  border-bottom: 1px solid #2c3e50;
}

.topmenu ul li .submenu .col ul li:last-child {
  border-bottom: none;
}

.topmenu ul li .submenu .col ul li a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #2c3e50;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 0;
  white-space: normal;
  text-align: left;
}

.topmenu ul li .submenu .col ul li a:hover {
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%);
  color: #ffffff;
  transform: translateX(4px);
  box-shadow: none;
}

/* Animation for submenu items */
.topmenu ul li .submenu .col ul li {
  opacity: 0;
  transform: translateY(-10px);
  animation: slideInSubmenu 0.3s ease forwards;
}

.topmenu ul li:hover .submenu .col ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.topmenu ul li:hover .submenu .col ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.topmenu ul li:hover .submenu .col ul li:nth-child(3) {
  animation-delay: 0.15s;
}
.topmenu ul li:hover .submenu .col ul li:nth-child(4) {
  animation-delay: 0.2s;
}
.topmenu ul li:hover .submenu .col ul li:nth-child(5) {
  animation-delay: 0.25s;
}
.topmenu ul li:hover .submenu .col ul li:nth-child(6) {
  animation-delay: 0.3s;
}
.topmenu ul li:hover .submenu .col ul li:nth-child(7) {
  animation-delay: 0.35s;
}

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

#onecol {
  position: relative;
}

#onecol .submenu {
  margin-left: 0;
  padding: 0;
}

#onecol .submenu .col {
  width: 100%;
}

#onecol .submenu li:first-child {
  margin-top: 0;
}

/* Product Page Styles */

/* Main Product Container */
#maindetail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  background: linear-gradient(180deg, #faf9f7 0%, #f5f3ef 100%);
  border-radius: 8px;
  position: relative;
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

#maindetail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b8941f, transparent);
}

/* Product Header */
#maindetail h1 {
  font-family: "Merriweather", serif;
  font-size: 2.2rem;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#maindetail h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #d4af37 0%, #f4e4bc 50%, #d4af37 100%);
}

/* Product Layout Container */
.product-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

/* Product Hero Section - Image left, Purchase right */
.product-hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  margin: 2.5rem 0;
  flex-wrap: wrap;
}

.product-hero-image {
  flex: 1 1 500px;
  max-width: 550px;
  text-align: center;
}

.product-hero-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.product-hero-purchase {
  flex: 0 0 380px;
  max-width: 400px;
}

/* Main Product Image - Centered */
#maindetail .product-image-main {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

#maindetail .imgleft {
  float: none;
  display: block;
  margin: 2rem auto;
  max-width: 520px;
}

.detailpich,
.detailpicv {
  border-radius: 4px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(212, 175, 55, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.detailpich:hover,
.detailpicv:hover {
  transform: scale(1.03);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    0 0 100px rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.4);
}

/* Product Description */
#maindetail p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4a4a4a;
  margin-bottom: 1rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#maindetail p:first-of-type {
  font-size: 1.1rem;
  color: #3a3a3a;
}

/* Product Purchase Card */
.product-purchase-card {
  background: linear-gradient(145deg, #ffffff 0%, #faf9f7 100%);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 16px;
  padding: 2rem 2.5rem;
  margin: 0;
  max-width: 400px;
  text-align: center;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: sticky;
  top: 2rem;
}

/* Item Number */
.product-item-number {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

/* Price Display */
.product-price-wrapper {
  margin: 1.5rem 0;
}

.product-original-price {
  font-size: 1.1rem;
  color: #666666;
  text-decoration: line-through;
  margin-bottom: 0.25rem;
}

#maindetail del {
  font-size: 1.1rem;
  color: #666666;
  text-decoration: line-through;
  display: block;
  margin-bottom: 0.5rem;
}

.product-sale-badge {
  display: inline-block;
  background: linear-gradient(135deg, #8b0000 0%, #a50000 100%);
  color: #ffffff;
  padding: 0.4rem 1.25rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.product-current-price {
  font-family: "Merriweather", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #8b6914;
  text-shadow: none;
}

#maindetail font[color="red"] {
  color: #8b6914 !important;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  display: block;
  line-height: 1.4;
  text-shadow: none;
}

/* Ring Size Display */
.product-ring-size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: rgba(212, 175, 55, 0.08);
  padding: 0.6rem 1.25rem;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 4px;
  font-weight: 500;
  color: #4a4a4a;
  margin: 1rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.product-ring-size svg {
  width: 16px;
  height: 16px;
  stroke: #8b6914;
  fill: none;
}

/* CTA Button - Add to Cart */
.btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  background-size: 200% 200%;
  color: #d4af37;
  padding: 1.25rem 2.5rem;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #d4af37;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.btn-add-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.btn-add-cart:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
  color: #0d0d0d;
  border-color: #d4af37;
}

.btn-add-cart:hover::before {
  left: 100%;
}

.btn-add-cart svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

/* Hide old image-based cart button */
#maindetail a img[src*="addToCart"] {
  display: none;
}

/* Social Sharing Section */
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.25rem;
  background: transparent;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  margin: 2rem auto;
  max-width: 400px;
}

.social::before {
  content: "Share";
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 1rem;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  transition: all 0.3s ease;
}

.social a:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
}

.social svg {
  width: 20px;
  height: 20px;
  fill: #5a5a5a;
  transition: fill 0.3s ease;
}

.social a:hover svg {
  fill: #0d0d0d;
}

/* Hide old image-based social icons */
.social img {
  display: none;
}

/* Info Row - Side by side sections */
.info-row {
  display: flex;
  gap: 2rem;
  margin: 2rem auto;
  max-width: 900px;
  justify-content: center;
}

.info-row .info-section {
  flex: 1;
  margin: 0;
  max-width: 440px;
}

/* Info Sections (Ring Sizing, Shipping) */
.info-section {
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  margin: 1.5rem auto;
  max-width: 700px;
}

.info-section p {
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

#maindetail b {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  color: #8b6914;
  display: block;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Gallery Section */
#maindetail .center {
  background: rgba(212, 175, 55, 0.05);
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  margin: 3rem auto;
  max-width: 900px;
  text-align: center;
}

#maindetail .center::before {
  content: "Gallery";
  display: block;
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  color: #8b6914;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

/* Gallery Images */
#maindetail .center .myimage {
  margin: 0.5rem;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.25);
  opacity: 0.95;
}

#maindetail .center .myimage:hover {
  transform: scale(1.08);
  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.18),
    0 0 30px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5);
  opacity: 1;
}

/* Specifications Table */
.specstable {
  width: 100%;
  max-width: 800px;
  margin: 3rem auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.specstable caption {
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  color: #8b6914;
  padding: 1.5rem;
  text-align: center;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.specstable td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4a4a;
}

.specstable tr:last-child td {
  border-bottom: none;
}

.specstable tr:hover td {
  background: rgba(212, 175, 55, 0.06);
}

.specstable .td1 {
  background: rgba(212, 175, 55, 0.08);
  font-weight: 600;
  color: #3a3a3a;
  width: 35%;
  border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.specstable .td2 {
  background: transparent;
  color: #5a5a5a;
}

/* Policy Links Row */
.policy-links-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem auto;
  max-width: 700px;
}

.policy-links-row .policy-link-card {
  flex: 1;
  max-width: 320px;
}

/* Policy Link Cards */
.policy-link-card {
  display: block;
  background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.policy-link-card:hover {
  background: linear-gradient(145deg, #333333 0%, #252525 100%);
  border-color: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.policy-link-card .policy-title {
  display: block;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  color: #d4af37;
  margin-bottom: 0.35rem;
  font-weight: 400;
}

.policy-link-card .policy-cta {
  font-size: 0.8rem;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.policy-link-card:hover .policy-cta {
  color: #cccccc;
}

/* Legacy Policy Links */
.policy-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2.5rem auto;
  flex-wrap: wrap;
  max-width: 600px;
}

.policy-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 4px;
  color: #4a4a4a;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.policy-link:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #0d0d0d;
  border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

#maindetail a[href*="returns.htm"],
#maindetail a[href*="generic_gem_info.htm"] {
  color: #8b6914;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

#maindetail a[href*="returns.htm"]:hover,
#maindetail a[href*="generic_gem_info.htm"]:hover {
  color: #6b5310;
  text-decoration: underline;
}

#maindetail a[href*="returns.htm"] font[color="red"],
#maindetail a[href*="generic_gem_info.htm"] font[color="red"] {
  color: #8b6914 !important;
  font-size: inherit;
  font-weight: inherit;
}

/* Top of Page Link */
#maindetail a[href="#top"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #888888;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#maindetail a[href="#top"]:hover {
  color: #d4af37;
}

/* Print/PDF Button */
.btn-print {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #5a5a5a;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-print:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #b8941f;
  color: #8b6914;
}

.btn-print svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

/* Hide old image-based print button */
#maindetail a img[src*="printableView"] {
  display: none;
}

.popup,
.nopop {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

/* Divider */
#maindetail hr {
  border: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 175, 55, 0.3) 50%,
    transparent 100%
  );
  margin: 2.5rem 0;
}

/* Clear utility */
#maindetail .clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .product-hero {
    flex-direction: column;
    align-items: center;
  }

  .product-hero-purchase {
    flex: 1 1 100%;
    max-width: 450px;
  }

  .product-purchase-card {
    position: static;
    margin: 2rem auto;
  }

  .info-row {
    flex-direction: column;
    align-items: center;
  }

  .info-row .info-section {
    max-width: 100%;
    width: 100%;
  }

  .policy-links-row {
    flex-direction: column;
    align-items: center;
  }

  .policy-links-row .policy-link-card {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #maindetail {
    padding: 2rem 1.5rem;
  }

  #maindetail h1 {
    font-size: 1.6rem;
  }

  .product-purchase-card {
    padding: 1.5rem 1.25rem;
  }

  .product-current-price,
  #maindetail font[color="red"] {
    font-size: 1.8rem;
  }

  .btn-add-cart {
    padding: 1rem 1.5rem;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
  }

  .specstable .td1 {
    width: 40%;
  }

  .specstable td {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

  .social {
    flex-wrap: wrap;
  }

  .social::before {
    width: 100%;
    text-align: center;
    margin-bottom: 0.75rem;
    margin-right: 0;
  }

  .policy-links {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 0em) {
  #container,
  #logobar,
  #maindetail,
  #mobilemenu,
  .nav {
    width: 100%;
    max-width: 100%;
    max-width: 1200px;
  }

  #rightbar {
    width: 18em;
    float: left;
    padding-left: 2em;
  }

  .header-photo {
    padding: 0.5em;
    width: 8.5em;
  }

  .slicknav_icon {
    float: right;
    margin: 1.2em 0.8em 0 0;
  }

  #main,
  #mainblog {
    width: 97.5%;
    max-width: 97.5%;
    margin: 0 auto;
  }

  #bigmenu,
  #mobilemenu,
  #socialnav,
  #topline {
    display: none;
  }

  #bigcart,
  #socialtop,
  #tinycart {
    display: block;
  }

  .blockcolumn1,
  .blockcolumn1h,
  .blockcolumn2,
  .blockcolumn2h {
    width: 100%;
  }

  .imgindex {
    width: 50%;
    margin-bottom: 0.5em;
  }

  #footer {
    background-size: 240px 180px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
  }

  .detailpicv {
    width: 208px;
  }

  .detailpich {
    width: 100%;
  }

  #sliderhimg {
    width: 139px;
  }

  .maximage {
    width: 150px;
  }

  .maximage-2,
  .maximage-2h {
    width: 100%;
  }

  #logoleft {
    width: 0%;
  }

  #logoright {
    width: 68%;
  }

  #logocenter {
    width: 28%;
  }

  #blockareadetail,
  .totaltable {
    width: 100%;
  }

  #blockcolumn1detail {
    width: 95%;
  }

  #blockcolumn2detail {
    text-align: center;
    width: 95%;
  }

  .popup {
    display: none;
  }

  .nopop {
    display: block;
  }

  .img100,
  .img15,
  .img20,
  .img25,
  .img30,
  .img35,
  .img40,
  .img45,
  .img50,
  .img75 {
    width: 100%;
  }

  .categorylist ul,
  .categorylist ul li {
    margin: 0 0 0 0.5em;
  }
}

@media screen and (min-width: 30em) {
  #container,
  #logobar,
  #maindetail,
  #mobilemenu,
  .nav {
    width: 100%;
    max-width: 100%;
    max-width: 1200px;
  }

  #main,
  #mainblog,
  #rightbar {
    width: 97.5%;
    max-width: 97.5%;
    margin: 0 auto;
  }

  .blockcolumn1 {
    width: 23%;
  }

  .blockcolumn2 {
    width: 67%;
  }

  .blockcolumn1h {
    width: 31%;
  }

  .blockcolumn2h {
    width: 59%;
  }

  .imgindex {
    width: 100%;
  }

  #footer {
    background-size: 280px 210px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
  }

  .detailpich,
  .detailpicv {
    width: 208px;
  }

  .maximage,
  .maximage-2,
  .maximage-2h {
    width: 100px;
  }

  #logoleft {
    width: 0%;
  }

  #logocenter,
  #logoright {
    width: 48%;
  }

  .totaltable {
    width: 50%;
  }

  .categorylist ul,
  .categorylist ul li {
    margin: 0 0 0 2em;
  }
}

@media screen and (min-width: 37.5em) {
  #container,
  #logobar,
  #maindetail,
  #mobilemenu,
  .nav {
    width: 100%;
    max-width: 100%;
    max-width: 1200px;
  }

  #main,
  #mainblog,
  #rightbar {
    width: 97.5%;
    max-width: 97.5%;
    margin: 0 auto;
  }

  .header-photo {
    padding: 1em 0;
    width: 14em;
  }

  /* .tinyicon {
    width: 3.5em;
  }

  .tinyicon a,
  .tinyicon img {
    padding: 1.5em 0 0;
  } */

  .slicknav_icon {
    float: right;
    margin: 1.8em 1.2em 0 0;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table td,
  .rwd-table th,
  .rwd-table-noheader td,
  .rwd-table-noheader th {
    display: table-cell;
  }

  #footer {
    background-size: 480px 360px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .detailpich,
  .detailpicv {
    width: 264px;
  }

  .maximage {
    width: 125px;
  }

  .maximage-2 {
    width: 135px;
  }

  .maximage-2h {
    width: 175px;
  }

  .blockcolumn1 {
    width: 27%;
  }

  .blockcolumn2 {
    width: 67%;
  }

  .blockcolumn1h {
    width: 35%;
  }

  .blockcolumn2h {
    width: 59%;
  }

  #blockareadetail {
    width: 100%;
  }

  #blockcolumn1detail {
    width: 55%;
  }

  #blockcolumn2detail {
    text-align: center;
    width: 40%;
  }

  .popup {
    display: block;
  }

  .nopop {
    display: none;
  }

  .img15 {
    width: 15%;
  }

  .img20 {
    width: 20%;
  }

  .img25 {
    width: 25%;
  }

  .img30 {
    width: 30%;
  }

  .img35 {
    width: 35%;
  }

  .img40 {
    width: 40%;
  }

  .img45 {
    width: 45%;
  }

  .img50 {
    width: 50%;
  }

  .img75 {
    width: 75%;
  }

  .img100 {
    width: 100%;
  }
}

@media screen and (min-width: 57em) {
  #bigtopwidth,
  #container,
  #logobar,
  #maindetail,
  #mobilemenu,
  .nav {
    width: 100%;
    max-width: 100%;
    max-width: 1200px;
  }

  #main,
  #mainblog {
    width: 97.5%;
    max-width: 97.5%;
    margin: 0 auto;
  }

  #rightbar {
    width: 13em;
  }

  #bigmenu,
  #socialnav,
  #topline {
    display: block;
  }

  #hamburger,
  #mobilemenu,
  #socialtop,
  #tinycart {
    display: none;
  }

  /* .footercol {
    float: left;
    width: 25%;
    margin: 1em 0 0 4em;
  } */

  .detailpicv {
    width: 300px;
  }

  .detailpich {
    width: 400px;
  }

  #sliderhimg {
    width: 200px;
  }

  .maximage {
    width: 150px;
  }

  .maximage-2 {
    width: 180px;
  }

  .maximage-2h {
    width: 250px;
  }

  #logoleft,
  #logoright {
    width: 24%;
  }

  #logocenter {
    width: 50%;
  }

  #blockareadetail {
    width: 75%;
  }

  #blockcolumn1detail {
    width: 55%;
  }

  #blockcolumn2detail {
    text-align: center;
    width: 40%;
  }
}

@media screen and (min-width: 64em) {
  body {
    font-size: 1.125em;
  }
}

@media print {
  #bigmenu,
  #footer,
  #hamburger,
  #logoright,
  #mobilemenu,
  #socialnav,
  #socialtop,
  #tinycart,
  #topline,
  .rwd-table td:before {
    display: none;
  }

  #container,
  #logobar,
  #maindetail,
  #mobilemenu,
  .nav {
    width: 100%;
    max-width: 100%;
    max-width: 1200px;
  }

  #main,
  #mainblog,
  #rightbar {
    width: 97.5%;
    max-width: 97.5%;
    margin: 0 auto;
  }

  .header-photo {
    padding: 1em 0;
    width: 14em;
  }

  .slicknav_icon {
    float: right;
    margin: 1.8em 1.2em 0 0;
  }

  .rwd-table td,
  .rwd-table th,
  .rwd-table-noheader td,
  .rwd-table-noheader th {
    display: table-cell;
  }

  #footer {
    background-size: 480px 360px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .detailpich,
  .detailpicv {
    width: 264px;
  }

  .maximage {
    width: 125px;
  }

  .maximage-2 {
    width: 135px;
  }

  .maximage-2h {
    width: 175px;
  }

  .blockcolumn1 {
    width: 27%;
  }

  .blockcolumn2 {
    width: 67%;
  }

  .blockcolumn1h {
    width: 35%;
  }

  .blockcolumn2h {
    width: 59%;
  }

  #blockareadetail {
    width: 100%;
  }

  #blockcolumn1detail {
    width: 55%;
  }

  #blockcolumn2detail {
    text-align: center;
    width: 40%;
  }

  .popup {
    display: block;
  }

  .nopop {
    display: none;
  }

  .img15 {
    width: 15%;
  }

  .img20 {
    width: 20%;
  }

  .img25 {
    width: 25%;
  }

  .img30 {
    width: 30%;
  }

  .img35 {
    width: 35%;
  }

  .img40 {
    width: 40%;
  }

  .img45 {
    width: 45%;
  }

  .img50 {
    width: 50%;
  }

  .img75 {
    width: 75%;
  }

  .img100 {
    width: 100%;
  }

  .lux-to-top {
    display: none !important;
  }
}

.categorylist {
  width: 100%;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
  border-radius: 0 0 8px 8px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.45);
}

.categorylist ul,
.categorylist ul li {
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0;
}

.categorylist ul li {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  position: relative;
  cursor: pointer;
}

.accli,
.categorylist ul li a {
  padding: 1rem 1.5rem;
  width: 100%;
  display: inline-block;
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.categorylist ul li a:hover,
.categorylist ul li span:hover {
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%);
  color: #ffffff;
  text-decoration: none;
  transform: translateX(4px);
}

.categorylist ul li ul li,
.categorylist ul li ul li ul li {
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}

.categorylist ul li ul li a,
.categorylist ul li ul li ul li a {
  padding: 0.75rem 2rem;
  color: #2c3e50 !important;
  font-size: 0.9em;
  background: transparent;
}

.categorylist ul li ul li a:hover,
.categorylist ul li ul li ul li a:hover {
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%) !important;
  color: #ffffff !important;
}

.categorylist ul li ul li.lisubfirst {
  border-top: none;
}

.categorylist ul li ul li.lisublast {
  border-bottom: none;
}

.spanarrowdown,
.spanarrowup {
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff !important;
}

@font-face {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.topazery.com/fonts/fontawesome-webfont.eot);
  src:
    url(https://www.topazery.com/fonts/fontawesome-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.topazery.com/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://www.topazery.com/fonts/fontawesome-webfont.ttf)
      format("truetype"),
    url(https://www.topazery.com/fonts/fontawesome-webfont.svg#fontawesome)
      format("svg");
}

.slick-next:before,
.slick-prev:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  color: #aaa;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

.slick-prev {
  left: -35px;
}

.slick-next,
.slick-prev {
  width: 30px;
  height: 30px;
}

.slickslider img {
  width: 8em;
}

/* Modernize HRs */
hr.grayrulecolor,
hr.graydarker {
  border: 0;
  height: 1px;
  background-color: #dddddd;
  margin: 0;
}
hr.graydarker {
  background-color: #cccccc;
}

/* FAQ Content Styles */
.faq-container,
.education-container {
  margin: 1rem auto;
  padding: 0;
}

.faq-intro,
.education-intro {
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 1px solid #dee2e6;
}

.faq-intro h1,
.education-intro h1 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.faq-intro p,
.education-intro p {
  color: #495057;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* FAQ Section Dividers */
.section-divider {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  text-align: center;
}

.section-divider::before,
.section-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #d4af37 50%,
    transparent 100%
  );
}

.section-divider span {
  padding: 0 0.25rem;
  background: #ffffff;
  color: #6c757d;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* FAQ & Education column styles */
.education-columns,
.faq-columns {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  border: 2px solid #e9ecef;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.45);
  position: relative;
  -moz-column-width: auto;
  -webkit-column-width: auto;
  column-width: auto;
}

.education-columns::before {
  content: "Learning Topics";
  position: absolute;
  top: -12px;
  left: 1.5rem;
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-size: 0.9em;
  font-weight: 600;
  box-shadow: 2px 4px 8px rgba(124, 97, 108, 0.6);
}

.faq-columns::before {
  content: "Quick Links";
  position: absolute;
  top: -12px;
  left: 1.5rem;
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-size: 0.9em;
  font-weight: 600;
  box-shadow: 2px 4px 8px rgba(124, 97, 108, 0.6);
}

.education-columns ul,
.faq-columns ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

.education-columns ul li,
.faq-columns ul li {
  margin: 0;
  padding: 0;
  background: transparent;
}

.education-columns ul li a,
.faq-columns ul li a {
  display: block;
  padding: 0.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #2c3e50 !important;
  text-decoration: none !important;
  border-radius: 12px;
  border: 3px solid #dee2e6;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.education-columns ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(124, 97, 108, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.faq-columns ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.faq-columns ul li a:hover,
.education-columns ul li a:hover {
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: #7c616c;
  transform: translateY(-2px);
  box-shadow: 4px 8px 12px rgba(124, 97, 108, 0.6);
}

.education-columns ul li a:hover::before,
.faq-columns ul li a:hover::before {
  left: 100%;
}

.education-columns ul li a:active,
.faq-columns ul li a:active {
  transform: translateY(0);
}

/* Search and Filter Bar */
.content-search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.45);
  border: 1px solid #b7c2cc;
}

.search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 2px solid #b7c2cc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.45);
}

.search-input::placeholder {
  color: #b7c2cc;
  font-style: italic;
}

.filter-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.filter-tag {
  padding: 0.5rem 1rem;
  background: #f8f9fa;
  border: 1px solid #b7c2cc;
  border-radius: 18px;
  font-size: 0.9em;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.filter-tag:hover,
.filter-tag.active {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff;
  border-color: #d4af37;
}

/* Collapsible Item Styles */
.collapsible-item {
  margin-bottom: 1rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.45);
  border: 1px solid #b7c2cc;
  overflow: hidden;
  transition: all 0.3s ease;
}

.collapsible-item:hover {
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
}

.collapsible-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
  transition: all 0.3s ease;
  user-select: none;
}

.collapsible-header:hover {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.collapsible-item.active .collapsible-header {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff;
  border-bottom-color: #b8941f;
}

.collapsible-title {
  font-family: "Merriweather", serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  line-height: 1.4;
}

.collapsible-item.active .collapsible-title {
  color: #ffffff;
}

.collapsible-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.6);
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: 3px solid #b8941f;
}

.collapsible-item.active .collapsible-icon {
  background: rgba(255, 255, 255, 0.6);
  transform: rotate(180deg);
  border: 3px solid #ffffff;
}

.collapsible-icon svg {
  width: 40px;
  height: 40px;
  fill: #b8941f;
  transition: fill 0.3s ease;
}

.collapsible-icon:hover svg {
  fill: #ffffff;
}

.collapsible-item.active .collapsible-icon svg {
  fill: #ffffff;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible-item.active .collapsible-content {
  max-height: 2000px;
}

.collapsible-body {
  padding: 1.5rem;
  background: #ffffff;
}

.collapsible-body p {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.collapsible-body p:last-child {
  margin-bottom: 0;
}

.collapsible-body ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.collapsible-body li {
  color: #495057;
  margin-bottom: 0.5rem;
}

.collapsible-body a {
  color: #d4af37;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.collapsible-body a:hover {
  color: #b8941f;
  text-decoration: underline;
}

/* Category badges for education content */
.category-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(135deg, #7c616c 0%, #d3b1b6 100%);
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Quick navigation */
.quick-nav {
  position: sticky;
  top: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  margin-bottom: 2rem;
}

.quick-nav h3 {
  color: #2c3e50;
  font-size: 1.1em;
  margin-bottom: 1rem;
  text-align: center;
}

.quick-nav-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.quick-nav-btn {
  padding: 0.5rem 1rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 0.9em;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #495057;
}

.quick-nav-btn:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff;
  border-color: #d4af37;
  text-decoration: none;
}

/* Expand/Collapse All Controls */
.global-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  border: 1px solid #b7c2cc;
}

.results-count {
  font-weight: 600;
  color: #2c3e50;
}

.global-actions {
  display: flex;
  gap: 0.75rem;
}

.global-btn {
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid #b7c2cc;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-size: 0.9em;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #495057;
  font-weight: 500;
}

.global-btn:hover {
  background: #f8f9fa;
  border-color: #d4af37;
  color: #2c3e50;
}

/* Contact Page Styles */
.contact-header {
  text-align: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #e9ecef 0%, #b7c2cc 100%);
  border: 1px solid #dee2e6;
  position: relative;
}

.contact-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37 0%, #b8941f 50%, #d4af37 100%);
}

.contact-header h1 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 2.5em;
}

.contact-intro {
  color: #495057;
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* Contact Section Styles */
.contact-section {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #b7c2cc;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.15),
    transparent
  );
  transition: left 0.5s ease;
}

.contact-section:hover {
  transform: translateY(-4px);
  box-shadow: 8px 16px 24px rgba(0, 0, 0, 0.45);
  border-color: #d4af37;
}

.contact-section:hover::before {
  left: 100%;
}

/* Contact Icon Styles */
.contact-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 8px 16px rgba(212, 175, 55, 0.45);
  transition: all 0.3s ease;
  border: 1px solid #2c3e50;
}

.contact-section:hover .contact-icon {
  background: linear-gradient(135deg, #b8941f 0%, #9d7d1a 100%);
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.5);
}

.contact-icon svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

.contact-icon svg path,
.contact-icon svg circle,
.contact-icon svg polyline {
  stroke: #2c3e50;
  stroke-width: 2;
}

/* Contact Content Styles */
.contact-content {
  flex: 1;
}

.contact-content h2 {
  color: #2c3e50;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
  font-family: "Merriweather", serif;
}

.contact-content p {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.contact-link {
  color: #d4af37 !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background: rgba(212, 175, 55, 0.45);
  border: 1px solid rgba(212, 175, 55, 0.9);
  margin-left: 0.25rem;
}

.contact-link:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  border-color: #d4af37;
  text-decoration: none;
  transform: translateX(4px);
}

/* Email Highlight Styles */
.email-highlight {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 0.75rem;
  border-radius: 12px;
  border: 2px solid #b7c2cc;
  margin: 0.75rem auto;
  text-align: center;
  width: fit-content;
}

.email-label {
  display: block;
  color: #6c757d;
  font-size: 0.9em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.email-address {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #2c3e50;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 18px;
  font-family: "Courier New", monospace;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #2c3e50;
}

.email-address:hover {
  background: #d4af37;
  border-color: #d4af37;
  transform: scale(1.05);
}

/* Phone Highlight Styles */
.phone-highlight {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.5rem;
  border-radius: 12px;
  border: 2px solid #b7c2cc;
  margin: 0.75rem auto;
  text-align: center;
  width: fit-content;
}

.phone-label {
  display: block;
  color: #6c757d;
  font-size: 0.9em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.phone-number a {
  display: inline-block;
  background: #2c3e50;
  color: #ffffff !important;
  padding: 0.5rem 1rem;
  border-radius: 18px;
  font-family: "Courier New", monospace;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid #2c3e50;
}

.phone-number a:hover {
  background: #d4af37 !important;
  border-color: #d4af37;
  transform: scale(1.05);
}

/* Address Card Styles */
.address-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 6px solid #d4af37;
  border-top: 6px solid #d4af37;
  width: fit-content;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.45);
  margin: 0.75rem auto;
}

.address-card h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.1em;
}

.address-card address {
  font-style: normal;
  line-height: 1.6;
  color: #495057;
  font-size: 1.1em;
}

.address-card strong {
  color: #2c3e50;
  font-weight: 600;
}

.address-warning {
  background: rgba(220, 53, 69, 0.1);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border-left: 6px solid #dc3545;
  border-top: 6px solid #dc3545;
  margin: 0.75rem 0;
}

.address-warning p {
  margin: 0;
  color: #721c24;
  font-weight: 500;
}

/* Quick Contact Grid */
.quick-contact {
  margin-top: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  border-radius: 16px;
  color: #ffffff;
}

.quick-contact h3 {
  text-align: center;
  color: #ffffff;
  font-size: 1.8em;
  margin-bottom: 1rem;
  font-family: "Merriweather", serif;
}

.quick-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.quick-contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.quick-contact-card:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: #d4af37;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  color: #ffffff !important;
  text-decoration: none !important;
}

.quick-contact-text h3 {
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 1.1em;
}

.quick-contact-text p {
  color: #d4af37;
  margin: 0;
  font-size: 0.9em;
}

/* How to Order Page Styles */
.order-header {
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
  position: relative;
}

.order-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #d4af37 0%, #b8941f 50%, #d4af37 100%);
}

.order-header h1 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 2.5em;
}

.order-intro {
  color: #495057;
  font-size: 1.2em;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 0.5rem;
}

/* Quick Navigation */
.order-nav {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.45);
}

.order-nav h3 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.8em;
}

.order-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}

.nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 3px solid #a2adb9;
  text-decoration: none !important;
  color: #2c3e50 !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.nav-card:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: #d4af37;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}

.nav-card:hover::before {
  left: 100%;
}

.nav-icon {
  font-size: 2.5em;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.nav-card:hover .nav-icon {
  transform: scale(1.1);
}

.nav-card h4 {
  color: inherit;
  margin-bottom: 0.5rem;
  font-size: 1.1em;
  font-weight: 600;
}

.nav-card p {
  color: inherit;
  margin: 0;
  font-size: 0.9em;
  opacity: 0.8;
}

/* Additional Resources */
.additional-resources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.resource-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border-left: 6px solid #d4af37;
  border-top: 6px solid #d4af37;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: 8px 16px 24px rgba(0, 0, 0, 0.6);
}

.resource-content h4 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 1.2em;
}

.resource-content p {
  color: #495057;
  margin: 0;
  line-height: 1.5;
}

.resource-link {
  color: #d4af37 !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.resource-link:hover {
  color: #b8941f !important;
  text-decoration: underline;
}

/* Order Sections */
.order-section {
  margin-bottom: 3rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ffffff;
}

.section-icon {
  width: 60px;
  height: 60px;
  background: rgba(212, 175, 55, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section-icon svg {
  width: 30px;
  height: 30px;
  stroke: #d4af37;
  stroke-width: 2;
  fill: none;
}

.section-header h2 {
  color: #ffffff;
  margin: 0;
  font-size: 1.8em;
}

.section-content {
  padding: 1rem;
}

/* Shipping Highlights */
.shipping-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  border: 1px solid #a2adb9;
}

.highlight-text {
  font-weight: 600;
  color: #2c3e50;
}

/* Detail Cards */
.shipping-details,
.payment-tips,
.customs-details,
.bankwire-process,
.tax-info {
  display: grid;
  gap: 1.5rem;
}

.detail-card,
.tip-card,
.customs-card,
.tax-card {
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 1px solid #a2adb9;
}

.detail-card h4,
.tip-card h4,
.customs-card h5,
.tax-card h4 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.detail-card ul,
.tip-card ol,
.customs-card ul {
  margin: 0;
  padding-left: 1.5rem;
}

.detail-card li,
.tip-card li,
.customs-card li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: #495057;
}

.international-returns {
  margin-top: 1rem;
}

/* Important Notice */
.important-notice {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  border-left: 6px solid #dc3545;
  border-top: 6px solid #dc3545;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
}

.important-notice h4 {
  color: #721c24;
  margin-bottom: 1rem;
  font-size: 1.1em;
}

.important-notice ul {
  margin: 0;
  padding-left: 1.5rem;
}

.important-notice li {
  color: #721c24;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* Payment Methods */
.payment-methods {
  margin-bottom: 1rem;
}

.card-types {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.card-type {
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ffffff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9em;
}

/* Security Info */
.security-info {
  margin-bottom: 2rem;
}

.security-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  border-left: 6px solid #28a745;
  border-top: 6px solid #28a745;
  border-radius: 12px;
}

.security-icon {
  font-size: 2em;
  color: #28a745;
}

.security-text h4 {
  color: #155724;
  margin-bottom: 0.5rem;
}

.security-text p {
  color: #155724;
  margin: 0;
}

/* Process Steps */
.process-steps {
  display: grid;
  gap: 1.5rem;
}

.step {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.step-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2em;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-content h5 {
  color: #2c3e50;
  margin-bottom: 0.75rem;
  font-size: 1.1em;
}

.step-content p {
  color: #495057;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.step-content ul,
.step-content ol {
  margin: 0;
  padding-left: 1.5rem;
}

.step-content li {
  color: #495057;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* Overview Cards */
.bankwire-overview,
.international-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.overview-card {
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 1px solid #a2adb9;
}

.overview-card.important {
  background: rgba(255, 193, 7, 0.1);
  border-color: rgba(255, 193, 7, 0.3);
  border-left: 6px solid #ffc107;
  border-top: 6px solid #ffc107;
}

.overview-card h4 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.1em;
}

.overview-card p {
  color: #495057;
  margin: 0;
  line-height: 1.5;
}

/* International specific styles */
.customs-card.important {
  background: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.3);
  border-left: 6px solid #dc3545;
  border-top: 6px solid #dc3545;
}

.customs-card.important h5 {
  color: #721c24;
}

.customs-card.important li {
  color: #721c24;
}

.returns-info {
  padding: 1.5rem;
  background: rgba(23, 162, 184, 0.1);
  border: 1px solid rgba(23, 162, 184, 0.3);
  border-left: 6px solid #17a2b8;
  border-top: 6px solid #17a2b8;
  border-radius: 8px;
}

.returns-info p {
  color: #0c5460;
  margin-bottom: 0.75rem;
}

.returns-info ul {
  margin: 0;
  padding-left: 1.5rem;
}

.returns-info li {
  color: #0c5460;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* Customer Support */
.customer-support {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  border-radius: 16px;
  color: #ffffff;
  text-align: center;
}

.customer-support h3 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.8em;
}

.customer-support p {
  color: #d4af37;
  margin-bottom: 2rem;
  font-size: 1.1em;
}

.support-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.support-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.support-card:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: #d4af37;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  color: #ffffff !important;
  text-decoration: none !important;
}

.support-card h4 {
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 1.1em;
}

.support-card p {
  color: #d4af37;
  margin: 0;
  font-size: 0.9em;
}

/* Return Page Styles */
.returns-header {
  text-align: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
  border: 1px solid #dee2e6;
  position: relative;
}

.returns-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #d4af37 0%, #b8941f 50%, #d4af37 100%);
}

.returns-header h1 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 2.5em;
}

/* Main Returns Content */
.returns-main-section {
  margin-bottom: 3rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.returns-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
}

.returns-image {
  width: 300px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.returns-text {
  flex: 1;
}

.returns-text p {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1.1em;
}

/* Returns Sections */
.returns-section {
  margin-bottom: 1.5rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.returns-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ffffff;
}

.returns-section-icon {
  width: 60px;
  height: 60px;
  background: rgba(212, 175, 55, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.returns-section-icon svg {
  width: 30px;
  height: 30px;
  stroke: #d4af37;
  stroke-width: 2;
  fill: none;
}

.returns-section-header h2 {
  color: #ffffff;
  margin: 0;
  font-size: 1.8em;
}

.returns-section-content {
  padding: 2rem;
}

/* Warning boxes */
.warning-box {
  background: rgba(220, 53, 69, 0.1);
  border: 2px solid #dc3545;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 0.75rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.warning-icon {
  width: 24px;
  height: 24px;
  color: #dc3545;
  flex-shrink: 0;
  margin-top: 2px;
}

.warning-content h4 {
  color: #721c24;
  margin-bottom: 1rem;
  font-size: 1.2em;
}

.warning-content p {
  color: #721c24;
  margin: 0;
  font-weight: 600;
  font-size: 1.1em;
}

/* Info boxes */
.info-box {
  background: rgba(23, 162, 184, 0.1);
  border: 2px solid #17a2b8;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.info-icon {
  width: 24px;
  height: 24px;
  color: #17a2b8;
  flex-shrink: 0;
  margin-top: 2px;
}

.info-content h4 {
  color: #0c5460;
  margin-bottom: 1rem;
  font-size: 1.1em;
}

.info-content p {
  color: #0c5460;
  margin: 0;
  line-height: 1.6;
}

/* Important notice boxes */
.important-box {
  background: rgba(255, 193, 7, 0.1);
  border: 2px solid #ffc107;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 0.75rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.important-icon {
  width: 24px;
  height: 24px;
  color: #856404;
  flex-shrink: 0;
  margin-top: 2px;
}

.important-content h4 {
  color: #856404;
  margin-bottom: 1rem;
  font-size: 1.1em;
}

.important-content p {
  color: #856404;
  margin: 0;
  line-height: 1.6;
}

/* List styling */
.returns-section-content ul {
  padding-left: 2rem;
}

.returns-section-content li {
  line-height: 1.6;
  color: #495057;
}

.returns-section-content li strong {
  color: #2c3e50;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .topmenu ul li > a {
    padding: 0.875rem 1.25rem;
    font-size: 0.9em;
  }

  .topmenu ul li .submenu {
    min-width: 250px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    padding: 0.5rem;
  }
  /* Search Responsive Styles */
  #tinysearch {
    padding: 1rem;
  }

  #tinysearch::before {
    font-size: 1.1em;
    margin-bottom: 0.75rem;
  }

  .searchContainer {
    border-radius: 8px;
  }

  .search-dropdown {
    border-right: none;
    border-bottom: 2px solid #e9ecef;
    border-radius: 8px 0 0 8px;
    position: relative;
  }

  .dropdown-toggle,
  .search-dropdown .dropdown-toggle,
  .search-dropdown .button {
    height: 48px;
    min-width: 120px;
    flex-shrink: 0;
  }

  .dropdown-menu {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: auto;
    width: 200px;
    border: 2px solid #d4af37;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
    z-index: 1000;
    background: #fffacd;
  }

  .search-input-box {
    height: 48px;
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .search-icon,
  .search-submit-button {
    height: 48px;
    border-radius: 0 0 6px 6px;
  }

  .search-icon-div,
  .search-button-container {
    border-radius: 0 0 6px 6px;
  }

  .topmenu ul {
    flex-direction: column;
    align-items: stretch;
  }

  .topmenu ul li {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .topmenu ul li:last-child {
    border-bottom: none;
  }

  .topmenu ul li > a {
    padding: 1rem;
    text-align: left;
  }

  .topmenu ul li .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: inset 2px 4px 8px rgba(0, 0, 0, 0.45);
    border-radius: 0;
    background: #2c3e50;
    margin-top: 0;
    display: none;
  }

  .topmenu ul li:hover .submenu {
    display: block;
  }

  .topmenu ul li .submenu .col ul li a {
    padding: 0.625rem 2rem;
    font-size: 0.85em;
  }
  #main {
    padding: 15px;
  }

  /* Pager Responsive Styles */
  .pager {
    padding: 0.5rem;
    margin: 0.5rem auto;
    gap: 0.25rem;
  }

  .pager a,
  .pager span {
    min-width: 40px;
    height: 40px;
    padding: 0.25rem 0.5rem;
    font-size: 0.9em;
  }

  .pagersort {
    padding: 0.5rem;
    width: 75%;
    margin: 0.5rem auto 0;
    justify-content: center;
  }

  .selectbox {
    min-width: 160px;
    font-size: 0.9em;
  }

  #main .listgrid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
  }

  #main .listgrid__item .center {
    padding: 1rem;
  }

  .imgtext {
    padding: 0.75rem 1rem;
  }

  .imgtext:first-of-type {
    font-size: 1.1em;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .imgtext:last-of-type {
    font-size: 0.95em;
    padding-bottom: 1rem;
  }

  .category-header {
    margin: 1rem 0 2rem;
    padding: 1.5rem 1rem;
  }

  .category-header h1 {
    font-size: 2em;
  }

  .results-summary {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  h1 {
    font-size: 1.8em;
  }
  .intro-paragraph {
    font-size: 1em;
  }

  /* Promotion Banner Responsive */
  .promotion-banner {
    width: 100%;
    padding: 0.75em 0;
    margin: 0.75em auto;
  }
  .promotion-banner__image {
    margin-left: auto;
    margin-right: auto;
  }

  #maindetail {
    padding: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  #maindetail h1 {
    font-size: 1.8em;
  }

  .detailpich,
  .detailpicv {
    width: 100%;
    max-width: 300px;
  }

  .imgleft {
    float: none;
    display: block;
    margin: 0 auto 1rem;
    text-align: center;
  }

  .social {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  #maindetail .center {
    padding: 1rem;
  }

  #maindetail .center .myimage {
    width: calc(50% - 1rem);
    margin: 0.25rem;
  }

  .specstable td {
    padding: 0.75rem 1rem;
  }

  .specstable .td1 {
    width: 40%;
  }

  /* FAQ Styles */
  .faq-container,
  .education-container {
    margin: 1rem auto;
  }

  .faq-intro,
  .education-intro {
    padding: 1.5rem;
  }

  .education-columns,
  .faq-columns {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .education-columns::before,
  .faq-columns::before {
    font-size: 0.8em;
    padding: 0.4rem 0.8rem;
    top: -10px;
    left: 1rem;
  }

  .education-columns ul,
  .faq-columns ul {
    gap: 0.5rem;
    margin-top: 0.75rem;
  }

  .education-columns ul li a,
  .faq-columns ul li a {
    padding: 0.6rem 0.8rem;
    font-size: 0.9em;
  }

  .content-search-bar {
    flex-direction: column;
    padding: 1rem;
  }

  .filter-tags {
    justify-content: center;
  }

  .collapsible-header {
    padding: 1rem 1.25rem;
  }

  .collapsible-title {
    font-size: 1em;
    line-height: 1.3;
  }

  .collapsible-icon {
    width: 28px;
    height: 28px;
    margin-left: 0.75rem;
  }

  .collapsible-body {
    padding: 1.25rem;
  }

  .global-controls {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .global-actions {
    justify-content: center;
  }

  .quick-nav {
    position: static;
    margin-bottom: 1rem;
  }

  /* Contact Page Responsive Styles */
  .contact-header {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .contact-header h1 {
    font-size: 2em;
  }

  .contact-intro {
    font-size: 1.1em;
  }

  .contact-section {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
    align-self: center;
  }

  .contact-icon svg {
    width: 30px;
    height: 30px;
  }

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

  .contact-content h2 {
    font-size: 1.5em;
  }

  .email-highlight,
  .phone-highlight {
    padding: 1rem;
  }

  .email-address,
  .phone-number a {
    font-size: 1em;
    padding: 0.75rem 1.25rem;
  }

  .address-card {
    padding: 1rem;
  }

  .quick-contact {
    padding: 1.5rem;
    margin-top: 3rem;
  }

  .quick-contact h3 {
    font-size: 1.5em;
    margin-bottom: 1.5rem;
  }

  .quick-contact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .quick-contact-card {
    padding: 1rem;
  }

  .quick-contact-icon {
    font-size: 1.5em;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  /* How to Order Responsive Styles */
  .order-header {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .order-header h1 {
    font-size: 2em;
  }

  .order-intro {
    font-size: 1.1em;
  }

  .order-nav {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .order-nav h3 {
    font-size: 1.5em;
    margin-bottom: 1.5rem;
  }

  .order-nav-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }

  .nav-card {
    padding: 1rem;
  }

  .nav-icon {
    font-size: 2em;
    margin-bottom: 0.75rem;
  }

  .section-header {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    gap: 0.75rem;
  }

  .section-icon {
    width: 50px;
    height: 50px;
  }

  .section-content {
    padding: 1.5rem;
  }

  .shipping-highlights {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .highlight-item {
    padding: 0.75rem;
  }

  .card-types {
    justify-content: center;
  }

  .security-badge {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .step {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
  }

  .step-number {
    align-self: center;
  }

  .customer-support {
    padding: 1.5rem;
  }

  .customer-support h3 {
    font-size: 1.5em;
  }

  .support-options {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Mobile-first responsive styles */
@media screen and (max-width: 480px) {
  .search-form .search-dropdown .dropdown-toggle,
  #tinysearch .search-dropdown .dropdown-toggle {
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-input-box {
    padding: 0 0.75rem;
    font-size: 16px;
  }

  .search-icon,
  .search-submit-button {
    min-width: 60px;
    padding: 0 1rem;
  }

  /* Category pages */
  #main .listgrid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
  }

  #main .listgrid__item__inner {
    height: auto;
  }

  /* Product Page Mobile Styles */
  #maindetail h1 {
    font-size: 1.5em;
  }

  #maindetail .center .myimage {
    width: calc(100% - 0.5rem);
    margin: 0.25rem;
  }

  /* Pager Mobile Responsive Styles */
  .pager a,
  .pager span {
    padding: 0.25rem;
  }

  .pagersort {
    padding: 0.5rem;
    width: 90%;
    margin: 0.25rem auto 0;
  }

  .specstable {
    font-size: 0.9em;
  }

  .specstable td {
    padding: 0.5rem 0.75rem;
  }

  /* FAQ Styles */
  .education-columns,
  .faq-columns {
    padding: 1rem;
  }

  .education-columns::before,
  .faq-columns::before {
    font-size: 0.75em;
    padding: 0.3rem 0.6rem;
    top: -8px;
    left: 0.75rem;
  }

  .education-columns ul li a,
  .faq-columns ul li a {
    padding: 0.5rem 0.7rem;
    font-size: 0.85em;
  }

  /* Collapsible Item Styles */
  .collapsible-header {
    padding: 0.75rem 1rem;
  }

  .collapsible-title {
    font-size: 0.95em;
  }

  .collapsible-icon {
    width: 24px;
    height: 24px;
    margin-left: 0.5rem;
  }

  .collapsible-body {
    padding: 1rem;
  }

  .filter-tag {
    font-size: 0.8em;
    padding: 0.4rem 0.8rem;
  }

  /* Contact Page Mobile Responsive Styles */
  .contact-header {
    padding: 1rem;
  }

  .contact-header h1 {
    font-size: 1.8em;
  }

  .contact-section {
    padding: 1rem;
  }

  .contact-content h2 {
    font-size: 1.3em;
  }

  .email-address,
  .phone-number a {
    font-size: 0.9em;
    padding: 0.6rem 1rem;
  }

  .quick-contact-card {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  /* How To Order Mobile Responsive Styles */
  .order-header {
    padding: 1rem;
  }

  .order-header h1 {
    font-size: 1.8em;
  }

  .order-nav {
    padding: 1rem;
  }

  .section-header {
    padding: 1rem;
  }

  .section-content {
    padding: 1rem;
  }

  .detail-card,
  .tip-card,
  .customs-card,
  .tax-card,
  .overview-card {
    padding: 1rem;
  }

  .step {
    padding: 0.75rem;
  }

  .customer-support {
    padding: 1rem;
  }
}

:root {
  /* Luxury Color Palette */
  --lux-gold: #d4af37;
  --lux-gold-light: #f4e4bc;
  --lux-gold-dark: #aa8c2c;
  --lux-champagne: #f7e7ce;
  --lux-ivory: #fffff0;
  --lux-charcoal: #1a1a2e;
  --lux-slate: #2c3e50;
  --lux-mauve: #7c616c;
  --lux-blush: #e7d4d7;
  --lux-cream: #fdfcf9;

  /* Gradients */
  --gradient-gold: linear-gradient(
    135deg,
    #d4af37 0%,
    #f4e4bc 50%,
    #d4af37 100%
  );
  --gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #2c3e50 100%);
  --gradient-blush: linear-gradient(135deg, #e7d4d7 0%, #f5eef0 100%);
  --gradient-shimmer: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );

  /* Shadows */
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.12);
  --shadow-luxury: 0 20px 60px rgba(0, 0, 0, 0.15);
  --shadow-gold: 0 4px 20px rgba(212, 175, 55, 0.3);
}

/* === LUXURY HERO SECTION === */
.luxury-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--gradient-dark);
  overflow: hidden;
  margin: -0.75em -0.75em 2rem -0.75em;
  padding: 4rem 2rem 0;
}

.luxury-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      ellipse at 20% 50%,
      rgba(212, 175, 55, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 50%,
      rgba(124, 97, 108, 0.15) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.luxury-hero::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--gradient-shimmer);
  animation: shimmer 8s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.3;
}

@keyframes shimmer {
  0%,
  100% {
    transform: translateX(-100%) rotate(25deg);
  }
  50% {
    transform: translateX(100%) rotate(25deg);
  }
}

.luxury-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
}

.luxury-hero-tagline {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lux-gold);
  margin-bottom: 1.5rem;
  position: relative;
  padding: 0 2rem;
}

.luxury-hero-tagline::before,
.luxury-hero-tagline::after {
  content: "✦";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--lux-gold);
  font-size: 0.7em;
}

.luxury-hero-tagline::before {
  left: 0;
}
.luxury-hero-tagline::after {
  right: 0;
}

.luxury-hero h1 {
  font-family: "Merriweather", serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.luxury-hero h1 .gold-text {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.luxury-hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.luxury-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: var(--gradient-gold);
  color: var(--lux-charcoal) !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: var(--shadow-gold);
  position: relative;
  overflow: hidden;
}

.luxury-hero-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.luxury-hero-cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 10px 20px 30px rgba(212, 175, 55, 0.75);
}

.luxury-hero-cta:hover::before {
  left: 100%;
}

.luxury-hero-cta svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.luxury-hero-cta:hover svg {
  transform: translateX(4px);
}

/* Decorative diamond accent */
.hero-diamond {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}

.hero-diamond svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--lux-gold);
  stroke-width: 1.5;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.5));
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* === LUXURY TRUST BAR === */
.luxury-trust-bar {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  background: var(--lux-cream);
  border-radius: 1rem;
  box-shadow: var(--shadow-luxury);
  margin: -4.5rem 1rem 1.5rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.luxury-trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0.5rem;
  text-align: center;
  border-right: 3px solid var(--lux-gold);
  transition: all 0.3s ease;
  position: relative;
}

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

.luxury-trust-item:hover {
  background: var(--lux-ivory);
}

.luxury-trust-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 75%;
  height: 3px;
  background: var(--gradient-gold);
  transition: transform 0.3s ease;
}

.luxury-trust-item:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.luxury-trust-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.75rem;
  color: var(--lux-gold);
  transition: transform 0.3s ease;
}

.luxury-trust-item:hover .luxury-trust-icon {
  transform: scale(1.2);
}

.luxury-trust-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--lux-slate);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.luxury-trust-sublabel {
  font-size: 0.9rem;
  color: var(--lux-slate);
  margin-top: 0.25rem;
}

/* === LUXURY SECTION HEADERS === */
.luxury-section-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.luxury-section-header::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: var(--gradient-gold);
  margin: 1rem auto 0;
}

.luxury-section-header h2 {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--lux-slate);
  margin-bottom: 0.75rem;
}

.luxury-section-header p {
  font-size: 1.5rem;
  color: var(--lux-charcoal);
  max-width: 800px;
  margin: 0 auto;
}

/* === LUXURY CATEGORY CARDS === */
.luxury-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.luxury-category-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow-medium);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 3px solid rgba(212, 175, 55, 0.3);
}

.luxury-category-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow-luxury);
  border-color: rgba(212, 175, 55, 0.9);
}

.luxury-card-image {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.luxury-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.luxury-category-card:hover .luxury-card-image img {
  transform: scale(1.05);
}

.luxury-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 46, 0.15) 0%,
    transparent 25%,
    transparent 60%,
    rgba(26, 26, 46, 0.4) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.luxury-card-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 26, 46, 0.2) 0%,
    transparent 15%,
    transparent 85%,
    rgba(26, 26, 46, 0.2) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.luxury-category-card:hover .luxury-card-overlay {
  opacity: 1;
}

.luxury-category-card:hover .luxury-card-overlay::before {
  opacity: 1;
}

.luxury-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.6rem 0.9rem;
  background: var(--gradient-gold);
  color: var(--lux-charcoal);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 1rem;
  z-index: 2;
}

.luxury-card-content {
  padding: 1.5rem;
  position: relative;
}

.luxury-card-content h3 {
  font-family: "Merriweather", serif;
  font-size: 1.4rem;
  color: var(--lux-slate);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.luxury-category-card:hover .luxury-card-content h3 {
  color: var(--lux-gold-dark);
}

.luxury-card-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.luxury-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.45rem;
}

.luxury-tag {
  padding: 0.6rem;
  background: var(--lux-champagne);
  color: var(--lux-slate);
  font-size: 0.9rem;
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.luxury-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--gradient-gold);
  color: var(--lux-charcoal) !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  position: relative;
  overflow: hidden;
}

.luxury-card-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.luxury-card-link:hover {
  transform: translateY(-3px);
  box-shadow: 8px 16px 24px rgba(212, 175, 55, 0.6);
  color: var(--lux-charcoal) !important;
}

.luxury-card-link:hover::before {
  left: 100%;
}

.luxury-card-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.luxury-card-link:hover svg {
  transform: translateX(3px);
}

/* === LUXURY FEATURED SPOTLIGHT === */
.luxury-spotlight {
  position: relative;
  background: var(--gradient-dark);
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  margin: 3rem 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.luxury-spotlight::before {
  content: "";
  position: absolute;
  top: 96;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(
      circle at 10% 20%,
      rgba(212, 175, 55, 0.08) 0%,
      transparent 25%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(212, 175, 55, 0.08) 0%,
      transparent 25%
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 40px,
      rgba(212, 175, 55, 0.02) 40px,
      rgba(212, 175, 55, 0.02) 80px
    );
  pointer-events: none;
}

.luxury-spotlight::after {
  content: "";
  position: absolute;
  top: 96%;
  left: 20%;
  right: 20%;
  height: 3px;
  background: var(--gradient-gold);
  border-radius: 0 0 4px 4px;
}

.luxury-spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.6rem;
  background: rgba(212, 175, 55, 0.3);
  border: 1px solid var(--lux-gold);
  border-radius: 1rem;
  color: var(--lux-gold);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.luxury-spotlight-content {
  position: relative;
  z-index: 2;
}

.luxury-spotlight-content h2 {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.luxury-spotlight-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.luxury-spotlight-image {
  position: relative;
  z-index: 2;
  text-align: center;
}

.luxury-spotlight-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 20px 40px 60px rgba(0, 0, 0, 0.45);
  transition: transform 0.5s ease;
}

.luxury-spotlight:hover .luxury-spotlight-image img {
  transform: scale(1.05) rotate(3deg);
}

/* === LUXURY VALUE PROPOSITIONS === */
.luxury-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.75rem;
  margin: 3rem 0;
  position: relative;
}

.luxury-value-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border: 3px solid #f0f0f0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.luxury-value-card::before {
  content: "";
  position: absolute;
  top: 96%;
  left: 0;
  right: 0;
  height: 3px;
  width: 75%;
  margin: 0 auto;
  background: var(--gradient-gold);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.luxury-value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
  border-color: rgba(212, 175, 55, 0.75);
}

.luxury-value-card:hover::before {
  transform: scaleX(1);
}

.luxury-value-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 1.05rem;
  background: var(--gradient-blush);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.luxury-value-card:hover .luxury-value-icon {
  background: var(--gradient-gold);
  transform: scale(1.2);
}

.luxury-value-icon svg {
  width: 48px;
  height: 48px;
  color: var(--lux-mauve);
  transition: color 0.4s ease;
}

.luxury-value-icon .luxury-value-diamond {
  color: none;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--lux-mauve);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.6));
}

.luxury-value-card:hover .luxury-value-icon svg {
  color: var(--lux-charcoal);
}

.luxury-value-card:hover .luxury-value-diamond {
  color: none;
  stroke: var(--lux-charcoal);
}

.luxury-value-card h3 {
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  color: var(--lux-slate);
  margin-bottom: 0.6rem;
}

.luxury-value-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* === LUXURY CLOSING CTA === */
.luxury-closing {
  background: var(--gradient-blush);
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  text-align: center;
  margin: 3rem 0 1.5rem;
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(124, 97, 108, 0.6);
}

.luxury-closing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(
      circle at 15% 85%,
      rgba(212, 175, 55, 0.1) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at 85% 15%,
      rgba(212, 175, 55, 0.1) 0%,
      transparent 30%
    ),
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 50px,
      rgba(212, 175, 55, 0.03) 50px,
      rgba(212, 175, 55, 0.03) 100px
    );
  pointer-events: none;
}

.luxury-closing::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 25%;
  right: 25%;
  height: 3px;
  background: var(--gradient-gold);
  border-radius: 4px 4px 0 0;
}

.luxury-closing h2 {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  color: var(--lux-slate);
  margin-bottom: 0.75rem;
  position: relative;
}

.luxury-closing p {
  font-size: 1.2rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
  position: relative;
}

.luxury-closing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  background: var(--lux-slate) !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  border: 3px solid var(--lux-slate);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 8px 16px 24px rgba(44, 62, 80, 0.6);
}

.luxury-closing-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.luxury-closing-cta:hover {
  background: var(--gradient-gold) !important;
  color: var(--lux-charcoal) !important;
  border-color: var(--lux-gold);
  transform: translateY(-3px);
  box-shadow: 10px 20px 30px rgba(212, 175, 55, 0.6);
}

.luxury-closing-cta:hover::before {
  left: 100%;
}

.luxury-closing-cta svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.luxury-closing-cta:hover svg {
  transform: translateX(4px);
}

/* === RESPONSIVE ADJUSTMENTS === */
@media screen and (max-width: 968px) {
  .luxury-hero {
    min-height: 60vh;
    padding: 3rem 1.5rem;
  }

  .luxury-spotlight {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem;
    text-align: center;
  }

  .luxury-spotlight-content h2 {
    font-size: 2rem;
  }

  .luxury-trust-bar {
    flex-wrap: wrap;
  }

  .luxury-trust-item {
    flex: 1 1 50%;
    border-bottom: 3px solid var(--lux-gold);
  }

  .luxury-trust-item:nth-child(2) {
    border-right: none;
  }

  .luxury-category-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .luxury-hero h1 {
    font-size: 2rem;
  }

  .luxury-hero-subtitle {
    font-size: 1rem;
  }

  .luxury-trust-bar {
    flex-direction: column;
  }

  .luxury-trust-item {
    flex: 1 1 100%;
    border-right: none;
    padding: 1rem;
  }

  .luxury-section-header h2 {
    font-size: 1.75rem;
  }

  .luxury-spotlight {
    padding: 2rem 1rem;
  }

  .luxury-spotlight-content h2 {
    font-size: 1.6rem;
  }

  .luxury-closing {
    padding: 2.5rem 1.5rem;
  }

  .luxury-closing h2 {
    font-size: 1.5rem;
  }
}

/* === SCROLL REVEAL ANIMATIONS === */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Stagger children animations */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-stagger.revealed > *:nth-child(1) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger.revealed > *:nth-child(2) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger.revealed > *:nth-child(3) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger.revealed > *:nth-child(4) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger.revealed > *:nth-child(5) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger.revealed > *:nth-child(6) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}

/* === PRESS/AS SEEN IN BAR === */
.press-bar {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 2rem 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.press-bar-label {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1.5rem;
  display: block;
}

.press-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.press-logo {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.4s ease;
  max-height: 30px;
  width: auto;
}

.press-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* === INSTAGRAM GALLERY === */
.instagram-section {
  margin: 3rem 0;
  padding: 3rem 0;
  background: var(--lux-cream);
  border-radius: 1rem;
  overflow: hidden;
}

.instagram-header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.instagram-header h3 {
  font-family: "Merriweather", serif;
  font-size: 1.8rem;
  color: var(--lux-slate);
  margin-bottom: 0.5rem;
}

.instagram-header p {
  color: #666;
  font-size: 1rem;
}

.instagram-header a {
  color: var(--lux-gold-dark) !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.instagram-header a:hover {
  color: var(--lux-gold) !important;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.instagram-item {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.instagram-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(26, 26, 46, 0.6) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.instagram-item::after {
  content: "♦";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: var(--lux-gold);
  font-size: 1.5rem;
  z-index: 2;
  transition: transform 0.3s ease;
}

.instagram-item:hover img {
  transform: scale(1.1);
}

.instagram-item:hover::before {
  opacity: 1;
}

.instagram-item:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

/* === TRENDING/POPULAR SECTION === */
.trending-section {
  margin: 3rem 0;
}

.trending-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.trending-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.trending-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
  border-color: rgba(212, 175, 55, 0.3);
}

.trending-item-image {
  aspect-ratio: 1;
  overflow: hidden;
}

.trending-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.trending-item:hover .trending-item-image img {
  transform: scale(1.08);
}

.trending-item-content {
  padding: 1rem;
  text-align: center;
}

.trending-item-content h4 {
  font-family: "Merriweather", serif;
  font-size: 0.95rem;
  color: var(--lux-slate);
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trending-item-content .price {
  color: var(--lux-gold-dark);
  font-weight: 600;
  font-size: 1rem;
}

.trending-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.3rem 0.6rem;
  background: var(--lux-slate);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 2;
}

.trending-badge.hot {
  background: #e74c3c;
}

.trending-badge.new {
  background: var(--lux-gold-dark);
  color: #ffffff;
}

/* === ELEGANT DIVIDER === */
.luxury-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
  gap: 1rem;
}

.luxury-divider::before,
.luxury-divider::after {
  content: "";
  height: 3px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--lux-gold), transparent);
}

.luxury-divider-icon {
  color: var(--lux-gold);
  font-size: 2.4rem;
}

/* === RESPONSIVE FOR NEW SECTIONS === */
@media screen and (max-width: 968px) {
  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .press-logos {
    gap: 1.5rem;
  }

  .new-arrivals-badge a {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 600px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trending-grid {
    grid-template-columns: 1fr;
  }

  .press-logos {
    gap: 1.5rem;
  }

  .press-logo {
    max-height: 24px;
  }
}

/* ========================================
   LUXURY HEADER STYLES
   ======================================== */

.luxury-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    var(--lux-cream) 100%
  ) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  position: relative;
  z-index: 1000;
}

.luxury-header::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 10%;
  height: 3px;
  background: var(--gradient-gold);
  opacity: 0.75;
}

.luxury-header__logo {
  flex-shrink: 0;
}

.luxury-header__logo img {
  height: 120px;
  width: auto;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 600px) {
  .luxury-header__logo img {
    height: 75px;
  }
}

.luxury-header__logo:hover img {
  transform: scale(1.05);
}

.luxury-header__icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.luxury-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.luxury-header-icon:hover {
  background: var(--lux-champagne);
  border-color: rgba(212, 175, 55, 0.3);
}

.luxury-header-icon img {
  width: 36px;
  height: 36px;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.luxury-header-icon:hover img {
  opacity: 1;
}

.luxury-header-icon.icon-hamburger img {
  width: 28px;
  height: 28px;
}

/* Cart badge for item count */
.luxury-header-icon .cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: var(--lux-gold);
  color: var(--lux-charcoal);
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Luxury Header Inner Container */
.luxury-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* Luxury Navigation */
.luxury-nav-wrapper {
  background: var(--lux-slate);
  padding: 0;
  position: relative;
  z-index: 999;
}

.luxury-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.luxury-nav > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.luxury-nav > ul > li {
  position: relative;
}

.luxury-nav > ul > li > a,
.luxury-nav > ul > li > span {
  display: block;
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.luxury-nav > ul > li > a::after,
.luxury-nav > ul > li > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: var(--lux-gold);
  transition: transform 0.3s ease;
}

.luxury-nav > ul > li:hover > a,
.luxury-nav > ul > li:hover > span {
  color: var(--lux-gold) !important;
  background: rgba(255, 255, 255, 0.05);
}

.luxury-nav > ul > li:hover > a::after,
.luxury-nav > ul > li:hover > span::after {
  transform: translateX(-50%) scaleX(1);
}

/* Luxury Dropdown */
.luxury-nav .luxury-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(9px);
  min-width: 300px;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 20px 40px 60px rgba(0, 0, 0, 0.45);
  border: 1.5px solid var(--lux-gold);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 0.75rem 0;
}

.luxury-nav .luxury-submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}

.luxury-nav > ul > li:hover .luxury-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.luxury-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.luxury-submenu li {
  margin: 0;
}

.luxury-submenu a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: var(--lux-slate) !important;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
  position: relative;
}

.luxury-submenu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: var(--lux-gold);
  transition: height 0.3s ease;
}

.luxury-submenu a:hover {
  background: var(--lux-cream);
  color: var(--lux-gold-dark) !important;
  padding-left: 1.75rem;
}

.luxury-submenu a:hover::before {
  height: 60%;
}

/* Luxury Search Panel */
.luxury-search-panel {
  display: none;
  background: var(--lux-cream);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding: 1.5rem 2rem;
  animation: slideDown 0.3s ease;
}

.luxury-search-panel.active {
  display: block;
}

/* Inline Search Panel (used on search results page) */
.luxury-search-panel-inline {
  display: block;
  background: linear-gradient(135deg, var(--lux-cream) 0%, #f5f0e8 100%);
  padding: 1.5rem;
  margin: 1rem 0 2rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.luxury-search-panel-inline .luxury-search-container {
  max-width: 100%;
}

.luxury-search-container {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50px;
  border: 2px solid rgba(212, 175, 55, 0.3);
  overflow: visible;
  transition: all 0.3s ease;
}

.luxury-search-container:focus-within {
  border-color: var(--lux-gold);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.2);
}

.luxury-search-dropdown {
  position: relative;
  border-right: 1px solid #e0e0e0;
}

.luxury-search-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  background: transparent;
  border: none;
  color: var(--lux-slate);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.luxury-search-dropdown-btn:hover {
  background: var(--lux-cream);
}

.luxury-search-dropdown-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.luxury-search-dropdown.open .luxury-search-dropdown-btn svg {
  transform: rotate(180deg);
}

.luxury-search-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 150px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  padding: 0.5rem 0;
}

.luxury-search-dropdown.open .luxury-search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.luxury-search-dropdown-menu li {
  list-style: none;
}

.luxury-search-dropdown-menu a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--lux-slate) !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.luxury-search-dropdown-menu a:hover {
  background: var(--lux-cream);
  color: var(--lux-gold-dark) !important;
}

.luxury-search-input {
  flex: 1;
  padding: 1rem 1.25rem;
  border: none;
  font-size: 1rem;
  color: var(--lux-slate);
  background: transparent;
  outline: none;
}

.luxury-search-input::placeholder {
  color: #999;
}

.luxury-search-btn {
  padding: 1rem 1.5rem;
  background: var(--gradient-gold);
  border: none;
  color: var(--lux-charcoal);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury-search-btn:hover {
  filter: brightness(1.1);
}

.luxury-search-btn svg {
  width: 20px;
  height: 20px;
}

/* ========================================
   ENHANCED DROPDOWN - RESTRUCTURED VERSION
   Toggle by adding class "enhanced" to .luxury-search-panel
   ======================================== */

/* Enhanced dropdown with better positioning and animations */
.luxury-search-panel.enhanced .luxury-search-dropdown {
  position: static; /* Let menu position relative to panel instead */
}

.luxury-search-panel.enhanced .luxury-search-dropdown-menu {
  position: fixed;
  top: auto;
  left: auto;
  min-width: 180px;
  max-height: 300px;
  overflow-y: auto;
  transform-origin: top center;
}

/* Staggered animation for menu items */
.luxury-search-dropdown.open .luxury-search-dropdown-menu li {
  opacity: 0;
  transform: translateY(-8px);
  animation: dropdownItemSlide 0.3s ease forwards;
}

.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(1) {
  animation-delay: 0.02s;
}
.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(2) {
  animation-delay: 0.04s;
}
.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(3) {
  animation-delay: 0.06s;
}
.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(4) {
  animation-delay: 0.08s;
}
.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(5) {
  animation-delay: 0.1s;
}
.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(6) {
  animation-delay: 0.12s;
}
.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(7) {
  animation-delay: 0.14s;
}
.luxury-search-dropdown.open .luxury-search-dropdown-menu li:nth-child(8) {
  animation-delay: 0.16s;
}

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

/* Active/selected state indicator */
.luxury-search-dropdown-menu li.menu-active a {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(212, 175, 55, 0.05) 100%
  );
  color: var(--lux-gold-dark) !important;
  font-weight: 600;
  position: relative;
}

.luxury-search-dropdown-menu li.menu-active a::before {
  content: "✓";
  position: absolute;
  right: 1rem;
  color: var(--lux-gold);
  font-size: 0.8em;
}

/* Keyboard focus styles for accessibility */
.luxury-search-dropdown-btn:focus {
  outline: 2px solid var(--lux-gold);
  outline-offset: 2px;
}

.luxury-search-dropdown-menu a:focus {
  outline: none;
  background: var(--lux-cream);
  color: var(--lux-gold-dark) !important;
  box-shadow: inset 3px 0 0 var(--lux-gold);
}

/* Ripple effect on button click */
.luxury-search-dropdown-btn {
  position: relative;
  overflow: hidden;
}

.luxury-search-dropdown-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}

.luxury-search-dropdown-btn:active::after {
  width: 200px;
  height: 200px;
}

/* Smooth scroll shadow for long dropdown menus */
.luxury-search-dropdown-menu {
  scrollbar-width: thin;
  scrollbar-color: var(--lux-gold) transparent;
}

.luxury-search-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.luxury-search-dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.luxury-search-dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--lux-gold);
  border-radius: 3px;
}

/* Mobile touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
  .luxury-search-dropdown-menu a {
    padding: 0.875rem 1rem;
    min-height: 44px; /* Touch target size */
  }

  .luxury-search-dropdown-btn {
    min-height: 44px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .luxury-search-dropdown-menu,
  .luxury-search-dropdown-menu li,
  .luxury-search-dropdown-btn svg,
  .luxury-search-dropdown-btn::after {
    animation: none !important;
    transition: none !important;
  }

  .luxury-search-dropdown.open .luxury-search-dropdown-menu li {
    opacity: 1;
    transform: none;
  }
}

.luxury-promo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.luxury-promo-banner h2 {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--lux-gold);
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.luxury-promo-banner p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.luxury-promo-btn {
  padding: 0.5rem 1.25rem;
  background: var(--lux-gold);
  color: var(--lux-charcoal) !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.luxury-promo-btn:hover {
  background: var(--lux-gold-light);
  transform: scale(1.05);
}

/* ========================================
   LUXURY TESTIMONIALS
   ======================================== */

.lux-testimonial-section {
  background: var(--gradient-dark);
  border-radius: 1.5rem;
  padding: 3rem 1.5rem;
  margin: 1.5rem 0;
  position: relative;
  overflow: hidden;
}

.lux-testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      ellipse at 20% 20%,
      rgba(212, 175, 55, 0.18) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 80%,
      rgba(212, 175, 55, 0.18) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.lux-testimonial-header {
  text-align: center;
  margin-bottom: 1.8rem;
  position: relative;
  z-index: 2;
}

.lux-testimonial-tagline {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lux-gold);
  margin-bottom: 0.75rem;
}

.lux-testimonial-header h2 {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.lux-testimonial-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.lux-testimonial-container {
  position: relative;
  max-width: 800px;
  margin: 0.75rem auto;
  z-index: 2;
}

.lux-testimonial-carousel {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  margin: 0.75rem 0;
}

.lux-testimonial-slide {
  min-width: 100%;
  padding: 0 0.75rem;
  box-sizing: border-box;
}

.lux-testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  position: relative;
}

.lux-testimonial-quote-icon {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lux-testimonial-quote-icon svg {
  width: 24px;
  height: 24px;
  color: var(--lux-charcoal);
}

.lux-testimonial-product {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lux-gold);
  margin: 1.5rem 0;
  padding: 0.6rem 0.9rem;
  background: rgba(212, 175, 55, 0.3);
  border-radius: 1rem;
}

.lux-testimonial-card blockquote {
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.8;
  color: #ffffff;
  margin: 0 0 0.75rem;
  position: relative;
}

.lux-testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.lux-author-avatar {
  width: 45px;
  height: 45px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--lux-charcoal);
}

.lux-testimonial-author cite {
  font-style: normal;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}

.lux-testimonial-author cite span {
  display: block;
  font-weight: 400;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.lux-testimonial-stars {
  color: var(--lux-gold);
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

/* Carousel Controls */
.lux-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid rgba(212, 175, 55, 0.75);
  background: rgba(26, 26, 46, 0.9);
  color: var(--lux-gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.lux-carousel-btn:hover {
  background: var(--gradient-gold);
  color: var(--lux-charcoal);
  border-color: var(--lux-gold);
  transform: translateY(-50%) scale(1.2);
}

.lux-carousel-prev {
  left: -25px;
}
.lux-carousel-next {
  right: -25px;
}

.lux-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.lux-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid rgba(212, 175, 55, 0.75);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.lux-carousel-dot.active,
.lux-carousel-dot:hover {
  background: var(--lux-gold);
  border-color: var(--lux-gold);
  transform: scale(1.2);
}

.lux-carousel-progress-track {
  margin-top: 0.75rem;
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}

.lux-carousel-progress-bar {
  height: 100%;
  background: var(--gradient-gold);
  width: 0%;
  transition: width 0.03s linear;
}

.lux-testimonial-cta {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.lux-testimonial-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--lux-gold) !important;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.lux-testimonial-link:hover {
  color: var(--lux-gold-light) !important;
}

.lux-testimonial-link svg {
  transition: transform 0.3s ease;
}

.lux-testimonial-link:hover svg {
  transform: translateX(4px);
}

/* ========================================
   LUXURY FOOTER
   ======================================== */

.lux-footer {
  background: var(--lux-charcoal);
  color: #ffffff;
  position: relative;
  margin-top: 3rem;
}

/* Dark overlay for dragonfly background */
.lux-footer-main {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.5rem;
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Dragonfly background with proper overlay */
.lux-footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      135deg,
      rgba(26, 26, 46, 0.75) 0%,
      rgba(45, 45, 80, 0.6) 100%
    ),
    url(https://www.topazery.com/graphics/Dragonfly-footer.png);
  background-size:
    cover,
    450px auto;
  background-position: center, center;
  background-repeat: no-repeat;
  z-index: -1;
}

.lux-footer-accent {
  height: 3px;
  background: var(--gradient-gold);
}

.lux-footer-brand {
  text-align: center;
}

.lux-footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.lux-footer-logo:hover img {
  opacity: 1;
}

.lux-footer-tagline {
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.lux-footer-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.lux-social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(212, 175, 55, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lux-gold) !important;
  transition: all 0.3s ease;
}

.lux-social-link:hover {
  background: var(--gradient-gold);
  border-color: var(--lux-gold);
  color: var(--lux-charcoal) !important;
  transform: translateY(-3px);
}

/* Footer Links - Now 3 columns */
.lux-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.lux-footer-column h4 {
  font-family: "Merriweather", serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lux-gold);
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lux-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lux-footer-column li {
  margin-bottom: 0.6rem;
}

.lux-footer-column a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.lux-footer-column a:hover {
  color: var(--lux-gold) !important;
  transform: translateX(4px);
}

/* Footer Bottom */
.lux-footer-bottom {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}

.lux-footer-bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.lux-copyright {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}

.lux-copyright .lux-brand-name {
  color: var(--lux-gold);
  font-weight: 600;
}

.lux-copyright span {
  font-size: 0.8rem;
  opacity: 0.8;
}

/* Footer Center - Badge + Legal */
.lux-footer-center {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.lux-footer-badge {
  font-size: 0.8rem;
  color: var(--lux-gold);
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.lux-footer-badge span {
  font-size: 0.65rem;
  opacity: 0.7;
}

.lux-footer-legal {
  display: flex;
  gap: 1.25rem;
}

.lux-footer-legal a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.lux-footer-legal a:hover {
  color: var(--lux-gold) !important;
}

/* Attribution - More Elegant */
.lux-attribution {
  text-align: center;
  padding: 0.875rem 1rem;
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lux-attribution p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  letter-spacing: 0.03em;
}

.lux-attribution a {
  color: var(--lux-gold) !important;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

.lux-attribution a:hover {
  color: var(--lux-gold-light) !important;
}

.footer-diamond svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--lux-gold);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.5));
}

/* Back to Top Button */
.lux-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gradient-gold);
  border: none;
  color: var(--lux-charcoal);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
}

.lux-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lux-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.6);
}

/* Responsive Footer */
@media screen and (max-width: 968px) {
  .lux-footer-main {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .lux-footer-links {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
  }

  .lux-footer-center {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 600px) {
  .lux-footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lux-footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .lux-footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lux-to-top {
    width: 44px;
    height: 44px;
  }
}

/* Responsive Footer */
@media screen and (max-width: 968px) {
  .luxury-nav > ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .luxury-nav > ul > li > a,
  .luxury-nav > ul > li > span {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 600px) {
  .luxury-footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .luxury-footer-column h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .luxury-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .luxury-footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .luxury-testimonials {
    padding: 3rem 1rem;
  }

  .luxury-testimonial-quote {
    font-size: 1.1rem;
  }

  .luxury-testimonial-btn {
    width: 40px;
    height: 40px;
  }

  .luxury-promo-content {
    flex-direction: column;
    gap: 0.75rem;
  }

  .luxury-header {
    padding: 0.75rem 1rem;
  }
}
