:root{
  --ink:#2b241d;
  --gold:#9a6b2f;
  --gold-soft:#c9a24a;
  --line:#e6d9c8;
  --bg:#fbf7ef;
  --paper:#fffdf9;
  --espresso:#2c231b;
}*{box-sizing:border-box;margin:0;padding:0;}body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);}a{text-decoration:none;color:inherit;}img{max-width:100%;display:block;}.serif{font-family:"Cormorant Garamond",Georgia,serif;}.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  border-radius:14px;
  padding:14px 32px;
  font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  border:1px solid rgba(130,99,61,.28);
  background:linear-gradient(180deg,#fffdfa,#f3ead9);
  color:var(--ink);
  box-shadow:0 1px 0 rgba(255,255,255,.7) inset, 0 3px 8px rgba(60,39,18,.08);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor:pointer;
}.btn:hover{transform:translateY(-1px);box-shadow:0 1px 0 rgba(255,255,255,.7) inset, 0 6px 14px rgba(60,39,18,.14);}.btn-solid{
  background:linear-gradient(180deg,#c9986a,#b07f4e);
  color:#3a2a18;border-color:rgba(130,90,50,.3);
}.btn-solid:hover{background:linear-gradient(180deg,#d4a578,#bd8a58);}.btn-ghost-onphoto{
  background:rgba(255,253,249,.55);
  border:1px solid rgba(58,47,34,.5);
  color:#2b241d;
  backdrop-filter:blur(3px);
}.btn-ghost-onphoto:hover{background:rgba(255,253,249,.34);}.site-header{background:var(--paper);border-bottom:1px solid var(--line);}.header-top{text-align:center;padding:22px 0 14px;}.logo-mark{height:64px;margin:0 auto 8px;}.logo-word{font-family:"Cormorant Garamond",Georgia,serif;font-size:32px;letter-spacing:.03em;color:var(--ink);}.logo-sub{font-size:11px;letter-spacing:.28em;color:var(--gold);margin-top:2px;}.main-nav-row{
  display:flex;align-items:center;justify-content:center;gap:34px;
  padding:14px 0;position:relative;
}.main-nav-row nav{display:flex;align-items:center;gap:34px;}.main-nav-row .nav-link{
  font-size:12.5px;letter-spacing:.09em;text-transform:uppercase;font-weight:600;color:var(--ink);
  padding:6px 0;border-bottom:2px solid transparent;
}.main-nav-row .nav-link:hover,.main-nav-row .nav-link.active{color:var(--gold);border-bottom-color:var(--gold);}.nav-caret{font-size:9px;margin-left:3px;}.header-icons{
  display:flex;align-items:center;gap:18px;
}.icon-btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;color:var(--ink);}.icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.6;}.icon-btn .cap{
  font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:var(--gold);
  opacity:0;transform:translateY(-3px);transition:.15s;white-space:nowrap;position:absolute;top:26px;
}.icon-btn:hover .cap{opacity:1;transform:translateY(0);}.icon-btn .badge{position:absolute;top:-6px;right:-9px;background:var(--gold);color:#fff;font-size:9px;border-radius:99px;width:15px;height:15px;display:flex;align-items:center;justify-content:center;}.right-cluster{
  position:absolute;right:32px;top:50%;transform:translateY(-50%);
  display:flex;align-items:center;gap:14px;
}.inline-search{position:absolute;right:0;top:calc(100% + 10px);z-index:60;width:0;overflow:hidden;transition:width .2s ease;}.inline-search.open{width:220px;}.inline-search input{
  width:220px;border:1px solid var(--line);border-radius:10px;
  padding:9px 14px;font:inherit;font-size:13px;background:#fffefb;outline:none;
}.inline-search input:focus{border-color:var(--gold-soft);}.has-dropdown{position:relative;}.dropdown{
  position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(6px);
  background:var(--paper);border:1px solid var(--line);border-radius:14px;
  box-shadow:0 24px 60px rgba(42,33,24,.14);
  padding:26px 30px;display:grid;grid-template-columns:repeat(3,180px);gap:30px;
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s,transform .16s;z-index:50;
}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);}.dd-col b{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin-bottom:10px;font-weight:700;}.dd-col a{display:block;font-size:13px;color:#4b4035;padding:5px 0;}.dd-col a:hover{color:var(--gold);}.hero{position:relative;height:780px;overflow:hidden;}.hero img{width:100%;height:100%;object-fit:cover;object-position:center 8%;}.hero-copy{
  position:absolute;left:6%;top:3%;max-width:640px;z-index:2;
}.hero-copy h1{font-family:"Cormorant Garamond",Georgia,serif;font-size:30px;line-height:1.14;color:#2b241d;font-weight:400;white-space:nowrap;}.hero-copy .sub{font-family:"Cormorant Garamond",Georgia,serif;font-size:19px;font-weight:400;color:#8a5a2f;margin-top:6px;}.hero-copy .btn{margin-top:16px;padding:10px 22px;font-size:12px;}.stats-bar{display:grid;grid-template-columns:repeat(5,1fr);background:#eee4d6;}.stats-bar a{
  text-align:center;padding:20px 10px;color:#3a2f22;font-size:13px;letter-spacing:.04em;font-weight:600;
  border-right:1px solid rgba(58,47,34,.18);
}.stats-bar a:last-child{border-right:none;}.stats-bar a:hover{background:rgba(255,255,255,.32);}.pills-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;padding:34px 20px;background:var(--paper);}.section{padding:56px 6% 10px;}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:26px;}.section-head .eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700;}.section-head h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:32px;font-weight:600;margin-top:4px;}.grid5{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;}.card{background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow:hidden;}.card .ph{aspect-ratio:1/1;background:#efe6d6;overflow:hidden;}.card .ph img{width:100%;height:100%;object-fit:cover;}.card .info{padding:12px 14px 16px;}.card .brand{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-weight:700;}.card .title{font-size:13.5px;margin-top:4px;line-height:1.3;}.card .price{margin-top:8px;font-size:13.5px;}.card .price .old{color:#a89b86;text-decoration:line-through;margin-right:6px;font-size:12px;}.card .price .now{font-weight:700;}.brand-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;}.brand-pill{text-align:center;padding:18px 10px;border:1px solid var(--line);border-radius:14px;background:var(--paper);font-family:"Cormorant Garamond",Georgia,serif;font-size:21px;font-weight:600;}.brand-pill:hover{border-color:var(--gold-soft);color:var(--gold);}footer{background:#d8c9a8;color:#3a2f22;margin-top:60px;}.footer-inner{max-width:1240px;margin:0 auto;padding:56px 6% 30px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:30px;}.footer-brand .logo-word{color:#3a2f22;font-size:26px;}.footer-brand p{font-size:13px;color:#5a4c38;margin-top:12px;line-height:1.5;}footer h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;}footer a{display:block;font-size:13.5px;color:#3a2f22;padding:4px 0;}footer a:hover{color:var(--gold);}.footer-social{display:flex;gap:12px;margin-top:14px;}.footer-social a{width:34px;height:34px;border:1px solid rgba(58,47,34,.3);border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0;}.footer-bottom{text-align:center;padding:18px 0;border-top:1px solid rgba(58,47,34,.15);font-size:12.5px;color:#5a4c38;}@media (max-width: 900px){
  .main-nav-row{flex-wrap:wrap;gap:14px 18px;padding:14px 20px;}
  .main-nav-row nav{flex-wrap:wrap;gap:14px 18px;justify-content:center;}
  .header-icons{position:static;transform:none;justify-content:center;margin-top:10px;}
  .dropdown{grid-template-columns:repeat(2,1fr);left:0;transform:none;width:100%;}
  .has-dropdown:hover .dropdown{transform:none;}

  .hero{height:520px!important;}
  .hero-copy{max-width:88%!important;}
  .hero-copy h1{font-size:24px!important;white-space:normal!important;}

  .stats-bar{grid-template-columns:repeat(2,1fr);}
  .stats-bar a{border-bottom:1px solid rgba(255,255,255,.25);}
  .pills-row{padding:24px 16px;}

  .grid5, .also-grid, .mystery-grid, .brand-grid-full{grid-template-columns:repeat(2,1fr)!important;}
  .brand-grid{grid-template-columns:repeat(2,1fr)!important;}
  .shop-grid{grid-template-columns:repeat(2,1fr)!important;}
  .blog-grid{grid-template-columns:1fr!important;}

  .product-top{grid-template-columns:1fr!important;}
  .thumb-col{flex-direction:row;overflow-x:auto;}
  .thumb-col .th{width:70px;flex-shrink:0;}
  .full-desc{grid-column:1/2!important;}

  .footer-inner{grid-template-columns:1fr 1fr!important;}
  .cart-wrap, .checkout-wrap{grid-template-columns:1fr!important;}
  .form-grid, .two-col, .contact-grid{grid-template-columns:1fr!important;}
  .featured-grid{grid-template-columns:1fr 1fr!important;}
  .feed{columns:1!important;}
  .toolbar{flex-direction:column;align-items:stretch;}
}@media (max-width: 480px){
  .grid5, .also-grid, .mystery-grid, .brand-grid-full, .brand-grid, .shop-grid, .footer-inner, .featured-grid{grid-template-columns:1fr!important;}
  .logo-word{font-size:24px;}
}.official-logo{width:285px;height:118px;object-fit:contain;margin:auto}.header-top{padding:12px 0 6px}.mobile-menu{display:none;border:0;background:none;font-size:22px}.icon-btn{border:0;background:none}.footer-brand img{height:auto;max-width:220px;object-fit:contain;margin-bottom:8px}.follow{margin-top:20px}.card{position:relative}.card .ph img{width:100%;height:100%;object-fit:cover}.sold-badge{position:absolute;z-index:2;top:10px;left:10px;background:#3a2f22;color:white;border-radius:8px;padding:4px 10px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.sold-grid,.shop-grid{max-width:1300px;margin:0 auto;padding:30px 6% 70px;display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.sold-head,.shop-head,.blog-hero{text-align:center;padding:44px 20px 6px}.sold-head h1,.shop-head h1,.blog-hero h1{font:600 38px "Cormorant Garamond",Georgia,serif;margin-top:6px}.sold-head p{max-width:600px;margin:12px auto;color:#6b5f4e}.toolbar{max-width:1300px;margin:26px auto 10px;padding:16px 22px;background:var(--paper);border:1px solid var(--line);border-radius:14px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.toolbar input,.toolbar select{border:1px solid var(--line);border-radius:10px;padding:10px 14px;font:inherit;font-size:13px;background:#fffefb}.toolbar input{flex:1;min-width:220px}.count-line{max-width:1300px;margin:auto;padding:0 6%;font-size:13px;color:#6b5f4e}.pagination{display:flex;justify-content:center;gap:8px;padding:0 0 60px}.pagination button{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.pagination button.active{background:var(--gold);color:white}.simple-wrap{max-width:900px;margin:auto;padding:50px 6% 80px}.simple-wrap.wide{max-width:1300px}.simple-wrap .eyebrow,.blog-hero .eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700}.simple-wrap h1{font:600 36px "Cormorant Garamond",Georgia,serif;margin:6px 0 20px}.simple-wrap h2{font:600 23px "Cormorant Garamond",Georgia,serif;margin:28px 0 10px}.simple-wrap p{font-size:14px;line-height:1.7;color:#4b4035;margin-bottom:10px}.info-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:20px 24px;margin:14px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.brand-grid-full{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.brand-grid-full a{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:14px;text-align:center}.mystery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/3}.form-grid label{display:block;font-size:12px;color:#6b5f4e;margin-bottom:6px;text-transform:uppercase}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 14px;background:#fffefb}.product-wrap{max-width:1300px;margin:auto;padding:30px 6% 20px}.breadcrumbs{font-size:12px;color:#8a7a63;margin-bottom:22px}.product-top{display:grid;grid-template-columns:90px 1fr 380px;gap:24px;align-items:start}.thumb-col{display:flex;flex-direction:column;gap:10px}.thumb-col .th{aspect-ratio:1;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:white;padding:0;cursor:pointer}.thumb-col .th.active{border-color:var(--gold)}.thumb-col img{width:100%;height:100%;object-fit:cover}.main-photo{aspect-ratio:1;border-radius:14px;overflow:hidden;background:#efe6d6}.main-photo img{width:100%;height:100%;object-fit:cover}.buy-box{aspect-ratio:1;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:26px}.buy-box .brand{font-size:12px;color:var(--gold);text-transform:uppercase;font-weight:400;letter-spacing:.04em}.buy-box h1{font:300 24px/1.25 Inter,Arial,sans-serif;margin-top:6px;text-transform:uppercase;letter-spacing:.025em}.buy-box .price{font-size:20px;font-weight:400;margin-top:14px}.buy-box .old{color:#a89b86;text-decoration:line-through;margin-right:8px;font-size:15px}.buy-box .status{margin-top:10px;color:#3f7d4a;font-size:13px}.buy-box .sold-status{color:#8a5a50}.buy-actions{margin-top:auto;display:flex;flex-direction:column;gap:10px}.buy-actions .btn{width:100%;font-weight:400}.buy-box .note{margin-top:12px;text-align:center;color:var(--gold);font-size:12px}.full-desc{grid-column:2/4;margin-top:36px;font-size:14px;line-height:1.7}.full-desc h2{font:600 24px "Cormorant Garamond",Georgia,serif}.spec-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:16px}.cart-wrap,.checkout-wrap{max-width:1100px;margin:auto;padding:50px 6% 80px;display:grid;grid-template-columns:1.5fr 1fr;gap:40px}.cart-wrap h1,.checkout-wrap h1{font:600 32px "Cormorant Garamond",Georgia,serif}.checkout-wrap>h1{grid-column:1/3}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;padding:16px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{width:90px;height:90px;object-fit:cover;border-radius:10px}.summary-box{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:26px;height:fit-content}.summary-box .btn{width:100%;margin-top:12px}.summary-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);font-size:14px}.summary-row.total{font-weight:700;font-size:16px}.paypal-note{font-size:12px;color:#8a7a63;background:#f7ecd8;border-radius:10px;padding:12px 14px;margin-top:14px}.gift-layout{max-width:1100px;margin:auto;padding:50px 6% 80px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.gift-layout img{border-radius:14px}.gift-layout h1{font:600 38px "Cormorant Garamond",Georgia,serif}.blog-grid{max-width:1240px;margin:auto;padding:30px 6% 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:20px}.post-card .tag{font-size:10px;text-transform:uppercase;color:var(--gold);font-weight:700}.post-card h3{font:600 20px/1.3 "Cormorant Garamond",Georgia,serif;margin:10px 0}.post-card .more{font-size:12px;color:var(--gold);text-transform:uppercase}.empty-state{text-align:center;padding:50px;color:#6b5f4e}@media(max-width:900px){.official-logo{width:230px;height:95px}.mobile-menu{display:block}.main-nav-row{justify-content:flex-start}.main-nav-row nav{display:none;width:100%;flex-direction:column}.main-nav-row nav.open{display:flex}.right-cluster{right:20px}.dropdown{position:static;display:none;opacity:1;visibility:visible;pointer-events:auto;transform:none!important;width:min(90vw,600px);grid-template-columns:1fr 1fr}.has-dropdown.open .dropdown{display:grid}.grid5,.shop-grid,.sold-grid,.mystery-grid,.brand-grid-full{grid-template-columns:repeat(2,1fr)!important}.product-top{grid-template-columns:1fr}.thumb-col{flex-direction:row;overflow:auto}.thumb-col .th{width:70px;flex:none}.full-desc{grid-column:1}.buy-box{aspect-ratio:auto;min-height:420px}.cart-wrap,.checkout-wrap,.gift-layout{grid-template-columns:1fr}.checkout-wrap>h1{grid-column:1}.footer-inner{grid-template-columns:1fr 1fr}.blog-grid{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}}@media(max-width:480px){.grid5,.shop-grid,.sold-grid,.mystery-grid,.brand-grid-full,.footer-inner{grid-template-columns:1fr!important}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:1}.hero-copy{top:4%;left:5%}.hero{height:520px}.right-cluster{position:static;transform:none}.main-nav-row{padding:12px}.card .ph{aspect-ratio:4/5}}.test-hero{text-align:center;max-width:900px;margin:0 auto;padding:50px 6% 24px}.test-hero .eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700}.test-hero h1{font:600 38px "Cormorant Garamond",Georgia,serif;margin:6px 0 10px}.test-hero p{font-size:14px;line-height:1.7;color:#4b4035}.featured-grid{max-width:1240px;margin:0 auto;padding:12px 6% 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.featured-card,.feed-item{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:22px}.featured-card p,.feed-item p{font:400 17px/1.55 "Cormorant Garamond",Georgia,serif}.who{font-size:12px;color:var(--gold);margin-top:14px}.feed{max-width:1120px;margin:0 auto;padding:10px 6% 60px;columns:2;column-gap:20px}.feed-item{break-inside:avoid;margin:0 0 20px}@media(max-width:900px){.inline-search{position:static}.featured-grid{grid-template-columns:1fr 1fr!important}.feed{columns:1!important}}@media(max-width:480px){.featured-grid{grid-template-columns:1fr!important}}.site-header.search-open .main-nav-row{padding-bottom:64px}.inline-search{background:var(--paper)}.shop-all-title{font-weight:400!important}.shop-all-link{font-weight:400}.mystery-grid{grid-template-columns:repeat(5,1fr)}.footer-brand img{width:220px;max-width:100%;height:auto}.footer-brand p{margin-top:10px}.footer-social .social-facebook{background:#1877f2;border-color:#1877f2;color:#fff}.footer-social .social-instagram{background:#c13584;border-color:#c13584;color:#fff}.footer-social .social-youtube{background:#ff0000;border-color:#ff0000;color:#fff}.footer-social a:hover{color:#fff;filter:brightness(.92)}.featured-grid{grid-template-columns:repeat(2,1fr);max-width:1120px}.feed{max-width:1120px;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:26px 30px 10px}.feed-item{background:transparent;border:0;border-radius:0;padding:0 0 20px;border-bottom:1px solid var(--line)}.gift-layout{max-width:1240px;grid-template-columns:.72fr 1.28fr;gap:48px}.gift-layout .gift-copy{padding-left:4%}.gift-layout img{width:100%;max-height:650px;object-fit:contain}.layaway-steps{list-style:none;counter-reset:layaway;display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 30px}.layaway-steps li{counter-increment:layaway;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:22px}.layaway-steps li:before{content:counter(layaway);display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#eadfce;color:#3a2f22;margin-bottom:12px}.layaway-steps strong,.layaway-steps span{display:block}.layaway-steps strong{margin-bottom:7px}.layaway-steps span{font-size:14px;line-height:1.65;color:#4b4035}.layaway-details{margin-bottom:22px}.major-brand-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin:16px 0 38px}.major-tile,.department-tile{aspect-ratio:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;border-radius:14px;font:600 18px/1.15 "Cormorant Garamond",Georgia,serif}.brand-lv{background:#4b2e1f;color:#f3d7a2}.brand-chanel{background:#111;color:#fff}.brand-gucci{background:#174a35;color:#f1d9b7}.brand-prada{background:#202020;color:#fff}.brand-dior{background:#d9d7d2;color:#1e2b3b}.brand-burberry{background:#d8b889;color:#271c15}.brand-fendi{background:#f2c94c;color:#2d241c}.all-brands-list{columns:4;column-gap:42px;margin:14px 0 42px}.all-brands-list a{display:block;break-inside:avoid;padding:6px 0;border-bottom:1px solid rgba(154,107,47,.12);font-size:14px}.all-brands-list a:hover{color:var(--gold)}.department-tiles{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:16px 0 34px}.department-bags{background:#d9c4a5;color:#32261c}.department-accessories{background:#e6d8c4;color:#392d22}.department-clothing{background:#cab8a2;color:#2f251e}.department-shoes{background:#bfa889;color:#2d231b}.department-mystery{background:#2c231b;color:#f7ead7}.department-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.department-group{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:22px}.department-group h3{font:600 22px "Cormorant Garamond",Georgia,serif;margin-bottom:12px}.category-links{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}.category-links a{padding:7px 0;border-bottom:1px solid rgba(154,107,47,.12);font-size:14px}@media(max-width:900px){
  .site-header.search-open .main-nav-row{padding-bottom:14px}
  .major-brand-grid{grid-template-columns:repeat(4,1fr)}
  .department-tiles{grid-template-columns:repeat(3,1fr)}
  .all-brands-list{columns:2}
  .gift-layout{grid-template-columns:1fr}
  .gift-layout .gift-copy{padding-left:0}
  .gift-layout img{grid-row:2}
  .layaway-steps{grid-template-columns:1fr}
}@media(max-width:480px){
  .major-brand-grid,.department-tiles,.department-groups{grid-template-columns:repeat(2,1fr)}
  .all-brands-list{columns:1}
  .category-links{grid-template-columns:1fr}
}.simple-wrap h1,.test-hero h1,.shop-head h1,.sold-head h1,.blog-hero h1,.gift-layout h1,.cart-wrap h1,.checkout-wrap h1{font-weight:400!important}.test-hero{padding-bottom:18px}.feed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;columns:auto;background:transparent;border:0;border-radius:0;padding:10px 6% 60px;align-items:start}.feed-column{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:24px 26px 4px}.feed-column .feed-item:last-child{border-bottom:0;margin-bottom:0}.related-section{grid-column:1/-1;margin-top:44px}.related-section h2{font:400 28px "Cormorant Garamond",Georgia,serif;margin-bottom:20px}.related-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.required-mark{color:#c62828;transition:color .16s ease}.required-mark.is-complete{color:#111}[hidden]{display:none!important}@media(max-width:900px){.feed,.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.feed,.related-grid{grid-template-columns:1fr}}main h1,main h2,main h3,main h4,main h5,main h6{font-weight:400!important}@media(min-width:901px){
  .main-nav-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    gap:34px;
    padding:14px 32px;
  }
  .main-nav-row nav{grid-column:2;justify-self:center}
  .right-cluster{
    grid-column:3;
    justify-self:end;
    position:static;
    transform:none;
  }
  .inline-search{position:static;top:auto;right:auto}
  .site-header.search-open .main-nav-row{padding-bottom:14px}
}.dropdown{top:100%}.featured-grid{align-items:stretch}.featured-card{height:100%;display:flex;flex-direction:column}.featured-card .who{margin-top:auto;padding-top:14px}.feed-item p{font-size:14px;line-height:1.52}.all-brands-list{columns:5}.department-tree{display:grid;gap:14px;margin:18px 0 42px}.department-branch{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--paper)}.department-row{display:grid;grid-template-columns:1fr 54px;align-items:stretch;min-height:68px}.department-main{display:flex;align-items:center;padding:18px 24px;font:400 21px/1.2 "Cormorant Garamond",Georgia,serif}.department-toggle{border:0;border-left:1px solid rgba(154,107,47,.16);background:rgba(255,255,255,.22);color:#7b5730;font-size:20px;cursor:pointer}.department-toggle span{display:block;transition:transform .18s ease}.department-toggle[aria-expanded="true"] span{transform:rotate(180deg)}.department-children{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 24px;padding:8px 24px 20px;border-top:1px solid rgba(154,107,47,.14)}.department-branch.open .department-children{display:grid}.department-children a{padding:9px 0;border-bottom:1px solid rgba(154,107,47,.1);font-size:14px}.department-children a:hover{color:var(--gold)}.department-bags .department-row{background:#eadcc8}.department-accessories .department-row{background:#f2e8d8}.department-clothing .department-row{background:#dfccb5}.department-shoes .department-row{background:#e8d7c1}.department-mystery-link{display:flex;align-items:center;min-height:68px;padding:18px 24px;border:1px solid #d8c29f;border-radius:14px;background:#d9c6aa;color:#3a2f22;font:400 21px/1.2 "Cormorant Garamond",Georgia,serif}.product-top{grid-template-columns:90px minmax(0,1fr)}.product-content{min-width:0}.product-main-row{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.full-desc{grid-column:auto;margin-top:36px}.product-brand-link{display:block}.product-brand-link:hover{color:#6f4a20;text-decoration:underline;text-underline-offset:3px}.wishlist-card{display:flex;flex-direction:column}.wishlist-card .info{display:flex;flex-direction:column;flex:1}.wishlist-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:14px}.wishlist-actions .btn{flex:1;min-width:92px;padding:10px 12px;font-size:11px}.checkout-continue{margin-top:18px;width:100%}.paypal-payment{margin-top:16px}.footer-social svg{width:18px;height:18px;display:block}.gift-page{padding:48px 4% 18px}.gift-layout{
  max-width:1320px;
  min-height:600px;
  margin:0 auto 70px;
  padding:28px;
  grid-template-columns:minmax(300px,.76fr) minmax(0,1.4fr);
  gap:34px;
  background:#f1e4d2;
  border:1px solid #dfcdb4;
  border-radius:22px;
  align-items:stretch;
}.gift-layout .gift-copy{display:flex;flex-direction:column;justify-content:center;padding:44px 26px 44px 36px;border-left:2px solid #c89e65}.gift-layout .gift-copy h1{font-size:clamp(42px,4.2vw,64px);line-height:1.02;margin-bottom:22px}.gift-layout .gift-copy p{max-width:430px;font:400 20px/1.5 "Cormorant Garamond",Georgia,serif;margin-bottom:28px}.gift-layout .gift-copy .btn{align-self:flex-start}.gift-frame{min-width:0;border-radius:16px;overflow:hidden;background:#fff}.gift-layout .gift-frame img{width:100%;height:100%;max-height:none;min-height:540px;object-fit:cover;object-position:center}@media(max-width:900px){
  .all-brands-list{columns:2}
  .department-children{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-top{grid-template-columns:1fr!important}
  .product-main-row{grid-template-columns:1fr}
  .gift-page{padding:24px 4% 8px}
  .gift-layout{grid-template-columns:1fr;min-height:0;padding:20px}
  .gift-layout .gift-copy{padding:34px 24px;border-left:0;border-top:2px solid #c89e65}
  .gift-frame{grid-row:2}
  .gift-layout .gift-frame img{min-height:0;aspect-ratio:16/10}
}@media(max-width:480px){
  .all-brands-list{columns:1}
  .department-children{grid-template-columns:1fr}
  .department-main{padding:16px 18px}
  .gift-layout .gift-copy h1{font-size:40px}
}.hero{height:auto!important;overflow:visible}.hero img{display:block;width:100%;height:auto!important;object-fit:contain;object-position:center}.gift-frame{display:flex;align-items:center;justify-content:center}.gift-layout .gift-frame img{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
}.major-tile{
  aspect-ratio:auto;
  min-height:64px;
  padding:12px 14px;
  border-radius:11px;
}.department-tree{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:start;
  overflow:visible;
}.department-branch{position:relative;overflow:visible;border-radius:11px}.department-row{grid-template-columns:minmax(0,1fr) 42px;min-height:56px;border-radius:11px;overflow:hidden}.department-main{padding:12px 16px;font-size:18px}.department-toggle{font-size:17px}.department-mystery-link{min-height:56px;padding:12px 16px;border-radius:11px;font-size:18px}.department-children{
  position:absolute;
  top:calc(100% + 7px);
  left:0;
  z-index:45;
  width:max(100%,340px);
  max-width:min(80vw,420px);
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 20px;
  padding:10px 16px 14px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:11px;
  box-shadow:0 20px 45px rgba(79,58,35,.14);
}.department-branch.open .department-children{display:grid}.department-shoes .department-children{right:0;left:auto}.shop-context{max-width:1300px;margin:12px auto 0;padding:0 6%;font-size:13px;color:#8a7a63}.shop-context a{color:#6f4a20;border-bottom:1px solid rgba(111,74,32,.4)}.shop-context span{margin:0 7px}.shop-context strong{font-weight:600;color:#4b4035}.toolbar optgroup{font-weight:700;color:#3a2f22}.toolbar option{font-weight:400;color:#3a2f22}@media(min-width:901px){
  .main-nav-row{display:flex;align-items:center;gap:20px;padding:14px 24px}
  .main-nav-row nav{margin-left:auto;gap:clamp(16px,2vw,34px)}
  .right-cluster{margin-left:auto;position:static;transform:none;flex:none}
  .inline-search{position:static;top:auto;right:auto}
  .site-header.search-open .main-nav-row{padding-bottom:14px}
  .department-row{grid-template-columns:1fr}
  .department-toggle{display:none}
  .department-children{top:100%}
  .department-branch:hover .department-children,
  .department-branch:focus-within .department-children{display:grid}
}@media(min-width:901px) and (max-width:1180px){
  .main-nav-row{gap:14px;padding:14px 16px}
  .main-nav-row nav{gap:14px}
  .main-nav-row .nav-link{font-size:11px;letter-spacing:.055em}
  .right-cluster{gap:10px}
  .inline-search.open,.inline-search input{width:170px}
  .header-icons{gap:14px}
}@media(max-width:900px){
  .department-tree{grid-template-columns:repeat(2,minmax(0,1fr))}
  .department-children{width:min(78vw,360px);grid-template-columns:repeat(2,minmax(0,1fr))}
}@media(max-width:480px){
  .department-tree{grid-template-columns:1fr}
  .department-children{position:static;width:auto;max-width:none;border-width:1px 0 0;box-shadow:none;border-radius:0;grid-template-columns:1fr}
}.woocommerce .woocommerce-breadcrumb,.woocommerce-products-header,.woocommerce-result-count,.woocommerce-ordering{display:none}.woocommerce-notices-wrapper{max-width:1300px;margin:18px auto;padding:0 6%}.woocommerce-message,.woocommerce-info,.woocommerce-error{margin:0 0 18px;padding:16px 18px;border:1px solid var(--line);border-radius:10px;background:var(--paper);list-style:none}.woocommerce-error{border-color:#b96a62}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;border:1px solid #b98952;border-radius:0;background:transparent;color:#8f6030;font:400 14px/1.2 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.single_add_to_cart_button:hover{background:#c49a72;color:#fff}.buy-actions form.cart{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0}.buy-actions .quantity{display:none}.buy-actions .single_add_to_cart_button{width:100%;background:#c49a72;color:#fff}.buy-actions .wishlist-button{width:100%}.price del{opacity:1;text-decoration:none}.price del .amount,.price .old .amount{text-decoration:line-through;color:#9f8f7a}.price ins{text-decoration:none}.woocommerce-cart-form table,.woocommerce-checkout-review-order-table,.woocommerce-orders-table{width:100%;border-collapse:collapse;background:var(--paper)}.woocommerce-cart-form th,.woocommerce-cart-form td,.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td,.woocommerce-orders-table th,.woocommerce-orders-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.woocommerce-cart-form img{width:86px;height:86px;object-fit:contain;background:#fff}.woocommerce-cart-form .product-remove a{font-size:24px;color:#8f6030}.cart-collaterals{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:30px;margin-top:28px}.cart-collaterals .cart_totals{grid-column:2}.cart-collaterals h2{font-weight:400}.wc-proceed-to-checkout .checkout-button{width:100%;background:#c49a72!important;color:#fff!important}.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle{margin-bottom:16px}form.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:42px;align-items:start}form.woocommerce-checkout #customer_details{grid-column:1}form.woocommerce-checkout #order_review_heading,form.woocommerce-checkout #order_review{grid-column:2}form.woocommerce-checkout #order_review_heading{margin:0 0 12px}form.woocommerce-checkout #order_review{background:var(--paper);border:1px solid var(--line);padding:20px}.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row{margin:0}.form-row-wide{grid-column:1/-1}.woocommerce form label{display:block;margin:0 0 7px}.woocommerce form .required{color:#c62828;text-decoration:none}.woocommerce form input.input-text,.woocommerce form textarea,.woocommerce form select{width:100%;min-height:46px;padding:11px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#2b241d;font:inherit}#payment{margin-top:18px}.wc_payment_methods{list-style:none;margin:0 0 18px;padding:0}.wc_payment_method{padding:12px 0;border-bottom:1px solid var(--line)}.payment_box{padding:12px 0;color:#5f554a}#place_order{width:100%;background:#c49a72;color:#fff}.woocommerce-MyAccount-navigation ul{display:flex;gap:16px;flex-wrap:wrap;list-style:none;padding:0}.woocommerce-MyAccount-content{margin-top:24px}.wishlist-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.wishlist-card .wishlist-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.wishlist-card .wishlist-actions .btn{flex:1;padding:9px 10px}.testimonial-feed{align-items:start}.testimonial-feed .testimonial-column{display:grid;gap:18px}.testimonial-feed .feed-item{break-inside:avoid}.form-success{border-color:#7f9e72;color:#36502e}.gift-frame img{width:100%;height:auto;object-fit:contain}.blog-article{max-width:920px}.blog-article .entry-content{font-size:17px;line-height:1.72}@media(max-width:900px){form.woocommerce-checkout{grid-template-columns:1fr}form.woocommerce-checkout #customer_details,form.woocommerce-checkout #order_review_heading,form.woocommerce-checkout #order_review{grid-column:1}.cart-collaterals{grid-template-columns:1fr}.cart-collaterals .cart_totals{grid-column:1}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}.wishlist-grid{grid-template-columns:1fr}}@media(min-width:901px){
  .main-nav-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    gap:clamp(14px,2vw,34px);
  }
  .main-nav-row nav{
    grid-column:2;
    justify-self:center;
    margin-left:0;
  }
  .right-cluster{
    grid-column:3;
    justify-self:end;
    margin-left:0;
  }
}.home-brand-section .section-head{align-items:flex-end}.home-brand-section .eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}.top-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.top-brand-grid .brand-card{display:flex;align-items:center;justify-content:center;min-height:62px;padding:14px 12px;border:1px solid rgba(154,107,47,.22);border-radius:10px;background:linear-gradient(180deg,#fffaf1,#f2e3cf);color:#3f342a;text-align:center;font:400 18px/1.2 "Cormorant Garamond",Georgia,serif;box-shadow:0 5px 16px rgba(133,88,28,.035);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.top-brand-grid .brand-card b{font-weight:600}.top-brand-grid .brand-card:hover{transform:translateY(-2px);border-color:rgba(154,107,47,.48);box-shadow:0 8px 20px rgba(83,55,25,.10)}footer.compact-footer{background:#e9ddcf;color:var(--ink);border-top:1px solid var(--line);margin-top:60px}footer.compact-footer .footer-inner{max-width:1240px;margin:0 auto;padding:30px 6% 24px;display:grid;grid-template-columns:1.05fr repeat(4,1fr);gap:26px}footer.compact-footer h4{color:#8b612b;margin:0 0 10px;font-size:11px;letter-spacing:.1em;text-transform:uppercase}footer.compact-footer a{display:block;color:#4b423a;padding:0;margin:4px 0;font-size:12px}footer.compact-footer a:hover{color:var(--gold)}footer.compact-footer .footer-brand img{width:145px;max-width:100%;height:auto;margin:0 0 7px;object-fit:contain}footer.compact-footer .footer-tagline{color:#6f645b;font-size:12px;line-height:1.5;margin-top:7px}footer.compact-footer .footer-emphasis{font-weight:700;color:#80571f}footer.compact-footer .footer-follow{margin-top:10px;color:#6f645b;font-size:11px}footer.compact-footer .footer-social{display:flex;gap:8px;margin-top:8px}footer.compact-footer .footer-social a{width:30px;height:30px;margin:0;border-radius:50%;display:flex;align-items:center;justify-content:center}footer.compact-footer .footer-bottom{border-top:1px solid rgba(91,73,55,.14);padding:12px 20px;color:#766b62;font-size:11px}@media(min-width:1451px){
  .main-nav-row{display:grid;grid-template-columns:minmax(330px,1fr) auto minmax(330px,1fr);gap:24px;padding:14px 24px}
  .main-nav-row nav{grid-column:2;justify-self:center;margin:0}
  .main-nav-row .right-cluster{grid-column:3;justify-self:end;position:static;transform:none;margin:0;width:330px;display:grid;grid-template-columns:220px auto;gap:14px;align-items:center}
  .main-nav-row .inline-search{position:static;width:220px;overflow:visible;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease}
  .main-nav-row .inline-search.open{width:220px;opacity:1;visibility:visible;pointer-events:auto}
  .main-nav-row .inline-search input{width:220px}
}@media(min-width:1051px) and (max-width:1450px){
  .main-nav-row{display:grid;grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr);gap:14px;padding:14px 16px}
  .main-nav-row nav{grid-column:2;justify-self:center;margin:0;gap:14px}
  .main-nav-row .nav-link{font-size:11px;letter-spacing:.055em}
  .main-nav-row .right-cluster{grid-column:3;justify-self:end;position:static;transform:none;margin:0;width:250px;display:grid;grid-template-columns:160px auto;gap:10px;align-items:center}
  .main-nav-row .inline-search{position:static;width:160px;overflow:visible;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease}
  .main-nav-row .inline-search.open{width:160px;opacity:1;visibility:visible;pointer-events:auto}
  .main-nav-row .inline-search input{width:160px}
  .main-nav-row .header-icons{gap:12px}
}@media(min-width:901px) and (max-width:1050px){
  .main-nav-row{display:grid;grid-template-columns:1fr auto;gap:14px;padding:14px 18px}
  .main-nav-row nav{grid-column:1;justify-self:start;margin:0;gap:13px}
  .main-nav-row .nav-link{font-size:10px;letter-spacing:.04em}
  .main-nav-row .right-cluster{grid-column:2;justify-self:end;position:relative;transform:none;margin:0;width:auto;display:flex}
  .main-nav-row .inline-search{position:absolute;right:0;top:calc(100% + 10px);width:220px;overflow:visible;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease;z-index:80}
  .main-nav-row .inline-search.open{width:220px;opacity:1;visibility:visible;pointer-events:auto}
  .main-nav-row .inline-search input{width:220px}
}@media(max-width:900px){
  .top-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  footer.compact-footer .footer-inner{grid-template-columns:1fr 1fr}
  .main-nav-row .inline-search{position:absolute;right:20px;top:calc(100% + 8px);z-index:80}
}@media(max-width:520px){
  .top-brand-grid{grid-template-columns:1fr}
  footer.compact-footer .footer-inner{grid-template-columns:1fr}
}@media (min-width:1181px){
  .main-nav-row{
    display:grid;
    grid-template-columns:minmax(300px,1fr) auto minmax(300px,1fr);
    gap:22px;
    padding:14px 24px;
  }
  .main-nav-row nav{grid-column:2;justify-self:center;margin:0}
  .main-nav-row .right-cluster{
    grid-column:3;
    justify-self:end;
    position:relative;
    width:300px;
    min-width:300px;
    margin:0;
    transform:none;
    display:flex;
    justify-content:flex-end;
  }
  .main-nav-row .inline-search{
    position:absolute;
    right:92px;
    top:50%;
    width:196px;
    overflow:visible;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-50%);
    transition:opacity .16s ease;
    z-index:2;
  }
  .main-nav-row .inline-search.open{
    width:196px;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .main-nav-row .inline-search input{width:196px}
}@media (min-width:901px) and (max-width:1180px){
  .main-nav-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    padding:14px 18px;
  }
  .main-nav-row nav{grid-column:1;justify-self:start;margin:0;gap:13px}
  .main-nav-row .nav-link{font-size:10px;letter-spacing:.04em}
  .main-nav-row .right-cluster{
    grid-column:2;
    justify-self:end;
    position:relative;
    width:auto;
    min-width:0;
    margin:0;
    transform:none;
  }
  .main-nav-row .inline-search{
    position:absolute;
    right:0;
    top:calc(100% + 12px);
    width:220px;
    overflow:visible;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .16s ease;
    z-index:80;
  }
  .main-nav-row .inline-search.open{
    width:220px;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .main-nav-row .inline-search input{width:220px}
}@media (min-width:901px){
  .site-header.search-open .main-nav-row{padding-bottom:14px}
}.brands-page h1,.brands-page h2{font-weight:400}.major-brand-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.major-tile{
  min-height:58px;
  aspect-ratio:auto;
  border-radius:10px;
  padding:12px 14px;
  font-size:17px;
  font-weight:400;
}.department-tree{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.department-row{min-height:54px}.department-main{padding:12px 15px;font-size:17px;font-weight:400}.department-mystery-link{min-height:54px;padding:12px 15px;font-size:17px;font-weight:400}body.woocommerce-cart .woo-page{max-width:1320px}body.woocommerce-cart .woo-page>h1{font-weight:400;margin-bottom:26px}body.woocommerce-cart .woocommerce{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(340px,.72fr);
  gap:30px;
  align-items:start;
}body.woocommerce-cart .woocommerce-notices-wrapper{grid-column:1/-1;width:100%;margin:0;padding:0}body.woocommerce-cart .woocommerce-cart-form{
  grid-column:1;
  min-width:0;
  overflow-x:auto;
  padding:20px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--paper);
}body.woocommerce-cart .woocommerce-cart-form table{min-width:720px;background:transparent}body.woocommerce-cart .woocommerce-cart-form th{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}body.woocommerce-cart .woocommerce-cart-form th,
body.woocommerce-cart .woocommerce-cart-form td{padding:16px 12px}body.woocommerce-cart .woocommerce-cart-form .product-remove{width:42px;text-align:center}body.woocommerce-cart .woocommerce-cart-form .product-thumbnail{width:112px}body.woocommerce-cart .woocommerce-cart-form .product-price{width:125px;white-space:nowrap}body.woocommerce-cart .woocommerce-cart-form .product-quantity{width:118px;text-align:center}body.woocommerce-cart .woocommerce-cart-form .product-subtotal{width:130px;white-space:nowrap}body.woocommerce-cart .woocommerce-cart-form .product-name{min-width:210px;line-height:1.45}body.woocommerce-cart .woocommerce-cart-form img{width:88px;height:88px;border-radius:9px;object-fit:contain;background:#fff}body.woocommerce-cart .woocommerce-cart-form .quantity{display:inline-flex;align-items:center}body.woocommerce-cart .woocommerce-cart-form .quantity .qty{
  width:68px;
  min-height:42px;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  text-align:center;
}body.woocommerce-cart .woocommerce-cart-form input[type="hidden"]{display:none}body.woocommerce-cart .lux-fixed-quantity{
  display:inline-flex;
  min-width:44px;
  min-height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}body.woocommerce-cart .woocommerce-cart-form td.actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  padding:18px 12px 4px;
}body.woocommerce-cart .woocommerce-cart-form td.actions .coupon{display:flex;gap:8px;align-items:center;margin-right:auto}body.woocommerce-cart .woocommerce-cart-form td.actions .coupon label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}body.woocommerce-cart .woocommerce-cart-form td.actions .input-text{
  width:170px;
  min-height:46px;
  padding:11px 13px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}body.woocommerce-cart .woocommerce-cart-form td.actions .button{min-height:46px;border-radius:10px}body.woocommerce-cart .cart-collaterals{
  grid-column:2;
  display:block;
  margin:0;
  padding:24px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--paper);
}body.woocommerce-cart .cart-collaterals .cart_totals{width:100%;margin:0}body.woocommerce-cart .cart-collaterals h2{font-size:29px;font-weight:400;margin:0 0 14px}body.woocommerce-cart .cart-collaterals table{width:100%;border-collapse:collapse}body.woocommerce-cart .cart-collaterals th,
body.woocommerce-cart .cart-collaterals td{padding:13px 0;border-bottom:1px solid var(--line);text-align:left}body.woocommerce-cart .cart-collaterals td{text-align:right}body.woocommerce-cart .wc-proceed-to-checkout{display:grid;gap:10px;padding:20px 0 0}body.woocommerce-cart .wc-proceed-to-checkout .button{width:100%;margin:0;border-radius:10px}body.woocommerce-cart .wc-proceed-to-checkout .lux-cart-layaway{background:transparent;color:#8f6030}body.woocommerce-cart .lux-cart-continue{background:transparent}@media (max-width:900px){
  .major-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .department-tree{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.woocommerce-cart .woocommerce{grid-template-columns:1fr}
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals{grid-column:1}
}@media (max-width:520px){
  .major-brand-grid,.department-tree{grid-template-columns:1fr}
  body.woocommerce-cart .woocommerce-cart-form{padding:12px}
  body.woocommerce-cart .woocommerce-cart-form td.actions{align-items:stretch;flex-direction:column}
  body.woocommerce-cart .woocommerce-cart-form td.actions .coupon{width:100%;margin:0;flex-wrap:wrap}
  body.woocommerce-cart .woocommerce-cart-form td.actions .input-text{flex:1;min-width:150px}
  body.woocommerce-cart .woocommerce-cart-form td.actions>.button{width:100%}
}@media (min-width:901px){
  .main-nav-row .right-cluster{
    top:auto;
    align-self:center;
  }
  .main-nav-row .header-icons{align-self:center}
}footer.compact-footer .footer-brand{min-width:275px}footer.compact-footer .footer-tagline b{display:block;white-space:nowrap}@media (max-width:900px){
  footer.compact-footer .footer-brand{min-width:0}
}.shop-head,.sold-head,.blog-hero,.test-hero{
  width:100%;
  max-width:1300px;
  margin:0 auto;
  padding:42px 6% 8px;
  text-align:left;
}.shop-head h1,.sold-head h1,.blog-hero h1,.test-hero h1,
.simple-wrap>h1,.woo-page>h1,.gift-layout .gift-copy h1{
  font:400 38px/1.15 "Cormorant Garamond",Georgia,serif!important;
  margin:0 0 20px;
  text-align:left;
}.gift-layout .gift-copy h1{font-size:38px!important;line-height:1.15!important}.catalog-filter-form{
  display:grid;
  grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(170px,.72fr));
  gap:12px;
  align-items:center;
  padding:14px 16px;
  margin:20px auto 8px;
}.catalog-filter-form input,.catalog-filter-form select{
  width:100%;
  min-width:0;
  min-height:46px;
  margin:0;
}.featured-grid{gap:16px;padding-top:8px;padding-bottom:22px}.featured-card{padding:18px 20px}.featured-card p{font-size:15px;line-height:1.48}.testimonial-pairs{
  max-width:1120px;
  margin:0 auto;
  padding:6px 6% 58px;
  display:grid;
  gap:14px;
}.testimonial-pair{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}.testimonial-pair .feed-item{
  display:flex;
  min-height:0;
  height:100%;
  flex-direction:column;
  margin:0;
  padding:15px 18px;
  border:1px solid var(--line);
  border-radius:11px;
  background:var(--paper);
}.testimonial-pair .feed-item p{font-size:13px;line-height:1.45}.testimonial-pair .feed-item .who{margin-top:auto;padding-top:10px;font-size:11px}.brands-page .major-tile,.top-brand-grid .brand-card,.brand-pill,.brand-grid-full a{
  border:1px solid rgba(154,107,47,.20);
  background:#f4eadc;
  color:#3f342a;
  box-shadow:0 4px 14px rgba(83,55,25,.04);
}.brands-page .major-tile:nth-child(5n/**/+2),.top-brand-grid .brand-card:nth-child(5n/**/+2){background:#eaf2ed}.brands-page .major-tile:nth-child(5n/**/+3),.top-brand-grid .brand-card:nth-child(5n/**/+3){background:#f1eef5}.brands-page .major-tile:nth-child(5n/**/+4),.top-brand-grid .brand-card:nth-child(5n/**/+4){background:#edf2f6}.brands-page .major-tile:nth-child(5n/**/+5),.top-brand-grid .brand-card:nth-child(5n/**/+5){background:#f6eee8}.department-branch{background:#fffdf9;color:#3f342a}.department-bags .department-row{background:#f4eadc}.department-accessories .department-row{background:#eaf2ed}.department-clothing .department-row{background:#f1eef5}.department-shoes .department-row{background:#edf2f6}.department-mystery-link{
  border-color:rgba(154,107,47,.20);
  background:#f6eee8;
  color:#3f342a;
}body.woocommerce-cart .woocommerce-cart-form{overflow:visible}body.woocommerce-cart .woocommerce-cart-form table{
  width:100%;
  min-width:0;
  table-layout:fixed;
}body.woocommerce-cart .woocommerce-cart-form .product-remove{width:88px}body.woocommerce-cart .woocommerce-cart-form .product-thumbnail{width:104px}body.woocommerce-cart .woocommerce-cart-form .product-price{width:104px}body.woocommerce-cart .woocommerce-cart-form .product-quantity{width:96px}body.woocommerce-cart .woocommerce-cart-form .product-subtotal{width:112px}body.woocommerce-cart .woocommerce-cart-form .product-name{min-width:0}body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{
  display:block!important;
  width:80px!important;
  height:80px!important;
  max-width:none;
  object-fit:contain;
}body.woocommerce-cart .woocommerce-cart-form .lux-remove-item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:7px 10px;
  border:1px solid #d8c29f;
  border-radius:9px;
  background:#fffaf2;
  color:#80571f;
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.04em;
}body.woocommerce-cart .woocommerce-cart-form td.actions{padding-top:18px}body.woocommerce-checkout{display:block}body.woocommerce-checkout .woo-page{max-width:1320px}body.woocommerce-checkout .woo-page>.woocommerce{display:block;width:100%}body.woocommerce-checkout form.woocommerce-checkout{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:14px 36px;
  align-items:start;
}body.woocommerce-checkout form.woocommerce-checkout #customer_details{grid-column:1;grid-row:1/3;min-width:0}body.woocommerce-checkout form.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0 0 4px}body.woocommerce-checkout form.woocommerce-checkout #order_review{grid-column:2;grid-row:2;min-width:0;border-radius:12px}body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2{float:none;width:100%;margin:0}body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{width:100%}.product-main-row{align-items:stretch}.buy-box{aspect-ratio:auto;min-height:100%}.buy-box .stock{display:none}.buy-actions .lux-pay-deposit,.buy-actions .lux-pay-full{width:100%}footer.compact-footer .footer-brand{min-width:0}footer.compact-footer .footer-tagline b{display:block;white-space:normal}@media(max-width:1100px){
  .catalog-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.woocommerce-cart .woocommerce{grid-template-columns:1fr}
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals{grid-column:1}
}@media(max-width:900px){
  .shop-head,.sold-head,.blog-hero,.test-hero{padding-top:34px}
  .shop-head h1,.sold-head h1,.blog-hero h1,.test-hero h1,
  .simple-wrap>h1,.woo-page>h1,.gift-layout .gift-copy h1{font-size:34px!important}
  .testimonial-pair{grid-template-columns:1fr}
  body.woocommerce-cart .woocommerce-cart-form{overflow-x:auto}
  body.woocommerce-cart .woocommerce-cart-form table{min-width:760px}
  body.woocommerce-checkout form.woocommerce-checkout{grid-template-columns:1fr}
  body.woocommerce-checkout form.woocommerce-checkout #customer_details,
  body.woocommerce-checkout form.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout form.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}
}@media(max-width:560px){
  .catalog-filter-form{grid-template-columns:1fr}
  .shop-head h1,.sold-head h1,.blog-hero h1,.test-hero h1,
  .simple-wrap>h1,.woo-page>h1,.gift-layout .gift-copy h1{font-size:32px!important}
}.home-brand-section .section-head h2{margin-top:0;font-weight:400}footer.compact-footer .footer-inner{
  grid-template-columns:minmax(285px,1.25fr) repeat(4,minmax(0,1fr));
}footer.compact-footer .footer-brand{min-width:285px}footer.compact-footer .footer-tagline b{display:block;white-space:nowrap}.buy-box .product-brand-link{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:5px;
  margin-bottom:4px;
  color:#8f6030;
  border-bottom:1px solid rgba(143,96,48,.35);
}.buy-box .product-brand-link:before{content:"←";font-size:13px}.testimonial-columns{
  max-width:1120px;
  margin:0 auto;
  padding:6px 6% 58px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}.testimonial-column-panel{
  height:100%;
  padding:12px 20px 2px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--paper);
}.testimonial-column-panel .feed-item{
  margin:0;
  padding:14px 0;
  border:0;
  border-bottom:1px solid var(--line);
  border-radius:0;
  background:transparent;
}.testimonial-column-panel .feed-item:last-child{border-bottom:0}.testimonial-column-panel .feed-item p{font-size:13px;line-height:1.45}.testimonial-column-panel .feed-item .who{margin-top:9px;font-size:11px}@media(max-width:900px){
  footer.compact-footer .footer-inner{grid-template-columns:1fr 1fr}
  footer.compact-footer .footer-brand{min-width:0}
  .testimonial-columns{grid-template-columns:1fr}
}@media(max-width:520px){
  footer.compact-footer .footer-inner{grid-template-columns:1fr}
  footer.compact-footer .footer-tagline{font-size:11px}
}.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wishlist-button{
  min-height:46px;
  padding:12px 20px;
  border:1px solid #b98a55;
  border-radius:9px;
  background:#fffdf9;
  color:#835b2c;
  box-shadow:none;
  font:500 13px/1.2 Arial,sans-serif;
  letter-spacing:.07em;
  text-transform:uppercase;
}.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wishlist-button:hover{
  background:#f3e8d9;
  color:#64431f;
}.btn-primary,
.btn-solid,
.woocommerce .single_add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce #place_order{
  border-color:#a97b48;
  background:#b99064;
  color:#fff;
}.btn-primary:hover,
.btn-solid:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover{
  background:#9d7347;
  color:#fff;
}.btn-secondary{background:#fffdf9;color:#835b2c}body.woocommerce-cart,
body.woocommerce-cart main,
body.woocommerce-cart .woo-page{display:block;width:100%;min-width:0}body.woocommerce-cart .woo-page{max-width:1320px;padding-top:42px}body.woocommerce-cart .woo-page>.woocommerce{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:26px;
  width:100%;
  align-items:start;
}body.woocommerce-cart .woocommerce-notices-wrapper{grid-column:1/-1;text-align:left}body.woocommerce-cart .woocommerce-cart-form{
  grid-column:1;
  min-width:0;
  margin:0;
  padding:18px 22px 16px;
  overflow:visible;
}body.woocommerce-cart .woocommerce-cart-form table{
  width:100%;
  min-width:0;
  table-layout:fixed;
}body.woocommerce-cart .woocommerce-cart-form th,
body.woocommerce-cart .woocommerce-cart-form td{padding:16px 10px}body.woocommerce-cart .woocommerce-cart-form .product-remove{width:82px}body.woocommerce-cart .woocommerce-cart-form .product-thumbnail{width:100px}body.woocommerce-cart .woocommerce-cart-form .product-name{width:auto;min-width:0;font-size:15px;line-height:1.42}body.woocommerce-cart .woocommerce-cart-form .product-price{width:112px}body.woocommerce-cart .woocommerce-cart-form .product-quantity{width:92px}body.woocommerce-cart .woocommerce-cart-form .product-subtotal{width:118px}body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{
  width:76px;
  height:76px;
  border-radius:8px;
  object-fit:contain;
}body.woocommerce-cart .woocommerce-cart-form .lux-remove-item{
  min-height:34px;
  padding:7px 9px;
  border-radius:8px;
  background:#fffaf3;
  font-size:10px;
}body.woocommerce-cart .woocommerce-cart-form td.actions{
  display:table-cell;
  padding:18px 10px 2px;
  text-align:left;
}body.woocommerce-cart .woocommerce-cart-form td.actions:after{content:"";display:block;clear:both}body.woocommerce-cart .woocommerce-cart-form td.actions .coupon{
  display:inline-flex;
  float:left;
  gap:8px;
  margin:0;
  align-items:center;
}body.woocommerce-cart .woocommerce-cart-form td.actions>.button{float:right;margin-left:10px}body.woocommerce-cart .lux-cart-after-table{
  display:flex;
  justify-content:flex-start;
  padding:14px 10px 0;
  border-top:1px solid var(--line);
}body.woocommerce-cart .cart-collaterals{
  grid-column:2;
  width:100%;
  margin:0;
  padding:24px;
  border-radius:14px;
}body.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%;margin:0}body.woocommerce-cart .wc-proceed-to-checkout{display:grid;gap:10px;padding-top:18px}body.woocommerce-cart .wc-proceed-to-checkout .button{width:100%;margin:0}body.woocommerce-checkout,
body.woocommerce-checkout main,
body.woocommerce-checkout .woo-page,
body.woocommerce-checkout .woo-page>.woocommerce{
  display:block;
  width:100%;
  min-width:0;
}body.woocommerce-checkout .woo-page{max-width:1320px;padding-top:42px}body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info{
  width:100%;
  margin-left:0;
  margin-right:0;
  text-align:left;
}body.woocommerce-checkout form.woocommerce-checkout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);
  gap:14px 34px;
  width:100%;
  max-width:none;
  margin:0;
  align-items:start;
}body.woocommerce-checkout form.woocommerce-checkout #customer_details{
  grid-column:1;
  grid-row:1/3;
  min-width:0;
  padding:24px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--paper);
}body.woocommerce-checkout form.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;text-align:left}body.woocommerce-checkout form.woocommerce-checkout #order_review{grid-column:2;grid-row:2;padding:24px}body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2{float:none;width:100%;margin:0}body.woocommerce-checkout .form-row{float:none;width:100%;margin:0 0 15px}body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last{display:inline-block;width:calc(50% - 8px);vertical-align:top}body.woocommerce-checkout .form-row-last{margin-left:12px}body.woocommerce-checkout .input-text,
body.woocommerce-checkout select{width:100%;min-height:46px}body.woocommerce-checkout .woocommerce-privacy-policy-text{display:none}body.woocommerce-checkout #place_order{width:100%;margin-top:12px}.product-main-row{grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:stretch}.buy-box{min-height:100%;padding:25px 26px}.product-context-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-bottom:8px;
  font:500 11px/1.3 Arial,sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
}.product-context-links a{color:#8f6030;border-bottom:1px solid rgba(143,96,48,.28)}.buy-box h1{margin:4px 0 0;font-size:24px;line-height:1.28}.buy-box .price{margin:16px 0 22px;font-size:22px}.purchase-mode-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;margin-bottom:10px}.purchase-mode-links .btn{width:100%}.buy-actions{margin-top:0;gap:10px}.buy-actions form.cart{display:block;width:100%;margin:0}.buy-actions form.cart .single_add_to_cart_button{width:100%;margin:0}.buy-actions .wishlist-button{width:100%;margin:0}.buy-actions .ppc-button-wrapper,
.buy-actions [class*="paypal"],
.buy-actions [id*="paypal"]{max-width:100%}.full-desc{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.full-desc h2{margin:0 0 15px;font-weight:400}.full-desc .entry-content>h1:first-child,
.full-desc .entry-content>h2:first-child,
.full-desc .entry-content>h3:first-child{margin-top:0}.testimonial-columns{gap:18px;align-items:stretch}.testimonial-column-panel{padding:5px 20px}.testimonial-column-panel .feed-item{padding:13px 0}.testimonial-column-panel .feed-item p{margin:0;font-size:12px;line-height:1.42}.testimonial-column-panel .feed-item .who{margin-top:7px;padding-top:0;font-size:10px}.legacy-blog-page{background:#fff}.legacy-blog-hero{max-width:1280px;margin:0 auto;padding:90px 24px 68px;text-align:center}.legacy-blog-hero h1{
  margin:0 0 34px;
  color:#090909;
  font:700 clamp(46px,5vw,68px)/1 Arial,sans-serif;
  letter-spacing:.02em;
}.legacy-blog-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:14px 30px}.legacy-blog-categories a{
  padding-bottom:8px;
  border-bottom:1px solid #dedede;
  color:#111;
  font:700 13px/1.2 Arial,sans-serif;
  text-transform:uppercase;
}.legacy-blog-categories a.active{border-bottom-color:#111}.legacy-blog-grid{
  max-width:1280px;
  margin:0 auto;
  padding:0 24px 76px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:8px;
  column-gap:36px;
  row-gap:8px;
  align-items:start;
}.legacy-blog-card{min-width:0;background:#fff;align-self:start}.legacy-blog-card.featured{grid-column:span 2}.legacy-blog-image{display:block;width:100%;overflow:hidden;background:#f4f0ea}.legacy-blog-image img{display:block;width:100%;height:auto;object-fit:contain}.legacy-blog-card-body{padding:22px 0 8px}.legacy-blog-tags{display:flex;flex-wrap:wrap;gap:5px 10px;margin-bottom:10px}.legacy-blog-tags a{color:#333;font:700 10px/1.2 Arial,sans-serif;text-transform:uppercase}.legacy-blog-card h2{margin:0 0 14px;font:700 22px/1.3 Arial,sans-serif}.legacy-blog-card.featured h2{font-size:27px}.legacy-blog-card h2 a{color:#111}.legacy-blog-card p{margin:0 0 18px;color:#777;font:400 14px/1.55 Arial,sans-serif}.legacy-blog-more{display:inline-flex;align-items:center;gap:12px;color:#111;font:700 11px/1 Arial,sans-serif;text-transform:uppercase}.legacy-blog-more span{display:block;width:38px;border-top:1px solid #111}.legacy-blog-pagination{max-width:1280px;margin:0 auto;padding:0 24px 70px;text-align:center}.legacy-blog-pagination .nav-links{display:flex;justify-content:center;gap:8px}.legacy-blog-pagination .page-numbers{display:inline-flex;min-width:40px;min-height:40px;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:8px}.legacy-blog-pagination .current{background:#b99064;color:#fff;border-color:#b99064}@media(max-width:1100px){
  body.woocommerce-cart .woo-page>.woocommerce{grid-template-columns:1fr}
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals{grid-column:1}
  .legacy-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .legacy-blog-card.featured{grid-column:span 2}
}@media(max-width:900px){
  body.woocommerce-checkout form.woocommerce-checkout{grid-template-columns:1fr}
  body.woocommerce-checkout form.woocommerce-checkout #customer_details,
  body.woocommerce-checkout form.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout form.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}
  .product-main-row{grid-template-columns:1fr}
  .testimonial-column-panel .feed-item{min-height:0}
}@media(max-width:760px){
  .legacy-blog-hero{padding:56px 20px 46px}
  .legacy-blog-hero h1{font-size:44px}
  .legacy-blog-categories{gap:12px 18px}
  .legacy-blog-grid{display:block;padding:0 20px 56px}
  .legacy-blog-card{margin-bottom:42px}
  body.woocommerce-cart .woocommerce-cart-form{overflow-x:auto}
  body.woocommerce-cart .woocommerce-cart-form table{min-width:740px}
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last{display:block;width:100%;margin-left:0}
}@media(max-width:520px){
  .purchase-mode-links{grid-template-columns:1fr}
}.brands-page #top-brands,
.brands-page #all-brands,
.brands-page #categories{
  scroll-margin-top:clamp(180px,25vh,290px);
}.catalog-filter-form,
.shop-grid,
.sold-grid,
.shop-context{
  width:calc(100% - 48px);
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}.shop-grid,.sold-grid{padding-left:0;padding-right:0}.shop-context{padding-left:0;padding-right:0}.brands-page .major-tile,
.top-brand-grid .brand-card,
.all-brands-list a{
  border:1px solid rgba(120,91,63,.16);
  color:#3f342a;
}.brands-page .major-tile:nth-child(10n/**/+1),.top-brand-grid .brand-card:nth-child(10n/**/+1),.all-brands-list a:nth-child(10n/**/+1){background:#f6eadc}.brands-page .major-tile:nth-child(10n/**/+2),.top-brand-grid .brand-card:nth-child(10n/**/+2),.all-brands-list a:nth-child(10n/**/+2){background:#eaf2ed}.brands-page .major-tile:nth-child(10n/**/+3),.top-brand-grid .brand-card:nth-child(10n/**/+3),.all-brands-list a:nth-child(10n/**/+3){background:#f2edf5}.brands-page .major-tile:nth-child(10n/**/+4),.top-brand-grid .brand-card:nth-child(10n/**/+4),.all-brands-list a:nth-child(10n/**/+4){background:#eaf1f6}.brands-page .major-tile:nth-child(10n/**/+5),.top-brand-grid .brand-card:nth-child(10n/**/+5),.all-brands-list a:nth-child(10n/**/+5){background:#f7eee9}.brands-page .major-tile:nth-child(10n/**/+6),.top-brand-grid .brand-card:nth-child(10n/**/+6),.all-brands-list a:nth-child(10n/**/+6){background:#f2f1df}.brands-page .major-tile:nth-child(10n/**/+7),.top-brand-grid .brand-card:nth-child(10n/**/+7),.all-brands-list a:nth-child(10n/**/+7){background:#e8f1ef}.brands-page .major-tile:nth-child(10n/**/+8),.top-brand-grid .brand-card:nth-child(10n/**/+8),.all-brands-list a:nth-child(10n/**/+8){background:#f4eaf0}.brands-page .major-tile:nth-child(10n/**/+9),.top-brand-grid .brand-card:nth-child(10n/**/+9),.all-brands-list a:nth-child(10n/**/+9){background:#edf0f7}.brands-page .major-tile:nth-child(10n/**/+10),.top-brand-grid .brand-card:nth-child(10n/**/+10),.all-brands-list a:nth-child(10n/**/+10){background:#f6f0e5}.all-brands-list a{
  margin:0 0 6px;
  padding:7px 10px;
  border-radius:7px;
  break-inside:avoid;
}.department-tree .department-branch:nth-child(4n/**/+1) .department-row{background:#e8f2f1}.department-tree .department-branch:nth-child(4n/**/+2) .department-row{background:#edf0f7}.department-tree .department-branch:nth-child(4n/**/+3) .department-row{background:#f0edf6}.department-tree .department-branch:nth-child(4n/**/+4) .department-row{background:#eaf3ed}.department-children a{
  margin:3px 0;
  padding:7px 9px;
  border:1px solid rgba(89,111,112,.12);
  border-radius:7px;
  color:#3e4745;
}.department-children a:nth-child(6n/**/+1){background:#edf6f4}.department-children a:nth-child(6n/**/+2){background:#eef2f8}.department-children a:nth-child(6n/**/+3){background:#f3eff8}.department-children a:nth-child(6n/**/+4){background:#edf5ee}.department-children a:nth-child(6n/**/+5){background:#f7f1e9}.department-children a:nth-child(6n/**/+6){background:#f7eef1}.department-mystery-link{background:#f3ecf6}@media(min-width:1501px){
  .main-nav-row nav{gap:32px}
  .main-nav-row .nav-link{padding-left:5px;padding-right:5px}
}@media(max-width:900px){
  .catalog-filter-form,.shop-grid,.sold-grid,.shop-context{width:calc(100% - 32px)}
  .all-brands-list a{margin-bottom:7px}
}.hero-copy .btn-ghost-onphoto,
.hero-copy .btn-ghost-onphoto:hover{
  background:#fff;
  border-color:rgba(105,75,43,.34);
  color:#68491f;
  box-shadow:0 8px 22px rgba(69,45,20,.10);
  backdrop-filter:none;
}@media(min-width:1501px){
  .main-nav-row{
    grid-template-columns:minmax(300px,1fr) auto minmax(300px,1fr);
    column-gap:clamp(34px,3vw,58px);
    padding:16px clamp(42px,4.5vw,86px);
  }
  .main-nav-row nav{gap:clamp(38px,2.35vw,54px)}
  .main-nav-row .nav-link{padding:8px 6px;letter-spacing:.09em}
  .main-nav-row .right-cluster{width:330px;align-self:center}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open,
  .main-nav-row .inline-search input{width:220px;max-width:220px}
}.brands-page .major-tile:nth-child(10n/**/+1),.top-brand-grid .brand-card:nth-child(10n/**/+1){background:#f4e3d0}.brands-page .major-tile:nth-child(10n/**/+2),.top-brand-grid .brand-card:nth-child(10n/**/+2){background:#e4eef6}.brands-page .major-tile:nth-child(10n/**/+3),.top-brand-grid .brand-card:nth-child(10n/**/+3){background:#f3e3ea}.brands-page .major-tile:nth-child(10n/**/+4),.top-brand-grid .brand-card:nth-child(10n/**/+4){background:#e3f0e8}.brands-page .major-tile:nth-child(10n/**/+5),.top-brand-grid .brand-card:nth-child(10n/**/+5){background:#eee7f5}.brands-page .major-tile:nth-child(10n/**/+6),.top-brand-grid .brand-card:nth-child(10n/**/+6){background:#f5efcf}.brands-page .major-tile:nth-child(10n/**/+7),.top-brand-grid .brand-card:nth-child(10n/**/+7){background:#dff0ef}.brands-page .major-tile:nth-child(10n/**/+8),.top-brand-grid .brand-card:nth-child(10n/**/+8){background:#f5e7d9}.brands-page .major-tile:nth-child(10n/**/+9),.top-brand-grid .brand-card:nth-child(10n/**/+9){background:#e7e9f3}.brands-page .major-tile:nth-child(10n/**/+10),.top-brand-grid .brand-card:nth-child(10n/**/+10){background:#f1e2df}.all-brands-list a,
.department-children a{
  margin:0;
  padding:6px 0;
  border:0;
  border-bottom:1px solid rgba(116,89,57,.14);
  border-radius:0;
  background:transparent;
  color:#40372f;
}.department-tree .department-branch:nth-child(4n/**/+1) .department-row{background:#f3e4d1}.department-tree .department-branch:nth-child(4n/**/+2) .department-row{background:#e3eef5}.department-tree .department-branch:nth-child(4n/**/+3) .department-row{background:#e6f0e9}.department-tree .department-branch:nth-child(4n/**/+4) .department-row{background:#ede6f3}body.woocommerce-cart .woo-page>h1,
body.woocommerce-checkout .woo-page>h1{
  margin:0 0 26px;
  text-align:left;
  font-size:42px;
  line-height:1.05;
}.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{text-align:left}body.woocommerce-checkout .woo-page{padding-top:36px}body.woocommerce-checkout .woocommerce-form-coupon-toggle{
  width:auto;
  margin:0 0 12px;
  text-align:left;
}body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
  display:inline-block;
  width:auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  font-size:13px;
}body.woocommerce-checkout .woocommerce-form-coupon-toggle a{
  color:#835b2c;
  text-decoration:underline;
  text-underline-offset:3px;
}body.woocommerce-checkout form.checkout_coupon{
  max-width:590px;
  margin:0 0 16px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--paper);
}body.woocommerce-checkout form.woocommerce-checkout{
  grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);
  gap:10px 26px;
}body.woocommerce-checkout form.woocommerce-checkout #customer_details{
  padding:18px 20px;
  border-radius:12px;
}body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout #order_review_heading{
  margin:0 0 13px;
  font-size:25px;
  line-height:1.1;
  font-weight:400;
  text-align:left;
}body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 11px;
}body.woocommerce-checkout .form-row{
  position:relative;
  display:block;
  width:100%;
  margin:0;
}body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last{width:100%;margin:0}body.woocommerce-checkout .form-row-wide{grid-column:1/-1}body.woocommerce-checkout .form-row>label:not(.checkbox),
body.woocommerce-checkout .woocommerce-additional-fields label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}body.woocommerce-checkout .input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection--single{
  min-height:42px;
  padding:9px 12px;
  border-radius:8px;
  background:#fff;
}body.woocommerce-checkout textarea.input-text{min-height:74px;resize:vertical}body.woocommerce-checkout input::placeholder,
body.woocommerce-checkout textarea::placeholder{color:#99918a;opacity:1}body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
  padding:5px 22px 5px 0;
  line-height:22px;
}body.woocommerce-checkout .form-row.validate-required:after{
  content:"*";
  position:absolute;
  z-index:3;
  top:11px;
  right:12px;
  color:#c62828;
  font:700 15px/1 Arial,sans-serif;
  pointer-events:none;
}body.woocommerce-checkout .form-row.validate-required.lux-field-complete:after{color:#111}body.woocommerce-checkout .form-row.validate-required .input-text,
body.woocommerce-checkout .form-row.validate-required select{padding-right:30px}body.woocommerce-checkout form.woocommerce-checkout #order_review{
  padding:17px 19px;
  border-radius:12px;
}body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td{padding:10px 8px}body.woocommerce-checkout #payment{margin-top:10px}body.woocommerce-checkout .wc_payment_methods{margin-bottom:10px}body.woocommerce-checkout .woocommerce-no-available-payment-methods:empty{display:none}body.woocommerce-checkout #place_order{margin-top:8px}body.woocommerce-cart .woo-page{padding-top:36px}body.woocommerce-cart .woo-page>.woocommerce{grid-template-columns:minmax(0,1fr) 340px;gap:22px}body.woocommerce-cart .woocommerce-cart-form{padding:12px 16px 14px}body.woocommerce-cart .woocommerce-cart-form th,
body.woocommerce-cart .woocommerce-cart-form td{padding:12px 8px}body.woocommerce-cart .woocommerce-cart-form .product-remove{width:68px}body.woocommerce-cart .woocommerce-cart-form .product-thumbnail{width:88px}body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{width:68px;height:68px}body.woocommerce-cart .woocommerce-cart-form .lux-remove-item{
  min-height:32px;
  padding:6px 8px;
  border-color:#d9c4aa;
  background:#fffdf9;
  font-size:9px;
}body.woocommerce-cart .woocommerce-cart-form td.actions{padding:14px 8px 4px}body.woocommerce-cart .woocommerce-cart-form td.actions .coupon{
  display:inline-flex;
  float:none;
  gap:8px;
  align-items:center;
  vertical-align:middle;
}body.woocommerce-cart .woocommerce-cart-form td.actions .coupon .input-text{
  width:170px;
  min-height:42px;
  padding:9px 12px;
}body.woocommerce-cart .woocommerce-cart-form td.actions .button,
body.woocommerce-cart .lux-cart-after-table .button{
  min-height:42px;
  width:auto;
  padding:10px 15px;
  margin:0 0 0 8px;
  float:none;
  vertical-align:middle;
}body.woocommerce-cart .lux-cart-after-table{
  padding:10px 8px 0;
  border-top:0;
}body.woocommerce-cart .lux-cart-after-table .button{margin:0}body.woocommerce-cart .cart-collaterals{padding:20px}body.woocommerce-cart .cart-collaterals h2{margin:0 0 12px;font-size:30px}body.woocommerce-cart .cart-collaterals th,
body.woocommerce-cart .cart-collaterals td{padding:11px 0}.buy-box .product-brand-link{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:8px;
  color:#7a5227;
  font:500 20px/1.15 "Cormorant Garamond",Georgia,serif;
  letter-spacing:.02em;
  text-transform:none;
}.buy-box .product-brand-link:before{font-size:14px}.buy-box .product-category-link{font-size:10px}.lux-paypal-checkout{background:#fff8e8;color:#64431f}.test-hero{padding-bottom:18px}.testimonial-columns{padding-top:6px;align-items:stretch}.testimonial-column-panel{border-radius:12px;background:#fffdf9}.testimonial-column-panel .feed-item{padding:11px 0}.blog-article{max-width:920px;padding-top:46px}.blog-article h1{margin-bottom:24px}.blog-article-image{margin:0 0 28px}.blog-article-image img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain;background:#f7f2eb}.blog-article .entry-content img{max-width:100%;height:auto}.footer-tagline b{white-space:nowrap}@media(max-width:1100px){
  body.woocommerce-cart .woo-page>.woocommerce{grid-template-columns:1fr}
  body.woocommerce-checkout form.woocommerce-checkout{grid-template-columns:1fr}
  body.woocommerce-checkout form.woocommerce-checkout #customer_details,
  body.woocommerce-checkout form.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout form.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}
}@media(max-width:760px){
  body.woocommerce-cart .woocommerce-cart-form td.actions .coupon{display:flex;margin-bottom:8px}
  body.woocommerce-cart .woocommerce-cart-form td.actions>.button{margin-left:0}
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}
  body.woocommerce-checkout .form-row-wide{grid-column:1}
  body.woocommerce-cart .woo-page>h1,
  body.woocommerce-checkout .woo-page>h1{font-size:36px}
}@media(min-width:1181px) and (max-width:1500px){
  .main-nav-row{
    grid-template-columns:minmax(175px,1fr) auto 280px;
    column-gap:24px;
    padding:16px 28px;
  }
  .main-nav-row nav{gap:36px}
  .main-nav-row .nav-link{padding:8px 3px;letter-spacing:.07em}
  .main-nav-row .right-cluster{
    width:280px;
    grid-template-columns:190px auto;
    gap:12px;
    align-self:center;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open,
  .main-nav-row .inline-search input{width:190px;max-width:190px}
}.brands-page .all-brands-list a,
.brands-page .all-brands-list a:nth-child(n),
.brands-page .department-tree .department-children a,
.brands-page .department-tree .department-children a:nth-child(n){
  display:block;
  margin:0;
  padding:7px 0;
  border:0;
  border-bottom:1px solid rgba(116,89,57,.14);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#40372f;
}body.woocommerce-checkout .woo-page>.woocommerce>.woocommerce-notices-wrapper,
body.woocommerce-checkout .woo-page .woocommerce-notices-wrapper{
  width:100%;
  max-width:none;
  margin:0 0 14px;
  padding:0;
  text-align:left;
}body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon{margin-left:0}@media(min-width:1101px){
  body.woocommerce-checkout form.woocommerce-checkout #customer_details{
    grid-column:1;
    grid-row:1;
    align-self:start;
  }
  body.woocommerce-checkout form.woocommerce-checkout #order_review_heading{
    grid-column:2;
    grid-row:1;
    align-self:start;
    z-index:2;
    margin:18px 19px 0;
    pointer-events:none;
  }
  body.woocommerce-checkout form.woocommerce-checkout #order_review{
    grid-column:2;
    grid-row:1;
    align-self:start;
    padding:58px 19px 17px;
  }
}@media(min-width:761px){
  body.woocommerce-cart .woocommerce-cart-form td.actions{white-space:nowrap}
  body.woocommerce-cart .woocommerce-cart-form td.actions .coupon{white-space:nowrap}
  body.woocommerce-cart .woocommerce-cart-form td.actions>.button,
  body.woocommerce-cart .woocommerce-cart-form td.actions>.lux-cart-continue{
    display:inline-flex;
    width:auto;
    margin:0 0 0 8px;
    float:none;
    vertical-align:middle;
  }
}.lux-photo-upload{
  width:100%;
  padding:11px 12px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}.field-help{margin:6px 0 0;color:#746d66;font-size:12px;line-height:1.4}.form-error{border-color:#bc6b62;color:#7d2922}.lux-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}@media(max-width:760px){
  body.woocommerce-cart .woocommerce-cart-form td.actions>.lux-cart-continue{margin:8px 0 0}
}@media(min-width:1181px){
  .main-nav-row nav{position:relative;left:-18px}
}.hero-copy .btn-ghost-onphoto,
.hero-copy .btn-ghost-onphoto:hover{
  background:rgba(255,253,249,.58);
  border-color:rgba(105,75,43,.38);
  color:#68491f;
  box-shadow:0 8px 22px rgba(69,45,20,.08);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}.hero-copy .btn-ghost-onphoto:hover{background:rgba(255,253,249,.44)}.recently-viewed-section{
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid rgba(154,107,47,.16);
}.recently-viewed-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}.recently-viewed-head h2{margin:0}.recently-viewed-brands{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:6px;
  color:#8a7a63;
  font-size:12px;
  line-height:1.5;
}.recently-viewed-brands span{letter-spacing:.03em}.recently-viewed-brands i{font-style:normal;color:rgba(107,95,78,.55)}.recently-viewed-brands a{color:#6b5f4e}.recently-viewed-brands a:hover{color:#7a5227;text-decoration:underline;text-underline-offset:3px}@media(max-width:900px){
  .recently-viewed-head{align-items:flex-start;flex-direction:column}
  .recently-viewed-brands{justify-content:flex-start}
}.dropdown .dd-col a,
.department-children a{
  border-radius:7px;
  transition:background-color .14s ease,color .14s ease,padding-left .14s ease;
}.dropdown .dd-col a:hover,
.dropdown .dd-col a:focus-visible,
.department-children a:hover,
.department-children a:focus-visible{
  color:#68491f;
  background:rgba(201,152,106,.16);
  padding-left:9px;
  outline:none;
}body.home .hero .hero-copy a.btn.btn-ghost-onphoto,
body.home .hero .hero-copy a.btn.btn-ghost-onphoto:visited{
  background:rgba(255,253,249,.58)!important;
  border-color:rgba(105,75,43,.38)!important;
  color:#68491f!important;
  box-shadow:0 8px 22px rgba(69,45,20,.08)!important;
  backdrop-filter:blur(3px)!important;
  -webkit-backdrop-filter:blur(3px)!important;
}body.home .hero .hero-copy a.btn.btn-ghost-onphoto:hover,
body.home .hero .hero-copy a.btn.btn-ghost-onphoto:focus-visible{
  background:rgba(255,253,249,.42)!important;
}.full-desc .woocommerce-Tabs-panel{max-width:100%;overflow-wrap:anywhere}.full-desc .woocommerce-Tabs-panel>img,
.full-desc .woocommerce-Tabs-panel picture,
.full-desc .woocommerce-Tabs-panel source{display:none!important}.lux-product-description-clean{max-width:980px;color:#342d26}.lux-product-copy{font-size:16px;line-height:1.72}.lux-product-copy p{margin:0 0 15px}.lux-product-copy p:last-child{margin-bottom:0}.lux-product-specs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 30px;
  margin:28px 0 0;
  padding:4px 0;
  border-top:1px solid rgba(154,107,47,.18);
  border-bottom:1px solid rgba(154,107,47,.18);
}.lux-product-spec{
  display:grid;
  grid-template-columns:minmax(120px,.42fr) minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:13px 0;
  border-bottom:1px solid rgba(154,107,47,.10);
}.lux-product-spec:nth-last-child(-n/**/+2){border-bottom:0}.lux-product-spec dt{
  margin:0;
  color:#6f5437;
  font-size:12px;
  font-weight:650;
  letter-spacing:.055em;
  line-height:1.45;
  text-transform:uppercase;
}.lux-product-spec dd{margin:0;font-size:15px;line-height:1.58;color:#302923}.lux-product-disclaimer{
  margin-top:24px;
  padding:16px 18px;
  border:1px solid rgba(154,107,47,.15);
  border-radius:10px;
  background:rgba(255,253,249,.62);
  color:#6d6255;
  font-size:12px;
  line-height:1.65;
}.lux-product-disclaimer strong{
  display:block;
  margin-bottom:4px;
  color:#564634;
  font-size:11px;
  letter-spacing:.07em;
  text-transform:uppercase;
}.lux-product-disclaimer p{margin:0}@media(max-width:760px){
  .lux-product-specs{grid-template-columns:1fr}
  .lux-product-spec:nth-last-child(-n/**/+2){border-bottom:1px solid rgba(154,107,47,.10)}
  .lux-product-spec:last-child{border-bottom:0}
  .lux-product-spec{grid-template-columns:110px minmax(0,1fr);gap:12px}
}body.home .hero .hero-copy .sub{
  color:#8a5a2f!important;
  text-shadow:0 1px 0 rgba(255,253,249,.34);
}body.home .hero .hero-copy a.hero-start-shopping,
body.home .hero .hero-copy a.hero-start-shopping:link,
body.home .hero .hero-copy a.hero-start-shopping:visited{
  background:rgba(246,241,232,.38)!important;
  border:1px solid rgba(138,90,47,.78)!important;
  color:#68451f!important;
  box-shadow:0 8px 22px rgba(96,61,29,.08)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}body.home .hero .hero-copy a.hero-start-shopping:hover,
