     .p-product-detail .title-group .title {
        text-align: start;
        margin-top: -46px;
    }
    .p-product-detail .title-group .subtitle{
        font-size:48px;
    }
    .p-product-detail .common-menu .common-menu__item{
        padding: 12px 4px 12px 32px;
        border-radius:12px;
        font-family: "Noto Serif TC";
        font-weight:900;
        background-color:#ebebeb !important;
        color:black !important;
    }
    .p-product-detail .common-menu .common-menu__item.active {
        background-color:#452c1b !important;
        color:white !important;
    }
    .p-product-detail .p-product-menu .common-submenu__handler .icon-down_1::before{
        color:white;
        font-size:16px;
    }
    .p-product-menu .common-menu__list .common-menu__item{        
        background-color: #ebebeb;
        color: #40220f;

    }
    .p-product-menu .common-menu__list .common-menu__item--active{
        background-color: #452c1b;
        color: white;
    }




    .p-product-detail .p-product-menu .has-submenu.common-menu__item--active {
        margin-top: 0px;       
    }  
    .p-product-menu .common-menu .common-menu__item{
        font-family: "Noto Serif TC";
        font-weight:900;
    }
    .common-menu .common-menu__list>li{
        border-bottom:0;
    }
    .common-menu .common-submenu__link {       
        padding: 7.5px 12%;       
        font-family: "Noto Serif TC";
        font-weight:900;
    }
    .common-menu .common-submenu__link.active{
        color:#a4872a;
    }
    .inner-product-detail{
       display: flex;
    }
    .inner-product-detail .left{
        width: 28%;
    }
    @media (max-width:1200px) {
        .inner-product-detail .left{
            width: 0%;
        }
    }
    .inner-product-detail .right{
        width: 70%;
    }
    @media (max-width:1200px) {
        .inner-product-detail .right{
            width: 100%;
        }
    }
    .p-product-detail .right-bg{
        position: relative;
    }
    .p-product-detail .right-bg:after{
        content:'';
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 80px - 20px);
        border-radius: 15px;        
        height: calc(100% - 120px);
        background-color:#ebebeb;        
    }
    @media (max-width:1300px) {
        .p-product-detail .right-bg:after{
            width: 100%;
            height: 100%;
        }
    }
    .p-product-detail .common-menu {
        width: 100%;
    }
    .p-product-detail .gallery-block{
        width: 60%;
        position: relative;
        z-index: 2;
        transform: translate(-15px, -30px);
    }
    @media (max-width:992px) {
        .p-product-detail .gallery-block{
            width: 90%;
            margin: 0 auto;
            transform: translate(0px, 30px);
        }
    }
    .p-product-detail .pro-content{
        width: 40%;
        position: relative;
        z-index: 2;
    }
    @media (max-width:992px) {
        .p-product-detail .pro-content{
            width: 80%;
            margin: 48px auto;
        }
    }
    @media (max-width:576px) {
        .p-product-detail .pro-content{
            width: 90%;           
        }
    }
    .p-product-detail .common-menu {
        width: 270px;      
    }
    .p-product-detail .flower{
        width: 16px;
        object-fit: contain;
        margin-right: 12px;
    }
    .gallery-block .fa-chevron-left:before,.gallery-block .fa-chevron-right:before{
        font-size:32px;
    }    
    .p-product-detail .gallery-block__swiper .swiper-slide .img-wrapper{
        border: 2px solid #aeabac;
        border-radius: 15px;
        background-color:#eae7e4;
    }
    .p-product-detail .gallery-block__swiper .swiper-slide.selected .img-wrapper{
        border: 4px solid #e5b360;
        border-radius: 15px;
    }
    .p-product-detail .gallery-block__swiper .img-wrapper::before{
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        border-radius: 15px;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        opacity: 0;
        transition: opacity .3s ease;
    }    
    .p-product-detail .gallery-block_swiper-wrapper,.p-product-detail .gallery-block__swiper{
        width: calc(100% - 80px - 20px);
    }
    .img-wrapper img{
        width: 80%;
        display: block;
        height: 100%;
        object-fit: contain;
    }   
    .p-product-detail .gallery-block__navlink{        
        color: #e5b360;
        &.disabled{
            opacity: 1;           
            color:#a6a6a6;            
        }
    }
    .pro-content{
        font-family: "Noto Serif TC";             
        padding: 40px 30px 120px 0px;  
    }
    @media (max-width:992px) {
        .pro-content{
           padding: 4px;
        }
    }
    .pro-content .content-subtitle{
        font-family: "Noto Serif TC";
        color: #a4872a;
    }
    .pro-content .content-info{
        font-weight:700;
        font-size:14px;
        letter-spacing:2px;
        line-height:24px;
        margin-bottom: 60px;
        text-align:justify;
    }
    .p-product-detail .minus,.plus{
        display: flex;
        justify-content:center;
        align-items:center;
        min-width: 30px;
        width: 30px;
        height: 30px;        
        border-radius:50%;
        background-color:#989898;        
    }  
    .p-product-detail .minus:hover,.p-product-detail .plus:hover{
        background-color:#a4872a;
    }
    @media (max-width:992px) {
        .p-product-detail .minus,.plus{
            width: 40px;
            height: 40px;
        }
    } 
    .p-product-detail .plus{
        background-color:#452c1b;  
    }
    .fa-minus:before,.fa-plus:before{
        font-size: 14px;
        color:white;  #989898
    }
    .gallery-block__result{
        border:2px solid #aeabac;
        border-radius: 35px;
        padding: 48px 24px;
        background-color:#eae7e4;
    }
    @media (max-width:992px) {
        .gallery-block__result{
            border-radius: 15px;
        }
    }
    .join-group{
        width:fit-content;
    }
    @media (max-width:992px) {
        .join-group{
        width:unset;
        }
    }
    .number-group{
        display: flex;
        width:fit-content;
        margin: 24px 0px;
        align-items:center;
    }
    @media (max-width:992px) {
        .number-group{
        width: 100%;
        }
    }
    .number-text{
        margin-right: 48px;
    }
    @media (max-width:992px) {
        .number-text{
            margin-right: 12px;
        }
    }
   .number{
    padding: 4px 0px;
    text-align: center;
    max-width: 150px;

    margin: 0px 12px;
    border:1px solid #757575;
    border-radius: 20px;
   }
   @media (max-width:992px) {
        .number{
            width: 100%;
            padding: 4px 0px;
            text-align:center;
        }
    }
   .add-btn{
    display: block;
    width: 100%;
    padding: 4px;
    border-radius: 20px;
    background-color: #452c1b;
    color:white; 
    text-align:center;  
   }
   .add-btn:hover{
    color:white;
    background-color:#a4872a;
   }
   .add-btn:hover .fa-chevron-right{
    animation: bounce-arrow 0.8s infinite;
   }
   @keyframes bounce-arrow {
    0%   { transform: translateX(0); }
    25%  { transform: translateX(4px); }
    50%  { transform: translateX(0); }
    75%  { transform: translateX(-4px); }
    100% { transform: translateX(0); }
    }
   .fa-chevron-right{
    margin-left: 24px;
   }
   .p-product-detail .nav-tabs .nav-link.active, .nav-tabs .nav-link{
    font-family: "Noto Serif TC";   
    background-color: transparent;
    border:1px solid transparent;
    font-size:20px;
    margin: 0 28px;
    font-weight:bolder;
    text-wrap:nowrap;
   }
   @media (max-width:576px) {
    .p-product-detail .nav-tabs .nav-link.active{
        margin: 0 8px 0 28px;
    }
   }

   .p-product-detail .nav-tabs .nav-link{
    color:#7f7f7d;
    margin: 0px 28px;
   }
   @media (max-width:576px) {
    .p-product-detail .nav-tabs .nav-link{
        color:#7f7f7d;
        margin: 0px 8px;
    }
   }
   .p-product-detail .nav-tabs .nav-link.active{
    position: relative;
    color: #452c1b;    
   }
   .p-product-detail .nav-tabs .nav-link.active:before{
    content:'';
    position: absolute;
    background-image:url('/media/images/decorate/flower.png');
    width: 20px;
    height: 20px;
    background-size:contain;
    transform: translate(-30px, 25%);
   }
   .nav-link:focus {
        outline: 2px solid transparent; /* 可以改成你想要的顏色 */
        /* background-color: rgba(0, 123, 255, 0.1); 改變背景顏色以突出顯示 */
        border-radius: 4px; /* 增加圓角 */       
    }
    .p-product-detail .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border:1px solid transparent;
    }
   .p-product-detail .nav-tabs {
        border-bottom: 4px solid black;
    }
    .p-product-detail .tab-pane {
        padding: 24px 8px;
        font-family: "Noto Serif TC";   
        font-weight:bold;
        letter-spacing:2px;
    }
    .p-product-detail .title-group .title{
        font-family: "Noto Serif TC"; 
        font-size:36px;
    }
    .p-product-detail .title,.p-product-menu .title{
        font-family: "Noto Serif TC"; 
        font-size:24px;
        font-weight:900;
    }
    .relative-product .img-wrap{       
        border-radius: 35px;
        background-color: #eae7e4;
        padding: 32px;           
    }    
   
    .relative-product .relative-product-title{
        font-size:20px;
    }
    .relative-product-item{
      height: 100%;     
    }
    .product-item{
      color: black;
    }
    .product-item .description{
      font-weight: 700;
    }
    .relative-product-item .img-wrap{
      height: 100%;
    }
    .relative-product-item .img-wrap img{
        transition: all 0.2s ease;
        /* height: 239px; */
        min-height: 180px;
        object-fit: contain;
    }
    @media (max-width:992px) {
      .relative-product-item .img-wrap img{
        height: 180px;
      }
    }
    @media (max-width:576px) {
      .relative-product-item .img-wrap img{
        height: 121px;
      }
    }
    .relative-product-item:hover .img-wrap img{
        transform:scale(1.1);
    }
    .relative-product-item:hover .relative-product-title{
        color:#a4872a;
    }
    /* p-product-list */
    
    .p-product-list{      
      padding-top: 150px;
    }   
    @media (max-width:1200px) {
        .p-product-list{      
            padding-top: 100px;
          }  
    }
    .p-product-list .p-product-menu{
        padding-top: 70px;
    }
    @media (max-width:1200px) {
        .p-product-list .p-product-menu{
            padding-top: 0px;
        }
    }
    .p-product-list .form-control.sty-no-border,.p-product-list .cooper-select{
        border:1px solid black;
        border-radius: 5px;        
    }
    @media (max-width:1200px) {
        .p-product-list .form-control.sty-no-border,.p-product-list .cooper-select{      
            padding: 12px;
          }  
    }
    @media (max-width:576px) {
        .p-product-list .form-control.sty-no-border,.p-product-list .cooper-select{      
            padding: 8px;
          }  
    }
    .p-product-list .cooper-select .cooper-select__item.active {
        color: #40220f;        
    }
    .p-product-list .form-control:focus{
        box-shadow: 0 0 0 .2rem rgba(64, 34, 15, .25);
        border:1px solid transparent;
    }
    .p-product-list .container:first-child{
      display: block;
    }
    .price .price-self{
      color: #a4872a;
    }
    .btn-solid{
      border:1px solid transparent;
    }
    .btn-solid::before {
      background-color: #40220f;
      z-index: -2;
    }
    .btn-solid::after {
      background: black;
      z-index: -1;
      opacity: 0;
    }