/* Category filter styles */
.category-filter {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.category-label {
    font-weight: bold;
    margin-right: 8px;
}
.category-select {
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #bfa14a;
    background: #fff;
    color: #bfa14a;
    font-size: 16px;
}
.shop-grid {
  display: grid
; 
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px 20px;
    margin: 0 auto;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-name-list {
    margin-bottom: 24px;
}
.highlight-product {
    box-shadow: 0 0 0 4px #bfa14a, 0 4px 24px rgba(191,161,74,0.15);
    transition: box-shadow 0.3s;
}
.product-name-btn:active {
    background: #bfa14a;
    color: #fff;
}
.product-1 .flexbox {
    flex-wrap: wrap;
}

.product img {
    cursor: pointer;
}

.bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px 0 0 0;
}
  .product .image{
  width: 200px;
}
.bttn button {
    padding: 7px 12px;
    margin: 0 5px;
    background-color: #fff;
    border: 1.5px solid rgba(218, 165, 32, 0.297);
}

.product-1 .btn {
    background-color: #ff523bdc;
    padding: 6px 16px;
    border-radius: 0px;
    width: fit-content;
    margin: 36px auto;
}

.bttn button:hover {
    background-color: rgba(218, 165, 32, 0.297);
    border: 1.5px solid #fff;
    transition: 0.5s;
}

.main-pic .image {
    width: 75%;
}

.botom-pics {
    display: flex;
}

.botom-pics .image {
    width: 74px;
    padding: 18px 11px 0 0;
}

.details .left {
    width: 50%;
}

.details .right {
    width: 50%;
}

.content .h1 h1 {
    font-size: 22px;
}

.content h4 {
    font-size: 13px;
    font-family: regular;
}

.content select {
    padding: 10px;
}

.content .flexbox {
    padding: 21px 0;
}

.content .flexbox select {
    padding: 8px 3px;
    margin: 0px 41px 0 0;
}

.content .flexbox .btn {
    padding: 7px 23px;
    border-radius: 6px;
    width: fit-content;
}

.content .flexbox h3 {
    font-family: regular;
    font-size: 18px;
}

.content p {
    font-family: regular;
    font-size: 13px;
    width: 90%;
}

.cont {
    padding: 30px 130px;
}

.sec-2 {
    display: block;
}

.product-1 .sec-1{
    display: block;
}
.sec-1 .text h4 {
    font-weight: 100;
}
.sec-1 .price h6{
    font-size: 13px;
}
.flexbox-1 .sec-1{
    display: block;

}

.category-label{
    font-size: 14px;
    font-weight: 100;
    color: #000;
    font-family: regular;
    margin-bottom: 6px;
}
.category-filter{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 30px 0 0 106px;
}
a{
    text-transform: capitalize;
}
a{
    text-transform: capitalize;
}
.b{
    text-align: center;
    padding: 30px 0;
}
.c{
    text-align: start;
}
.online{
    text-align: center;
    padding: 50px 0;
}
.online h4{
    font-size: 18px;
}

.icons a{
        font-size: 19px;
        margin: 0 10px !important;
    color: #000;
}
.icons a:hover{
    color: #f72003;
}
.burger{
    display: none;
}
.online a{
    text-decoration: underline;
}
.b i{
        color: goldenrod;
    font-size: 13px;
}