body.home .hero .hero-copy a.hero-start-shopping:focus-visible{
  background:rgba(246,241,232,.58)!important;
  border-color:#8a5a2f!important;
  color:#4f3217!important;
  outline:none;
}body.home .hero .hero-copy a.hero-start-shopping:focus-visible{
  box-shadow:0 0 0 3px rgba(154,107,47,.20),0 8px 22px rgba(96,61,29,.08)!important;
}body.home .home-trust-strip{
  background:#eee4d6;
}body.home .home-trust-strip .home-trust-link{
  color:#33291f;
  transition:background-color .14s ease,color .14s ease;
}body.home .home-trust-strip .home-trust-link:hover,
body.home .home-trust-strip .home-trust-link:focus-visible{
  background:rgba(255,253,249,.40);
  color:#7a4e22;
  outline:none;
}.brands-page .department-tree .department-children a:hover,
.brands-page .department-tree .department-children a:focus-visible,
.brands-page .department-tree .department-children a:nth-child(n):hover,
.brands-page .department-tree .department-children a:nth-child(n):focus-visible{
  color:#68491f!important;
  background:rgba(201,152,106,.16)!important;
  border-radius:7px!important;
  padding-left:10px!important;
  padding-right:10px!important;
  outline:none!important;
}.brands-page .department-tree .department-children a:focus-visible{
  box-shadow:0 0 0 2px rgba(154,107,47,.18);
}.lux-product-disclaimer{display:none!important}.product-details-heading{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
  margin:0 0 15px;
}.product-details-heading h2{margin:0!important}.product-details-heading a{
  flex:none;
  color:#78522c;
  font-size:12px;
  border-bottom:1px solid rgba(120,82,44,.35);
}.product-details-heading a:hover,
.product-details-heading a:focus-visible{color:#4f3217;border-bottom-color:#4f3217;outline:none}.lux-product-specs{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  column-gap:24px!important;
  row-gap:0!important;
  margin:26px 0 0!important;
  padding:4px 0!important;
}.lux-product-spec{
  grid-column:span 3;
  display:block!important;
  min-width:0;
  padding:12px 0!important;
  border-bottom:1px solid rgba(154,107,47,.10)!important;
}.lux-product-spec dt{
  margin:0 0 4px!important;
  font-size:11px!important;
  line-height:1.35!important;
}.lux-product-spec dd{
  margin:0!important;
  font-size:15px!important;
  line-height:1.48!important;
  overflow-wrap:anywhere;
}.lux-product-spec-made-in,
.lux-product-spec-model-number{grid-column:span 2}.lux-product-spec-size{grid-column:span 5}.lux-product-spec-material-hardware{grid-column:span 3}.lux-product-spec-condition{
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr)!important;
  gap:22px!important;
  padding:16px 0 14px!important;
  border-bottom:0!important;
}.lux-product-spec-condition dt{margin:2px 0 0!important}.lux-product-spec-condition dd{max-width:none;font-size:15px!important;line-height:1.62!important}.product-top{min-width:0}.product-content,.product-main-row,.main-photo,.buy-box{min-width:0}.product-top.has-dense-gallery{grid-template-columns:168px minmax(0,1fr)!important}.thumb-col-dense{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-content:start;
  gap:8px!important;
  max-height:min(72vh,690px);
  overflow-y:auto;
  overflow-x:hidden;
  padding:1px 5px 1px 1px;
  scrollbar-gutter:stable;
}.thumb-col-dense .th{width:auto!important;min-width:0}.product-main-row{grid-template-columns:minmax(0,1fr) minmax(340px,380px)!important}.product-top.has-dense-gallery .product-main-row{grid-template-columns:minmax(0,.9fr) minmax(340px,380px)!important}.main-photo{
  position:relative;
  width:100%;
  max-width:680px;
  justify-self:start;
  border:1px solid rgba(154,107,47,.13);
  background:#fffdf9!important;
  cursor:zoom-in;
  isolation:isolate;
}.product-top.has-dense-gallery .main-photo{max-width:620px}.main-photo img{
  object-fit:contain!important;
  transform-origin:var(--zoom-x,50%) var(--zoom-y,50%);
  transition:transform .18s ease;
  will-change:transform;
  backface-visibility:hidden;
}@media(hover:hover) and (pointer:fine){
  .main-photo.is-zooming{cursor:zoom-out}
  .main-photo.is-zooming img{transform:scale(1.72)}
}.th{transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.th:hover,.th:focus-visible{border-color:#9a6b2f!important;box-shadow:0 0 0 2px rgba(154,107,47,.12);outline:none}.th.active{box-shadow:0 0 0 2px rgba(154,107,47,.18)}.shop-context{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
  min-height:24px;
}.shop-context a{transition:color .14s ease,border-color .14s ease}.shop-context a:hover,.shop-context a:focus-visible{color:#4f3217;border-bottom-color:#4f3217;outline:none}.catalog-filter-form{
  display:grid!important;
  grid-template-columns:minmax(250px,1.45fr) repeat(3,minmax(180px,1fr));
  align-items:center!important;
  gap:14px!important;
}.catalog-filter-form>input,
.catalog-filter-form>select{width:100%!important;min-width:0!important;min-height:50px}@media(min-width:1081px){
  .mobile-menu{display:none!important}
  .main-nav-row{
    display:grid!important;
    grid-template-columns:minmax(100px,1fr) auto minmax(280px,1fr)!important;
    column-gap:clamp(16px,2vw,34px)!important;
    align-items:center!important;
    padding:14px clamp(20px,2.4vw,46px)!important;
  }
  .main-nav-row nav{
    display:flex!important;
    grid-column:2!important;
    justify-self:center!important;
    margin:0!important;
    position:relative!important;
    left:-18px!important;
    gap:clamp(18px,1.8vw,38px)!important;
    white-space:nowrap;
  }
  .right-cluster{
    grid-column:3!important;
    justify-self:end!important;
    position:static!important;
    transform:none!important;
    margin:0!important;
    width:300px!important;
    display:grid!important;
    grid-template-columns:190px auto!important;
    gap:14px!important;
    align-items:center!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    position:static!important;
    width:190px!important;
    max-width:190px!important;
    overflow:visible!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-2px);
    transition:opacity .15s ease,transform .15s ease!important;
  }
  .main-nav-row .inline-search.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .main-nav-row .inline-search input{width:190px!important;max-width:190px!important}
  .site-header.search-open .main-nav-row{padding-bottom:14px!important}
}@media(min-width:1501px){
  .right-cluster{width:330px!important;grid-template-columns:220px auto!important}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open,
  .main-nav-row .inline-search input{width:220px!important;max-width:220px!important}
}@media(min-width:1081px) and (max-width:1240px){
  .main-nav-row{grid-template-columns:minmax(40px,1fr) auto 250px!important;column-gap:14px!important;padding-left:16px!important;padding-right:16px!important}
  .main-nav-row nav{left:-8px!important;gap:14px!important}
  .main-nav-row .nav-link{font-size:10.6px!important;letter-spacing:.055em!important}
  .right-cluster{width:250px!important;grid-template-columns:160px auto!important;gap:10px!important}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open,
  .main-nav-row .inline-search input{width:160px!important;max-width:160px!important}
  .header-icons{gap:14px!important}
}@media(max-width:1080px){
  .main-nav-row{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:14px!important;
    align-items:center!important;
    padding:12px 18px!important;
  }
  .mobile-menu{display:block!important;grid-column:1}
  .main-nav-row nav{
    display:none!important;
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
    padding-top:10px;
  }
  .main-nav-row nav.open{display:flex!important}
  .main-nav-row .nav-link{padding:10px 4px!important}
  .right-cluster{
    grid-column:3!important;
    position:relative!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    margin:0!important;
    display:flex!important;
    justify-self:end!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    position:absolute!important;
    right:0!important;
    top:calc(100% + 10px)!important;
    z-index:80!important;
    width:min(280px,84vw)!important;
    max-width:84vw!important;
    overflow:visible!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-4px);
    transition:opacity .15s ease,transform .15s ease!important;
  }
  .main-nav-row .inline-search.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .main-nav-row .inline-search input{width:100%!important;max-width:none!important;box-shadow:0 14px 34px rgba(60,39,18,.13)}
  .site-header.search-open .main-nav-row{padding-bottom:12px!important}
  .dropdown{position:static!important;width:100%!important;max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}@media(max-width:1100px){
  .catalog-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}
}@media(max-width:900px){
  .product-top,
  .product-top.has-dense-gallery{grid-template-columns:1fr!important}
  .thumb-col,
  .thumb-col-dense{
    display:flex!important;
    flex-direction:row!important;
    max-height:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:9px!important;
    padding:2px 2px 8px!important;
    scroll-snap-type:x proximity;
  }
  .thumb-col .th,.thumb-col-dense .th{width:72px!important;min-width:72px!important;flex:none!important;scroll-snap-align:start}
  .product-main-row,
  .product-top.has-dense-gallery .product-main-row{grid-template-columns:1fr!important}
  .main-photo,.product-top.has-dense-gallery .main-photo{max-width:720px;margin:0 auto}
  .main-photo{cursor:default}
  .main-photo.is-zooming img{transform:none!important}
  .product-details-heading{align-items:flex-start;flex-direction:column;gap:6px}
  .lux-product-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:20px!important}
  .lux-product-spec,
  .lux-product-spec-made-in,
  .lux-product-spec-model-number,
  .lux-product-spec-size,
  .lux-product-spec-material-hardware{grid-column:span 1!important}
  .lux-product-spec-condition{grid-column:1/-1!important;grid-template-columns:130px minmax(0,1fr)!important}
}@media(max-width:640px){
  .catalog-filter-form{grid-template-columns:1fr!important;padding:14px!important}
  .shop-context{width:calc(100% - 32px)!important;font-size:12px;line-height:1.6}
  .lux-product-specs{grid-template-columns:1fr!important}
  .lux-product-spec,
  .lux-product-spec-made-in,
  .lux-product-spec-model-number,
  .lux-product-spec-size,
  .lux-product-spec-material-hardware,
  .lux-product-spec-condition{grid-column:1!important}
  .lux-product-spec-condition{display:block!important}
  .lux-product-spec-condition dt{margin-bottom:5px!important}
}.site-header,.main-nav-row,.hero,.hero img,.main-photo{backface-visibility:hidden}@media(prefers-reduced-motion:reduce){
  .inline-search,.main-photo img,.th,.department-children a{transition:none!important}
}.product-top[data-adaptive-product-gallery]{grid-template-columns:84px minmax(0,1fr)!important}.product-top[data-adaptive-product-gallery] .thumb-col{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
}.product-top[data-adaptive-product-gallery] .thumb-col .th{
  width:82px!important;
  min-width:82px!important;
}.product-top[data-adaptive-product-gallery] .product-main-row{
  grid-template-columns:minmax(0,1fr) minmax(340px,380px)!important;
}.product-top[data-adaptive-product-gallery] .main-photo{max-width:680px}.product-top.gallery-needs-two-columns{
  grid-template-columns:168px minmax(0,1fr)!important;
}.product-top.gallery-needs-two-columns .thumb-col{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-content:start!important;
  gap:8px!important;
  max-height:var(--lux-gallery-content-height,690px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:1px 5px 1px 1px!important;
  scrollbar-gutter:stable;
}.product-top.gallery-needs-two-columns .thumb-col .th{
  width:auto!important;
  min-width:0!important;
}.product-top.gallery-needs-two-columns .product-main-row{
  grid-template-columns:minmax(0,.9fr) minmax(340px,380px)!important;
}.product-top.gallery-needs-two-columns .main-photo{max-width:620px}@media(max-width:900px){
  .product-top[data-adaptive-product-gallery],
  .product-top[data-adaptive-product-gallery].gallery-needs-two-columns{
    grid-template-columns:1fr!important;
  }
  .product-top[data-adaptive-product-gallery] .thumb-col,
  .product-top[data-adaptive-product-gallery].gallery-needs-two-columns .thumb-col{
    display:flex!important;
    flex-direction:row!important;
    max-height:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:9px!important;
    padding:2px 2px 8px!important;
    scroll-snap-type:x proximity;
  }
  .product-top[data-adaptive-product-gallery] .thumb-col .th,
  .product-top[data-adaptive-product-gallery].gallery-needs-two-columns .thumb-col .th{
    width:72px!important;
    min-width:72px!important;
    flex:none!important;
    scroll-snap-align:start;
  }
  .product-top[data-adaptive-product-gallery] .product-main-row,
  .product-top[data-adaptive-product-gallery].gallery-needs-two-columns .product-main-row{
    grid-template-columns:1fr!important;
  }
  .product-top[data-adaptive-product-gallery] .main-photo,
  .product-top[data-adaptive-product-gallery].gallery-needs-two-columns .main-photo{
    max-width:720px;
    margin:0 auto;
  }
}.catalog-result-count{
  max-width:1300px;
  margin:12px auto 0;
  padding:0 6%;
  color:#7b6547;
  font-size:12px;
  letter-spacing:.04em;
}.card .ph{background:#eee4d6}.card .ph img{
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.055);
  transition:transform .32s ease;
  will-change:transform;
}@media (hover:hover) and (pointer:fine){
  .card:hover .ph img,.card:focus-visible .ph img{transform:scale(1.115)}
}.main-photo{background:#eee4d6!important}.main-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}@media (hover:hover) and (pointer:fine){
  .main-photo.is-zooming img{transform:scale(2.15)!important}
}@media (prefers-reduced-motion:reduce){
  .card .ph img{transition:none!important}
}.lux-product-spec-closure,
.lux-product-spec-lining,
.lux-product-spec-exterior-pockets,
.lux-product-spec-interior-pockets,
.lux-product-spec-features{grid-column:span 3}@media(max-width:980px){
  .lux-product-spec-closure,
  .lux-product-spec-lining,
  .lux-product-spec-exterior-pockets,
  .lux-product-spec-interior-pockets,
  .lux-product-spec-features{grid-column:span 1!important}
}@media(max-width:640px){
  .lux-product-spec-closure,
  .lux-product-spec-lining,
  .lux-product-spec-exterior-pockets,
  .lux-product-spec-interior-pockets,
  .lux-product-spec-features{grid-column:1!important}
}.lux-product-specs{
  column-gap:clamp(16px,1.6vw,28px)!important;
  margin-top:22px!important;
  padding-top:2px!important;
}.lux-product-spec{
  padding:10px 0!important;
}.lux-product-spec-comes-with,
.lux-product-spec-separately,
.lux-product-spec-closure,
.lux-product-spec-lining,
.lux-product-spec-exterior-pockets,
.lux-product-spec-interior-pockets,
.lux-product-spec-features,
.lux-product-spec-condition{
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:minmax(145px,190px) minmax(0,1fr)!important;
  align-items:start!important;
  gap:clamp(16px,2vw,30px)!important;
  padding:11px 0!important;
}.lux-product-spec-comes-with dt,
.lux-product-spec-separately dt,
.lux-product-spec-closure dt,
.lux-product-spec-lining dt,
.lux-product-spec-exterior-pockets dt,
.lux-product-spec-interior-pockets dt,
.lux-product-spec-features dt,
.lux-product-spec-condition dt{
  margin:2px 0 0!important;
}.lux-product-spec-comes-with dd,
.lux-product-spec-separately dd,
.lux-product-spec-closure dd,
.lux-product-spec-lining dd,
.lux-product-spec-exterior-pockets dd,
.lux-product-spec-interior-pockets dd,
.lux-product-spec-features dd,
.lux-product-spec-condition dd{
  max-width:none!important;
  line-height:1.56!important;
}.lux-product-spec dd{overflow-wrap:anywhere;word-break:normal}.catalog-filter-form select[name="catalog"] option.catalog-department-option{
  font-weight:700!important;
  color:#5d3f1f!important;
  background:#f7f0e6!important;
}.catalog-filter-form select[name="catalog"] option.catalog-category-option{
  font-weight:400!important;
  color:#2f2923!important;
}@media(max-width:900px){
  .lux-product-spec-comes-with,
  .lux-product-spec-separately,
  .lux-product-spec-closure,
  .lux-product-spec-lining,
  .lux-product-spec-exterior-pockets,
  .lux-product-spec-interior-pockets,
  .lux-product-spec-features,
  .lux-product-spec-condition{
    grid-column:1/-1!important;
    grid-template-columns:130px minmax(0,1fr)!important;
  }
}@media(max-width:640px){
  .lux-product-spec-comes-with,
  .lux-product-spec-separately,
  .lux-product-spec-closure,
  .lux-product-spec-lining,
  .lux-product-spec-exterior-pockets,
  .lux-product-spec-interior-pockets,
  .lux-product-spec-features,
  .lux-product-spec-condition{
    display:block!important;
    grid-column:1!important;
  }
  .lux-product-spec-comes-with dt,
  .lux-product-spec-separately dt,
  .lux-product-spec-closure dt,
  .lux-product-spec-lining dt,
  .lux-product-spec-exterior-pockets dt,
  .lux-product-spec-interior-pockets dt,
  .lux-product-spec-features dt,
  .lux-product-spec-condition dt{margin-bottom:5px!important}
}.catalog-filter-form select[name="catalog"] option.catalog-department-option,
.catalog-filter-form select[name="brand"] option.catalog-brand-letter-option{
  font-weight:700!important;
  color:#5d3f1f!important;
  background:#f7f0e6!important;
}.catalog-filter-form select[name="catalog"] option.catalog-category-option,
.catalog-filter-form select[name="brand"] option.catalog-brand-option{
  font-weight:400!important;
  color:#2f2923!important;
  background:#fff!important;
}.lux-product-specs-final{
  margin-top:clamp(24px,3vw,42px);
  padding-top:clamp(16px,2vw,26px);
  border-top:1px solid var(--line);
}.lux-product-specs-final .lux-product-specs{margin-top:0!important}.lux-product-custom-disclaimer{
  margin:18px 0 0;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:10px;
  background:rgba(255,255,255,.36);
}body.woocommerce-cart .woocommerce-cart-form th.product-quantity,
body.woocommerce-cart .woocommerce-cart-form td.product-quantity{display:none!important}.woocommerce-checkout-review-order-table .product-quantity:empty{display:none!important}.layaway-selected-product{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:24px;
  align-items:center;
  margin:0 0 34px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--paper);
}.layaway-selected-image img{display:block;width:150px;height:150px;object-fit:cover;border-radius:10px}.layaway-selected-label{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);font-weight:700}.layaway-selected-product h2{margin:4px 0 8px!important}.layaway-selected-price{font-size:19px;margin-bottom:8px}.layaway-selected-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.layaway-selected-actions .btn{min-width:180px}.lux-about-wrap{max-width:1240px!important}.lux-about-wrap>h1{text-align:center;margin-bottom:28px!important}.lux-about-video{
  position:relative;
  width:min(100%,980px);
  aspect-ratio:16/9;
  margin:0 auto clamp(34px,5vw,64px);
  overflow:hidden;
  border-radius:14px;
  background:#201a16;
  box-shadow:0 14px 38px rgba(57,39,22,.10);
}.lux-about-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.lux-about-copy-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(28px,5vw,72px);
  margin-bottom:clamp(38px,5vw,64px);
}.lux-about-copy-grid p{font-size:15px!important;line-height:1.78!important;margin:0 0 18px!important}.lux-about-services{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}.lux-about-services article{padding:28px 24px 30px;border-right:1px solid var(--line)}.lux-about-services article:last-child{border-right:0}.lux-about-services h2{margin:0 0 12px!important;font:700 15px/1.2 Inter,Arial,sans-serif!important;letter-spacing:.12em;color:#6b491f}.lux-about-services p{min-height:118px;font-size:14px!important;line-height:1.65!important}.lux-about-services a{display:inline-block;margin-top:8px;color:#7d5429;border-bottom:1px solid rgba(125,84,41,.35);font-weight:600}@media(max-width:900px){
  .lux-about-services{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lux-about-services article:nth-child(2){border-right:0}
  .lux-about-services article:nth-child(-n/**/+2){border-bottom:1px solid var(--line)}
  .lux-about-services p{min-height:0}
}@media(max-width:680px){
  .layaway-selected-product{grid-template-columns:1fr;text-align:left}
  .layaway-selected-image img{width:100%;height:auto;aspect-ratio:1;max-width:260px}
  .layaway-selected-actions{display:grid;grid-template-columns:1fr}
  .layaway-selected-actions .btn{min-width:0;width:100%}
  .lux-about-copy-grid{grid-template-columns:1fr;gap:0}
  .lux-about-services{grid-template-columns:1fr}
  .lux-about-services article,
  .lux-about-services article:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}
  .lux-about-services article:last-child{border-bottom:0}
}body.woocommerce-checkout .lux-payment-unavailable {
  margin: 12px 0 10px;
  padding: 13px 15px;
  border: 1px solid #c8aa7e;
  border-radius: 8px;
  background: #fbf5ea;
  color: #4a3826;
  font-size: 14px;
  line-height: 1.5;
}body.woocommerce-checkout .lux-payment-unavailable strong { display: block; margin-bottom: 2px; }body.woocommerce-checkout #place_order.lux-disabled-order,
body.woocommerce-checkout .lux-disabled-order {
  opacity: .55;
  cursor: not-allowed;
  filter: grayscale(.15);
}body.woocommerce-checkout .lux-insecure-checkout { margin-bottom: 18px; }html{
  min-width:320px;
  overflow-x:clip;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-behavior:smooth;
}body{
  min-width:320px;
  max-width:100%;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}img,svg,iframe,video{max-width:100%}button,input,select,textarea{font:inherit}.site-header{padding-top:env(safe-area-inset-top,0px)}footer{padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-menu,.icon-btn,.search-toggle,.department-toggle{
  min-width:44px;
  min-height:44px;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}.btn,.button,button,input[type="submit"],input[type="button"]{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}@media(max-width:1080px){
  .header-top{padding:12px 0 8px!important}
  .official-logo{width:clamp(185px,42vw,230px)!important;height:auto!important;max-height:102px!important}
  .main-nav-row{
    position:relative!important;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    min-height:64px!important;
    padding:10px max(14px,env(safe-area-inset-right,0px)) 10px max(14px,env(safe-area-inset-left,0px))!important;
    border-top:1px solid rgba(154,107,47,.08);
  }
  .mobile-menu{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:var(--ink)!important;
    font-size:24px!important;
    line-height:1!important;
  }
  .right-cluster{min-width:0!important;max-width:100%!important}
  .header-icons{gap:6px!important;margin:0!important;position:static!important}
  .header-icons .icon-btn{justify-content:center!important;padding:6px!important}
  .header-icons .icon-btn svg{width:22px!important;height:22px!important}
  .icon-btn .cap{display:none!important}
  .main-nav-row nav{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:100%!important;
    z-index:120!important;
    max-height:min(72vh,620px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    padding:10px 18px 18px!important;
    background:var(--paper)!important;
    border-top:1px solid var(--line)!important;
    border-bottom:1px solid var(--line)!important;
    box-shadow:0 18px 36px rgba(49,34,20,.12)!important;
  }
  .main-nav-row nav .nav-link{
    width:100%!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:10px 4px!important;
    border-bottom:1px solid rgba(154,107,47,.10)!important;
  }
  .main-nav-row nav .has-dropdown{width:100%!important}
  .main-nav-row nav .dropdown{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:10px 4px 14px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px 20px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .main-nav-row nav .dd-col a{min-height:36px;padding:8px 0!important}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    position:absolute!important;
    left:max(14px,env(safe-area-inset-left,0px))!important;
    right:max(14px,env(safe-area-inset-right,0px))!important;
    top:calc(100% + 8px)!important;
    width:auto!important;
    max-width:none!important;
    z-index:130!important;
  }
  .main-nav-row .inline-search input{
    width:100%!important;
    min-height:48px!important;
    font-size:16px!important;
    background:#fffdf9!important;
    box-shadow:0 14px 34px rgba(60,39,18,.16)!important;
  }
  .site-header.search-open .main-nav-row{padding-bottom:10px!important}
}@media(max-width:560px){
  .main-nav-row nav .dropdown{grid-template-columns:1fr!important}
}@media(max-width:900px){
  .hero{
    position:relative!important;
    min-height:0!important;
    height:auto!important;
    overflow:hidden!important;
    background:#e8d8c5;
  }
  .hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(244,232,215,.82) 0%,rgba(244,232,215,.54) 35%,rgba(244,232,215,0) 62%);
  }
  .hero img{width:100%!important;height:auto!important;object-fit:cover!important;object-position:center!important}
  .hero-copy{
    z-index:2!important;
    top:clamp(14px,4vw,30px)!important;
    left:max(18px,5vw)!important;
    right:auto!important;
    width:min(49%,225px)!important;
    max-width:none!important;
  }
  .hero-copy h1{
    margin:0!important;
    font-size:clamp(23px,6.4vw,32px)!important;
    line-height:1.02!important;
    white-space:normal!important;
    text-wrap:balance;
    text-shadow:0 1px 0 rgba(255,255,255,.38);
  }
  .hero-copy .sub{
    margin-top:8px!important;
    font-size:clamp(16px,4.4vw,20px)!important;
    line-height:1.08!important;
    text-wrap:balance;
  }
  .hero-copy .btn{
    min-height:44px!important;
    margin-top:14px!important;
    padding:10px 14px!important;
    font-size:11px!important;
    line-height:1.2!important;
    white-space:nowrap;
    background:rgba(247,235,217,.64)!important;
    border-color:rgba(92,61,28,.64)!important;
    box-shadow:none!important;
  }
}@media(max-width:430px){
  .hero-copy{width:min(48%,188px)!important;top:12px!important;left:16px!important}
  .hero-copy h1{font-size:clamp(21px,6vw,26px)!important}
  .hero-copy .sub{font-size:clamp(15px,4.2vw,18px)!important}
  .hero-copy .btn{padding:9px 11px!important;letter-spacing:.045em!important}
}@media(max-width:720px){
  .stats-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .stats-bar a{
    min-height:74px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    padding:16px 10px!important;
    font-size:12px!important;
    line-height:1.35!important;
    border-right:1px solid rgba(58,47,34,.14)!important;
    border-bottom:1px solid rgba(58,47,34,.14)!important;
  }
  .stats-bar a:nth-child(2n){border-right:0!important}
  .stats-bar a:last-child{grid-column:1/-1!important;border-right:0!important;border-bottom:0!important}
  .pills-row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    padding:28px 18px!important;
  }
  .pills-row .btn{width:100%!important;min-width:0!important;padding:13px 10px!important}
  .pills-row .btn:last-child:nth-child(odd){grid-column:1/-1!important;justify-self:center!important;width:min(100%,220px)!important}
}@media(max-width:900px){
  input,select,textarea,
  .select2-container .select2-selection--single,
  .select2-container .select2-selection__rendered{
    font-size:16px!important;
  }
  input:not([type="checkbox"]):not([type="radio"]),select,textarea{
    min-height:48px!important;
  }
  .catalog-filter-form{width:100%!important;gap:10px!important}
  .catalog-filter-form>input,.catalog-filter-form>select{min-height:50px!important}
}body.woocommerce-checkout .woo-page,
body.woocommerce-cart .woo-page{width:100%;min-width:0}body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment{min-width:0;max-width:100%}body.woocommerce-checkout #order_review{overflow:hidden}body.woocommerce-checkout .woocommerce-checkout-review-order-table{
  width:100%!important;
  table-layout:fixed;
}body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td{
  overflow-wrap:anywhere;
  word-break:normal;
}body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{width:72%}body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total{width:28%;text-align:right}body.woocommerce-checkout #payment ul.payment_methods{margin:0!important;padding:0!important}body.woocommerce-checkout #payment .wc_payment_method{min-width:0!important}body.woocommerce-checkout #payment .payment_box{max-width:100%!important;overflow-wrap:anywhere}body.woocommerce-checkout #place_order,
body.woocommerce-checkout .lux-disabled-order{
  min-height:50px!important;
  width:100%!important;
  margin-top:12px!important;
}body.woocommerce-checkout .paypal-buttons,
body.woocommerce-checkout [class*="paypal-button"],
body.woocommerce-checkout [class*="ppcp"],
body.woocommerce-checkout [id*="paypal"]{
  max-width:100%!important;
}body.woocommerce-checkout iframe{max-width:100%!important}@media(max-width:900px){
  body.woocommerce-checkout .simple-wrap.wide.woo-page,
  body.woocommerce-cart .simple-wrap.wide.woo-page{
    max-width:none!important;
    padding:26px max(14px,env(safe-area-inset-right,0px)) 56px max(14px,env(safe-area-inset-left,0px))!important;
  }
  body.woocommerce-checkout form.woocommerce-checkout{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
  }
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review{
    width:100%!important;
    grid-column:auto!important;
    grid-row:auto!important;
  }
  body.woocommerce-checkout #order_review_heading{margin:26px 0 10px!important}
  body.woocommerce-checkout #order_review{
    padding:16px!important;
    border-radius:12px!important;
  }
  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout .col-1,
  body.woocommerce-checkout .col-2{float:none!important;width:100%!important;margin:0!important}
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last{float:none!important;width:100%!important}
  body.woocommerce-checkout .form-row{margin:0 0 10px!important;padding:0!important}
  body.woocommerce-checkout .form-row label{margin-bottom:5px!important}
  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout select,
  body.woocommerce-checkout textarea,
  body.woocommerce-checkout .select2-selection{
    width:100%!important;
    min-height:48px!important;
    border-radius:8px!important;
  }
  body.woocommerce-checkout .select2-container{width:100%!important}
  body.woocommerce-checkout .woocommerce-additional-fields{margin-top:14px}
  body.woocommerce-checkout .woocommerce-error,
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-checkout .woocommerce-message,
  body.woocommerce-checkout .lux-payment-unavailable{
    width:100%!important;
    margin:12px 0!important;
    padding:12px 14px!important;
    font-size:14px!important;
    line-height:1.45!important;
  }
}@media(max-width:520px){
  body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table td{padding:10px 6px!important;font-size:13px!important}
  body.woocommerce-checkout #order_review{padding:12px!important}
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{width:68%}
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total{width:32%}
}@media(max-width:680px){
  body.woocommerce-cart .woocommerce-cart-form{overflow:visible!important}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table,
  body.woocommerce-cart .woocommerce-cart-form tbody{display:block!important;min-width:0!important;width:100%!important}
  body.woocommerce-cart .woocommerce-cart-form thead{display:none!important}
  body.woocommerce-cart .woocommerce-cart-form tr.cart_item{
    position:relative;
    display:grid!important;
    grid-template-columns:82px minmax(0,1fr)!important;
    gap:6px 14px!important;
    margin:0 0 14px!important;
    padding:14px!important;
    border:1px solid var(--line)!important;
    border-radius:12px!important;
    background:var(--paper)!important;
  }
  body.woocommerce-cart .woocommerce-cart-form tr.cart_item td{
    display:block!important;
    width:auto!important;
    padding:0!important;
    border:0!important;
    text-align:left!important;
  }
  body.woocommerce-cart td.product-thumbnail{grid-column:1;grid-row:1/5}
  body.woocommerce-cart td.product-thumbnail img{width:82px!important;height:96px!important;object-fit:cover!important;border-radius:8px!important}
  body.woocommerce-cart td.product-name{grid-column:2;grid-row:1;font-weight:600}
  body.woocommerce-cart td.product-price{grid-column:2;grid-row:2}
  body.woocommerce-cart td.product-subtotal{grid-column:2;grid-row:3;font-weight:700}
  body.woocommerce-cart td.product-remove{position:absolute!important;right:10px!important;top:8px!important}
  body.woocommerce-cart tr:not(.cart_item) td.actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:12px 0!important}
  body.woocommerce-cart .coupon{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.woocommerce-cart .coupon input,
  body.woocommerce-cart .coupon button{width:100%!important}
}.product-wrap,.product-top,.product-content,.product-main-row,.buy-box,.full-desc,
.shop-wrap,.toolbar,.catalog-filter-form,.simple-wrap,.woo-page{min-width:0;max-width:100%}@media(max-width:900px){
  .product-wrap{padding-left:16px!important;padding-right:16px!important}
  .buy-box{min-height:0!important;padding:20px!important}
  .buy-actions .btn{min-height:48px!important}
  .full-desc{margin-top:24px!important}
  .thumb-col,.thumb-col-dense{-webkit-overflow-scrolling:touch;scrollbar-width:thin}
  .main-photo{width:100%!important;aspect-ratio:1!important}
}.lux-about-video iframe{display:block}@media(max-width:680px){
  .simple-wrap{padding-left:16px!important;padding-right:16px!important}
  .lux-about-wrap>h1{text-align:left!important}
  .lux-about-copy-grid p{font-size:16px!important;line-height:1.68!important}
  .footer-inner{grid-template-columns:1fr!important;padding-left:20px!important;padding-right:20px!important}
  .footer-inner>div{min-width:0}
}:focus-visible{outline:2px solid #9a6b2f;outline-offset:3px}@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}@media(forced-colors:active){
  .btn,.button,.card,.buy-box,.summary-box,.catalog-filter-form{border:1px solid CanvasText!important}
}body.woocommerce-checkout .lux-client-payment-notice,
body.woocommerce-checkout .lux-payment-unavailable,
body.woocommerce-checkout .lux-insecure-checkout{
  display:none!important;
}body.woocommerce-checkout #payment .woocommerce-notice,
body.woocommerce-checkout #payment .woocommerce-error,
body.woocommerce-checkout #payment .woocommerce-info,
body.woocommerce-checkout #payment .woocommerce-message{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 14px!important;
  box-sizing:border-box!important;
}@media(max-width:600px){
  body.woocommerce-checkout #payment .woocommerce-notice,
  body.woocommerce-checkout #payment .woocommerce-error,
  body.woocommerce-checkout #payment .woocommerce-info,
  body.woocommerce-checkout #payment .woocommerce-message{
    font-size:14px!important;
    line-height:1.45!important;
    padding:14px 16px!important;
  }
}:root{
  --lux-font-display:"Tenor Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif;
  --lux-font-body:"DM Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif;
  --lux-ink:#34312f;
  --lux-ink-soft:#6f6a66;
  --lux-paper:#ffffff;
  --lux-panel:#f8f7f5;
  --lux-line:#e8e4df;
  --lux-accent:#9a7155;
  --lux-accent-deep:#6f4f3b;
  --lux-accent-pale:#eee7e1;
  --lux-focus:#6f4f3b;
}html{font-family:var(--lux-font-body);font-weight:400;color:var(--lux-ink);background:var(--lux-paper)}body,
body *:not(svg):not(path):not(circle){
  font-family:var(--lux-font-body)!important;
}body{
  color:var(--lux-ink)!important;
  background:var(--lux-paper)!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.65!important;
  letter-spacing:0!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}h1,h2,h3,h4,h5,h6,
