        nav#header-scrl {
            display: none;
        }

        .outercollection2023 img.book {
            margin-bottom: 5%;
        }

        div#nav-wrapper {
            display: none;
        }

        .inner-block {
            padding: unset;
        }

        section.visual {
            padding-top: 1%;
        }

        body#fs_CustomPage .fs-l-main {
            margin-top: 5%;
        }

        section.main-txt {
            text-align: center;
            line-height: 1.95;
            font-weight: 400;
            font-size: 12px;
            margin: 20px 5% 30px;
        }

        @media screen and (min-width: 768px){
            .wapper-sogoodtee.outercollection2023 {
                margin-top: 0%;
            }
        }

        /*breadcrumb*/
        
        .fs-c-breadcrumb {
            margin-top: 28% !important;
            margin-left: 4% !important;
        }
        


        @media screen and (min-width: 768px) {
            .fs-c-breadcrumb {
                margin-top: 0% !important;
                margin-left: 0% !important;
            }
        }

        /*section-item*/

        .leatherjacketcollection2024 .list-box h1 {
            position: relative;
            color: #e06e1d;
        }

        ul.tee-list {
            margin-bottom: 0%;
        }

        .tee-list li:not(:nth-child(3n)) {
            margin-right: 0%;
        }

        .tee-list li:not(:nth-child(2n)) {
            margin-right: 2%;
        }

        .tee-list li {
            float: left;
            width: 48%;
        }

        .tee-list li .item-detail {
            overflow: scroll;
        }

        .tee-list li p {
            white-space: nowrap;
        }

        .special-vintage .tee-list li .item-detail p.coment {
            margin-top: 5%;
            overflow-wrap: break-word;
            word-wrap: break-word;
            display: block;
            white-space: unset;
            overflow-y: scroll;
            height: 100px;
            color: #7a7a7a;
            font-weight: 100
        }

        .tee-list li .item-detail::-webkit-scrollbar{
            display: none;
        }

        .tee-list.leatherjacket-list li img {
            margin-bottom: 7%;
        }

        .tee-list.leatherjacket-list li p {
            margin-left: 10%;
            text-align: left;
        }

        .list-box.reco {
            margin-top: 15%;
        }

        .reco ul.tee-list {
            margin-bottom: 0%;
            margin-top: 5%;
        }

        .reco .tee-list li:not(:nth-child(3n)) {
            margin-right:2%;
        }

        .reco .tee-list li:not(:nth-child(2n)) {
            margin-right: 0%;
        }

        .reco .tee-list li {
            width: 31%;
        }

        .reco .tee-list.leatherjacket-list li p {
            margin-left: 0%;
            text-align: center;
        }




        .cap {
            text-transform: capitalize;
        }

        .tee-list.leatherjacket-list li p.price {
            font-weight: bold;
        }

        /*section_reco-item*/

        section.reco-item {
            padding: 0% 6% 8%;
        }

        section.reco-item h2 {
            color: #000;
            margin-bottom: 2%;
        }

        section.reco-item ul li {
            float: left;
        }

        section.reco-item ul li a {
            margin-right: 5px;
            padding: 3px 5px;
            border-radius: 5px;
            background-color: #ccc;
            box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 25%);
        }


        /*section-special*/

        .section.special {
            padding: 0 3% 10%;
            margin-top: 15%;
        }

		.special-tlt h2 {
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 3%;
		}

		.trivia.special img{
            margin-bottom: 5%;
		} 

         /*cta_more*/

        .cta_morelook a {
            background: #e06e1d;
            color: #FFF;
            border-radius: 10px;
            position: relative;
            margin: 0 auto 25%;
            width: 80%;
            padding: 10px 25px;
            transition: 0.3s ease-in-out;
            font-weight: 500;
            width: 80%;
            max-width: 400px;
            display: block;
            text-align: center;
            box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
        }
        
        .cta_morelook a .seemore {
            margin-right: 3%;
        }
        
        .morelook_arrow {
            display: inline-block;
            vertical-align: middle;
            color: #FFF;
            line-height: 1;
            position: relative;
            width: 0.8em;
            height: 0.8em;
            border: 0.075em solid currentColor;
            background: currentColor;
            border-radius: 50%;
            box-sizing: content-box;
        }
        
        .morelook_arrow::before {
            content: '';
            color: #e06e1d;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            border-width: 0.25em 0.3em;
            border-left-color: currentColor;
            border-right: 0;
            transform: translateX(15%);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }
        
        .cta_morelook a:hover {
            background: #313131;
            color: #FFF;
        }
        
        .cta_morelook a:hover .morelook_arrow::before {
            transition: 0.3s ease-in-out;
            color: #313131;
        }
        