/* UI 01P — urgent visual repair before next page */

/* Home category cards: never show abstract SVG fallback in Luxe */
.ds5-category-card__media,
.ds8-shop-card__media {
    background:#e8e0d5;
}
.ds5-category-card__media img,
.ds8-shop-card__media img {
    object-position:center top;
}

/* Collection / new arrivals */
.ds10-collection-page{background:#fff;color:#171717;font-family:Inter,Arial,sans-serif}
.ds10-collection-page *{box-sizing:border-box}
.ds10-collection-page a{text-decoration:none;color:inherit}
.ds10-collection-hero{padding:58px 0 52px;background:#f6f1ea;border-bottom:1px solid #e8e1d8}
.ds10-collection-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(35px,8vw,130px);align-items:end}
.ds10-collection-hero p{margin:0 0 14px;color:#746e66;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.ds10-collection-hero h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,6.8vw,98px);line-height:.9;font-weight:400;letter-spacing:-.05em}
.ds10-collection-hero__aside p{margin:0;max-width:500px;color:#69635c;font-size:13px;line-height:1.7;text-transform:none;letter-spacing:0;font-weight:400}
.ds10-collection-hero__aside span{display:block;margin-top:22px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.ds10-collection-nav{border-bottom:1px solid #e8e1d8;background:#fff}
.ds10-collection-nav__inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ds10-collection-tabs{min-width:0;display:flex;gap:7px;overflow-x:auto;padding:12px 0;scrollbar-width:none}
.ds10-collection-tabs::-webkit-scrollbar{display:none}
.ds10-collection-tabs a{flex:0 0 auto;min-height:34px;padding:0 13px;border:1px solid #e0dad1;border-radius:99px;display:flex;align-items:center;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.ds10-collection-tabs a:hover,.ds10-collection-tabs a.is-active{background:#171717;border-color:#171717;color:#fff}
.ds10-shop-link{flex:0 0 auto}
.ds10-product-area{padding:52px 0 90px}
.ds10-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 14px}
.ds10-product-grid .ds-product-card{min-width:0}
.ds10-product-grid .ds-product-card__media{aspect-ratio:3/4;background:#eee8df;overflow:hidden}
.ds10-product-grid .ds-product-card__image{width:100%;height:100%;object-fit:cover;object-position:center top}
.ds10-product-grid .ds-product-card__name{font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1.2}
.ds10-product-grid .ds-product-card__category{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#817a72}
.ds10-product-grid .ds-product-card__purchase{margin-top:14px}
.ds10-empty{min-height:400px;display:grid;place-items:center;align-content:center;text-align:center;background:#f6f1ea}
.ds10-empty .material-symbols-outlined{font-size:38px;color:#9a8061}
.ds10-empty h2{margin:15px 0 6px;font-family:Georgia,'Times New Roman',serif;font-size:38px;font-weight:400}
.ds10-empty p{margin:0 0 18px;color:#746e66;font-size:12px}
.ds10-empty a{padding-bottom:3px;border-bottom:1px solid currentColor;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}

/* Quick View */
.ds10-quickview .modal-dialog{max-width:1040px;margin:5vh auto}
.ds10-quickview .modal-content{border:0;border-radius:0;box-shadow:0 25px 80px rgba(0,0,0,.16)}
.ds10-quickview .modal-body{padding:28px}
.ds10-quickview .close{position:absolute;right:18px;top:18px;z-index:5;width:38px;height:38px;border-radius:50%;background:#fff!important;border:1px solid #e6dfd5!important;display:grid!important;place-items:center;opacity:1!important}
.ds10-quickview .row{align-items:stretch;margin:0}
.ds10-quickview .modal-image{padding:0;background:#eee8df;min-height:520px;overflow:hidden}
.ds10-quickview .modal-image img{width:100%;height:100%;min-height:520px;display:block;object-fit:cover;object-position:center top}
.ds10-quickview .col-md-7{padding:54px 54px 40px;display:flex;flex-direction:column;justify-content:center}
.ds10-quickview .item-name{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:46px;line-height:1.02;font-weight:400;letter-spacing:-.035em}
.ds10-quickview .item-price{margin-top:17px;display:flex;align-items:center;gap:12px}
.ds10-quickview .item-price .price{color:#9a742d;font-size:22px;font-weight:600}
.ds10-quickview .item-price .old-price{color:#a29a90;font-size:13px;text-decoration:line-through}
.ds10-quickview .item-short-description{margin-top:24px;color:#655f58;font-size:13px;line-height:1.75}
.ds10-quickview .item-short-description p{margin:0}
.ds10-quickview .item-options{margin-top:27px}
.ds10-qv-form{display:grid;grid-template-columns:105px minmax(0,220px);gap:10px}
.ds10-qv-qty{height:48px;border:1px solid #ddd6cd;display:grid!important;grid-template-columns:32px 1fr 32px;align-items:stretch!important}
.ds10-qv-qty button,.ds10-qv-qty input{border:0;background:transparent;text-align:center;min-width:0}
.ds10-qv-qty input{width:100%;font-size:12px;font-weight:700;appearance:textfield}
.ds10-qv-qty input::-webkit-inner-spin-button,.ds10-qv-qty input::-webkit-outer-spin-button{appearance:none;margin:0}
.ds10-qv-qty button{cursor:pointer;font-size:17px}
.ds10-qv-add,.ds10-qv-detail{height:48px;border:0;background:#171717;color:#fff!important;display:flex;align-items:center;justify-content:center;padding:0 20px;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;cursor:pointer}
.ds10-qv-add:hover,.ds10-qv-detail:hover{background:#8e703a}
.ds10-qv-detail{max-width:240px}
.ds10-qv-sold{display:inline-flex;padding:13px 18px;background:#eee8df;color:#5f5951;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

@media(max-width:980px){
  .ds10-product-grid{grid-template-columns:repeat(3,1fr)}
  .ds10-quickview .modal-dialog{max-width:92vw}
  .ds10-quickview .col-md-7{padding:40px 32px}
  .ds10-quickview .item-name{font-size:38px}
}
@media(max-width:700px){
  .ds10-collection-hero{padding:42px 0}
  .ds10-collection-hero__grid{display:block}
  .ds10-collection-hero h1{font-size:56px}
  .ds10-collection-hero__aside{margin-top:20px}
  .ds10-shop-link{display:none}
  .ds10-product-area{padding:34px 0 65px}
  .ds10-product-grid{grid-template-columns:1fr 1fr;gap:28px 9px}
  .ds10-quickview .modal-dialog{margin:12px auto;max-width:calc(100vw - 24px)}
  .ds10-quickview .modal-body{padding:14px}
  .ds10-quickview .modal-image{min-height:360px}
  .ds10-quickview .modal-image img{min-height:360px}
  .ds10-quickview .col-md-7{padding:28px 10px 12px}
  .ds10-quickview .item-name{font-size:34px}
  .ds10-qv-form{grid-template-columns:90px 1fr}
}
