.hira-shop-head{background:#fff7f5;padding:18px 0;border-bottom:1px solid #f5e6e0}
.hira-shop-head.inner{max-width:1440px;margin:0 auto;width:92%;display:flex;align-items:center;justify-content:space-between}
.hira-shop-head h1{font-size:22px;letter-spacing:2px;margin:0}
.hira-shop-wrap{max-width:1440px;margin:0 auto;width:92%;display:flex;gap:24px;padding:22px 0 40px}
.hira-filters{flex:0 0 240px;background:#fcfaf9;border:1px solid #f0e6e0;border-radius:6px;padding:14px;height:fit-content}
.f-head{font-size:11px;font-weight:700;display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:12px}
.f-head a{color:#d46b78;text-decoration:none;font-weight:400}
.f-box{border-bottom:1px solid #f2e8e2;padding:12px 0}.f-tit{font-size:11px;font-weight:700;cursor:pointer}
.f-body{margin-top:10px}.f-body label{display:flex;gap:6px;font-size:12px;margin:6px 0}
.price-val{display:flex;justify-content:space-between;font-size:11px;margin:6px 0}
.h-btn{background:#d46b78;color:#fff;border:0;padding:6px 12px;font-size:11px;border-radius:3px;cursor:pointer}
.h-swatch{width:18px;height:18px;border-radius:50%;border:1px solid #ddd;margin:4px;cursor:pointer;display:inline-block}
.h-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.h-toolbar.view{border:1px solid #ddd;background:#fff;padding:6px 8px;cursor:pointer}.h-toolbar.view.active{background:#d46b78;color:#fff;border-color:#d46b78}

.h-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.h-colors{display:none!important} /* removes color dots under products */
.hira-filters .f-box:last-child{display:none!important} /* removes left COLOUR filter - it's last box */
.h-swatch{display:none!important} /* removes any color swatch filter */

.h-card{background:#fff;border:1px solid #f1e8e3;border-radius:6px;overflow:hidden;text-align:center;padding-bottom:10px;position:relative}
.h-img{position:relative}.h-img img{width:100%;aspect-ratio:3/4;object-fit:cover}
.h-badge{position:absolute;left:6px;top:6px;font-size:9px;padding:3px 6px;color:#fff;border-radius:3px;z-index:2}.h-badge.new{background:#2e9d7a}.h-badge.sale{background:#d46b78}.h-badge.best{background:#2b1d14}

.h-name{font-size:14px;display:block;margin:8px 6px 2px;color:#222;text-decoration:none;height:50px;overflow:hidden}
.h-price{font-size:12px;font-weight:600}.h-rating{font-size:10px;margin:4px 0}.h-colors i{width:8px;height:8px;border-radius:50%;display:inline-block;margin:2px}
.h-card.button{background:#d46b78;color:#fff;font-size:10px;padding:5px 10px;border-radius:3px;margin-top:6px;display:inline-block;text-transform:uppercase;text-decoration:none;border:0}
.h-pagination{text-align:center;margin-top:18px}.h-pagination.page-numbers li{display:inline-block}.h-pagination.current{background:#d46b78;color:#fff;padding:4px 9px;border-radius:3px}
@media(max-width:1200px){.h-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.hira-shop-wrap{flex-direction:column}.hira-filters{flex:1 0 auto}.h-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.h-grid{grid-template-columns:repeat(2,1fr)}}
.price-slider-wrap{position:relative;height:24px;margin:10px 0}
.price-track{position:absolute;top:10px;left:0;right:0;height:3px;background:#e9d9d2;border-radius:2px}
.price-slider-wrap input[type=range]{position:absolute;left:0;top:0;width:100%;background:none;pointer-events:none;-webkit-appearance:none;height:24px}
.price-slider-wrap input::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#d46b78;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2);cursor:pointer}
.price-slider-wrap input::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#d46b78;border:2px solid #fff;cursor:pointer}
.f-body label.active{color:#d46b78;font-weight:600}
.h-swatch.active{outline:2px solid #d46b78;outline-offset:2px}
.hira-feat-sec{max-width:1440px;margin:30px auto;width:92%;text-align:center}
.hira-feat-title{font-size:26px;letter-spacing:1px;color:#4a222f;position:relative;margin:20px 0 28px}
.hira-feat-title span{font-family:'Cormorant Garamond',serif;background:#fff;padding:0 18px;position:relative;z-index:2}
.hira-feat-title:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e6d5cf;z-index:1}
.hira-feat-outer{position:relative}
.hira-feat-viewport{overflow:hidden}
.hira-feat-track{display:flex;gap:18px;transition:transform .5s ease;will-change:transform}
.hira-feat-card{flex:0 0 calc(20% - 15px);background:#fff;border-radius:6px;text-align:center}
.hira-feat-img{position:relative;display:block;overflow:hidden;border-radius:6px;background:#f9f2ef}
.hira-feat-img img{width:100%;height:380px;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .4s}
.hira-feat-card:hover img{transform:scale(1.05)}
.h-feat-name{font-size:12px;color:#222;text-decoration:none;display:block;margin:10px 6px 4px;line-height:1.3;height:34px;overflow:hidden}
.h-feat-price{font-size:12px;font-weight:700;color:#2b1d14}.h-feat-price del{font-weight:400;color:#aaa}
.h-feat-actions{display:flex;justify-content:center;gap:10px;margin-top:8px}
.h-act{font-size:14px;text-decoration:none;color:#c07a87;background:#fdf2ef;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}
.feat-nav{position:absolute;top:42%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:1px solid #e5d3cb;background:#fff;cursor:pointer;z-index:3;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.feat-nav.prev{left:-12px}.feat-nav.next{right:-12px}
@media(max-width:1100px){.hira-feat-card{flex:0 0 calc(33.33% - 12px)}.hira-feat-img img{height:320px}}
@media(max-width:640px){.hira-feat-card{flex:0 0 calc(50% - 9px)}.hira-feat-img img{height:280px}.feat-nav{display:none}}

/* SINGLE PRODUCT - DESKTOP */
.hira-wrap{max-width:1440px;margin:0 auto;width:92%;padding:20px 0;box-sizing:border-box}
.hira-grid{display:grid;grid-template-columns:360px 1fr 320px;gap:28px;align-items:start}
.hira-gal{display:flex;gap:12px;align-items:flex-start;width:100%}
.hira-thumbs{width:86px;min-width:86px;display:flex;flex-direction:column;gap:10px}
.hira-thumbs img{width:86px;height:86px;object-fit:cover;border-radius:6px;cursor:pointer;border:1px solid transparent}
.hira-thumbs img.on{border-color:#7a2a3a}
.hira-main{flex:1;position:relative;background:#fdf8f3;border-radius:8px;overflow:hidden;aspect-ratio:4/5;width:100%}
#hm{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.hira-bottom-full{width:100%;margin-top:40px;background:#fff;border-top:1px solid #f3e6e1}
.hira-tabs-final .hira-tabs-nav{display:flex;gap:8px;border-bottom:1px solid #f0d9d2;padding:0 40px;background:#fffdfb;overflow-x:auto}
.hira-tabs-final .hira-tab-btn{background:#e8a0ad!important;color:#fff!important;border:none!important;border-radius:6px 6px 0 0!important;padding:12px 22px!important;font-size:13px!important;font-weight:600!important}
.hira-tabs-final .hira-tab-btn.active{background:#7a2a3a!important}
.hira-tabs-final .hira-tabs-panels{padding:28px 40px;background:#fff;border:1px solid #f0d9d2;border-top:none}
.hira-tabs-final .hira-panel{display:none!important}.hira-tabs-final .hira-panel.active{display:block!important}

/* MOBILE FIX - BELOW 720px - FINAL CORRECTED */
@media(max-width:720px){
  html,body{overflow-x:hidden!important;width:100%!important;max-width:100%!important}
  body.single-product .hira-wrap{width:100%!important;max-width:100%!important;padding:0 10px!important;box-sizing:border-box!important;overflow-x:hidden!important}
  body.single-product .hira-grid{display:block!important;width:100%!important;max-width:100%!important}
  body.single-product .hira-gal{display:block!important;width:100%!important;max-width:100%!important}
  body.single-product .hira-main{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;aspect-ratio:auto!important;display:block!important;overflow:hidden!important;background:#fdf8f3!important}
  body.single-product #hm{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;max-height:85vh!important;object-fit:contain!important;display:block!important}
  body.single-product .hira-thumbs{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:row!important;gap:8px!important;overflow-x:auto!important;margin-top:10px!important;padding-bottom:4px!important}
  body.single-product .hira-thumbs img{width:60px!important;height:60px!important;min-width:60px!important;flex-shrink:0!important}
  body.single-product .hira-info{display:block!important;width:100%!important;max-width:100%!important;margin-top:16px!important}
  body.single-product .hside{display:block!important;width:100%!important;max-width:100%!important;margin-top:16px!important}
  body.single-product .hira-bottom-full{display:block!important;width:100%!important;max-width:100%!important;margin-top:20px!important}
  body.single-product .hira-tabs-final .hira-tabs-nav{padding:0 10px!important}
  body.single-product .hira-tabs-final .hira-tabs-panels{padding:16px 12px!important}
}
@media(max-width:1200px){.h-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.h-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.h-grid{grid-template-columns:repeat(2,1fr)}}

/* 5 COLUMN FIX + BUTTON FIX */
.h-grid{grid-template-columns:repeat(5,1fr)!important;gap:16px!important}
.h-cart-btn{display:block!important;background:#d46b78!important;color:#fff!important;text-align:center!important;padding:8px 10px!important;border-radius:20px!important;font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;text-decoration:none!important;margin-top:10px!important;border:0!important;cursor:pointer}
.h-cart-btn:hover{background:#7a2a3a!important;color:#fff!important}

/* MOBILE 2-COLUMN FIX */
@media(max-width:768px){
  .hira-shop-wrap{flex-direction:column!important}
  .hira-filters{width:100%!important;margin-bottom:16px!important}
  .hira-products{width:100%!important}
  .h-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}
  .h-search-bar{flex-direction:column!important;align-items:stretch!important}
  #h-prod-search{width:100%!important}
}
@media(max-width:480px){
  .h-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
}

