/**
 * DAF Marketplace — Responsive Styles
 * Location: /assets/front/responsive.css
 */
@media (max-width:1100px){
.dafmp-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.dafmp-archive-hero__inner,.dafmp-single-hero__grid,.dafmp-single-content__grid{grid-template-columns:minmax(0,1fr)}
.dafmp-archive-layout{grid-template-columns:1fr}
.dafmp-archive-sidebar,.dafmp-single-hero__sidebar,.dafmp-single-content__sidebar{position:static;top:auto}
.dafmp-archive-sidebar{order:2}
.dafmp-archive-results{order:1}
.dafmp-single-hero__sidebar{width:100%;max-width:420px}
.dafmp-single-content__sidebar{width:100%}
}
@media (max-width:860px){
.dafmp-container{width:min(100% - 24px,1240px)}
.dafmp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.dafmp-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.dafmp-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
.dafmp-section-head,.dafmp-item-card__footer,.dafmp-market-toolbar,.dafmp-toolbar__group,.dafmp-toolbar__actions,.dafmp-market-toolbar__left,.dafmp-market-toolbar__right,.dafmp-market-toolbar__sort,.dafmp-market-toolbar__summary,.dafmp-market-toolbar__center,.hdaf-market-toolbar,.hdaf-toolbar__group,.hdaf-toolbar__actions,.hdaf-market-toolbar__left,.hdaf-market-toolbar__right,.hdaf-market-toolbar__sort,.hdaf-market-toolbar__summary,.hdaf-market-toolbar__center{flex-direction:column;align-items:flex-start}
.dafmp-toolbar__select,.dafmp-toolbar__select select,.hdaf-toolbar__select,.hdaf-toolbar__select select{width:100%}
.dafmp-content-card,.dafmp-buybox,.dafmp-empty-state{padding:18px}
.dafmp-archive-hero,.dafmp-single-hero,.dafmp-archive-body,.dafmp-single-content,.dafmp-single-media{padding:22px 0}
.dafmp-item-card__footer-actions{width:100%;justify-content:flex-start}
.dafmp-highlight-grid{grid-template-columns:1fr}
.dafmp-highlight-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
.dafmp-card-grid,.dafmp-gallery-grid{grid-template-columns:minmax(0,1fr)}
.dafmp-gallery-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
.dafmp-archive-title,.dafmp-single-title{font-size:30px}
.dafmp-archive-description,.dafmp-single-excerpt{font-size:15px}
.dafmp-buybox__price{font-size:28px}
.dafmp-detail-list li,.dafmp-buybox__meta li,.dafmp-buybox__support{flex-direction:column;align-items:flex-start}
.dafmp-detail-list strong,.dafmp-buybox__meta strong,.dafmp-buybox__support-price{text-align:left}
.dafmp-single-breadcrumbs{font-size:12px}
.dafmp-item-card__media-top,.dafmp-item-card__footer{flex-direction:column;align-items:flex-start}
.dafmp-item-card__footer-actions{width:100%}
.dafmp-content-tabs{gap:12px;padding:12px 14px}
.dafmp-highlight-grid--compact{grid-template-columns:1fr}
.dafmp-stat-card{width:100%;min-width:100%}
}
@media (max-width:479px){
.dafmp-container{width:min(100% - 20px,1240px)}
.dafmp-content-card,.dafmp-buybox,.dafmp-empty-state{padding:16px}
.dafmp-archive-title,.dafmp-single-title{font-size:26px;line-height:1.15}
.dafmp-single-badges,.dafmp-term-chips,.dafmp-single-highlights{gap:8px}
.dafmp-gallery-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.dafmp-buybox__price-wrap,.dafmp-buybox__quantity-wrap{gap:8px}
.dafmp-buybox__qty-btn,.dafmp-buybox__quantity-wrap button{width:34px;height:34px}
.dafmp-button,.hdaf-btn{width:100%}
.dafmp-item-card__footer,.dafmp-card__actions{flex-direction:column;align-items:stretch}
}