
.js-product-img {
 opacity:1 !important; 
}

.t585__lines, .t585__circle {
 display:none; 
}

#rec461665264 {
            background-color: #f5f4f2 !important;
        }
        #rec461665264 .t585__accordion {
            margin-bottom: 12px;
        }
        #rec461665264 .t585__wrapper {
            background-color: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        #rec461665264 .t585__wrapper:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
        }
        #rec461665264 .t585__header {
            border-top: none !important;
            padding: 30px 35px !important;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: background-color 0.3s ease;
        }
        #rec461665264 .t585__title {
            font-size: 22px !important;
            font-weight: 600 !important;
            line-height: 1.4 !important;
            color: #2c2722 !important;
            padding-right: 20px;
        }
        #rec461665264 .t585__icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }
        #rec461665264 .t585__circle {
            width: 40px !important;
            height: 40px !important;
            border-radius: 50%;
            background-color: #f5f4f2 !important;
            transition: background-color 0.3s ease;
        }
        #rec461665264 .t585__lines svg g g {
            stroke: #2c2722 !important;
        }
        #rec461665264 .t585__icon-hover .t585__circle {
            background-color: #2c2722 !important;
        }
        #rec461665264 .t585__icon-hover .t585__lines svg g g {
            stroke: #ffffff !important;
        }
        #rec461665264 .t585__content {
            padding: 0 35px 35px 35px !important;
        }
        #rec461665264 .t585__text {
            font-size: 16px !important;
            line-height: 1.7 !important;
            color: #5a5249 !important;
        }
        #rec461665264 .t585__border {
            display: none !important;
        }
        @media screen and (max-width: 640px) {
            #rec461665264 {
                padding-top: 80px !important;
                padding-bottom: 80px !important;
            }
            #rec461665264 .t585__header {
                padding: 20px 20px !important;
            }
            #rec461665264 .t585__title {
                font-size: 18px !important;
            }
            #rec461665264 .t585__content {
                padding: 0 20px 20px 20px !important;
            }
            #rec461665264 .t585__text {
                font-size: 14px !important;
            }
        }




#main-text {
    max-width: 1200px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #222222;
    line-height: 1.65;
    font-size: 16px;
  }
  #main-text h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
  }
  #main-text h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-top: 40px;
    margin-bottom: 16px;
    position: relative;
  }
  #main-text h2::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: #222222;
  }
  #main-text h3 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #444444;
  }
  #main-text p {
    margin-bottom: 20px;
    text-align: justify;
  }
  #main-text ol {
    margin: 24px 0;
    padding-left: 0;
    list-style: none;
    counter-reset: custom-counter;
  }
  #main-text ol li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
  }
  #main-text ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: #f0f0f0;
    color: #222222;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
  }
  @media (max-width: 860px) {
    #main-text {
      padding: 0 20px;
    }
    #main-text h2::before {
      display: none;
    }
  }