.product-menu{position:relative;overflow:hidden;background:#f3eadc;color:#2d201b;padding:135px 0 125px}
.product-menu-container{width:min(100% - 80px,1380px);margin-inline:auto}
.product-menu-heading{display:grid;grid-template-columns:1fr 320px;align-items:end;gap:70px;margin-bottom:65px}
.product-menu-eyebrow{display:block;margin-bottom:20px;color:#8b6630;font-size:8px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}
.product-menu-heading-left h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(65px,7vw,100px);font-weight:700;line-height:.78;letter-spacing:-.075em}
.product-menu-heading-left h2 em{color:#681c24;font-weight:700}
.product-menu-heading-right p{margin:0;color:rgba(45,32,27,.48);font-size:10px;line-height:1.85}
.product-menu-count{display:block;margin-top:22px;color:#8b6630;font-size:6px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.product-menu-filter{display:flex;align-items:center;gap:7px;overflow-x:auto;padding:0 0 18px;border-bottom:1px solid rgba(45,32,27,.14);scrollbar-width:none}
.product-menu-filter::-webkit-scrollbar{display:none}
.product-filter{flex:0 0 auto;padding:9px 15px;border:1px solid rgba(45,32,27,.17);border-radius:2px;background:transparent;color:rgba(45,32,27,.48);font-family:inherit;font-size:6px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .3s ease}
.product-filter:hover{border-color:#681c24;color:#681c24;transform:translateY(-2px)}
.product-filter.active{border-color:#681c24;background:#681c24;color:#fff8ed}
.product-menu-list{border-top:0}
.product-item{position:relative;display:grid;grid-template-columns:45px 145px minmax(0,1fr) 130px 40px;align-items:center;gap:24px;min-height:155px;border-bottom:1px solid rgba(45,32,27,.13);transition:background-color .35s ease,padding .35s ease}
.product-item::before{content:"";position:absolute;inset:0;background:#fff8ed;opacity:0;transition:opacity .35s ease}
.product-item:hover{padding-inline:18px}
.product-item:hover::before{opacity:1}
.product-item>*{position:relative;z-index:1}
.product-item-number{align-self:start;padding-top:25px;color:#c3a979;font-size:7px;font-weight:800;letter-spacing:.12em}
.product-item-image{width:145px;height:105px;overflow:hidden;background:#d4c0a5}
.product-item-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}
.product-item:hover .product-item-image img{transform:scale(1.08)}
.product-item-content{padding:24px 0}
.product-item-meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.product-item-meta span:first-child{color:#8b6630;font-size:6px;font-weight:800;letter-spacing:.15em}
.product-item-meta span:last-child{color:rgba(45,32,27,.25);font-size:5px;font-weight:800;letter-spacing:.1em}
.product-item-content h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:700;line-height:1;letter-spacing:-.035em}
.product-item-content p{max-width:480px;margin:9px 0 0;color:rgba(45,32,27,.4);font-size:8px;line-height:1.65}
.product-item-price{display:flex;flex-direction:column;gap:4px}
.product-item-price small{color:rgba(45,32,27,.3);font-size:5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.product-item-price strong{color:#681c24;font-family:Georgia,"Times New Roman",serif;font-size:20px;white-space:nowrap}
.product-item-arrow{width:35px;height:35px;display:grid;place-items:center;justify-self:end;border:1px solid rgba(104,28,36,.2);border-radius:50%;color:#681c24;text-decoration:none;font-size:13px;transition:background-color .3s ease,color .3s ease,transform .3s ease}
.product-item:hover .product-item-arrow{background:#dcae55;border-color:#dcae55;color:#351b15;transform:translate(3px,-3px)}
.product-item.hidden{display:none}
.product-menu-note{display:flex;justify-content:space-between;gap:20px;margin-top:28px;color:rgba(45,32,27,.27);font-size:5.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
@media (max-width:1100px){.product-menu-container{width:min(100% - 50px,1380px)}.product-menu-heading{grid-template-columns:1fr 270px;gap:45px}.product-item{grid-template-columns:35px 125px minmax(0,1fr) 110px 35px;gap:18px}.product-item-image{width:125px;height:95px}.product-item-content h3{font-size:22px}}
@media (max-width:850px){.product-menu{padding:95px 0 90px}.product-menu-container{width:min(100% - 30px,1380px)}.product-menu-heading{grid-template-columns:1fr;gap:25px;margin-bottom:50px}.product-menu-heading-right{max-width:470px}.product-menu-filter{margin-bottom:0}.product-item{grid-template-columns:35px 110px minmax(0,1fr) 95px 30px;gap:14px;min-height:135px}.product-item-image{width:110px;height:85px}.product-item-content{padding:20px 0}.product-item-content h3{font-size:20px}.product-item-content p{font-size:7px}.product-item-price strong{font-size:17px}}
@media (max-width:650px){.product-menu{padding:75px 0 70px}.product-menu-container{width:calc(100% - 30px)}.product-menu-heading{margin-bottom:38px;gap:20px}.product-menu-eyebrow{font-size:7px;margin-bottom:16px}.product-menu-heading-left h2{font-size:clamp(53px,15vw,75px)}.product-menu-heading-right p{font-size:9px}.product-menu-count{margin-top:15px;font-size:5px}.product-menu-filter{gap:5px;padding-bottom:14px}.product-filter{padding:8px 12px;font-size:5px}.product-item{grid-template-columns:24px 85px minmax(0,1fr);grid-template-rows:auto auto;gap:0 12px;min-height:125px;padding:14px 0}.product-item:hover{padding-inline:7px}.product-item-number{padding-top:3px;font-size:5px}.product-item-image{grid-column:2;grid-row:1 / 3;width:85px;height:85px}.product-item-content{grid-column:3;grid-row:1;padding:0}.product-item-meta{gap:6px;margin-bottom:6px}.product-item-meta span:first-child{font-size:5px}.product-item-meta span:last-child{font-size:4px}.product-item-content h3{font-size:17px}.product-item-content p{display:none}.product-item-price{grid-column:3;grid-row:2;align-self:end;flex-direction:row;align-items:baseline;gap:7px;margin-top:10px}.product-item-price small{font-size:4px}.product-item-price strong{font-size:15px}.product-item-arrow{grid-column:1;grid-row:2;width:24px;height:24px;font-size:9px;justify-self:start}.product-menu-note{flex-direction:column;gap:7px;margin-top:22px;font-size:4.5px}}
@media (max-width:390px){.product-menu-container{width:calc(100% - 24px)}.product-item{grid-template-columns:20px 75px minmax(0,1fr);column-gap:9px}.product-item-image{width:75px;height:75px}.product-item-content h3{font-size:15px}.product-item-price strong{font-size:14px}.product-filter{padding:7px 10px}}
@media (prefers-reduced-motion:reduce){.product-filter,.product-item,.product-item::before,.product-item-image img,.product-item-arrow{transition:none!important}}