/** Shopify CDN: Minification failed

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

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

[Table of contents]

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

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

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

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

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

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

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

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

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

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

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

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

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

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

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

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

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

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

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

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus {
  text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-menu {
  color: #323232; }

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

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

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

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

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

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

.over-hidden {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swatch .variant_color {
  top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

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

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

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

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

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

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

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

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

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

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

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

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

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

/* ------------------------------
   Aesthtify SELECT BOX — FINAL
--------------------------------*/
.prod-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px; }

.prod-description {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.7;
  color: #222; }

/* INLINE clamp */
.desc-text {
  display: inline; }

/* Clamp effect */
.desc-text:not(.expanded) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

/* Read more inline */
.read-toggle {
  background: none;
  border: none;
  padding: 0;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  cursor: pointer; }

/* When expanded */
.desc-text.expanded {
  display: inline; }

/* PAGE LAYOUT */
.product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px; }

.product-images img {
  width: 100%;
  border-radius: 0;
  /* NO CURVES like Cartier */
  margin-bottom: 10px; }

.product-info {
  padding-top: 40px; }

/* ------------------------------
   Aesthtify SELECT BOX — FINAL
--------------------------------*/
.size-select {
  width: 340px;
  height: 42px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1.5px solid #000;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px; }

/* Center dropdown text */
.size-select option {
  text-align: center;
  padding: 12px 0;
  font-size: 14px; }

.size-select option[disabled] {
  color: #777; }

/* ------------------------------
   PRICE — STYLE
--------------------------------*/
.prod-price {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 30px 0;
  color: #000; }

/* Quantity (Cartier-style) */
/* ==============================
   QUANTITY – CARTIER STYLE
================================ */
/* Wrapper: label + box side by side */
.quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0; }

/* Quantity label */
.quantity-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
  margin: 0; }

/* Outer box */
.quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  height: 48px;
  padding: 0 24px;
  border: 2px solid #111;
  box-sizing: border-box; }

.qty-btn {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1; }

.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 2px;
  caret-color: transparent; }

/* Optional subtle hover */
.qty-btn:hover {
  opacity: 0.6; }

/* FORCE REMOVE ANY INNER INPUT BOX */
.quantity-box input,
.quantity-box input:focus,
.quantity-box input:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important; }

/* REMOVE ANY PSEUDO ELEMENT */
.qty-input::before,
.qty-input::after {
  display: none !important;
  content: none !important; }

/* SAFETY: kill any theme-added wrapper effect */
.quantity-box * {
  box-shadow: none !important; }

/* FORCE qty buttons to receive clicks */
.quantity-box .qty-btn {
  pointer-events: auto !important;
  width: 36px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 2; }

.quantity-box .qty-btn,
.quantity-box .qty-input {
  pointer-events: auto; }

/* FINAL FIX — clickable buttons */
.quantity-box {
  pointer-events: auto !important; }

.quantity-box .qty-btn {
  pointer-events: auto !important;
  cursor: pointer !important;
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none; }

/* WISHLIST CONTAINER */
/* WISHLIST ICON — BASE */
.wishlist-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #710014 !important;
  /* FORCE DEFAULT */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent !important;
  transition: all 0.25s ease; }

/* HEART DEFAULT */
.wishlist-icon svg path {
  stroke: #710014;
  fill: none;
  transition: all 0.25s ease; }

/* HOVER — NO COLOR CHANGE */
.wishlist-icon:hover {
  background: transparent !important;
  border-color: #710014 !important;
  /* FORCE */ }