.serif,
.logo-word,
.hero-copy h1,
.hero-copy .sub,
.section-head h2,
.shop-head h1,.sold-head h1,.blog-hero h1,
.simple-wrap h1,.simple-wrap h2,
.test-hero h1,.gift-layout h1,
.cart-wrap h1,.checkout-wrap h1,
.full-desc h2,
.product-details-title,
.post-card h3,
.featured-card p,.feed-item p,
.woocommerce h1,.woocommerce h2,.woocommerce h3,
.woocommerce-checkout h1,.woocommerce-checkout h2,.woocommerce-checkout h3,
.woocommerce-cart h1,.woocommerce-cart h2,.woocommerce-cart h3{
  font-family:var(--lux-font-display)!important;
  font-weight:400!important;
  font-style:normal!important;
  text-transform:none!important;
  letter-spacing:.005em!important;
  color:var(--lux-ink)!important;
}h1{font-size:clamp(36px,4vw,58px)!important;line-height:1.08!important}h2{font-size:clamp(28px,3vw,40px)!important;line-height:1.15!important}h3{font-size:clamp(22px,2vw,30px)!important;line-height:1.2!important}h4{font-size:20px!important;line-height:1.25!important}p,li,dd,dt,td,th,label,input,select,textarea,button,a{font-weight:400}strong,b{font-weight:600!important}small,.small,.eyebrow{font-family:var(--lux-font-body)!important}.site-header{background:rgba(255,255,255,.98)!important;border-color:var(--lux-line)!important;color:var(--lux-ink)!important}.header-top{padding:14px 0 8px!important}.official-logo{filter:none!important}.main-nav-row{min-height:72px!important;padding-top:0!important;padding-bottom:0!important}.main-nav-row nav{gap:clamp(22px,2.5vw,48px)!important}.main-nav-row nav>a,
.main-nav-row nav>.has-dropdown>a{
  font-family:var(--lux-font-body)!important;
  font-size:clamp(15px,1.18vw,19px)!important;
  line-height:1!important;
  font-weight:300!important;
  letter-spacing:.085em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  color:var(--lux-ink)!important;
}.main-nav-row nav>a:hover,
.main-nav-row nav>.has-dropdown>a:hover,
.main-nav-row nav>a.active,
.main-nav-row nav>.has-dropdown>a.active{color:var(--lux-accent-deep)!important}.main-nav-row nav>a::after,
.main-nav-row nav>.has-dropdown>a::after{height:1px!important;background:var(--lux-accent)!important}.nav-caret{font-size:8px!important;font-weight:400!important}.dropdown{
  background:#fff!important;
  border:1px solid var(--lux-line)!important;
  border-radius:0!important;
  box-shadow:0 18px 48px rgba(39,35,32,.09)!important;
}.dd-col b{
  font-family:var(--lux-font-body)!important;
  font-size:11px!important;
  font-weight:500!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:var(--lux-accent-deep)!important;
}.dd-col a{
  font-family:var(--lux-font-body)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.45!important;
  color:var(--lux-ink)!important;
}.dd-col a:hover,.dd-col a:focus-visible{background:var(--lux-panel)!important;color:var(--lux-accent-deep)!important}.inline-search input{
  font-family:var(--lux-font-body)!important;
  font-size:15px!important;
  font-weight:400!important;
  border-color:var(--lux-line)!important;
  border-radius:0!important;
  background:#fff!important;
}.icon-btn,.mobile-menu{color:var(--lux-ink)!important}.icon-btn .cap{font-family:var(--lux-font-body)!important;font-weight:400!important;letter-spacing:.06em!important}.badge{background:var(--lux-accent-deep)!important;color:#fff!important;font-family:var(--lux-font-body)!important;font-weight:500!important}.hero-copy h1{font-size:clamp(34px,3.1vw,52px)!important;line-height:1.08!important}.hero-copy .sub{font-size:clamp(20px,1.65vw,28px)!important;color:var(--lux-accent-deep)!important;line-height:1.2!important}.section-head .eyebrow,.simple-wrap .eyebrow,.blog-hero .eyebrow,.test-hero .eyebrow{
  font-size:11px!important;
  font-weight:500!important;
  letter-spacing:.16em!important;
  color:var(--lux-accent)!important;
}.section-head h2{font-size:clamp(30px,3vw,42px)!important}.btn,.button,button,
input[type="submit"],input[type="button"],
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit{
  font-family:var(--lux-font-body)!important;
  font-size:13px!important;
  font-weight:400!important;
  letter-spacing:.115em!important;
  text-transform:uppercase!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease!important;
}.btn,.button,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{
  color:var(--lux-ink)!important;
  background:#fff!important;
  border:1px solid #bdb5ad!important;
}.btn:hover,.button:hover,
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{
  color:#fff!important;
  background:var(--lux-accent-deep)!important;
  border-color:var(--lux-accent-deep)!important;
  transform:translateY(-1px)!important;
}.btn-solid,.btn-primary,.single_add_to_cart_button,
.checkout-button,#place_order,
input[type="submit"],button[type="submit"]{
  color:#fff!important;
  background:var(--lux-accent)!important;
  border-color:var(--lux-accent)!important;
}.btn-solid:hover,.btn-primary:hover,.single_add_to_cart_button:hover,
.checkout-button:hover,#place_order:hover,
input[type="submit"]:hover,button[type="submit"]:hover{
  background:var(--lux-accent-deep)!important;
  border-color:var(--lux-accent-deep)!important;
}.btn-ghost-onphoto,.hero-start-shopping{
  color:var(--lux-ink)!important;
  background:rgba(255,255,255,.48)!important;
  border-color:rgba(52,49,47,.62)!important;
  backdrop-filter:none!important;
}.btn-ghost-onphoto:hover,.hero-start-shopping:hover{color:#fff!important;background:rgba(52,49,47,.92)!important}.card,.post-card,.featured-card,.feed-item,.info-card,.summary-box,.buy-box,
.catalog-filter-form,.toolbar,.woocommerce form.checkout_coupon,
.woocommerce form.login,.woocommerce form.register{
  background:#fff!important;
  border-color:var(--lux-line)!important;
  border-radius:2px!important;
  box-shadow:none!important;
}.card .brand,.buy-box .brand,.post-card .tag,.who,
.product-brand-link,.count-line,.breadcrumbs{
  font-family:var(--lux-font-body)!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
  color:var(--lux-accent-deep)!important;
}.card h3,.card .title,.card .product-title,.woocommerce-loop-product__title{
  font-family:var(--lux-font-display)!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.32!important;
  letter-spacing:0!important;
  text-transform:none!important;
  color:var(--lux-ink)!important;
}.card .price,.price,.woocommerce-Price-amount,.amount{
  font-family:var(--lux-font-body)!important;
  font-weight:500!important;
  color:var(--lux-ink)!important;
}.card .price .now,.summary-row.total,.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td{font-weight:600!important}.old,del,.price del{color:#9a948e!important;font-weight:400!important}.major-brand-grid .major-tile,
.major-brand-grid .brand-lv,
.major-brand-grid .brand-chanel,
.major-brand-grid .brand-gucci,
.major-brand-grid .brand-prada,
.major-brand-grid .brand-dior,
.major-brand-grid .brand-burberry,
.major-brand-grid .brand-fendi,
.major-brand-grid .brand-coach,
.major-brand-grid .brand-furla,
.major-brand-grid .brand-marc-jacobs,
.major-brand-grid .brand-pavlovo-posad,
.brand-pill,.brand-grid-full a,
.department-main,.department-mystery-link{
  font-family:var(--lux-font-display)!important;
  font-size:clamp(18px,1.5vw,23px)!important;
  font-weight:400!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  color:var(--lux-ink)!important;
  background:var(--lux-panel)!important;
  border:1px solid #d7d0c9!important;
  border-radius:0!important;
  box-shadow:none!important;
}.major-brand-grid .major-tile:hover,
.brand-pill:hover,.brand-grid-full a:hover,
.department-main:hover,.department-mystery-link:hover{
  color:#fff!important;
  background:var(--lux-accent-deep)!important;
  border-color:var(--lux-accent-deep)!important;
  transform:translateY(-1px)!important;
}.all-brands-list a,.department-children a{
  font-family:var(--lux-font-body)!important;
  font-size:15px!important;
  font-weight:400!important;
  color:var(--lux-ink)!important;
  border-color:var(--lux-line)!important;
}.all-brands-list a:hover,.department-children a:hover{color:var(--lux-accent-deep)!important;background:var(--lux-panel)!important}input,select,textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container .select2-selection--single{
  font-family:var(--lux-font-body)!important;
  font-size:16px!important;
  font-weight:400!important;
  color:var(--lux-ink)!important;
  background:#fff!important;
  border-color:var(--lux-line)!important;
  border-radius:0!important;
  box-shadow:none!important;
}input::placeholder,textarea::placeholder{color:#8c8782!important;font-weight:400!important}input:focus,select:focus,textarea:focus,
a:focus-visible,button:focus-visible{
  outline:1px solid var(--lux-focus)!important;
  outline-offset:2px!important;
}.toolbar option,.toolbar optgroup,.catalog-filter-form option,.catalog-filter-form optgroup{
  font-family:var(--lux-font-body)!important;
  font-weight:400!important;
}.toolbar optgroup,.catalog-filter-form optgroup{font-weight:600!important;color:var(--lux-accent-deep)!important}.buy-box h1{
  font-family:var(--lux-font-display)!important;
  font-size:clamp(26px,2vw,34px)!important;
  font-weight:400!important;
  text-transform:none!important;
  letter-spacing:0!important;
}.buy-box .price{font-size:21px!important;font-weight:500!important}.full-desc,.product-description,.woocommerce-Tabs-panel--description{
  font-family:var(--lux-font-body)!important;
  font-size:16px!important;
  line-height:1.75!important;
  color:var(--lux-ink)!important;
}.product-spec-label,.lux-spec-label,.spec-label,
.product-details-grid dt,.product-details-grid strong{
  font-family:var(--lux-font-body)!important;
  font-size:11px!important;
  font-weight:600!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  color:var(--lux-accent-deep)!important;
}.product-details-grid dd,.lux-spec-value,.spec-value{font-family:var(--lux-font-body)!important;font-weight:400!important;color:var(--lux-ink)!important}.woocommerce table.shop_table,
.woocommerce-checkout #payment,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-additional-fields{
  font-family:var(--lux-font-body)!important;
  color:var(--lux-ink)!important;
}.woocommerce table.shop_table th,
.woocommerce-checkout-review-order-table th{
  font-size:12px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}.woocommerce-info,.woocommerce-message,.woocommerce-error{
  font-family:var(--lux-font-body)!important;
  font-weight:400!important;
  border-radius:0!important;
}.site-footer,.site-footer *{font-family:var(--lux-font-body)!important}.site-footer h2,.site-footer h3,.site-footer h4,.footer-brand .logo-word{
  font-family:var(--lux-font-display)!important;
  font-weight:400!important;
}.site-footer a{font-weight:400!important;color:var(--lux-ink)!important}.site-footer a:hover{color:var(--lux-accent-deep)!important}@media(max-width:1180px){
  .main-nav-row nav{gap:20px!important}
  .main-nav-row nav>a,.main-nav-row nav>.has-dropdown>a{font-size:15px!important;letter-spacing:.065em!important}
}@media(max-width:900px){
  body{font-size:15px!important}
  .main-nav-row nav>a,.main-nav-row nav>.has-dropdown>a{font-size:16px!important;font-weight:400!important}
  .dropdown{box-shadow:none!important}
  .major-brand-grid .major-tile,.brand-pill,.brand-grid-full a,.department-main,.department-mystery-link{font-size:20px!important}
}@media(max-width:600px){
  h1{font-size:36px!important}
  h2{font-size:29px!important}
  h3{font-size:23px!important}
  .hero-copy h1{font-size:34px!important}
  .hero-copy .sub{font-size:20px!important}
  .btn,.button,button,input[type="submit"],input[type="button"]{font-size:12px!important;letter-spacing:.09em!important}
  .card h3,.card .title,.woocommerce-loop-product__title{font-size:17px!important}
}@media(prefers-reduced-motion:reduce){
  .btn,.button,.major-tile,.brand-pill,.brand-grid-full a{transition:none!important;transform:none!important}
}:root{
  --lux-brand-1:#f1efec;
  --lux-brand-2:#ebe8e4;
  --lux-brand-3:#e6e2dd;
  --lux-brand-4:#f5f3f0;
  --lux-brand-border:#d6d0c9;
  --lux-brand-hover:#5c534b;
}h1{font-size:clamp(31px,3.35vw,48px)!important;line-height:1.1!important}h2{font-size:clamp(24px,2.55vw,35px)!important;line-height:1.17!important}h3{font-size:clamp(19px,1.8vw,27px)!important;line-height:1.23!important}h4{font-size:18px!important}.section-head h2{font-size:clamp(27px,2.45vw,36px)!important}.shop-head h1,.sold-head h1,.blog-hero h1,.test-hero h1,.simple-wrap h1,
.cart-wrap h1,.checkout-wrap h1{font-size:clamp(31px,3.2vw,46px)!important}.buy-box h1{font-size:clamp(23px,1.8vw,30px)!important;line-height:1.18!important}.related-section h2,.recently-viewed-head h2{font-size:clamp(24px,2.2vw,32px)!important}.main-nav-row nav>a,
.main-nav-row nav>.has-dropdown>a{
  font-size:clamp(13.5px,.96vw,16.5px)!important;
  font-weight:300!important;
  letter-spacing:.08em!important;
}@media(max-width:1180px){
  .main-nav-row nav>a,.main-nav-row nav>.has-dropdown>a{font-size:14px!important;letter-spacing:.06em!important}
}.hero-copy h1{
  font-size:clamp(19px,1.55vw,26px)!important;
  line-height:1.13!important;
  max-width:520px!important;
}.hero-copy .sub{font-size:clamp(15px,1.05vw,19px)!important;line-height:1.2!important}.hero-copy .btn{font-size:12px!important;letter-spacing:.115em!important}.brands-page .major-tile,
.major-brand-grid .major-tile,
.major-brand-grid [class*="brand-"],
.top-brand-grid .brand-card,
.brand-pill,
.brand-grid-full a,
.all-brands-list a,
.department-main,
.department-mystery-link{
  color:#3f3a36!important;
  background:var(--lux-brand-1)!important;
  border-color:var(--lux-brand-border)!important;
  box-shadow:none!important;
}.brands-page .major-tile:nth-child(4n/**/+2),
.major-brand-grid .major-tile:nth-child(4n/**/+2),
.top-brand-grid .brand-card:nth-child(4n/**/+2),
.brand-grid-full a:nth-child(4n/**/+2),
.all-brands-list a:nth-child(4n/**/+2){background:var(--lux-brand-2)!important}.brands-page .major-tile:nth-child(4n/**/+3),
.major-brand-grid .major-tile:nth-child(4n/**/+3),
.top-brand-grid .brand-card:nth-child(4n/**/+3),
.brand-grid-full a:nth-child(4n/**/+3),
.all-brands-list a:nth-child(4n/**/+3){background:var(--lux-brand-3)!important}.brands-page .major-tile:nth-child(4n/**/+4),
.major-brand-grid .major-tile:nth-child(4n/**/+4),
.top-brand-grid .brand-card:nth-child(4n/**/+4),
.brand-grid-full a:nth-child(4n/**/+4),
.all-brands-list a:nth-child(4n/**/+4){background:var(--lux-brand-4)!important}.brands-page .major-tile:hover,
.major-brand-grid .major-tile:hover,
.major-brand-grid [class*="brand-"]:hover,
.top-brand-grid .brand-card:hover,
.brand-pill:hover,.brand-grid-full a:hover,.all-brands-list a:hover,
.department-main:hover,.department-mystery-link:hover{
  color:#fff!important;
  background:var(--lux-brand-hover)!important;
  border-color:var(--lux-brand-hover)!important;
}.top-brand-grid .brand-card b,
.brands-page .major-tile b,
.major-brand-grid .major-tile b{
  font-family:var(--lux-font-display)!important;
  font-weight:400!important;
  letter-spacing:.01em!important;
  color:inherit!important;
}.full-desc{padding-top:34px!important}.product-details-heading{align-items:flex-end!important;margin-bottom:24px!important}.product-details-heading h2{font-size:clamp(24px,2vw,31px)!important;margin:0!important}.lux-product-description-legacy{
  width:100%!important;
  max-width:none!important;
  font-family:var(--lux-font-body)!important;
  font-size:16px!important;
  line-height:1.62!important;
  color:#4a4744!important;
}.lux-product-description-legacy p{
  width:100%!important;
  max-width:none!important;
  margin:0 0 1.2em!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  font:inherit!important;
  color:inherit!important;
}.lux-product-description-legacy strong{
  font-family:var(--lux-font-body)!important;
  font-size:inherit!important;
  font-weight:600!important;
  letter-spacing:0!important;
  text-transform:none!important;
  color:#4a4744!important;
}.lux-description-condition{margin-top:1.55em!important}.lux-description-disclaimer{margin-top:1.6em!important}.full-desc .lux-product-description-legacy .lux-product-specs-final,
.full-desc .lux-product-description-legacy .lux-product-specs{display:none!important}@media(max-width:900px){
  .main-nav-row nav>a,.main-nav-row nav>.has-dropdown>a{font-size:15px!important}
  .hero-copy h1{font-size:clamp(19px,4.4vw,22px)!important}
  .hero-copy .sub{font-size:clamp(14px,3.7vw,17px)!important}
}@media(max-width:600px){
  h1{font-size:30px!important}
  h2{font-size:25px!important}
  h3{font-size:21px!important}
  .hero-copy h1{font-size:19px!important;line-height:1.12!important}
  .hero-copy .sub{font-size:15px!important}
  .product-details-heading h2{font-size:25px!important}
  .lux-product-description-legacy{font-size:15px!important;line-height:1.58!important}
}.card,
a.card,
.shop-grid .card,
.sold-grid .card,
.grid5 .card,
.related-grid .card,
.recently-viewed-grid .card,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}.card .ph,
a.card .ph,
.shop-grid .card .ph,
.sold-grid .card .ph,
.grid5 .card .ph,
.related-grid .card .ph{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#f7f2ec!important;
  overflow:hidden!important;
}.card .info,
a.card .info{
  padding:12px 0 0!important;
  background:transparent!important;
}.card:hover,
a.card:hover,
.woocommerce ul.products li.product:hover{
  box-shadow:none!important;
  transform:none!important;
}.card .ph img,
a.card .ph img{
  transition:transform .38s ease!important;
}.card:hover .ph img,
a.card:hover .ph img{
  transform:scale(1.025)!important;
}body.home .home-trust-strip{
  background:#faf6f1!important;
  border-top:1px solid rgba(113,82,57,.08)!important;
  border-bottom:1px solid rgba(113,82,57,.08)!important;
}body.home .home-trust-strip .home-trust-link{
  position:relative!important;
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px 20px!important;
  border:0!important;
  background:transparent!important;
  color:#4f4035!important;
  font-family:var(--lux-font-display)!important;
  font-size:clamp(15px,1.25vw,18px)!important;
  font-weight:400!important;
  line-height:1.25!important;
  letter-spacing:.015em!important;
  text-transform:none!important;
  text-align:center!important;
}body.home .home-trust-strip .home-trust-link:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:22%;
  width:1px;
  height:56%;
  background:rgba(112,82,57,.22);
}body.home .home-trust-strip .home-trust-link:hover,
body.home .home-trust-strip .home-trust-link:focus-visible{
  background:rgba(255,255,255,.42)!important;
  color:#7b5941!important;
}.top-brand-grid .brand-card,
.brands-page .major-tile,
.major-brand-grid .major-tile{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#493a30!important;
  background:#fbf4ed!important;
}.top-brand-grid .brand-card:nth-child(10n/**/+2),
.brands-page .major-tile:nth-child(10n/**/+2),
.major-brand-grid .major-tile:nth-child(10n/**/+2){background:#f5e9de!important}.top-brand-grid .brand-card:nth-child(10n/**/+3),
.brands-page .major-tile:nth-child(10n/**/+3),
.major-brand-grid .major-tile:nth-child(10n/**/+3){background:#eedbc9!important}.top-brand-grid .brand-card:nth-child(10n/**/+4),
.brands-page .major-tile:nth-child(10n/**/+4),
.major-brand-grid .major-tile:nth-child(10n/**/+4){background:#f8eee5!important}.top-brand-grid .brand-card:nth-child(10n/**/+5),
.brands-page .major-tile:nth-child(10n/**/+5),
.major-brand-grid .major-tile:nth-child(10n/**/+5){background:#e9cfb8!important}.top-brand-grid .brand-card:nth-child(10n/**/+6),
.brands-page .major-tile:nth-child(10n/**/+6),
.major-brand-grid .major-tile:nth-child(10n/**/+6){background:#f2decb!important}.top-brand-grid .brand-card:nth-child(10n/**/+7),
.brands-page .major-tile:nth-child(10n/**/+7),
.major-brand-grid .major-tile:nth-child(10n/**/+7){background:#f9eadf!important}.top-brand-grid .brand-card:nth-child(10n/**/+8),
.brands-page .major-tile:nth-child(10n/**/+8),
.major-brand-grid .major-tile:nth-child(10n/**/+8){background:#e5c7ae!important}.top-brand-grid .brand-card:nth-child(10n/**/+9),
.brands-page .major-tile:nth-child(10n/**/+9),
.major-brand-grid .major-tile:nth-child(10n/**/+9){background:#f4e4d6!important}.top-brand-grid .brand-card:nth-child(10n),
.brands-page .major-tile:nth-child(10n),
.major-brand-grid .major-tile:nth-child(10n){background:#ecd3bf!important}.top-brand-grid .brand-card:hover,
.brands-page .major-tile:hover,
.major-brand-grid .major-tile:hover{
  color:#3f3027!important;
  background:#dcbda3!important;
  border-color:transparent!important;
  transform:translateY(-1px)!important;
}.lux-description-title{
  width:100%!important;
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#34312f!important;
  font-family:var(--lux-font-body)!important;
  font-size:clamp(19px,1.55vw,24px)!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}.complementary-section>h2{
  text-transform:none!important;
}@media(max-width:720px){
  body.home .home-trust-strip .home-trust-link{
    min-height:68px!important;
    padding:15px 10px!important;
    font-size:14px!important;
    border:0!important;
  }
  body.home .home-trust-strip .home-trust-link::after{display:none!important}
  body.home .home-trust-strip .home-trust-link:nth-child(odd):not(:last-child)::after{
    content:"";
    display:block!important;
    position:absolute;
    right:0;
    top:22%;
    width:1px;
    height:56%;
    background:rgba(112,82,57,.20);
  }
  .lux-description-title{font-size:18px!important;line-height:1.38!important;margin-bottom:18px!important}
}@media(prefers-reduced-motion:reduce){
  .card .ph img,a.card .ph img{transition:none!important;transform:none!important}
}.top-brand-grid .brand-card,
.brands-page .major-tile,
.major-brand-grid .major-tile{
  color:#47413c!important;
  border:0!important;
  box-shadow:none!important;
  background:#fbf8f2!important;
}.top-brand-grid .brand-card:nth-child(10n/**/+1),
.brands-page .major-tile:nth-child(10n/**/+1),
.major-brand-grid .major-tile:nth-child(10n/**/+1){background:#fbf8f1!important}.top-brand-grid .brand-card:nth-child(10n/**/+2),
.brands-page .major-tile:nth-child(10n/**/+2),
.major-brand-grid .major-tile:nth-child(10n/**/+2){background:#f3f7f1!important}.top-brand-grid .brand-card:nth-child(10n/**/+3),
.brands-page .major-tile:nth-child(10n/**/+3),
.major-brand-grid .major-tile:nth-child(10n/**/+3){background:#f1f5f7!important}.top-brand-grid .brand-card:nth-child(10n/**/+4),
.brands-page .major-tile:nth-child(10n/**/+4),
.major-brand-grid .major-tile:nth-child(10n/**/+4){background:#f6f3f8!important}.top-brand-grid .brand-card:nth-child(10n/**/+5),
.brands-page .major-tile:nth-child(10n/**/+5),
.major-brand-grid .major-tile:nth-child(10n/**/+5){background:#fbf4ef!important}.top-brand-grid .brand-card:nth-child(10n/**/+6),
.brands-page .major-tile:nth-child(10n/**/+6),
.major-brand-grid .major-tile:nth-child(10n/**/+6){background:#f5f3e8!important}.top-brand-grid .brand-card:nth-child(10n/**/+7),
.brands-page .major-tile:nth-child(10n/**/+7),
.major-brand-grid .major-tile:nth-child(10n/**/+7){background:#eff6f4!important}.top-brand-grid .brand-card:nth-child(10n/**/+8),
.brands-page .major-tile:nth-child(10n/**/+8),
.major-brand-grid .major-tile:nth-child(10n/**/+8){background:#f5f4f0!important}.top-brand-grid .brand-card:nth-child(10n/**/+9),
.brands-page .major-tile:nth-child(10n/**/+9),
.major-brand-grid .major-tile:nth-child(10n/**/+9){background:#f2f4f9!important}.top-brand-grid .brand-card:nth-child(10n),
.brands-page .major-tile:nth-child(10n),
.major-brand-grid .major-tile:nth-child(10n){background:#faf7ed!important}.top-brand-grid .brand-card:hover,
.brands-page .major-tile:hover,
.major-brand-grid .major-tile:hover{
  color:#3d3834!important;
  background:#ebe7df!important;
  transform:translateY(-1px)!important;
}@media(min-width:901px){
  body.home .hero-copy{
    transform:translateY(38px)!important;
  }
}body.home .hero-copy .sub{
  color:#745843!important;
  opacity:1!important;
  text-shadow:0 1px 0 rgba(255,255,255,.22)!important;
}@media(min-width:1081px){
  .main-nav-row{
    grid-template-columns:minmax(24px,1fr) auto 320px!important;
    column-gap:12px!important;
    padding-left:clamp(18px,2vw,34px)!important;
    padding-right:clamp(18px,2vw,34px)!important;
  }
  .main-nav-row nav{
    left:-6px!important;
    gap:clamp(15px,1.35vw,25px)!important;
  }
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    font-size:clamp(12.5px,.86vw,15px)!important;
    letter-spacing:.065em!important;
  }
  .right-cluster{
    width:320px!important;
    grid-template-columns:200px auto!important;
    gap:8px!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open,
  .main-nav-row .inline-search input{
    width:200px!important;
    max-width:200px!important;
  }
  .header-icons{gap:10px!important;justify-content:flex-end!important}
  .icon-btn{min-width:30px!important}
}@media(min-width:1501px){
  .main-nav-row{grid-template-columns:minmax(40px,1fr) auto 336px!important}
  .right-cluster{width:336px!important;grid-template-columns:214px auto!important}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open,
  .main-nav-row .inline-search input{width:214px!important;max-width:214px!important}
}@media(min-width:1081px) and (max-width:1240px){
  .main-nav-row{grid-template-columns:minmax(10px,1fr) auto 270px!important}
  .main-nav-row nav{gap:12px!important;left:0!important}
  .main-nav-row nav>a,.main-nav-row nav>.has-dropdown>a{font-size:10.8px!important;letter-spacing:.045em!important}
  .right-cluster{width:270px!important;grid-template-columns:160px auto!important}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open,
  .main-nav-row .inline-search input{width:160px!important;max-width:160px!important}
  .header-icons{gap:8px!important}
}@media(max-width:900px){
  body.home .hero-copy{transform:none!important}
}*,*::before,*::after{box-sizing:border-box}html,body{max-width:100%;overflow-x:clip}.site-header,.header-top,.main-nav-row,main,.site-footer{width:100%;max-width:100%}.header-top>a{display:flex;justify-content:center;align-items:center;width:max-content;max-width:100%;margin-inline:auto}.simple-wrap,.simple-wrap.wide,.product-wrap,.shop-head,.sold-head,.blog-hero,
.shop-grid,.sold-grid,.blog-grid,.toolbar,.count-line,.footer-inner{
  margin-left:auto!important;
  margin-right:auto!important;
}@media (min-width:1281px){
  .mobile-menu{display:none!important}
  .main-nav-row{
    display:grid!important;
    grid-template-columns:minmax(300px,1fr) auto minmax(300px,1fr)!important;
    align-items:center!important;
    justify-content:stretch!important;
    column-gap:18px!important;
    min-height:68px!important;
    padding:0 clamp(20px,2.4vw,44px)!important;
    position:relative!important;
  }
  .main-nav-row nav{
    grid-column:2!important;
    justify-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(14px,1.15vw,25px)!important;
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    margin:0!important;
    width:max-content!important;
    max-width:none!important;
    white-space:nowrap!important;
  }
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    font-size:clamp(12px,.78vw,14px)!important;
    letter-spacing:.06em!important;
    line-height:1!important;
  }
  .right-cluster{
    grid-column:3!important;
    justify-self:end!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:min(100%,300px)!important;
    min-width:300px!important;
    height:48px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:0!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    position:absolute!important;
    top:50%!important;
    right:92px!important;
    left:auto!important;
    width:190px!important;
    max-width:190px!important;
    transform:translateY(-50%)!important;
    overflow:visible!important;
    z-index:4!important;
  }
  .main-nav-row .inline-search{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .16s ease!important;
  }
  .main-nav-row .inline-search.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .main-nav-row .inline-search input{
    width:190px!important;
    max-width:190px!important;
  }
  .header-icons{
    position:relative!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
  }
  .header-icons .icon-btn{
    min-width:28px!important;
    width:28px!important;
    padding:3px!important;
  }
  .header-icons .icon-btn svg{width:20px!important;height:20px!important}
  .site-header.search-open .main-nav-row{padding-bottom:0!important}
}@media (max-width:1280px){
  .header-top{padding:12px 0 8px!important}
  .official-logo{width:clamp(185px,34vw,240px)!important;height:auto!important;max-height:104px!important}
  .main-nav-row{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    min-height:64px!important;
    padding:10px max(14px,env(safe-area-inset-right,0px)) 10px max(14px,env(safe-area-inset-left,0px))!important;
    position:relative!important;
  }
  .mobile-menu{
    grid-column:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    font-size:23px!important;
  }
  .right-cluster{
    grid-column:3!important;
    justify-self:end!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }
  .header-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;margin:0!important}
  .header-icons .icon-btn{min-width:42px!important;width:42px!important;height:44px!important;padding:6px!important;justify-content:center!important}
  .header-icons .icon-btn svg{width:22px!important;height:22px!important}
  .icon-btn .cap{display:none!important}

  .main-nav-row nav{
    display:none!important;
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:100%!important;
    transform:translateX(-50%)!important;
    width:100vw!important;
    max-width:100vw!important;
    z-index:120!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:0!important;
    max-height:min(72vh,620px)!important;
    overflow-y:auto!important;
    margin:0!important;
    padding:12px max(20px,6vw) 20px!important;
    background:#fffdf9!important;
    border-top:1px solid rgba(95,78,59,.12)!important;
    border-bottom:1px solid rgba(95,78,59,.12)!important;
    box-shadow:0 18px 36px rgba(49,34,20,.10)!important;
    text-align:center!important;
  }
  .main-nav-row nav.open{display:flex!important}
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    width:100%!important;
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:11px 6px!important;
    font-size:15px!important;
    font-weight:400!important;
    letter-spacing:.07em!important;
    border-bottom:1px solid rgba(95,78,59,.09)!important;
    text-align:center!important;
  }
  .main-nav-row nav .has-dropdown{width:100%!important;text-align:center!important}
  .main-nav-row nav .dropdown{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:760px!important;
    margin:0 auto!important;
    padding:12px 0 18px!important;
    display:none!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px 24px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .main-nav-row nav .has-dropdown.open .dropdown{display:grid!important}
  .main-nav-row nav .dd-col,.main-nav-row nav .dd-col a{text-align:center!important}

  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    position:absolute!important;
    left:max(14px,env(safe-area-inset-left,0px))!important;
    right:max(14px,env(safe-area-inset-right,0px))!important;
    top:calc(100% + 8px)!important;
    width:auto!important;
    max-width:none!important;
    transform:none!important;
    z-index:130!important;
  }
  .main-nav-row .inline-search{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .main-nav-row .inline-search.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .main-nav-row .inline-search input{
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    font-size:16px!important;
    background:#fffdf9!important;
    box-shadow:0 14px 34px rgba(60,39,18,.14)!important;
  }
  .site-header.search-open .main-nav-row{padding-bottom:10px!important}
}@media (max-width:680px){
  .main-nav-row nav .dropdown{grid-template-columns:1fr!important;max-width:420px!important}
  .header-icons{gap:1px!important}
  .header-icons .icon-btn{min-width:38px!important;width:38px!important;padding:5px!important}
}body.woocommerce-checkout .lux-disabled-order{opacity:1!important;pointer-events:auto!important}body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{
  width:72%;
}body.woocommerce-checkout .lux-checkout-product-wrap{
  display:flex;
  align-items:flex-start;
  gap:10px;
}body.woocommerce-checkout .lux-checkout-product-name{
  display:block;
  min-width:0;
}body.woocommerce-checkout .lux-checkout-remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  min-width:24px;
  height:24px;
  border:1px solid #d7c7b0;
  border-radius:999px;
  color:#8b6548;
  background:#fffaf5;
  font-size:18px;
  line-height:1;
  text-decoration:none;
  margin-top:1px;
}body.woocommerce-checkout .lux-checkout-remove:hover{
  color:#5f3f26;
  border-color:#c4aa8a;
  background:#f7efe6;
}body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity:empty{
  display:none !important;
}@media (max-width: 767px){
  body.woocommerce-checkout .lux-checkout-product-wrap{
    gap:8px;
  }
  body.woocommerce-checkout .lux-checkout-remove{
    width:22px;
    min-width:22px;
    height:22px;
    font-size:16px;
  }
}.product-details-heading--policy-only{
  justify-content:flex-end!important;
  margin-bottom:14px!important;
}.lux-description-title{
  font-size:clamp(17px,1.3vw,21px)!important;
  line-height:1.38!important;
  margin-bottom:18px!important;
  font-weight:500!important;
}body.woocommerce-checkout .required,
body.woocommerce-checkout abbr.required,
body.woocommerce-checkout .required-mark{
  display:inline!important;
}body.woocommerce-cart .coupon,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon{
  display:none!important;
}body.woocommerce-checkout .payment_box,
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
  font-size:13px!important;
  line-height:1.55!important;
}body.woocommerce-checkout .woocommerce-privacy-policy-text{
  margin:14px 0 10px!important;
}body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
  margin-top:10px!important;
}body.woocommerce-checkout .woocommerce-privacy-policy-link,
body.woocommerce-checkout .woocommerce-terms-and-conditions-link{
  text-decoration:underline;
  text-underline-offset:2px;
}@media (max-width:767px){
  .lux-description-title{
    font-size:16px!important;
    line-height:1.42!important;
  }
  body.woocommerce-checkout .payment_box,
  body.woocommerce-checkout .woocommerce-privacy-policy-text,
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
    font-size:12.5px!important;
  }
}:root{
  --lux-button-top:#eadbca;
  --lux-button-bottom:#d8bea3;
  --lux-button-hover-top:#d8bea3;
  --lux-button-hover-bottom:#c3a17f;
  --lux-button-border:#b89674;
  --lux-button-ink:#413127;
  --lux-beige-1:#fcfaf7;
  --lux-beige-2:#f8f3ed;
  --lux-beige-3:#f3ebe2;
  --lux-beige-4:#eee2d5;
  --lux-beige-5:#e8d9c9;
  --lux-beige-6:#e2cfbc;
}html,body{max-width:100%;overflow-x:hidden;overflow-x:clip}body,
body *:not(svg):not(path):not(circle){
  font-family:var(--lux-font-body,"DM Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif)!important;
}body{
  font-size:15.5px!important;
  font-weight:400!important;
  line-height:1.68!important;
  color:var(--lux-ink,#34312f)!important;
  letter-spacing:.002em!important;
}h1,h2,h3,h4,h5,h6,
.serif,.hero-copy h1,.hero-copy .sub,.section-head h2,
.product_title,.woocommerce-loop-product__title,.card .title,.card h3,
.full-desc h2,.product-details-title,.post-card h3{
  font-family:var(--lux-font-display,"Tenor Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif)!important;
  font-weight:400!important;
  font-style:normal!important;
  letter-spacing:.004em!important;
}p,li,dd,dt,td,th,label,input,select,textarea,a,button{
  font-weight:400!important;
}strong,b{font-weight:500!important}.product_title{font-size:clamp(27px,2.05vw,35px)!important;line-height:1.18!important}.card .title,.card h3,.woocommerce-loop-product__title{
  font-size:17px!important;
  line-height:1.38!important;
}.full-desc,.woocommerce-product-details__short-description,
.product-details-grid,.buy-box,.summary-box,
.woocommerce-cart,.woocommerce-checkout{
  font-size:15px!important;
  line-height:1.7!important;
}.full-desc p,.woocommerce-product-details__short-description p{margin-bottom:1.05em!important}.card .brand,.product-brand-link,.breadcrumbs,.count-line{
  font-size:11px!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
}.price,.amount,.woocommerce-Price-amount{font-weight:500!important;letter-spacing:.01em!important}.btn:not(.shop-all-link),
.button:not(.remove),
button:not(.icon-btn):not(.mobile-menu):not(.department-toggle):not(.remove):not(.th),
input[type="submit"],input[type="button"],
.woocommerce a.button:not(.remove),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button{
  color:var(--lux-button-ink)!important;
  background:linear-gradient(180deg,var(--lux-button-top) 0%,var(--lux-button-bottom) 100%)!important;
  border:1px solid var(--lux-button-border)!important;
  border-radius:2px!important;
  box-shadow:0 1px 0 rgba(255,255,255,.7) inset,0 5px 14px rgba(91,62,39,.09)!important;
  font-family:var(--lux-font-body,"DM Sans",sans-serif)!important;
  font-size:12.5px!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  text-shadow:none!important;
}.btn:not(.shop-all-link):hover,
.button:not(.remove):hover,
button:not(.icon-btn):not(.mobile-menu):not(.department-toggle):not(.remove):not(.th):hover,
input[type="submit"]:hover,input[type="button"]:hover,
.woocommerce a.button:not(.remove):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover{
  color:#34261e!important;
  background:linear-gradient(180deg,var(--lux-button-hover-top) 0%,var(--lux-button-hover-bottom) 100%)!important;
  border-color:#a9825f!important;
  box-shadow:0 1px 0 rgba(255,255,255,.45) inset,0 7px 17px rgba(91,62,39,.13)!important;
  transform:translateY(-1px)!important;
}.btn:disabled,.button:disabled,button:disabled,input:disabled{
  opacity:.52!important;
  cursor:not-allowed!important;
  transform:none!important;
}.btn-ghost-onphoto,.hero-start-shopping{
  color:var(--lux-button-ink)!important;
  background:linear-gradient(180deg,rgba(234,219,202,.96),rgba(216,190,163,.96))!important;
  border-color:var(--lux-button-border)!important;
  backdrop-filter:none!important;
}.shop-all-link,
.shop-all-link:hover,
.shop-all-link:focus{
  display:inline-flex!important;
  align-items:center!important;
  min-height:0!important;
  padding:2px 0 3px!important;
  color:var(--lux-accent-deep,#6f4f3b)!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid currentColor!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:500!important;
  letter-spacing:.1em!important;
  transform:none!important;
}.all-brands-list a,
.all-brands-list a:hover,
.all-brands-list a:focus{
  color:var(--lux-ink,#34312f)!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid var(--lux-line,#e8e4df)!important;
  border-radius:0!important;
  box-shadow:none!important;
}.all-brands-list a:hover{color:var(--lux-accent-deep,#6f4f3b)!important}.top-brand-grid .brand-card,
.brands-page .major-tile,
.major-brand-grid .major-tile{
  color:var(--lux-ink,#34312f)!important;
  border:1px solid rgba(107,91,76,.14)!important;
  box-shadow:none!important;
}.top-brand-grid .brand-lv,.brands-page .brand-lv,.major-brand-grid .brand-lv{background:#fbf8f1!important}.top-brand-grid .brand-gucci,.brands-page .brand-gucci,.major-brand-grid .brand-gucci{background:#f3f7f1!important}.top-brand-grid .brand-chanel,.brands-page .brand-chanel,.major-brand-grid .brand-chanel{background:#f1f5f7!important}.top-brand-grid .brand-prada,.brands-page .brand-prada,.major-brand-grid .brand-prada{background:#f6f3f8!important}.top-brand-grid .brand-burberry,.brands-page .brand-burberry,.major-brand-grid .brand-burberry{background:#fbf4ef!important}.top-brand-grid .brand-coach,.brands-page .brand-coach,.major-brand-grid .brand-coach{background:#f5f3e8!important}.top-brand-grid .brand-furla,.brands-page .brand-furla,.major-brand-grid .brand-furla{background:#eff6f4!important}.top-brand-grid .brand-marc-jacobs,.brands-page .brand-marc-jacobs,.major-brand-grid .brand-marc-jacobs{background:#f5f4f0!important}.top-brand-grid .brand-pavlovo-posad,.brands-page .brand-pavlovo-posad,.major-brand-grid .brand-pavlovo-posad{background:#f2f4f9!important}.top-brand-grid .brand-dior,.brands-page .brand-dior,.major-brand-grid .brand-dior{background:#faf7ed!important}.top-brand-grid .brand-card:hover,
.brands-page .major-tile:hover,
.major-brand-grid .major-tile:hover{
  color:#45362c!important;
  background:#eee4d8!important;
  border-color:#cdb9a5!important;
}.department-tree .department-branch:nth-child(4n/**/+1) .department-row{background:var(--lux-beige-2)!important}.department-tree .department-branch:nth-child(4n/**/+2) .department-row{background:var(--lux-beige-3)!important}.department-tree .department-branch:nth-child(4n/**/+3) .department-row{background:var(--lux-beige-4)!important}.department-tree .department-branch:nth-child(4n/**/+4) .department-row{background:var(--lux-beige-5)!important}.department-row,.department-main,.department-toggle{
  border-color:rgba(117,91,68,.16)!important;
  box-shadow:none!important;
}.department-main{
  color:#4a3a30!important;
  background:transparent!important;
}.department-toggle{
  color:#604a3a!important;
  background:transparent!important;
}.department-children a{
  color:#51443b!important;
  border:1px solid rgba(117,91,68,.12)!important;
  box-shadow:none!important;
}.department-children a:nth-child(6n/**/+1){background:var(--lux-beige-1)!important}.department-children a:nth-child(6n/**/+2){background:var(--lux-beige-2)!important}.department-children a:nth-child(6n/**/+3){background:var(--lux-beige-3)!important}.department-children a:nth-child(6n/**/+4){background:var(--lux-beige-4)!important}.department-children a:nth-child(6n/**/+5){background:var(--lux-beige-2)!important}.department-children a:nth-child(6n){background:var(--lux-beige-5)!important}.department-children a:hover{background:var(--lux-beige-6)!important;color:#382a22!important}.department-mystery-link{background:var(--lux-beige-3)!important;color:#4a3a30!important;border-color:rgba(117,91,68,.16)!important}@media (min-width:1051px){
  .mobile-menu{display:none!important}
  .main-nav-row{
    display:grid!important;
    grid-template-columns:minmax(230px,1fr) auto minmax(230px,1fr)!important;
    align-items:center!important;
    column-gap:12px!important;
    min-height:68px!important;
    padding:0 clamp(14px,1.7vw,30px)!important;
    position:relative!important;
  }
  .main-nav-row nav{
    grid-column:2!important;
    justify-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:max-content!important;
    max-width:none!important;
    margin:0!important;
    gap:clamp(9px,.9vw,17px)!important;
    white-space:nowrap!important;
  }
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    padding:8px 2px!important;
    font-size:clamp(11px,.76vw,13.5px)!important;
    font-weight:300!important;
    letter-spacing:.052em!important;
    line-height:1!important;
  }
  .right-cluster{
    grid-column:3!important;
    justify-self:end!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:clamp(284px,20vw,316px)!important;
    min-width:284px!important;
    height:48px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }
  .header-icons{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    margin:0!important;
  }
  .header-icons .icon-btn{
    min-width:28px!important;
    width:28px!important;
    height:38px!important;
    padding:3px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .header-icons .icon-btn svg{width:20px!important;height:20px!important}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    position:absolute!important;
    top:50%!important;
    right:116px!important;
    left:auto!important;
    width:clamp(166px,12vw,188px)!important;
    max-width:188px!important;
    transform:translateY(-50%)!important;
    z-index:4!important;
  }
  .main-nav-row .inline-search{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .main-nav-row .inline-search.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .main-nav-row .inline-search input{
    width:100%!important;
    max-width:100%!important;
    min-height:40px!important;
    padding:8px 12px!important;
    font-size:14px!important;
  }
  .site-header.search-open .main-nav-row{padding-bottom:0!important}
}@media (max-width:1050px){
  .header-top{padding:11px 0 7px!important}
  .official-logo{width:clamp(178px,35vw,238px)!important;height:auto!important;max-height:102px!important}
  .main-nav-row{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    min-height:64px!important;
    padding:10px max(12px,env(safe-area-inset-right,0px)) 10px max(12px,env(safe-area-inset-left,0px))!important;
    position:relative!important;
  }
  .mobile-menu{
    grid-column:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:var(--lux-ink,#34312f)!important;
    font-size:23px!important;
  }
  .right-cluster{
    grid-column:3!important;
    justify-self:end!important;
    position:static!important;
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }
  .header-icons{display:flex!important;align-items:center!important;gap:3px!important;margin:0!important}
  .header-icons .icon-btn{
    min-width:40px!important;
    width:40px!important;
    height:44px!important;
    padding:5px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .header-icons .icon-btn svg{width:21px!important;height:21px!important}
  .icon-btn .cap{display:none!important}
  .main-nav-row nav{
    display:none!important;
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:100%!important;
    transform:translateX(-50%)!important;
    width:100vw!important;
    max-width:100vw!important;
    z-index:120!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    max-height:min(72vh,620px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    margin:0!important;
    padding:12px max(18px,5vw) 20px!important;
    background:#fffdf9!important;
    border-top:1px solid rgba(95,78,59,.12)!important;
    border-bottom:1px solid rgba(95,78,59,.12)!important;
    box-shadow:0 18px 36px rgba(49,34,20,.10)!important;
    text-align:center!important;
  }
  .main-nav-row nav.open{display:flex!important}
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    width:100%!important;
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:11px 6px!important;
    font-size:15px!important;
    font-weight:400!important;
    letter-spacing:.065em!important;
    border-bottom:1px solid rgba(95,78,59,.09)!important;
  }
  .main-nav-row nav .has-dropdown{width:100%!important;text-align:center!important}
  .main-nav-row nav .dropdown{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:760px!important;
    margin:0 auto!important;
    padding:12px 0 18px!important;
    display:none!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px 24px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .main-nav-row nav .has-dropdown.open .dropdown{display:grid!important}
  .main-nav-row nav .dd-col,.main-nav-row nav .dd-col a{text-align:center!important}
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    position:absolute!important;
    left:max(12px,env(safe-area-inset-left,0px))!important;
    right:max(12px,env(safe-area-inset-right,0px))!important;
    top:calc(100% + 8px)!important;
    width:auto!important;
    max-width:none!important;
    transform:none!important;
    z-index:130!important;
  }
  .main-nav-row .inline-search{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  .main-nav-row .inline-search.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .main-nav-row .inline-search input{
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    font-size:16px!important;
    background:#fffdf9!important;
    box-shadow:0 14px 34px rgba(60,39,18,.12)!important;
  }
  .site-header.search-open .main-nav-row{padding-bottom:10px!important}
}@media (max-width:680px){
  .main-nav-row nav .dropdown{grid-template-columns:1fr!important;max-width:420px!important}
  .header-icons{gap:1px!important}
  .header-icons .icon-btn{min-width:37px!important;width:37px!important;padding:4px!important}
  .product_title{font-size:28px!important}
  .full-desc,.woocommerce-product-details__short-description,.product-details-grid,.buy-box,.summary-box{font-size:14.5px!important}
}@media (max-width:380px){
  .main-nav-row{grid-template-columns:42px minmax(0,1fr) auto!important;padding-left:8px!important;padding-right:8px!important}
  .mobile-menu{width:42px!important}
  .header-icons .icon-btn{min-width:35px!important;width:35px!important}
}@media (prefers-reduced-motion:reduce){
  .btn,.button,button,input{transition:none!important;transform:none!important}
}.brands-page .all-brands-list a,
.brands-page .all-brands-list a:nth-child(n),
.brands-page .all-brands-list a:nth-child(n):hover,
.brands-page .all-brands-list a:nth-child(n):focus{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  border-bottom:1px solid rgba(112,91,70,.10)!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#3f3934!important;
  padding:6px 0!important;
  transform:none!important;
}.brands-page .all-brands-list a:nth-child(n):hover,
.brands-page .all-brands-list a:nth-child(n):focus{
  color:#775b45!important;
  border-bottom-color:rgba(119,91,69,.28)!important;
}.brands-page .department-tree .department-children,
.brands-page .department-tree .department-children a,
.brands-page .department-tree .department-children a:nth-child(n),
.brands-page .department-tree .department-children a:nth-child(n):hover,
.brands-page .department-tree .department-children a:nth-child(n):focus{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}.brands-page .department-tree .department-children a,
.brands-page .department-tree .department-children a:nth-child(n){
  color:#4b433d!important;
  border:0!important;
  border-bottom:1px solid rgba(112,91,70,.12)!important;
  border-radius:0!important;
  padding:8px 0!important;
}.brands-page .department-tree .department-children a:nth-child(n):hover,
.brands-page .department-tree .department-children a:nth-child(n):focus{
  color:#74563e!important;
  border-bottom-color:rgba(116,86,62,.3)!important;
}:root{
  --lux-category-straw-1:#faf6ed;
  --lux-category-straw-2:#f6efe2;
  --lux-category-straw-3:#f2e8d8;
  --lux-category-cocoa:#eee1d0;
  --lux-category-hover:#eadbc7;
  --lux-secondary-top:#fbf8f3;
  --lux-secondary-bottom:#f1e8de;
  --lux-secondary-border:#d9c8b7;
  --lux-secondary-ink:#57483d;
}.brands-page .department-tree .department-branch:nth-child(4n/**/+1) .department-row{background:var(--lux-category-straw-1)!important}.brands-page .department-tree .department-branch:nth-child(4n/**/+2) .department-row{background:var(--lux-category-straw-2)!important}.brands-page .department-tree .department-branch:nth-child(4n/**/+3) .department-row{background:var(--lux-category-straw-3)!important}.brands-page .department-tree .department-branch:nth-child(4n/**/+4) .department-row{background:var(--lux-category-cocoa)!important}.brands-page .department-tree .department-row,
.brands-page .department-tree .department-main,
.brands-page .department-tree .department-toggle,
.brands-page .department-tree .department-main:hover,
.brands-page .department-tree .department-main:focus,
.brands-page .department-tree .department-toggle:hover,
.brands-page .department-tree .department-toggle:focus{
  color:#493b31!important;
  background:transparent!important;
  border-color:rgba(110,83,61,.14)!important;
  box-shadow:none!important;
}.brands-page .department-tree .department-branch:hover .department-row,
.brands-page .department-tree .department-branch:focus-within .department-row,
.brands-page .department-tree .department-branch.open .department-row{
  background:var(--lux-category-hover)!important;
}.brands-page .department-mystery-link,
.brands-page .department-mystery-link:hover,
.brands-page .department-mystery-link:focus{
  color:#493b31!important;
  background:var(--lux-category-straw-2)!important;
  border-color:rgba(110,83,61,.14)!important;
  box-shadow:none!important;
}.brands-page .department-mystery-link:hover,
.brands-page .department-mystery-link:focus{background:var(--lux-category-hover)!important}.buy-box .lux-buy-now,
.buy-box .lux-pay-deposit,
.layaway-selected-actions .lux-pay-deposit{
  color:#3d2f26!important;
  background:linear-gradient(180deg,#e5d2be 0%,#cfaf8f 100%)!important;
  border-color:#b38d69!important;
}.buy-box .lux-buy-now:hover,
.buy-box .lux-pay-deposit:hover,
.layaway-selected-actions .lux-pay-deposit:hover{
  background:linear-gradient(180deg,#d8bea4 0%,#c29d78 100%)!important;
}.buy-box .single_add_to_cart_button,
.buy-box .wishlist-button,
.buy-box .btn-secondary,
.layaway-selected-actions .btn:not(.lux-pay-deposit),
.woocommerce-cart .lux-cart-continue,
.woocommerce-cart .lux-cart-layaway{
  color:var(--lux-secondary-ink)!important;
  background:linear-gradient(180deg,var(--lux-secondary-top) 0%,var(--lux-secondary-bottom) 100%)!important;
  border-color:var(--lux-secondary-border)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 3px 9px rgba(91,62,39,.05)!important;
}.buy-box .single_add_to_cart_button:hover,
.buy-box .wishlist-button:hover,
.buy-box .btn-secondary:hover,
.layaway-selected-actions .btn:not(.lux-pay-deposit):hover,
.woocommerce-cart .lux-cart-continue:hover,
.woocommerce-cart .lux-cart-layaway:hover{
  color:#49372b!important;
  background:linear-gradient(180deg,#f4ede5 0%,#e7d9ca 100%)!important;
  border-color:#cbb49e!important;
}.lux-deposit-summary{
  margin:12px 0 0!important;
  color:#5e5148!important;
  font-size:13px!important;
  line-height:1.55!important;
}.lux-layaway-prompt{
  margin:16px 0 14px!important;
  padding:13px 0!important;
  border-top:1px solid rgba(112,91,70,.13)!important;
  border-bottom:1px solid rgba(112,91,70,.13)!important;
}.lux-layaway-prompt p{
  margin:0 0 7px!important;
  color:#4f4741!important;
  font-size:13.5px!important;
  line-height:1.55!important;
}.lux-layaway-text-link{
  display:inline-block!important;
  padding:0 0 2px!important;
  color:#75583f!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid currentColor!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:500!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}.lux-layaway-text-link:hover{color:#4f3928!important;background:transparent!important;transform:none!important}.lux-secondary-purchase-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}.lux-secondary-purchase-actions form.cart,
.lux-secondary-purchase-actions .wishlist-button{
  width:100%!important;
  margin:0!important;
}.lux-secondary-purchase-actions form.cart .quantity{display:none!important}.lux-secondary-purchase-actions .single_add_to_cart_button,
.lux-secondary-purchase-actions .wishlist-button{
  width:100%!important;
  min-height:44px!important;
}.lux-deposit-line-label{
  display:block!important;
  margin-top:4px!important;
  color:#785a41!important;
  font-size:11px!important;
  font-weight:500!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}@media(max-width:520px){
  .lux-secondary-purchase-actions{grid-template-columns:1fr!important}
  .lux-deposit-summary,.lux-layaway-prompt p{font-size:13px!important}
}body.woocommerce-checkout .form-row.validate-required::after,
body.woocommerce-checkout .form-row.validate-required:after{
  content:none!important;
  display:none!important;
}
body.woocommerce-checkout .required,
body.woocommerce-checkout abbr.required,
body.woocommerce-checkout .required-mark{
  display:inline!important;
}body.woocommerce-checkout select{
  -webkit-appearance:none!important;
  appearance:none!important;
  padding-right:48px!important;
  background-color:#fff!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M2 2.25 9 9.25 16 2.25' fill='none' stroke='%23654d3b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 16px center!important;
  background-size:16px 11px!important;
}body.woocommerce-checkout .select2-container--default .select2-selection--single{
  min-height:46px!important;
  border:1px solid var(--line)!important;
  border-radius:8px!important;
  background:#fff!important;
}body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  min-height:44px!important;
  padding:10px 48px 10px 13px!important;
  line-height:24px!important;
  color:#3e3732!important;
}body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
  top:0!important;
  right:6px!important;
  width:38px!important;
  height:44px!important;
}body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{
  left:50%!important;
  top:50%!important;
  width:0!important;
  height:0!important;
  margin:-2px 0 0 -7px!important;
  border-style:solid!important;
  border-width:7px 7px 0 7px!important;
  border-color:#654d3b transparent transparent transparent!important;
}body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  margin-top:-5px!important;
  border-width:0 7px 7px 7px!important;
  border-color:transparent transparent #654d3b transparent!important;
}@media (min-width:1051px){
  .main-nav-row nav{
    flex-direction:row!important;
    flex-wrap:nowrap!important;
  }
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown,
  .main-nav-row nav>.has-dropdown>a{
    height:34px!important;
    min-height:34px!important;
    box-sizing:border-box!important;
  }
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
  }
  .main-nav-row nav>.has-dropdown{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
  }
  .main-nav-row nav>.has-dropdown>a{width:100%!important}
  .main-nav-row .nav-caret{
    display:inline-flex!important;
    align-items:center!important;
    line-height:1!important;
    transform:translateY(-1px)!important;
  }
}.buy-box .purchase-mode-links{
  margin-top:14px!important;
  margin-bottom:9px!important;
}.buy-box .price{margin-bottom:0!important}.lux-layaway-prompt{
  margin:12px 0 12px!important;
  padding:11px 0!important;
}.lux-layaway-prompt p{margin:0!important}.lux-layaway-text-link{
  display:inline!important;
  padding:0 0 1px!important;
  font-size:inherit!important;
  font-weight:500!important;
  letter-spacing:.055em!important;
  vertical-align:baseline!important;
}.lux-secondary-purchase-actions{
  align-items:stretch!important;
}.lux-secondary-purchase-actions form.cart,
.lux-secondary-purchase-actions .wishlist-button{
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  box-sizing:border-box!important;
}.lux-secondary-purchase-actions form.cart{
  display:flex!important;
  align-items:stretch!important;
}.lux-secondary-purchase-actions .single_add_to_cart_button,
.lux-secondary-purchase-actions .wishlist-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  padding:10px 12px!important;
  box-sizing:border-box!important;
  font-size:11.5px!important;
  letter-spacing:.055em!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}.lux-authenticity-guarantee{
  margin:10px 0 0!important;
  text-align:center!important;
  font-size:11px!important;
  line-height:1.35!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}.lux-authenticity-guarantee a{
  color:#776758!important;
  border-bottom:1px solid rgba(119,103,88,.36)!important;
  text-decoration:none!important;
}.lux-authenticity-guarantee a:hover{color:#4f3f32!important}@media (max-width:520px){
  .lux-secondary-purchase-actions form.cart,
  .lux-secondary-purchase-actions .wishlist-button,
  .lux-secondary-purchase-actions .single_add_to_cart_button{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }
}.featured-grid .featured-card{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:12px 18px!important;
}.featured-grid .featured-card p{margin-top:0!important}.buy-box .lux-layaway-offer{
  margin:10px 0 12px!important;
  padding:12px 0 11px!important;
  border-top:1px solid rgba(137,111,86,.22)!important;
  border-bottom:1px solid rgba(137,111,86,.22)!important;
}.buy-box .lux-layaway-offer h2{
  margin:0 0 6px!important;
  font-family:var(--lux-font-display)!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.25!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
}.buy-box .lux-layaway-offer p{
  margin:0 0 7px!important;
  font-size:12px!important;
  font-weight:300!important;
  line-height:1.55!important;
  color:#5e5147!important;
}.buy-box .lux-layaway-details-link{
  display:inline-block!important;
  padding-bottom:1px!important;
  border-bottom:1px solid rgba(111,86,65,.42)!important;
  color:#6f5641!important;
  font-size:10.5px!important;
  font-weight:500!important;
  line-height:1.3!important;
  letter-spacing:.075em!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
}.buy-box .lux-layaway-details-link:hover{color:#423328!important}.layaway-page .layaway-intro{max-width:760px;margin-bottom:22px!important}.layaway-guide-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;
  gap:24px!important;
  align-items:start!important;
  margin:16px 0 26px!important;
}.layaway-guide-column>h2{margin:0 0 10px!important}.layaway-steps.layaway-steps-unified,
.layaway-details.layaway-details-unified{
  display:block!important;
  margin:0!important;
  padding:6px 22px!important;
  background:#fbf8f3!important;
  border:1px solid rgba(144,118,93,.24)!important;
  border-radius:8px!important;
}.layaway-steps.layaway-steps-unified li{
  position:relative!important;
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr)!important;
  column-gap:12px!important;
  padding:16px 0!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid rgba(144,118,93,.18)!important;
  border-radius:0!important;
}.layaway-steps.layaway-steps-unified li:last-child{border-bottom:0!important}.layaway-steps.layaway-steps-unified li:before{
  grid-column:1!important;
  grid-row:1/3!important;
  width:28px!important;
  height:28px!important;
  margin:1px 0 0!important;
  background:#eee3d3!important;
  color:#58473a!important;
  font-size:12px!important;
}.layaway-steps.layaway-steps-unified strong,
.layaway-steps.layaway-steps-unified span{grid-column:2!important}.layaway-steps.layaway-steps-unified strong{margin:0 0 4px!important;font-weight:500!important}.layaway-steps.layaway-steps-unified span{font-weight:300!important}.layaway-details.layaway-details-unified{margin-bottom:0!important}.layaway-detail-item{
  padding:16px 0!important;
  border-bottom:1px solid rgba(144,118,93,.18)!important;
}.layaway-detail-item:last-child{border-bottom:0!important}.layaway-detail-item h3{
  margin:0 0 4px!important;
  font-family:var(--lux-font-body)!important;
  font-size:13px!important;
  font-weight:500!important;
  letter-spacing:.02em!important;
}.layaway-detail-item p{margin:0!important;font-weight:300!important;line-height:1.58!important}.simple-page-policy>p:first-of-type{margin-bottom:12px!important}.simple-page-policy .info-card{
  margin:0!important;
  padding:10px 0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}.simple-page-policy .info-card h3{
  margin:0 0 3px!important;
  font-size:15px!important;
  font-weight:400!important;
}.simple-page-policy .info-card p{margin:0!important;line-height:1.58!important}@media (max-width:760px){
  .layaway-guide-grid{grid-template-columns:1fr!important;gap:20px!important}
  .layaway-steps.layaway-steps-unified,
  .layaway-details.layaway-details-unified{padding-left:18px!important;padding-right:18px!important}
}:root{--lux-image-canvas:#ffffff}.card .ph,
a.card .ph,
.shop-grid .card .ph,
.sold-grid .card .ph,
.grid5 .card .ph,
.related-grid .card .ph,
.recently-viewed-grid .card .ph{
  background:var(--lux-image-canvas)!important;
}.card .ph img,
a.card .ph img,
.shop-grid .card .ph img,
.sold-grid .card .ph img,
.grid5 .card .ph img,
.related-grid .card .ph img,
.recently-viewed-grid .card .ph img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}.card:hover .ph img,
a.card:hover .ph img,
.card:focus-visible .ph img,
a.card:focus-visible .ph img{
  transform:none!important;
}.main-photo,
.thumb-col .th,
.layaway-selected-image,
body.woocommerce-cart .woocommerce-cart-form .product-thumbnail,
body.woocommerce-cart .woocommerce-cart-form .product-thumbnail a,
.cart-item{
  background:var(--lux-image-canvas)!important;
}.main-photo img,
.thumb-col img,
.layaway-selected-image img,
body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img,
.cart-item img,
.lux-uncropped-cart-image{
  object-fit:contain!important;
  object-position:center!important;
  background:var(--lux-image-canvas)!important;
  transform:none;
}@media (hover:hover) and (pointer:fine){
  .main-photo.is-zooming img{transform:scale(2.15)!important}
}@media (max-width:767px){
  .card .ph img,
  .thumb-col img,
  .layaway-selected-image img,
  body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{
    object-fit:contain!important;
  }
}.layaway-guide-grid{
  grid-template-columns:minmax(0,1.7fr) minmax(260px,.55fr)!important;
  gap:22px!important;
}@media (min-width:1180px){
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:nowrap!important;
  }
}body.single-product .thumb-col .th,
body.single-product .main-photo,
body.single-product .buy-box,
body.single-product .full-desc,
body.single-product .product-details-heading,
body.single-product .woocommerce-Tabs-panel,
body.single-product .lux-product-description-legacy,
body.single-product .lux-product-description-legacy p,
body.single-product .lux-layaway-offer,
body.single-product .related-section,
body.single-product .related-grid .card{
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}body.single-product .thumb-col .th,
body.single-product .main-photo,
body.single-product .buy-box{
  border-radius:0!important;
}body.single-product .buy-box{
  background:transparent!important;
}body.single-product .full-desc{
  padding-top:16px!important;
}body.single-product .lux-layaway-offer{
  padding-top:8px!important;
  padding-bottom:8px!important;
}body.single-product .thumb-col .th{opacity:.68!important}body.single-product .thumb-col .th.active{opacity:1!important}@media (max-width:980px){
  .layaway-guide-grid{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
}body.single-product .buy-box .lux-layaway-offer{
  margin:16px 0 14px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}body.single-product .buy-box .lux-layaway-offer h2{
  margin:0 0 8px!important;
  font-family:var(--lux-font-display)!important;
  font-size:clamp(17px,1.45vw,21px)!important;
  font-weight:400!important;
  line-height:1.25!important;
  letter-spacing:.018em!important;
  color:var(--lux-ink)!important;
}body.single-product .buy-box .lux-layaway-offer p{
  margin:0 0 5px!important;
  font-family:var(--lux-font-body)!important;
  font-size:12.5px!important;
  font-weight:300!important;
  line-height:1.52!important;
  color:#5e5147!important;
}body.single-product .buy-box .lux-layaway-offer .lux-layaway-benefits{
  margin-bottom:9px!important;
  color:#4f463f!important;
}body.single-product .lux-layaway-benefits span{
  display:inline-block!important;
  margin:0 .32em!important;
  color:var(--lux-accent-deep)!important;
}body.single-product .buy-box .lux-layaway-details-link{
  display:inline-block!important;
  min-height:24px!important;
  padding:2px 0 1px!important;
  color:#6f5641!important;
  border:0!important;
  border-bottom:1px solid rgba(111,86,65,.48)!important;
  background:transparent!important;
  font-family:var(--lux-font-body)!important;
  font-size:10.5px!important;
  font-weight:500!important;
  line-height:1.35!important;
  letter-spacing:.075em!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:rgba(111,86,65,.12)!important;
}body.single-product .buy-box .lux-layaway-details-link:hover,
body.single-product .buy-box .lux-layaway-details-link:focus-visible{
  color:#423328!important;
  border-bottom-color:#423328!important;
}body.single-product .lux-purchase-actions-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
  align-items:stretch!important;
}body.single-product .lux-purchase-actions-grid>*{
  min-width:0!important;
  width:100%!important;
  margin:0!important;
  box-sizing:border-box!important;
}body.single-product .lux-purchase-actions-grid .btn,
body.single-product .lux-purchase-actions-grid form.cart,
body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
body.single-product .lux-purchase-actions-grid .wishlist-button{
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  margin:0!important;
  box-sizing:border-box!important;
}body.single-product .lux-purchase-actions-grid .btn,
body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
body.single-product .lux-purchase-actions-grid .wishlist-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 12px!important;
  overflow:hidden!important;
  font-family:var(--lux-font-body)!important;
  font-size:11.5px!important;
  font-weight:400!important;
  line-height:1.1!important;
  letter-spacing:.065em!important;
  text-align:center!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  touch-action:manipulation!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  -webkit-tap-highlight-color:rgba(111,86,65,.12)!important;
}body.single-product .lux-purchase-actions-grid form.cart{
  display:flex!important;
  align-items:stretch!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}body.single-product .lux-purchase-actions-grid form.cart .quantity{display:none!important}body.single-product .lux-wishlist-action>*{
  width:100%!important;
  height:100%!important;
  margin:0!important;
}body.single-product .lux-purchase-actions-grid .lux-buy-now{
  color:#3d2f26!important;
  background:linear-gradient(180deg,#e5d2be 0%,#cfaf8f 100%)!important;
  border-color:#b38d69!important;
}body.single-product .lux-purchase-actions-grid .lux-buy-now:hover,
body.single-product .lux-purchase-actions-grid .lux-buy-now:focus-visible{
  background:linear-gradient(180deg,#d8bea4 0%,#c29d78 100%)!important;
}body.single-product .lux-purchase-actions-grid .lux-pay-deposit{
  color:#49372b!important;
  background:linear-gradient(180deg,#eee1d4 0%,#dcc4ae 100%)!important;
  border-color:#c6a88c!important;
}body.single-product .lux-purchase-actions-grid .lux-pay-deposit:hover,
body.single-product .lux-purchase-actions-grid .lux-pay-deposit:focus-visible{
  background:linear-gradient(180deg,#e6d5c4 0%,#d1b296 100%)!important;
}body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
body.single-product .lux-purchase-actions-grid .wishlist-button{
  color:var(--lux-secondary-ink)!important;
  background:linear-gradient(180deg,var(--lux-secondary-top) 0%,var(--lux-secondary-bottom) 100%)!important;
  border-color:var(--lux-secondary-border)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 3px 9px rgba(91,62,39,.05)!important;
}body.single-product .lux-purchase-actions-grid .single_add_to_cart_button:hover,
body.single-product .lux-purchase-actions-grid .single_add_to_cart_button:focus-visible,
body.single-product .lux-purchase-actions-grid .wishlist-button:hover,
body.single-product .lux-purchase-actions-grid .wishlist-button:focus-visible{
  color:#49372b!important;
  background:linear-gradient(180deg,#f4ede5 0%,#e7d9ca 100%)!important;
  border-color:#cbb49e!important;
}body.single-product .lux-purchase-actions-grid :focus-visible,
body.single-product .lux-authenticity-guarantee a:focus-visible{
  outline:2px solid rgba(111,86,65,.58)!important;
  outline-offset:2px!important;
}body.single-product .lux-authenticity-guarantee{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  width:100%!important;
  margin:17px 0 0!important;
  text-align:center!important;
}body.single-product .lux-authenticity-mark{
  display:grid!important;
  grid-template-columns:minmax(24px,1fr) 34px minmax(24px,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  width:100%!important;
  margin-bottom:7px!important;
  color:var(--lux-accent)!important;
}body.single-product .lux-authenticity-mark span{
  display:block!important;
  height:1px!important;
  background:rgba(111,86,65,.18)!important;
}body.single-product .lux-authenticity-mark svg{
  display:block!important;
  width:30px!important;
  height:35px!important;
  margin:auto!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}body.single-product .lux-authenticity-guarantee>a{
  display:inline-block!important;
  color:#776758!important;
  border:0!important;
  background:transparent!important;
  font-family:var(--lux-font-body)!important;
  font-size:10.5px!important;
  font-weight:500!important;
  line-height:1.35!important;
  letter-spacing:.14em!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
}body.single-product .lux-authenticity-guarantee>a:hover{color:#4f3f32!important}body.single-product .lux-authenticity-guarantee small{
  display:block!important;
  max-width:100%!important;
  margin-top:4px!important;
  color:#6e6259!important;
  font-family:var(--lux-font-body)!important;
  font-size:10.5px!important;
  font-weight:300!important;
  line-height:1.45!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
}@media (max-width:1180px){
  body.single-product .buy-box .lux-layaway-offer{margin-top:13px!important}
  body.single-product .lux-purchase-actions-grid{gap:9px!important}
  body.single-product .lux-purchase-actions-grid .btn,
  body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
  body.single-product .lux-purchase-actions-grid .wishlist-button{
    padding-left:8px!important;
    padding-right:8px!important;
    font-size:10.8px!important;
    letter-spacing:.05em!important;
  }
}@media (max-width:520px){
  body.single-product .buy-box .lux-layaway-offer h2{font-size:18px!important}
  body.single-product .buy-box .lux-layaway-offer p{font-size:12.5px!important}
  body.single-product .lux-purchase-actions-grid{gap:8px!important}
  body.single-product .lux-purchase-actions-grid .btn,
  body.single-product .lux-purchase-actions-grid form.cart,
  body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
  body.single-product .lux-purchase-actions-grid .wishlist-button{
    height:50px!important;
    min-height:50px!important;
    max-height:50px!important;
  }
  body.single-product .lux-purchase-actions-grid .btn,
  body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
  body.single-product .lux-purchase-actions-grid .wishlist-button{
    padding:9px 5px!important;
    font-size:10.2px!important;
    letter-spacing:.035em!important;
  }
  body.single-product .lux-authenticity-guarantee{margin-top:15px!important}
  body.single-product .lux-authenticity-mark{grid-template-columns:minmax(18px,1fr) 32px minmax(18px,1fr)!important;gap:8px!important}
}@media (max-width:360px){
  body.single-product .lux-purchase-actions-grid{gap:7px!important}
  body.single-product .lux-purchase-actions-grid .btn,
  body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
  body.single-product .lux-purchase-actions-grid .wishlist-button{
    padding-left:3px!important;
    padding-right:3px!important;
    font-size:9.6px!important;
    letter-spacing:.018em!important;
  }
  body.single-product .lux-authenticity-guarantee>a{font-size:10px!important;letter-spacing:.11em!important}
  body.single-product .lux-authenticity-guarantee small{font-size:10px!important}
}@media (max-width:340px){
  body.single-product .lux-purchase-actions-grid{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.single-product .lux-purchase-actions-grid .btn,
  body.single-product .lux-purchase-actions-grid form.cart,
  body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
  body.single-product .lux-purchase-actions-grid .wishlist-button{
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    font-size:10.5px!important;
    letter-spacing:.045em!important;
  }
}.layaway-page{
  max-width:1180px!important;
}@media (min-width:1101px){
  .layaway-guide-grid{
    grid-template-columns:var(--lux-layaway-first-width,696px) minmax(0,1fr)!important;
    gap:22px!important;
    align-items:stretch!important;
  }
  .layaway-guide-column{
    display:flex!important;
    min-width:0!important;
    flex-direction:column!important;
  }
  .layaway-steps.layaway-steps-unified,
  .layaway-details.layaway-details-unified{
    flex:1 1 auto!important;
    height:100%!important;
  }
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:nowrap!important;
  }
}@media (max-width:1100px){
  .layaway-guide-grid{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:normal!important;
  }
}@media (min-width:1101px){
  .layaway-guide-grid{
    grid-template-columns:var(--lux-layaway-first-width,658px) minmax(0,1fr)!important;
    align-items:stretch!important;
  }
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:normal!important;
  }
  .layaway-guide-column,
  .layaway-steps.layaway-steps-unified,
  .layaway-details.layaway-details-unified{
    height:100%!important;
  }
}body.single-product .buy-box .price{
  margin-bottom:0!important;
}body.single-product .buy-box .lux-layaway-offer{
  margin-top:32px!important;
}@media (max-width:1180px){
  body.single-product .buy-box .lux-layaway-offer{
    margin-top:27px!important;
  }
}@media (max-width:520px){
  body.single-product .buy-box .lux-layaway-offer{
    margin-top:24px!important;
  }
}@media (min-width:1051px){
  .main-nav-row nav{
    gap:clamp(8px,.72vw,14px)!important;
  }
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    font-size:clamp(12px,.82vw,14px)!important;
    letter-spacing:.048em!important;
  }
  .right-cluster{
    width:clamp(290px,20vw,316px)!important;
    min-width:290px!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    right:114px!important;
    width:clamp(164px,11.5vw,184px)!important;
    max-width:184px!important;
  }
}@media (min-width:1051px) and (max-width:1240px){
  .main-nav-row nav{gap:8px!important}
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    font-size:11.8px!important;
    letter-spacing:.042em!important;
  }
  .right-cluster{
    width:286px!important;
    min-width:286px!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    right:112px!important;
    width:162px!important;
    max-width:162px!important;
  }
}body.single-product .lux-purchase-actions-grid .lux-pay-deposit{
  color:var(--lux-secondary-ink)!important;
  background:linear-gradient(180deg,var(--lux-secondary-top) 0%,var(--lux-secondary-bottom) 100%)!important;
  border-color:var(--lux-secondary-border)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 3px 9px rgba(91,62,39,.05)!important;
}body.single-product .lux-purchase-actions-grid .lux-pay-deposit:hover,
body.single-product .lux-purchase-actions-grid .lux-pay-deposit:focus-visible{
  color:#49372b!important;
  background:linear-gradient(180deg,#f4ede5 0%,#e7d9ca 100%)!important;
  border-color:#cbb49e!important;
}@media (min-width:1351px){
  .main-nav-row nav{
    gap:clamp(9px,.68vw,13px)!important;
  }
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    font-size:clamp(14.2px,.88vw,15.4px)!important;
    letter-spacing:.042em!important;
  }
}@media (min-width:1241px) and (max-width:1350px){
  .main-nav-row nav{gap:8px!important}
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    font-size:13.4px!important;
    letter-spacing:.038em!important;
  }
  .right-cluster{
    width:300px!important;
    min-width:300px!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    right:114px!important;
    width:174px!important;
    max-width:174px!important;
  }
}@media (min-width:1051px) and (max-width:1240px){
  .main-nav-row nav{gap:6px!important}
  .main-nav-row nav>a,
  .main-nav-row nav>.has-dropdown>a{
    font-size:12.45px!important;
    letter-spacing:.034em!important;
  }
  .right-cluster{
    width:282px!important;
    min-width:282px!important;
  }
  .main-nav-row .inline-search,
  .main-nav-row .inline-search.open{
    right:112px!important;
    width:158px!important;
    max-width:158px!important;
  }
}body.single-product .lux-purchase-actions-grid .lux-buy-now{
  color:#30251f!important;
  background:linear-gradient(180deg,#dfc2a3 0%,#bd936b 100%)!important;
  border-color:#a77d58!important;
  box-shadow:0 1px 0 rgba(255,255,255,.38) inset,0 7px 16px rgba(78,50,29,.12)!important;
}body.single-product .lux-purchase-actions-grid .lux-buy-now:hover,
body.single-product .lux-purchase-actions-grid .lux-buy-now:focus-visible{
  color:#251b16!important;
  background:linear-gradient(180deg,#d2b28f 0%,#ad815a 100%)!important;
  border-color:#946b49!important;
}body.single-product .lux-purchase-actions-grid .lux-pay-deposit{
  color:#49382d!important;
  background:linear-gradient(180deg,#eee0d2 0%,#dcc3ad 100%)!important;
  border-color:#c5a78b!important;
  box-shadow:0 1px 0 rgba(255,255,255,.72) inset,0 4px 10px rgba(91,62,39,.065)!important;
}body.single-product .lux-purchase-actions-grid .lux-pay-deposit:hover,
body.single-product .lux-purchase-actions-grid .lux-pay-deposit:focus-visible{
  color:#3f2f25!important;
  background:linear-gradient(180deg,#e6d4c2 0%,#d0b095 100%)!important;
  border-color:#b99475!important;
}body.single-product .lux-purchase-actions-grid .single_add_to_cart_button,
body.single-product .lux-purchase-actions-grid .wishlist-button{
  color:#66594e!important;
  background:linear-gradient(180deg,#fdfbf8 0%,#f4eee8 100%)!important;
  border-color:#d9cdc1!important;
  box-shadow:0 1px 0 rgba(255,255,255,.96) inset,0 2px 7px rgba(91,62,39,.035)!important;
}body.single-product .lux-purchase-actions-grid .single_add_to_cart_button:hover,
body.single-product .lux-purchase-actions-grid .single_add_to_cart_button:focus-visible,
body.single-product .lux-purchase-actions-grid .wishlist-button:hover,
body.single-product .lux-purchase-actions-grid .wishlist-button:focus-visible{
  color:#493b31!important;
  background:linear-gradient(180deg,#faf6f1 0%,#ece2d8 100%)!important;
  border-color:#cdbbaa!important;
}.layaway-page{
  width:min(1760px,calc(100vw - 40px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:clamp(22px,2.6vw,42px)!important;
  padding-right:clamp(34px,5vw,80px)!important;
}@media (min-width:1101px){
  .layaway-guide-grid{
    width:calc(100% + 12px)!important;
    margin-left:-12px!important;
    margin-right:0!important;
    grid-template-columns:var(--lux-layaway-first-width,640px) minmax(0,1fr)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  
  .layaway-steps.layaway-steps-unified{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .layaway-steps.layaway-steps-unified li{
    grid-template-columns:24px minmax(0,1fr)!important;
    column-gap:6px!important;
    padding-top:14px!important;
    padding-bottom:14px!important;
  }
  .layaway-steps.layaway-steps-unified li:before{
    width:22px!important;
    height:22px!important;
    margin-top:1px!important;
    font-size:10px!important;
  }
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:nowrap!important;
  }

  .layaway-guide-column,
  .layaway-steps.layaway-steps-unified,
  .layaway-details.layaway-details-unified{
    min-width:0!important;
    height:100%!important;
  }
}@media (max-width:1100px){
  .layaway-page{
    width:100%!important;
    padding-left:6%!important;
    padding-right:6%!important;
  }
  .layaway-guide-grid{
    width:100%!important;
    margin-left:0!important;
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:normal!important;
  }
}.lux-sell-page{
  --sell-max:1440px;
  --sell-gold:#a77a43;
  --sell-line:rgba(116,88,67,.18);
  --sell-ink:#29241f;
  --sell-muted:#6f675f;
  background:#fffdf9;
  color:var(--sell-ink);
}.lux-sell-shell{width:min(var(--sell-max),calc(100% - 72px));margin:0 auto}.lux-sell-hero{padding:90px 0 88px;background:linear-gradient(180deg,#fcf8f2 0%,#fffdf9 100%);text-align:center}.lux-sell-kicker,.lux-sell-section-head>p,.lux-sell-ready-copy>p{
  margin:0 0 18px;font-family:var(--lux-font-body, "DM Sans", sans-serif);font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--sell-gold)
}.lux-sell-hero h1{max-width:980px;margin:0 auto 24px;font-family:var(--lux-font-display,"Tenor Sans",serif);font-size:clamp(42px,5vw,76px);line-height:1.08;font-weight:400;letter-spacing:-.025em}.lux-sell-trust{margin:0 auto 28px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#544c45}.lux-sell-trust span{margin:0 9px;color:#b8966e}.lux-sell-lead{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--sell-muted)}.lux-sell-section{padding:92px 0}.lux-sell-section-head{text-align:center;margin:0 auto 46px}.lux-sell-section-head h2,.lux-sell-ready h2{margin:0;font-family:var(--lux-font-display,"Tenor Sans",serif);font-size:clamp(32px,3.4vw,50px);line-height:1.14;font-weight:400}.lux-sell-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:stretch}.lux-sell-option-grid article{padding:42px 44px;background:#fbf6ee;border:1px solid rgba(167,122,67,.16)}.lux-sell-option-grid h3,.lux-sell-step-grid h3{margin:0 0 8px;font-family:var(--lux-font-display,"Tenor Sans",serif);font-size:28px;font-weight:400}.lux-sell-subtitle{margin:0 0 24px;font-size:13px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--sell-gold)}.lux-sell-option-grid p,.lux-sell-option-grid li{font-size:15px;line-height:1.72;color:#5f5851}.lux-sell-list-title{margin-top:26px!important;font-weight:500;color:#38322d!important}.lux-sell-option-grid ul{margin:14px 0 0;padding:0;list-style:none}.lux-sell-option-grid li{position:relative;padding-left:19px;margin:7px 0}.lux-sell-option-grid li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:1px;background:var(--sell-gold)}.lux-sell-process{background:#faf6ef}.lux-sell-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lux-sell-step-grid article{min-height:100%;padding:30px 28px;background:#fffdf9;border:1px solid rgba(116,88,67,.14)}.lux-sell-step-grid article>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:26px;border:1px solid rgba(167,122,67,.55);border-radius:50%;font-size:13px;color:#8c6438}.lux-sell-step-grid h3{font-size:22px;line-height:1.3}.lux-sell-step-grid p{margin:13px 0 0;font-size:14px;line-height:1.7;color:#655e57}.lux-sell-benefits{padding-bottom:96px}.lux-sell-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;border-top:1px solid var(--sell-line);border-bottom:1px solid var(--sell-line);list-style:none}.lux-sell-benefit-grid li{position:relative;padding:23px 24px 23px 41px;font-size:14px;line-height:1.45;border-right:1px solid var(--sell-line)}.lux-sell-benefit-grid li:nth-child(4n){border-right:0}.lux-sell-benefit-grid li:before{content:"✓";position:absolute;left:18px;color:var(--sell-gold)}.lux-sell-faq{padding-top:88px;border-top:1px solid rgba(116,88,67,.18)}.lux-sell-accordion{max-width:980px;margin:0 auto;border-top:1px solid var(--sell-line)}.lux-sell-accordion details{border-bottom:1px solid var(--sell-line)}.lux-sell-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;list-style:none;font-family:var(--lux-font-display,"Tenor Sans",serif);font-size:21px}.lux-sell-accordion summary::-webkit-details-marker{display:none}.lux-sell-accordion summary span{font-family:var(--lux-font-body,"DM Sans",sans-serif);font-size:22px;font-weight:300;transition:transform .2s ease}.lux-sell-accordion details[open] summary span{transform:rotate(45deg)}.lux-sell-accordion details>div{padding:0 56px 24px 0}.lux-sell-accordion p{margin:0;font-size:15px;line-height:1.75;color:var(--sell-muted)}.lux-sell-ready{padding-top:96px;background:#faf6ef}.lux-sell-ready-copy{text-align:center;max-width:820px;margin:0 auto 48px}.lux-sell-ready-copy p:not(:first-child){margin:18px auto 0;font-size:16px;line-height:1.7;color:var(--sell-muted)}.lux-sell-form{max-width:1040px;margin:0 auto;padding:42px 44px;background:#fffdf9;border:1px solid rgba(116,88,67,.14)}.lux-sell-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px}.lux-sell-form-grid .full{grid-column:1/-1}.lux-sell-form label,.lux-sell-form legend{display:block;margin:0 0 8px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#5b5149}.lux-sell-form input:not([type="radio"]),.lux-sell-form textarea{width:100%;border:1px solid rgba(116,88,67,.2);border-radius:0;background:#fff;padding:13px 14px;font:400 15px/1.5 var(--lux-font-body,"DM Sans",sans-serif);color:#2f2924}.lux-sell-form input:focus,.lux-sell-form textarea:focus{outline:1px solid rgba(167,122,67,.65);outline-offset:1px;border-color:rgba(167,122,67,.65)}.lux-sell-option-field{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;border:0}.lux-sell-option-field legend{grid-column:1/-1}.lux-sell-option-field label{display:flex;gap:12px;align-items:flex-start;margin:0;padding:16px;border:1px solid rgba(116,88,67,.16);background:#fcf8f2;text-transform:none;letter-spacing:0;cursor:pointer}.lux-sell-option-field input{margin-top:4px;accent-color:#a77a43}.lux-sell-option-field strong{display:block;font-family:var(--lux-font-display,"Tenor Sans",serif);font-size:18px;font-weight:400;color:#302a25}.lux-sell-option-field small{display:block;margin-top:4px;font-size:12px;line-height:1.5;color:#756c64}.lux-sell-form .field-help{margin:8px 0 0;font-size:12px;color:#776f68}.lux-sell-submit{min-width:220px;min-height:52px}.lux-sell-status{max-width:1040px;margin:0 auto 20px;padding:14px 16px;font-size:14px;border:1px solid rgba(116,88,67,.18);background:#fffdf9}.lux-sell-success{color:#466347}.lux-sell-error{color:#8b4339}@media(max-width:1100px){
  .lux-sell-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lux-sell-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lux-sell-benefit-grid li:nth-child(2n){border-right:0}
}@media(max-width:760px){
  .lux-sell-shell{width:min(100% - 34px,var(--sell-max))}
  .lux-sell-hero{padding:64px 0 62px}
  .lux-sell-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;line-height:1.45}
  .lux-sell-trust span{display:none}
  .lux-sell-lead{font-size:16px;line-height:1.7}
  .lux-sell-section{padding:62px 0}
  .lux-sell-section-head{margin-bottom:32px}
  .lux-sell-option-grid,.lux-sell-step-grid,.lux-sell-form-grid,.lux-sell-option-field{grid-template-columns:1fr}
  .lux-sell-option-grid{gap:16px}
  .lux-sell-option-grid article{padding:30px 26px}
  .lux-sell-step-grid article{padding:26px 24px}
  .lux-sell-benefit-grid{grid-template-columns:1fr}
  .lux-sell-benefit-grid li{border-right:0}
  .lux-sell-accordion summary{font-size:18px;padding:20px 0}
  .lux-sell-accordion details>div{padding-right:18px}
  .lux-sell-form{padding:28px 22px}
  .lux-sell-ready-copy{margin-bottom:34px}
}@media(max-width:390px){
  .lux-sell-shell{width:calc(100% - 26px)}
  .lux-sell-hero h1{font-size:38px}
  .lux-sell-option-grid article,.lux-sell-step-grid article{padding-left:21px;padding-right:21px}
  .lux-sell-form{padding:24px 18px}
}.layaway-steps.layaway-steps-unified strong,
.layaway-detail-item h3{
  margin:0 0 4px!important;
  font-family:var(--lux-font-body)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.35!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}@media (min-width:1101px){
  .layaway-guide-grid{
    width:calc(100% - 52px)!important;
    margin-left:22px!important;
    margin-right:30px!important;
    grid-template-columns:var(--lux-layaway-first-width,640px) minmax(0,1fr)!important;
    align-items:stretch!important;
  }
}@media (max-width:1100px){
  .layaway-guide-grid{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}@media (min-width:1101px){
  .layaway-payment-line{
    white-space:nowrap!important;
  }
}@media (max-width:1100px){
  .layaway-payment-line{
    white-space:normal!important;
  }
}body.single-product .buy-box .lux-layaway-details-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  white-space:nowrap!important;
}body.single-product .buy-box .lux-layaway-link-arrow{
  display:inline-block!important;
  flex:0 0 auto!important;
  font-family:Arial,sans-serif!important;
  font-size:19px!important;
  font-weight:300!important;
  line-height:1!important;
  letter-spacing:0!important;
  transform:translateY(-1px)!important;
}@media (min-width:1101px){
  
  .layaway-guide-grid{
    width:calc(100% - 34px)!important;
    margin-left:18px!important;
    margin-right:16px!important;
    grid-template-columns:var(--lux-layaway-first-width,628px) minmax(0,1fr)!important;
  }

  
  .layaway-details.layaway-details-unified{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  
  .layaway-details .layaway-detail-item:nth-child(2) p{
    white-space:nowrap!important;
  }
}@media (max-width:1100px){
  .layaway-details .layaway-detail-item:nth-child(2) p{
    white-space:normal!important;
  }
}body.single-product .buy-box .price .old,
body.single-product .buy-box .price del{
  color:#b8b0a8!important;
  opacity:.72!important;
  font-weight:300!important;
}body.single-product .buy-box .price .old .amount,
body.single-product .buy-box .price del .amount{
  color:inherit!important;
  font-weight:inherit!important;
  text-decoration-color:rgba(143,133,124,.66)!important;
}body.single-product .lux-purchase-actions-grid .lux-buy-now,
body.single-product .lux-purchase-actions-grid .lux-pay-deposit{
  color:#30251f!important;
  background:linear-gradient(180deg,#dfc2a3 0%,#bd936b 100%)!important;
  border-color:#a77d58!important;
  box-shadow:0 1px 0 rgba(255,255,255,.38) inset,0 7px 16px rgba(78,50,29,.12)!important;
}body.single-product .lux-purchase-actions-grid .lux-buy-now:hover,
body.single-product .lux-purchase-actions-grid .lux-buy-now:focus-visible,
body.single-product .lux-purchase-actions-grid .lux-pay-deposit:hover,
body.single-product .lux-purchase-actions-grid .lux-pay-deposit:focus-visible{
  color:#251b16!important;
  background:linear-gradient(180deg,#d2b28f 0%,#ad815a 100%)!important;
  border-color:#946b49!important;
}body.single-product .buy-box .lux-layaway-offer{
  margin-top:38px!important;
  margin-bottom:22px!important;
}body.single-product .lux-purchase-actions-grid{
  margin-top:2px!important;
}body.single-product .lux-authenticity-guarantee{
  margin-top:27px!important;
}body.single-product .lux-authenticity-guarantee--text-only{
  padding-top:18px!important;
  border-top:1px solid rgba(111,86,65,.16)!important;
}body.single-product .lux-authenticity-guarantee--text-only .lux-authenticity-mark{
  display:none!important;
}body.single-product .full-desc{
  margin-top:16px!important;
  padding-top:8px!important;
}@media (max-width:1180px){
  body.single-product .buy-box .lux-layaway-offer{
    margin-top:32px!important;
    margin-bottom:19px!important;
  }
  body.single-product .lux-authenticity-guarantee{margin-top:23px!important}
}@media (max-width:520px){
  body.single-product .buy-box .lux-layaway-offer{
    margin-top:27px!important;
    margin-bottom:17px!important;
  }
  body.single-product .lux-authenticity-guarantee{margin-top:20px!important}
  body.single-product .full-desc{margin-top:14px!important;padding-top:6px!important}
}@media (min-width:1101px){
  .layaway-guide-grid{
    width:calc(100% - 28px)!important;
    margin-left:16px!important;
    margin-right:12px!important;
    grid-template-columns:var(--lux-layaway-balanced-width,46%) minmax(0,1fr)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .layaway-guide-column{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    height:auto!important;
  }

  
  .layaway-guide-column>h2{
    flex:0 0 auto!important;
    min-height:1.28em!important;
    margin:0 0 10px!important;
  }

  .layaway-steps.layaway-steps-unified,
  .layaway-details.layaway-details-unified{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    flex:1 1 auto!important;
    overflow:visible!important;
  }

  
  .layaway-steps.layaway-steps-unified strong,
  .layaway-steps.layaway-steps-unified span,
  .layaway-details.layaway-details-unified h3,
  .layaway-details.layaway-details-unified p,
  .layaway-payment-line,
  .layaway-details .layaway-detail-item:nth-child(2) p{
    min-width:0!important;
    max-width:100%!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
  }

  .layaway-details.layaway-details-unified{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  
  .layaway-guide-grid.lux-layaway-measuring{
    align-items:start!important;
  }
  .layaway-guide-grid.lux-layaway-measuring .layaway-guide-column,
  .layaway-guide-grid.lux-layaway-measuring .layaway-steps.layaway-steps-unified,
  .layaway-guide-grid.lux-layaway-measuring .layaway-details.layaway-details-unified{
    height:auto!important;
    min-height:0!important;
    flex:none!important;
  }
}@media (min-width:1380px){
  
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:nowrap!important;
  }
}@media (max-width:1379px){
  .layaway-steps.layaway-steps-unified li:first-child span{
    white-space:normal!important;
  }
}@media (max-width:1100px){
  .layaway-guide-grid{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    grid-template-columns:1fr!important;
  }
  .layaway-guide-column>h2{min-height:0!important}
  .layaway-steps.layaway-steps-unified,
  .layaway-details.layaway-details-unified{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
  }
  .layaway-steps.layaway-steps-unified span,
  .layaway-details.layaway-details-unified p,
  .layaway-payment-line{
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
}.lux-layaway-main{
  background:#fffdfa;
  color:#211d19;
}.layaway-page.lux-layaway-v2{
  width:min(1220px,calc(100% - 48px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:54px 0 90px!important;
  overflow:visible!important;
}.lux-layaway-v2 *{box-sizing:border-box}.lux-layaway-hero{
  max-width:860px;
  margin:0 auto;
  text-align:center;
}.lux-layaway-v2 .lux-layaway-hero h1{
  margin:0!important;
  font-family:var(--lux-font-display,"Cormorant Garamond",Georgia,serif)!important;
  font-size:clamp(54px,6vw,82px)!important;
  font-weight:400!important;
  line-height:.98!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
  color:#191612!important;
}.lux-layaway-ornament{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  width:245px;
  margin:20px auto 18px;
  color:#b18a43;
}.lux-layaway-ornament span{height:1px;flex:1;background:rgba(177,138,67,.52)}.lux-layaway-ornament b{
  display:grid;
  place-items:center;
  width:23px;
  height:23px;
  border:1px solid rgba(177,138,67,.68);
  transform:rotate(45deg);
  font-size:0;
  line-height:0;
  color:transparent;
}.lux-layaway-lead,
.lux-layaway-copy{
  color:#29241f!important;
  font-family:var(--lux-font-body,Arial,sans-serif)!important;
  font-weight:300!important;
}.lux-layaway-lead{
  margin:0 auto 9px!important;
  font-size:17px!important;
  line-height:1.45!important;
}.lux-layaway-lead strong{font-weight:600!important;color:#171411!important}.lux-layaway-copy{
  max-width:680px;
  margin:0 auto!important;
  font-size:15.5px!important;
  line-height:1.55!important;
}.lux-layaway-highlights{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px 18px;
  margin-top:24px;
  color:#a9823d;
  font-family:var(--lux-font-display,"Cormorant Garamond",Georgia,serif);
  font-size:20px;
  line-height:1.2;
}.lux-layaway-highlights i{font-style:normal;font-size:12px}.lux-layaway-section{margin-top:66px}.lux-layaway-section-title{
  display:grid;
  grid-template-columns:minmax(30px,1fr) auto minmax(30px,1fr);
  align-items:center;
  gap:24px;
  margin-bottom:25px;
}.lux-layaway-section-title span{height:1px;background:rgba(162,128,67,.38)}.lux-layaway-v2 .lux-layaway-section-title h2,
.lux-layaway-v2 .lux-layaway-help h2{
  margin:0!important;
  font-family:var(--lux-font-body,Arial,sans-serif)!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.25!important;
  letter-spacing:.24em!important;
  text-transform:uppercase!important;
  color:#1d1916!important;
}.lux-layaway-selected{
  max-width:980px;
  margin:56px auto 0!important;
}.lux-layaway-selected h2{
  font-size:28px!important;
  letter-spacing:0!important;
  text-transform:none!important;
}.lux-layaway-cards{
  list-style:none!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin:0!important;
  padding:0!important;
}.lux-layaway-cards li{margin:0!important;padding:0!important;min-width:0}.lux-layaway-cards article{
  position:relative;
  height:100%;
  min-height:290px;
  padding:28px 20px 25px;
  text-align:center;
  background:#fffefb;
  border:1px solid rgba(151,123,83,.19);
  border-radius:9px;
  box-shadow:0 7px 24px rgba(73,55,36,.045);
}.lux-step-number{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin:0 auto 17px;
  border-radius:50%;
  background:#b7924f;
  color:#fff;
  font:400 16px/1 var(--lux-font-body,Arial,sans-serif);
}.lux-layaway-cards svg{
  width:43px;
  height:43px;
  margin:0 auto 17px;
  fill:none;
  stroke:#ae873e;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}.lux-layaway-v2 .lux-layaway-cards h3{
  margin:0 0 9px!important;
  font-family:var(--lux-font-display,"Cormorant Garamond",Georgia,serif)!important;
  font-size:20px!important;
  font-weight:500!important;
  line-height:1.18!important;
  letter-spacing:0!important;
  text-transform:none!important;
  color:#171411!important;
}.lux-layaway-cards p{
  max-width:220px;
  margin:0 auto!important;
  color:#3f3831!important;
  font-size:14px!important;
  font-weight:300!important;
  line-height:1.58!important;
}.lux-layaway-payment-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:0;
  padding:30px 34px;
  background:#fffefb;
  border:1px solid rgba(151,123,83,.19);
  border-radius:9px;
  box-shadow:0 7px 24px rgba(73,55,36,.035);
}.lux-layaway-checklist{
  list-style:none!important;
  margin:0!important;
  padding:0 34px 0 0!important;
  border-right:1px solid rgba(151,123,83,.20);
}.lux-layaway-checklist li,
.lux-layaway-checkline{
  position:relative;
  margin:0!important;
  padding:0 0 0 26px!important;
  color:#312b25!important;
  font-size:14px!important;
  font-weight:300!important;
  line-height:1.5!important;
  overflow-wrap:anywhere;
}.lux-layaway-checklist li+li{margin-top:13px!important}.lux-layaway-checklist li::before,
.lux-layaway-checkline::before{
  content:"✓";
  position:absolute;
  left:0;
  top:.08em;
  display:grid;
  place-items:center;
  width:15px;
  height:15px;
  border:1px solid #b08a43;
  border-radius:50%;
  color:#9f7833;
  font:600 9px/1 Arial,sans-serif;
}.lux-layaway-shipping{min-width:0;padding-left:34px}.lux-layaway-shipping table{
  width:100%;
  margin:13px 0 18px;
  border-collapse:collapse;
  table-layout:fixed;
  background:#fff;
  color:#312b25;
  font-size:13px;
}.lux-layaway-shipping th,
.lux-layaway-shipping td{
  padding:7px 10px;
  border:1px solid rgba(151,123,83,.20);
  text-align:left;
  font-weight:300;
  line-height:1.25;
  overflow-wrap:anywhere;
}.lux-layaway-shipping th{width:52%;font-weight:400}.lux-layaway-extra-time{margin-top:2px!important}.lux-layaway-shop-cta{margin-top:20px;text-align:center}.lux-layaway-shop-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  width:100%;
  padding:14px 24px;
  background:#b7924f;
  border:1px solid #b7924f;
  border-radius:4px;
  color:#fff!important;
  font-family:var(--lux-font-body,Arial,sans-serif);
  font-size:16px;
  font-weight:400;
  letter-spacing:.22em;
  text-decoration:none!important;
  text-transform:uppercase;
  transition:background .2s ease,border-color .2s ease;
}.lux-layaway-shop-cta a:hover{background:#a57e39;border-color:#a57e39}.lux-layaway-shop-cta p{
  margin:9px 0 0!important;
  color:#6b6055!important;
  font-size:12.5px!important;
  line-height:1.4!important;
}.lux-layaway-faq{margin-top:58px}.lux-layaway-accordion{
  border:1px solid rgba(151,123,83,.18);
  border-radius:7px;
  background:#fffefb;
  overflow:hidden;
}.lux-layaway-accordion details{margin:0;border-bottom:1px solid rgba(151,123,83,.16)}.lux-layaway-accordion details:last-child{border-bottom:0}.lux-layaway-accordion summary{
  position:relative;
  display:block;
  padding:15px 48px 15px 22px;
  cursor:pointer;
  list-style:none;
  color:#211d19;
  font-size:14px;
  font-weight:400;
  line-height:1.35;
}.lux-layaway-accordion summary::-webkit-details-marker{display:none}.lux-layaway-accordion summary::after{
  content:"⌄";
  position:absolute;
  right:21px;
  top:50%;
  transform:translateY(-58%);
  font-size:19px;
  font-weight:300;
}.lux-layaway-accordion details[open] summary::after{content:"⌃";transform:translateY(-45%)}.lux-layaway-accordion details[open] summary{background:#fbf7f0}.lux-layaway-accordion details>p{
  margin:0!important;
  padding:0 48px 14px 22px;
  color:#51483f!important;
  font-size:13.5px!important;
  font-weight:300!important;
  line-height:1.55!important;
}.lux-layaway-accordion details>p+p{padding-top:0}.lux-layaway-help{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  margin-top:20px;
  padding:24px 32px;
  background:#fffefb;
  border:1px solid rgba(151,123,83,.19);
  border-radius:7px;
}.lux-layaway-help-mark{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border-right:1px solid rgba(151,123,83,.25);
  color:#b18a43;
  font-family:var(--lux-font-display,"Cormorant Garamond",Georgia,serif);
  font-size:35px;
  line-height:1;
}.lux-layaway-help-copy p{
  margin:8px 0 0!important;
  color:#39322c!important;
  font-size:13.5px!important;
  line-height:1.45!important;
}.lux-layaway-help>a{
  min-width:190px;
  padding:13px 24px;
  border:1px solid rgba(151,123,83,.55);
  color:#2e2822!important;
  text-align:center;
  font-size:12px;
  font-weight:500;
  letter-spacing:.18em;
  text-decoration:none!important;
  text-transform:uppercase;
}.lux-layaway-help>a:hover{background:#f7f0e5}@media (max-width:980px){
  .layaway-page.lux-layaway-v2{width:min(100% - 36px,900px)!important;padding-top:44px!important}
  .lux-layaway-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lux-layaway-cards article{min-height:270px}
  .lux-layaway-payment-panel{grid-template-columns:1fr;padding:28px}
  .lux-layaway-checklist{padding:0 0 26px!important;border-right:0;border-bottom:1px solid rgba(151,123,83,.20)}
  .lux-layaway-shipping{padding:26px 0 0}
}@media (max-width:680px){
  .layaway-page.lux-layaway-v2{width:calc(100% - 28px)!important;padding:34px 0 68px!important}
  .lux-layaway-v2 .lux-layaway-hero h1{font-size:46px!important;line-height:1.02!important}
  .lux-layaway-ornament{width:190px;margin-top:16px}
  .lux-layaway-lead{font-size:15.5px!important}
  .lux-layaway-copy{font-size:14px!important}
  .lux-layaway-highlights{gap:8px 12px;font-size:17px}
  .lux-layaway-section{margin-top:52px}
  .lux-layaway-section-title{gap:14px;margin-bottom:20px}
  .lux-layaway-v2 .lux-layaway-section-title h2,
  .lux-layaway-v2 .lux-layaway-help h2{font-size:13px!important;letter-spacing:.17em!important;text-align:center}
  .lux-layaway-cards{grid-template-columns:1fr!important;gap:12px!important}
  .lux-layaway-cards article{min-height:0;padding:24px 20px}
  .lux-layaway-payment-panel{padding:22px 18px}
  .lux-layaway-shipping th{width:44%}
  .lux-layaway-shop-cta a{min-height:54px;font-size:14px}
  .lux-layaway-help{grid-template-columns:1fr;text-align:center;padding:24px 20px}
  .lux-layaway-help-mark{width:60px;height:50px;margin:0 auto;border-right:0;border-bottom:1px solid rgba(151,123,83,.25)}
  .lux-layaway-help>a{width:100%;min-width:0}
}@media (max-width:420px){
  .lux-layaway-v2 .lux-layaway-hero h1{font-size:40px!important}
  .lux-layaway-lead br{display:none}
  .lux-layaway-highlights i{display:none}
  .lux-layaway-highlights{flex-direction:column;gap:5px}
  .lux-layaway-section-title{grid-template-columns:18px minmax(0,auto) 18px;gap:8px}
  .lux-layaway-shipping table{font-size:12px}
  .lux-layaway-shipping th,.lux-layaway-shipping td{padding:7px 7px}
}.lux-layaway-main{
  --lay-paper:#fffdfa;
  --lay-surface:#faf7f1;
  --lay-surface-2:#f7f2ea;
  --lay-ink:#211d19;
  --lay-muted:#625a51;
  --lay-line:rgba(105,82,58,.20);
  --lay-line-soft:rgba(105,82,58,.12);
  --lay-gold:#a9874f;
  --lay-gold-deep:#92703a;
  background:var(--lay-paper)!important;
  color:var(--lay-ink)!important;
}.layaway-page.lux-layaway-v2{
  width:min(1180px,calc(100% - 56px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:64px 0 104px!important;
  overflow:visible!important;
}.lux-layaway-v2,
.lux-layaway-v2 *{box-sizing:border-box}.lux-layaway-hero{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:58px 54px 52px!important;
  text-align:center!important;
  background:linear-gradient(135deg,#faf7f1 0%,#fffdfa 66%,#f9f5ee 100%)!important;
  border-top:1px solid var(--lay-line-soft)!important;
  border-bottom:1px solid var(--lay-line-soft)!important;
}.lux-layaway-v2 .lux-layaway-hero h1{
  max-width:900px!important;
  margin:0 auto!important;
  font-family:var(--lux-font-display,"Tenor Sans","Avenir Next",Arial,sans-serif)!important;
  font-size:clamp(48px,5.25vw,72px)!important;
  font-weight:400!important;
  line-height:1.07!important;
  letter-spacing:-.032em!important;
  text-transform:none!important;
  color:#181512!important;
}.lux-layaway-ornament{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  width:196px!important;
  margin:22px auto 21px!important;
  color:var(--lay-gold)!important;
}.lux-layaway-ornament span{
  flex:1!important;
  height:1px!important;
  background:rgba(169,135,79,.48)!important;
}.lux-layaway-ornament b{
  display:block!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  transform:none!important;
  color:var(--lay-gold)!important;
  font-family:var(--lux-font-display,"Tenor Sans",Arial,sans-serif)!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:1!important;
  letter-spacing:.12em!important;
}.lux-layaway-lead,
.lux-layaway-copy{
  font-family:var(--lux-font-body,"DM Sans","Avenir Next",Arial,sans-serif)!important;
  color:var(--lay-ink)!important;
  font-weight:300!important;
}.lux-layaway-lead{
  max-width:650px!important;
  margin:0 auto 13px!important;
  font-size:17px!important;
  line-height:1.55!important;
}.lux-layaway-lead strong{
  font-weight:500!important;
  color:#181512!important;
}.lux-layaway-copy{
  max-width:720px!important;
  margin:0 auto!important;
  font-size:15px!important;
  line-height:1.68!important;
  color:#4e473f!important;
}.lux-layaway-highlights{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:10px 17px!important;
  margin:28px auto 0!important;
  color:var(--lay-gold-deep)!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.3!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}.lux-layaway-highlights i{
  color:rgba(146,112,58,.62)!important;
  font-size:8px!important;
  font-style:normal!important;
}.lux-layaway-section{margin-top:68px!important}.lux-layaway-section-title{
  display:grid!important;
  grid-template-columns:minmax(34px,1fr) auto minmax(34px,1fr)!important;
  align-items:center!important;
  gap:23px!important;
  max-width:100%!important;
  margin:0 0 29px!important;
}.lux-layaway-section-title span{
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(146,112,58,.38))!important;
}.lux-layaway-section-title span:last-child{
  background:linear-gradient(90deg,rgba(146,112,58,.38),transparent)!important;
}.lux-layaway-v2 .lux-layaway-section-title h2,
.lux-layaway-v2 .lux-layaway-help h2{
  margin:0!important;
  font-family:var(--lux-font-display,"Tenor Sans","Avenir Next",Arial,sans-serif)!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.25!important;
  letter-spacing:.22em!important;
  text-align:center!important;
  text-transform:uppercase!important;
  color:#231f1b!important;
}.lux-layaway-selected{
  max-width:980px!important;
  margin:54px auto 0!important;
  border-color:var(--lay-line)!important;
  border-radius:0!important;
  box-shadow:none!important;
}.lux-layaway-selected h2{
  font-family:var(--lux-font-display,"Tenor Sans",Arial,sans-serif)!important;
  font-size:28px!important;
  font-weight:400!important;
  letter-spacing:-.01em!important;
  text-transform:none!important;
}.lux-layaway-cards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}.lux-layaway-cards li{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}.lux-layaway-cards article{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  height:100%!important;
  min-height:282px!important;
  padding:29px 22px 28px!important;
  text-align:center!important;
  background:#fffefb!important;
  border:1px solid var(--lay-line)!important;
  border-radius:2px!important;
  box-shadow:none!important;
}.lux-step-number{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  margin:0 auto 18px!important;
  border:1px solid rgba(169,135,79,.72)!important;
  border-radius:50%!important;
  background:transparent!important;
  color:var(--lay-gold-deep)!important;
  font:400 13px/1 var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
}.lux-layaway-cards svg{
  width:39px!important;
  height:39px!important;
  margin:0 auto 18px!important;
  fill:none!important;
  stroke:var(--lay-gold)!important;
  stroke-width:1.25!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}.lux-layaway-v2 .lux-layaway-cards h3{
  max-width:220px!important;
  margin:0 0 10px!important;
  font-family:var(--lux-font-display,"Tenor Sans","Avenir Next",Arial,sans-serif)!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.32!important;
  letter-spacing:-.012em!important;
  text-transform:none!important;
  color:#1d1916!important;
}.lux-layaway-cards p{
  max-width:215px!important;
  margin:0 auto!important;
  color:#514a43!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:13.5px!important;
  font-weight:300!important;
  line-height:1.62!important;
}.lux-layaway-payment-panel{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:0!important;
  padding:35px 38px!important;
  background:#fffefb!important;
  border:1px solid var(--lay-line)!important;
  border-radius:2px!important;
  box-shadow:none!important;
}.lux-layaway-checklist{
  margin:0!important;
  padding:0 38px 0 0!important;
  border-right:1px solid var(--lay-line-soft)!important;
  list-style:none!important;
}.lux-layaway-checklist li,
.lux-layaway-checkline{
  position:relative!important;
  margin:0!important;
  padding:0 0 0 25px!important;
  color:#403a34!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:13.5px!important;
  font-weight:300!important;
  line-height:1.58!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}.lux-layaway-checklist li+li{margin-top:13px!important}.lux-layaway-checklist li::before,
.lux-layaway-checkline::before{
  content:"✓"!important;
  position:absolute!important;
  left:0!important;
  top:.17em!important;
  display:grid!important;
  place-items:center!important;
  width:14px!important;
  height:14px!important;
  border:1px solid rgba(169,135,79,.82)!important;
  border-radius:50%!important;
  color:var(--lay-gold-deep)!important;
  font:600 8px/1 Arial,sans-serif!important;
}.lux-layaway-shipping{
  min-width:0!important;
  padding:0 0 0 38px!important;
}.lux-layaway-shipping table{
  width:100%!important;
  margin:15px 0 20px!important;
  border-collapse:collapse!important;
  table-layout:fixed!important;
  background:transparent!important;
  color:#403a34!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:12.8px!important;
}.lux-layaway-shipping th,
.lux-layaway-shipping td{
  padding:8px 10px!important;
  border:0!important;
  border-bottom:1px solid var(--lay-line-soft)!important;
  text-align:left!important;
  font-weight:300!important;
  line-height:1.3!important;
  overflow-wrap:break-word!important;
}.lux-layaway-shipping tr:first-child th,
.lux-layaway-shipping tr:first-child td{border-top:1px solid var(--lay-line-soft)!important}.lux-layaway-shipping th{width:52%!important;font-weight:400!important;color:#29241f!important}.lux-layaway-extra-time{margin-top:0!important}.lux-layaway-shop-cta{
  margin-top:24px!important;
  text-align:center!important;
}.lux-layaway-shop-cta a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:58px!important;
  padding:15px 28px!important;
  border:1px solid #a88750!important;
  border-radius:0!important;
  background:#a88750!important;
  color:#fff!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1!important;
  letter-spacing:.22em!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  transition:background .2s ease,border-color .2s ease!important;
}.lux-layaway-shop-cta a:hover,
.lux-layaway-shop-cta a:focus-visible{
  background:#92703a!important;
  border-color:#92703a!important;
}.lux-layaway-shop-cta p{
  margin:10px 0 0!important;
  color:#756b61!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:12px!important;
  font-weight:300!important;
  line-height:1.45!important;
}.lux-layaway-faq{margin-top:64px!important}.lux-layaway-accordion{
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  border-top:1px solid var(--lay-line)!important;
  border-radius:0!important;
}.lux-layaway-accordion details{
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--lay-line)!important;
  background:transparent!important;
}.lux-layaway-accordion summary{
  position:relative!important;
  display:block!important;
  padding:18px 52px 18px 4px!important;
  cursor:pointer!important;
  list-style:none!important;
  color:#27221e!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.4!important;
}.lux-layaway-accordion summary::-webkit-details-marker{display:none!important}.lux-layaway-accordion summary::after{
  content:"+"!important;
  position:absolute!important;
  right:5px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#6c5c4c!important;
  font-size:20px!important;
  font-weight:300!important;
  line-height:1!important;
}.lux-layaway-accordion details[open] summary::after{content:"−"!important}.lux-layaway-accordion details[open] summary{background:transparent!important}.lux-layaway-accordion details>p{
  max-width:860px!important;
  margin:0!important;
  padding:0 52px 18px 4px!important;
  color:#5a5148!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:13.5px!important;
  font-weight:300!important;
  line-height:1.62!important;
}.lux-layaway-accordion details>p+p{padding-top:0!important}.lux-layaway-help{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:24px!important;
  margin-top:34px!important;
  padding:27px 30px!important;
  background:var(--lay-surface)!important;
  border:1px solid var(--lay-line-soft)!important;
  border-radius:0!important;
}.lux-layaway-help-mark{
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:54px!important;
  padding-right:22px!important;
  border:0!important;
  border-right:1px solid var(--lay-line)!important;
  color:var(--lay-gold)!important;
  font-family:var(--lux-font-display,"Tenor Sans",Arial,sans-serif)!important;
  font-size:24px!important;
  font-weight:400!important;
  line-height:1!important;
}.lux-layaway-help-copy p{
  margin:7px 0 0!important;
  color:#514a43!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:13px!important;
  font-weight:300!important;
  line-height:1.5!important;
}.lux-layaway-help>a{
  min-width:176px!important;
  padding:13px 22px!important;
  border:1px solid rgba(146,112,58,.58)!important;
  background:transparent!important;
  color:#312a24!important;
  text-align:center!important;
  font-family:var(--lux-font-body,"DM Sans",Arial,sans-serif)!important;
  font-size:11.5px!important;
  font-weight:500!important;
  line-height:1.2!important;
  letter-spacing:.18em!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  transition:background .2s ease!important;
}.lux-layaway-help>a:hover,
.lux-layaway-help>a:focus-visible{background:#f2e9dc!important}@media (max-width:980px){
  .layaway-page.lux-layaway-v2{
    width:min(900px,calc(100% - 40px))!important;
    padding:48px 0 86px!important;
  }
  .lux-layaway-hero{padding:48px 34px 44px!important}
  .lux-layaway-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .lux-layaway-cards article{min-height:252px!important}
  .lux-layaway-payment-panel{
    grid-template-columns:1fr!important;
    padding:32px!important;
  }
  .lux-layaway-checklist{
    padding:0 0 28px!important;
    border-right:0!important;
    border-bottom:1px solid var(--lay-line-soft)!important;
  }
  .lux-layaway-shipping{padding:28px 0 0!important}
}@media (max-width:680px){
  .layaway-page.lux-layaway-v2{
    width:calc(100% - 28px)!important;
    padding:30px 0 66px!important;
  }
  .lux-layaway-hero{padding:39px 20px 36px!important}
  .lux-layaway-v2 .lux-layaway-hero h1{
    font-size:clamp(36px,10.7vw,46px)!important;
    line-height:1.1!important;
    letter-spacing:-.035em!important;
  }
  .lux-layaway-ornament{width:154px!important;margin:18px auto 17px!important}
  .lux-layaway-lead{font-size:15px!important;line-height:1.55!important}
  .lux-layaway-copy{font-size:13.5px!important;line-height:1.65!important}
  .lux-layaway-highlights{
    gap:8px 10px!important;
    margin-top:23px!important;
    font-size:10.5px!important;
    letter-spacing:.055em!important;
  }
  .lux-layaway-section{margin-top:52px!important}
  .lux-layaway-section-title{
    grid-template-columns:minmax(18px,1fr) auto minmax(18px,1fr)!important;
    gap:12px!important;
    margin-bottom:22px!important;
  }
  .lux-layaway-v2 .lux-layaway-section-title h2,
  .lux-layaway-v2 .lux-layaway-help h2{
    font-size:13px!important;
    letter-spacing:.16em!important;
  }
  .lux-layaway-cards{
    grid-template-columns:1fr!important;
    gap:11px!important;
  }
  .lux-layaway-cards article{
    min-height:0!important;
    padding:25px 20px 24px!important;
  }
  .lux-layaway-v2 .lux-layaway-cards h3{font-size:17px!important}
  .lux-layaway-payment-panel{padding:24px 19px!important}
  .lux-layaway-checklist li,
  .lux-layaway-checkline{font-size:13px!important}
  .lux-layaway-shipping th{width:44%!important}
  .lux-layaway-shop-cta a{min-height:54px!important;font-size:13px!important}
  .lux-layaway-faq{margin-top:52px!important}
  .lux-layaway-accordion summary{padding:17px 42px 17px 2px!important;font-size:13.5px!important}
  .lux-layaway-accordion details>p{padding:0 42px 17px 2px!important;font-size:13px!important}
  .lux-layaway-help{
    grid-template-columns:1fr!important;
    gap:17px!important;
    padding:25px 20px!important;
    text-align:center!important;
  }
  .lux-layaway-help-mark{
    width:54px!important;
    height:42px!important;
    margin:0 auto!important;
    padding:0 0 14px!important;
    border-right:0!important;
    border-bottom:1px solid var(--lay-line)!important;
  }
  .lux-layaway-help>a{width:100%!important;min-width:0!important}
}@media (max-width:430px){
  .lux-layaway-highlights{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:5px!important;
  }
  .lux-layaway-highlights i{display:none!important}
  .lux-layaway-shipping table{font-size:12px!important}
  .lux-layaway-shipping th,
  .lux-layaway-shipping td{padding:8px 6px!important}
}.lux-layaway-v2 .lux-layaway-hero h1{
  max-width:none!important;
  margin:0 auto!important;
  font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif!important;
  font-size:68px!important;
  font-weight:400!important;
  line-height:1.01!important;
  letter-spacing:-.018em!important;
  text-transform:none!important;
  white-space:nowrap!important;
  color:#181512!important;
}.lux-layaway-v2 .lux-layaway-section-title h2,
.lux-layaway-v2 .lux-layaway-help h2{
  font-family:"Tenor Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.25!important;
  letter-spacing:.20em!important;
  text-transform:uppercase!important;
}.lux-layaway-v2 .lux-layaway-cards h3{
  font-family:"Tenor Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.30!important;
  letter-spacing:-.006em!important;
  text-transform:none!important;
}.lux-layaway-v2 .lux-layaway-lead,
.lux-layaway-v2 .lux-layaway-copy,
.lux-layaway-v2 .lux-layaway-cards p,
.lux-layaway-v2 .lux-layaway-checklist li,
.lux-layaway-v2 .lux-layaway-checkline,
.lux-layaway-v2 .lux-layaway-accordion summary,
.lux-layaway-v2 .lux-layaway-accordion details>p,
.lux-layaway-v2 .lux-layaway-help-copy p{
  font-family:"DM Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif!important;
}@media (max-width:980px){
  .lux-layaway-v2 .lux-layaway-hero h1{
    font-size:58px!important;
    line-height:1.02!important;
  }
}@media (max-width:680px){
  .lux-layaway-v2 .lux-layaway-hero h1{
    max-width:360px!important;
    font-size:44px!important;
    line-height:1.00!important;
    letter-spacing:-.015em!important;
    white-space:normal!important;
  }
  .lux-layaway-v2 .lux-layaway-section-title h2,
  .lux-layaway-v2 .lux-layaway-help h2{
    font-size:13px!important;
    letter-spacing:.16em!important;
  }
  .lux-layaway-v2 .lux-layaway-cards h3{
    font-size:17px!important;
  }
}@media (max-width:390px){
  .lux-layaway-v2 .lux-layaway-hero h1{
    max-width:320px!important;
    font-size:40px!important;
  }
}.shop-head h1,
.sold-head h1,
.blog-hero h1,
.test-hero h1,
.simple-wrap > h1,
.cart-wrap h1,
.checkout-wrap h1,
.lux-sell-page .lux-sell-hero h1,
.lux-layaway-v2 .lux-layaway-hero h1{
  font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif!important;
  font-size:clamp(38px,3.45vw,52px)!important;
  font-weight:400!important;
  line-height:1.04!important;
  letter-spacing:-.014em!important;
  text-transform:none!important;
  color:#241f1b!important;
}.section-head h2,
.lux-sell-page .lux-sell-section-head h2,
.lux-sell-page .lux-sell-ready h2{
  font-family:"Tenor Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif!important;
  font-size:clamp(25px,2.15vw,33px)!important;
  font-weight:400!important;
  line-height:1.18!important;
  letter-spacing:-.006em!important;
  text-transform:none!important;
  color:#2d2824!important;
}.lux-sell-page .lux-sell-option-grid h3,
.lux-sell-page .lux-sell-step-grid h3{
  font-family:"Tenor Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif!important;
  font-size:20px!important;
  font-weight:400!important;
  line-height:1.28!important;
  letter-spacing:-.004em!important;
  text-transform:none!important;
}.lux-layaway-v2 .lux-layaway-hero h1{
  max-width:820px!important;
  white-space:normal!important;
}.lux-sell-page{
  --sell-max:1240px;
}.lux-sell-page .lux-sell-shell{
  width:min(var(--sell-max),calc(100% - 64px));
}.lux-sell-page .lux-sell-hero{
  padding:54px 0 50px;
}.lux-sell-page .lux-sell-kicker,
.lux-sell-page .lux-sell-section-head>p,
.lux-sell-page .lux-sell-ready-copy>p{
  margin-bottom:11px;
  font-size:10px!important;
  line-height:1.3!important;
  letter-spacing:.19em!important;
}.lux-sell-page .lux-sell-hero h1{
  max-width:860px;
  margin-bottom:16px;
}.lux-sell-page .lux-sell-trust{
  margin-bottom:18px;
  font-size:10px!important;
  line-height:1.55!important;
  letter-spacing:.09em!important;
}.lux-sell-page .lux-sell-lead{
  max-width:800px;
  font-size:15px!important;
  line-height:1.68!important;
}.lux-sell-page .lux-sell-section{
  padding:56px 0;
}.lux-sell-page .lux-sell-section-head{
  margin:0 auto 26px;
}.lux-sell-page .lux-sell-option-grid{
  gap:22px;
}.lux-sell-page .lux-sell-option-grid article{
  padding:30px 32px;
}.lux-sell-page .lux-sell-subtitle{
  margin-bottom:16px;
  font-size:11px!important;
}.lux-sell-page .lux-sell-option-grid p,
.lux-sell-page .lux-sell-option-grid li{
  font-size:14px!important;
  line-height:1.62!important;
}.lux-sell-page .lux-sell-list-title{
  margin-top:18px!important;
}.lux-sell-page .lux-sell-step-grid{
  gap:14px;
}.lux-sell-page .lux-sell-step-grid article{
  padding:24px 22px;
}.lux-sell-page .lux-sell-step-grid article>span{
  width:29px;
  height:29px;
  margin-bottom:17px;
  font-size:11px!important;
}.lux-sell-page .lux-sell-step-grid p{
  margin-top:10px;
  font-size:13px!important;
  line-height:1.62!important;
}.lux-sell-page .lux-sell-benefits{
  padding-top:52px;
  padding-bottom:52px;
}.lux-sell-page .lux-sell-benefit-grid li{
  padding:18px 20px 18px 37px;
  font-size:13px!important;
}.lux-sell-page .lux-sell-faq{
  padding-top:54px;
}.lux-sell-page .lux-sell-accordion summary{
  padding:19px 0;
  font-size:18px!important;
}.lux-sell-page .lux-sell-accordion details>div{
  padding-bottom:19px;
}.lux-sell-page .lux-sell-ready{
  padding-top:56px;
  padding-bottom:60px;
}.lux-sell-page .lux-sell-ready-copy{
  margin-bottom:30px;
}.lux-sell-page .lux-sell-ready-copy p:not(:first-child){
  margin-top:12px;
  font-size:15px!important;
  line-height:1.62!important;
}.lux-sell-page .lux-sell-form{
  padding:32px 34px;
}.lux-about-page .lux-about-wrap{
  padding-top:50px!important;
  padding-bottom:62px!important;
}.lux-about-page .lux-about-wrap>h1{
  margin-bottom:24px!important;
}.lux-about-page .lux-about-video{
  margin-bottom:42px;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}.lux-about-page .lux-about-copy-grid{
  margin-bottom:42px;
}.lux-about-page .lux-about-services{
  gap:clamp(24px,3.5vw,48px);
  border:0!important;
}.lux-about-page .lux-about-services article,
.lux-about-page .lux-about-services article:nth-child(2),
.lux-about-page .lux-about-services article:nth-child(-n/**/+2),
.lux-about-page .lux-about-services article:last-child{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}.lux-about-page .lux-about-services h2{
  margin:0 0 10px!important;
  font-family:"Tenor Sans","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.25!important;
  letter-spacing:.14em!important;
}.lux-about-page .lux-about-services p{
  min-height:0!important;
  margin:0 0 14px!important;
}.lux-about-page .lux-about-services a{
  margin-top:0;
}@media(max-width:760px){
  .shop-head h1,
  .sold-head h1,
  .blog-hero h1,
  .test-hero h1,
  .simple-wrap > h1,
  .cart-wrap h1,
  .checkout-wrap h1,
  .lux-sell-page .lux-sell-hero h1,
  .lux-layaway-v2 .lux-layaway-hero h1{
    font-size:36px!important;
    line-height:1.06!important;
  }
  .section-head h2,
  .lux-sell-page .lux-sell-section-head h2,
  .lux-sell-page .lux-sell-ready h2{
    font-size:25px!important;
  }
  .lux-sell-page .lux-sell-shell{
    width:min(100% - 32px,var(--sell-max));
  }
  .lux-sell-page .lux-sell-hero{
    padding:42px 0 40px;
  }
  .lux-sell-page .lux-sell-section{
    padding:44px 0;
  }
  .lux-sell-page .lux-sell-section-head{
    margin-bottom:22px;
  }
  .lux-sell-page .lux-sell-option-grid article,
  .lux-sell-page .lux-sell-step-grid article{
    padding:24px 22px;
  }
  .lux-sell-page .lux-sell-benefits,
  .lux-sell-page .lux-sell-faq,
  .lux-sell-page .lux-sell-ready{
    padding-top:44px;
    padding-bottom:44px;
  }
  .lux-sell-page .lux-sell-form{
    padding:26px 20px;
  }
  .lux-about-page .lux-about-wrap{
    padding-top:38px!important;
    padding-bottom:48px!important;
  }
  .lux-about-page .lux-about-video,
  .lux-about-page .lux-about-copy-grid{
    margin-bottom:32px;
  }
  .lux-about-page .lux-about-services{
    gap:30px;
  }
}@media(max-width:390px){
  .shop-head h1,
  .sold-head h1,
  .blog-hero h1,
  .test-hero h1,
  .simple-wrap > h1,
  .cart-wrap h1,
  .checkout-wrap h1,
  .lux-sell-page .lux-sell-hero h1,
  .lux-layaway-v2 .lux-layaway-hero h1{
    font-size:33px!important;
  }
}