/* ACTIVE (CLICKED) */
.wishlist-icon.active {
  border-color: #710014 !important; }

.wishlist-icon.active svg path {
  fill: #710014;
  stroke: #710014; }

/* ------------------------------
   ADD TO CART — STYLE
--------------------------------*/
.add-to-cart-btn {
  width: 340px;
  height: 42px;
  border: 1.5px solid #710014;
  background-color: #710014;
  /* filled */
  color: #fff;
  /* white text by default */
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
  transition: 0.25s ease;
  text-transform: uppercase; }

.add-to-cart-btn:hover {
  background-color: #000;
  color: #fff; }

.cart-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px; }

/* ------------------------------
  BUY NOW BTN — STYLE
--------------------------------*/
.buy-now-btn {
  width: 340px;
  height: 48px;
  margin-top: 14px;
  align-self: center;
  /* 🔥 THIS CENTERS IT */
  background: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }

.buy-now-btn:hover {
  background: #222; }

/* ------------------------------
   products — STYLE
--------------------------------*/
/* ===== PRODUCT PAGE GRID FIX (FORCED) ===== */
.product-wrapper {
  display: flex !important;
  align-items: flex-start !important;
  gap: 80px !important; }

/* LEFT */
.product-images {
  width: 520px !important;
  flex-shrink: 0 !important; }

/* RIGHT */
.product-info {
  width: calc(100% - 600px) !important; }

/* MAIN IMAGE */
.main-image-wrapper {
  max-width: 520px;
  /* SAME AS MAIN IMAGE */ }

/* MAIN IMAGE */
.main-image-wrapper img {
  width: 100%;
  height: auto;
  display: block; }

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 12px;
  max-width: 520px;
  /* 🔥 MATCHES MAIN IMAGE WIDTH */
  margin-top: 16px; }

/* THUMBNAILS */
.thumbnail {
  width: 100%;
  aspect-ratio: 2 / 3;
  /* poster-friendly ratio */
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border: 1px solid #e5e5e5;
  background: #f9f9f9; }

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
  border-color: #000; }

/* ------------------------------
   WISHLIST ICON —  STYLE
--------------------------------*/
.wishlist-icon {
  font-size: 20px;
  width: 42px;
  height: 42px;
  border: 1.5px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s; }

.wishlist-icon:hover {
  background: #000;
  color: #fff; }

.size-wrapper {
  margin-top: 24px;
  margin-bottom: 70px;
  /* space between SELECT SIZE and PRICE */ }

.prod-price {
  margin-top: 40px;
  /* space above price */
  margin-bottom: 60px;
  /* space below price */ }

.add-to-cart-btn:hover {
  background-color: #fff;
  /* turn white */
  color: #710014;
  /* colored text */
  border-color: #710014;
  /* outline border */ }

/* ================================
   AESTHETIFY – AUTH & ACCOUNT
   Cartier-inspired minimal UI
================================ */
/* ---------- AUTH PAGES ---------- */
.auth-page {
  padding: 100px 20px;
  background: #ffffff; }

.auth-header {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-bottom: 80px; }

.auth-tab {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  position: relative; }

.auth-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #000; }

.auth-wrapper {
  max-width: 520px;
  margin: 0 auto; }

.auth-intro {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 48px; }

.auth-field {
  margin-bottom: 32px; }

.auth-field label {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 6px; }

.auth-field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-size: 15px;
  background: transparent; }

.auth-field input:focus {
  outline: none; }

.auth-link {
  display: block;
  margin: 20px 0;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  color: #000; }

.auth-button {
  width: 100%;
  padding: 16px 0;
  background: #000;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  margin-top: 40px;
  cursor: pointer; }

/* ---------- ACCOUNT PAGE ---------- */
.account-page {
  padding: 100px 20px;
  background: #fff; }

.account-wrapper {
  max-width: 720px;
  margin: 0 auto; }

.account-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 8px; }

.account-subtitle {
  font-size: 14px;
  text-align: center;
  color: #666;
  margin-bottom: 64px; }

.account-block {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  margin-bottom: 60px; }

.account-block h2 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px; }

.order-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px; }

.order-row a {
  text-decoration: underline;
  color: #000; }

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

/* ===============================
   Ultra-clean luxury header search
================================ */
/* Overlay */
#lux-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none; }

#lux-search-overlay.active {
  display: block; }

/* Soft dim background */
#lux-search-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); }

/* Header-only white bar */
.lux-search-box {
  position: relative;
  /* REQUIRED */
  background: #fff;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

/* Width control */
.lux-search-box form {
  width: 100%;
  max-width: 920px;
  position: relative; }

/* INPUT — the most important part */
#lux-search-input {
  width: 100%;
  height: 56px;
  border: 2px solid #111;
  padding: 0 56px 0 18px;
  /* typography */
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #111;
  /* vertical centering fix */
  line-height: 56px;
  background: #fff;
  outline: none; }

/* Placeholder — small & calm */
#lux-search-input::placeholder {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.03em; }

/* Caret (typing cursor) — thin & elegant */
#lux-search-input {
  line-height: normal;
  /* reset fake vertical centering */
  padding-top: 18px;
  padding-bottom: 18px; }

#lux-search-input::selection {
  background: rgba(0, 0, 0, 0.12);
  color: #111; }

/* Close button — right next to search box */
#lux-search-close {
  position: relative;
  margin-left: 14px;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #111; }

/* Remove focus glow */
#lux-search-input:focus {
  box-shadow: none; }

/* Search results container */
#lux-search-results {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 40px 40px;
  display: none; }

/* When results are visible */
#lux-search-overlay.has-results #lux-search-results {
  display: block; }

/* Simple column layout like Posterized */
#lux-search-results {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px; }

/* Section headings */
#lux-search-results h4 {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #777;
  margin-bottom: 16px; }

/* Results should NOT create white block initially */
#lux-search-results {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  /* KEY FIX */
  max-height: 0;
  overflow: hidden;
  padding: 0 40px;
  transition: max-height 0.35s ease, padding 0.25s ease; }

/* Floating results panel */
#lux-search-results {
  position: absolute;
  top: 100%;
  /* directly below search bar */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10000; }

/* Show results only when there is input */
#lux-search-overlay.has-results #lux-search-results {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0); }

#lux-search-results {
  padding: 32px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px; }

/* Headings */
#lux-search-results h4 {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #777;
  margin-bottom: 16px; }

/* Individual items */
#lux-search-results a,
#lux-search-results div {
  font-size: 14px;
  color: #111; }

/* ===== MENU BLUR OVERLAY (FINAL) ===== */
.menu-blur-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
  z-index: 30; }

html.menu-open .menu-blur-overlay,
body.menu-open .menu-blur-overlay {
  opacity: 1;
  pointer-events: auto; }

@media (max-width: 740px) {
  body {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; } }
@media (max-width: 640px) {
  .c-header__bar {
    display: flex;
    align-items: center; } }
/* MOBILE — increase logo size */
@media (max-width: 640px) {
  .c-logo img {
    max-height: 88px !important;
    /* try 80–96 */
    height: auto !important; } }
.search-input-wrap {
  position: relative;
  width: 100%; }

.search-input {
  padding-right: 48px; }

.search-submit-btn {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

/* ===============================
   Mobile Search Bar Fix
================================ */
@media (max-width: 768px) {
  /* Search bar container */
  .lux-search-box {
    height: 72px;
    /* smaller header height */
    padding: 0 16px;
    /* side breathing room */ }

  /* Form width */
  .lux-search-box form {
    width: 100%;
    max-width: 100%; }

  /* Input field */
  #lux-search-input {
    height: 40px;
    /* smaller input */
    font-size: 14px;
    padding: 0 44px 0 14px;
    /* space for text */
    border-width: 1.6px; }

  /* Placeholder */
  #lux-search-input::placeholder {
    font-size: 13px; }

  /* Close (X) button */
  #lux-search-close {
    font-size: 18px;
    margin-left: 10px;
    /* closer to box */ }

  /* Floating results panel (if shown) */
  #lux-search-results {
    width: 100%;
    max-width: 100%;
    padding: 20px 16px 24px;
    grid-template-columns: 1fr;
    /* stack on mobile */
    gap: 24px; } }
/* Universal mobile background lock */
body.search-open {
  position: fixed;
  width: 100%;
  overflow: hidden; }

.quantity-wrapper {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 16px; }

.quantity-label {
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 500;
  text-transform: uppercase; }

.quantity-select {
  width: 60px;
  /* box width */
  height: 30px;
  /* box height */
  font-size: 14px;
  /* number size */
  padding: 6px 10px;
  border-radius: 0px;
  border: 1px solid #000; }

.product-accordion {
  margin-top: 32px;
  border-top: 1px solid #e6e6e6; }

.accordion-item {
  border-bottom: 1px solid #e6e6e6; }

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px; }

.acc-left {
  display: flex;
  align-items: center;
  gap: 12px; }

.acc-arrow {
  transition: transform 0.3s ease; }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 15px;
  line-height: 1.6;
  padding-right: 10px; }

.accordion-item.active .accordion-content {
  max-height: 1000px;
  margin-bottom: 18px; }

.accordion-item.active .acc-arrow {
  transform: rotate(180deg); }

/* ------------------------------
   PRODUCT PRICE SPACING & TYPE
--------------------------------*/
/* Gap between description (Read more) and price */
.prod-description {
  margin-bottom: 12px; }

/* Price block spacing */
.price-wrapper {
  margin-top: 6px;
  margin-bottom: 24px; }

/* Gap between price and tax line */
.prod-price {
  margin-bottom: 4px; }

/* Tax line styling */
.tax-line {
  font-size: 12px;
  color: #777;
  line-height: 1.4; }

/* Space before size dropdown */
.size-wrapper {
  margin-top: 20px; }

.option-group {
  margin-top: 28px; }

.option-label {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px; }

.option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

.option-btn {
  width: 60px;
  /* ⬅ box width */
  height: 30px;
  /* ⬅ box height */
  border: 1.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  /* ⬅ text size */
  font-weight: 500;
  color: #000;
  /* ⬅ TEXT BLACK */
  cursor: pointer;
  transition: all 0.2s ease; }

.option-btn.active {
  background: #710014;
  /* cherry red */
  color: #fff;
  /* white text */
  border-color: #710014; }

.product-rating {
  display: flex;
  gap: 6px;
  margin: 12px 0; }

.product-rating .star {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #710014; }

.product-rating .star.filled {
  fill: #710014; }

.product-rating .star.half {
  fill: #710014; }

.product-rating .star.empty {
  opacity: 0.25; }

.product-accordion {
  margin-top: 40px; }

.accordion-item {
  border-top: 1px solid #e5e5e5; }

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #000;
  /* 🔥 THIS WAS MISSING */ }

.accordion-content {
  display: none;
  padding: 12px 0 20px;
  font-size: 14px;
  color: #333; }

.accordion-item.active .accordion-content {
  display: block; }

.accordion-item.active .arrow {
  transform: rotate(180deg); }

.quantity-wrapper {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 16px; }

.quantity-label {
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 500;
  text-transform: uppercase; }

.quantity-select {
  width: 60px;
  height: 30px;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid #000;
  background: transparent; }

/* FORCE BLACK ON HOVER — CART PAGE */
.page-cart a,
.page-cart a:hover,
.page-cart a:focus,
.page-cart a:active {
  color: #000 !important; }

/* Remove / Continue shopping specifically */
.page-cart .cart-remove,
.page-cart .cart-remove:hover,
.page-cart .continue-link,
.page-cart .continue-link:hover {
  color: #000 !important; }

/* Checkout button text */
.page-cart .checkout-btn,
.page-cart .checkout-btn:hover {
  color: #ffffff !important; }

/* MOBILE FIX */
@media (max-width: 768px) {
  .product-images {
    width: 100%;
    max-width: 100%;
    overflow: hidden; }

  .main-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0; }

  #mainProductImage {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain; } }
/* ===============================
   MOBILE PRODUCT ALIGNMENT
   =============================== */
@media (max-width: 768px) {
  /* Main product wrapper */
  .product-wrapper {
    display: flex;
    flex-direction: column; }

  /* Images first */
  .product-images {
    order: 1; }

  /* Info below images */
  .product-info {
    order: 2;
    padding: 20px 16px 0; } }
@media (max-width: 768px) {
  .prod-title {
    text-align: left;
    font-size: 26px;
    /* adjust freely */
    line-height: 1.2;
    margin: 12px 0 6px; } }
@media (max-width: 768px) {
  .product-info {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important; } }
@media (max-width: 768px) {
  .product-images {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  .product-info {
    margin-top: 0 !important;
    padding-top: 0 !important; }

  .prod-title {
    margin-top: 0 !important; } }
/* ===============================
  FONTS
   =============================== */
body {
  font-family: 'Montserrat Custom', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6,
.section-title,
.section-heading,
.collection-title,
.hero-title {
  font-family: 'Cormorant Garamond Custom', serif;
  font-weight: 500; }

.price,
.product-price,
button,
input,
select,
textarea,
.footer,
.footer a {
  font-family: 'Montserrat Custom', sans-serif; }

.prod-title {
  font-family: 'Montserrat Custom', serif;
  font-weight: 500;
  font-size: 30px;
  /* you can adjust */
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 10px; }

.prod-description,
.prod-description .desc-text {
  font-family: 'Cormorant Garamond Custom', serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  max-width: 520px; }

.read-toggle {
  font-family: 'Montserrat Custom', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.prod-price {
  font-family: 'Montserrat Custom', sans-serif;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.04em;
  margin-top: 24px; }

.tax-line {
  font-family: 'Montserrat Custom', sans-serif;
  font-size: 9px;
  color: #777; }

.option-label,
.quantity-label {
  font-family: 'Montserrat Custom', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase; }

.option-btn {
  font-family: 'Montserrat Custom', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em; }

.add-to-cart-btn,
.buy-now-btn {
  font-family: 'Montserrat Custom', sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .prod-title {
    font-size: 30px;
    line-height: 1.2; }

  .prod-description {
    font-size: 16px; } }
.accordion-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat Custom', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em; }

.accordion-content {
  padding: 14px 0 20px 32px;
  /* aligns text under title */
  font-family: 'Montserrat Custom', sans-serif;
  line-height: 1.6; }

/* ===============================
   CART PAGE TYPOGRAPHY
=============================== */
/* Page title */
.page-cart .cart-title {
  font-family: 'Cormorant Garamond Custom', serif !important;
  font-weight: 600;
  letter-spacing: 0.5px; }

/* Product titles */
.page-cart .cart-info h3 {
  font-family: 'Cormorant Garamond Custom', serif !important;
  font-weight: 500;
  letter-spacing: 0.4px; }

/* Variant / size / price line */
.page-cart .cart-meta {
  font-family: 'Montserrat Custom', sans-serif !important;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.4px; }

/* Quantity label */
.page-cart .quantity-label {
  font-family: 'Montserrat Custom', sans-serif !important;
  font-weight: 500;
  letter-spacing: 1.2px; }

/* Quantity dropdown */
.page-cart .quantity-select {
  font-family: 'Montserrat Custom', sans-serif !important;
  font-weight: 400; }

/* Remove link */
.page-cart .cart-remove {
  font-family: 'Montserrat Custom', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 12px; }

/* Total section headings */
.page-cart .cart-right .cart-title {
  font-family: 'Cormorant Garamond Custom', serif !important;
  font-weight: 600;
  letter-spacing: 0.5px; }

.page-cart .cart-summary span {
  font-family: 'Montserrat Custom', serif !important;
  font-weight: 400;
  letter-spacing: 0.5px; }

/* Total price number */
.page-cart .cart-summary.total strong {
  font-family: 'Montserrat Custom', serif !important;
  font-weight: 400; }

/* Checkout button */
.page-cart .checkout-btn {
  font-family: 'Montserrat Custom', sans-serif !important;
  font-weight: 500;
  letter-spacing: 1.4px; }

/* Continue shopping link */
.page-cart .continue-link {
  font-family: 'Montserrat Custom', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 12px; }

/* ===============================
   AESTHETIFY EDITORIAL TYPOGRAPHY
   =============================== */
/* Page titles (About, FAQ, Contact, Policies) */
.title-page h2,
.page-title,
.editorial-page h1 {
  font-family: 'Cormorant Garamond Custom', serif;
  font-weight: 500;
  letter-spacing: 0.02em; }

/* Section headings inside content */
.editorial-content h2,
.editorial-content h3,
.editorial-content h4 {
  font-family: 'Cormorant Garamond Custom', serif;
  font-weight: 500;
  margin-bottom: 16px; }

/* Body text */
.editorial-content,
.editorial-content p,
.editorial-content li {
  font-family: 'Montserrat Custom', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em; }

/* Small meta / helper text */
.editorial-content small,
.editorial-content em {
  font-family: 'Montserrat Custom', sans-serif;
  font-weight: 300; }

/* ===============================
   ALAMP 404 – DESKTOP FRAME
================================ */
.alamp-404-frame {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

/* Media holder (image frame) */
.alamp-404-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

/* Overlay layer (buttons/text later) */
.alamp-404-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  /* enable later if needed */ }

/* ===============================
   FRAME BUTTONS — FINAL OVERRIDE
================================ */
.option-group--frame .option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

.option-group--frame .option-btn {
  /* SAME HEIGHT AS SIZE */
  height: 42px;
  line-height: 42px;
  /* AUTO WIDTH */
  width: auto !important;
  min-width: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  /* 🔑 prevents wrapping */
  box-sizing: border-box;
  font-family: 'Montserrat Custom', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  border: 1.5px solid #000;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease; }

/* Active state */
.option-group--frame .option-btn.active {
  background: #710014;
  color: #fff;
  border-color: #710014; }

/* ===============================
   ADD TO CART — BUTTON TOAST
================================ */
.cart-actions {
  position: relative; }

.cart-btn-toast {
  position: absolute;
  bottom: 100%;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 5; }

.cart-btn-toast.show {
  opacity: 1;
  transform: translateY(0); }

/* ===============================
   EMPTY CART LAYOUT FIX
================================ */
.page-cart {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.cart-empty-page {
  flex: 1;
  /* pushes footer down */
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */ }

.cart-empty-box {
  text-align: center; }

.cart-empty-title {
  font-family: 'Cormorant Garamond Custom', serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px; }

.cart-empty-subtext {
  font-family: 'Montserrat Custom', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #666; }

.page-cart {
  min-height: calc(100vh - 490px); }

/* MOBILE — COMPACT FRAME BUTTONS (AESTHESY STYLE) */
@media (max-width: 768px) {
  .option-group--frame .option-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px; }

  .option-group--frame .option-btn {
    height: 35px;
    /* match size button height */
    padding: 0 12px;
    /* compact */
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    /* single line like reference */
    display: flex;
    align-items: center;
    justify-content: center; } }
/* DESKTOP — MATCH FRAME BUTTON HEIGHT WITH SIZE */
@media (min-width: 769px) {
  .option-group--frame .option-btn {
    height: 33px;
    /* same as size buttons */
    padding: 0 14px;
    /* match size padding */
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center; } }
/* MOBILE — FORCE CTA LAYOUT SAME AS DESKTOP */
@media (max-width: 768px) {
  .product-actions {
    display: block !important; }

  .product-actions .cart-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important; }

  .product-actions .add-to-cart-btn {
    flex: 1 !important;
    width: auto !important;
    height: 48px !important; }

  .product-actions .wishlist-icon {
    width: 48px !important;
    height: 48px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }

  .product-actions .buy-now-btn {
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    margin-top: 12px !important; } }
/* DISABLE ALAMP MOBILE CTA */
@media (max-width: 768px) {
  .alamp-mobile-atc,
  .product-form--mobile,
  .product-form__buttons--mobile {
    display: none !important; } }
/* FORCE DESKTOP CTA ON MOBILE */
@media (max-width: 768px) {
  .product-actions {
    display: block !important; } }
