[data-section-type="product-accordian"] {
    margin-top: 50px;
    .Accordion {
        h2 {
            margin: 0;
            padding: 0;
        }
        button {
            border: none;
            border-top: 1px solid #EEEEEE;
            outline: none!important;
            &::-moz-focus-inner {
                border: 0;
            }
            &.Accordion-trigger {
                background: none;
                color: hsl(0, 0%, 13%);
                display: block;
                font-size: 20px;
                font-weight: normal;
                margin: 0;
                padding: 1em 1.5em;
                position: relative;
                text-align: left;
                width: 100%;
                outline: none;
                height: unset;
                line-height: 1;
                cursor: pointer;
                @media screen and (max-width: 768px) {
                    font-size: 18px;
                }
                &:hover {
                  background: #f8f8f8;  
                }
                &[aria-expanded="true"] .Accordion-icon {
                    transform: translateY(-50%) rotate(-135deg);
                }
            }
            .Accordion-title {
                display: block;
                pointer-events: none;
                border-radius: 5px;
                padding: 0.25em;
                outline: none;
                font-weight: 700;
                font-size: 20px;
                .Accordion-icon {
                    height: 8px;
                    pointer-events: none;
                    position: absolute;
                    right: 30px;
                    top: 50%;
                    transform: translateY(-60%) rotate(45deg);
                    width: 8px;
                    border: solid rgba(0, 0, 0, 1);
                    border-width: 0 2px 2px 0;
                }
            }
        }
        .Accordion-panel {
            margin: 0;
            padding: 0px 7px;
            padding-bottom: 50px;
            @media screen and (max-width: 768px) {
                padding: 0 5px;
            }
            &[hidden] {
                display: none;
            }

            a {
                color: #537F53;
                font-weight: bold;
                font-size: 15px;
                text-decoration: underline;
            }

            .product-description {
                margin-left: auto;
                font-size: 20px;
                line-height: 30px;
                max-height: 478px;
                overflow: hidden;
                position: relative;
                padding-bottom: 100px;
                &.active {
                    max-height: initial;
                    padding-bottom: 0;
                    overflow: initial;
                    .overview-bottom-content {
                        display: none;
                    }
                }
                .overview-bottom-content {
                    position: absolute;
                    width: 100%;
                    height: 100px;
                    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,white 70%);
                    bottom: 0;
                    display: flex;
                    align-items: flex-end;
                    a {
                        color: #537F53;
                        font-size: 15px;
                        font-weight: 700;
                        text-decoration: underline;
                        cursor: pointer;
                        margin: .5rem;
                    }
                }
                @media screen and (max-width: 768px) {
                    max-width: initial;
                    width: 100%;
                }
                .icons {
                    padding: 20px;
                    margin: 20px 0;
                    background: #F6F6F6;
                    
                    .icon_list {
                        display: flex;
                        flex-wrap: wrap;
                        .icons {
                            padding: 0;
                            display: flex;
                            align-items: center;
                            width: calc(33.3% - 20px);
                            margin: 10px 10px;
                            @media screen and (max-width: 768px) {
                                width: 100%;
                            }
                            img {
                                margin-right: 10px;
                            }
                            span {
                                font-size: 15px;
                                font-weight: 700;
                            }
                        }
                    }
                    & ~ p {
                        font-size: 15px;
                        line-height: 20px;
                    }
                }

                ul {
                    margin-top: 20px;
                    margin-left: 40px;
                    li{
                        padding-left: 10px;
                        margin-left: -20px;
                        margin-bottom: 15px;
                    }
                }
            }
            table {
                width: 100%;
                box-shadow: none;
              
                caption {
                    text-align: left;
                    padding: 0;
                    margin: 0;
                    border: none;
                    padding-left: 13px;
                    margin-top: 30px;
                    @media screen and (max-width: 768px) {
                        padding-left: 0;
                        margin-top: 20px;
                    }
                }
                tbody {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    @media screen and (max-width: 768px) {
                        grid-template-columns: 1fr;
                    }
                    tr {
                        display: table;
                        margin-right: 10px;
                        td, th {
                            border: none;
                            width: 35%;
                            &:last-child {
                                width: 65%;
                            }
                        }
                        @media screen and (min-width: 769px) {
                            &:nth-child(4n+1), &:nth-child(4n+2), &:first-child, &:nth-child(2) {
                                td, th {
                                    background: #F6F6F6;
                                }
                            }
                        }
                        @media screen and (max-width: 768px) {
                            &:nth-child(even) {
                                td, th {
                                    background: #F6F6F6;
                                }
                            }
                        }
                    }
                }
            }
            #shopify-product-manuals {
                [role="list"] {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 0 -10px;
                }
                .manual {
                    width: calc(33.3% - 20px);
                    margin: 10px;
                    @media screen and (max-width: 768px) {
                        width: calc(100% - 20px);
                        
                    }
                    &.how-to {
                        width: 100%;
                        a {
                            padding: 20px;
                            align-items: center;
                            img{
                                position: initial;
                                margin-right: 20px;
                                width: 24px;
                            }
                            &::after{
                                margin-top: 0;
                            }
                        }
                    }
                    a {
                        display: flex;
                        padding: 20px;
                        background: #F6F6F6;
                        font-size: 16px;
                        font-weight: bold;
                        text-decoration: none!important;
                        color: black;
                        flex-wrap: nowrap;
                        color: black;
                        font-weight: 700;
                        height: 100%;
                        position: relative;
                        padding-top: 100px;
                        line-height: 24px;
                        &::before {
                            width: 24px;
                            height: 24px;
                            display: block;
                            background-size: contain;
                            margin-right: 15px;
                            background-repeat: no-repeat;
                            margin-bottom: 20px;
                            width: 100%;
                            height: 60px;
                            position: absolute;
                            top: 20px;
                        }
                        img {
                            position: absolute;
                            top: 20px;
                            height: auto;
                            width: 47px;
                        }
                        &::after{
                            content: " ";
                            width: 7px;
                            height: 7px;
                            display: block;
                            border: 1px solid black;
                            margin-left: 10px;
                            border-top: none;
                            border-left: none;
                            transform: rotate(-45deg);
                            opacity: 0.5;
                            margin-top: 8px;
                        }
                        &:hover, &:focus {
                          background: #e8e8e8;
                        }
                    }
                }
                .guide{
                    margin-bottom: 10px;
                    a {
                        display: flex;
                        align-items: center;
                        padding: 20px;
                        background: #F6F6F6;
                        font-size: 16px;
                        font-weight: bold;
                        text-decoration: none!important;
                        color: black;
                        &::before{
                            content: " ";
                            background-image: url('./toolkit.svg');
                            width: 24px;
                            height: 24px;
                            display: block;
                            background-size: contain;
                            margin-right: 15px;
                            background-repeat: no-repeat;
                        }
                        
                        &::after{
                            content: " ";
                            width: 7px;
                            height: 7px;
                            display: block;
                            border: 1px solid black;
                            margin-left: 10px;
                            border-top: none;
                            border-left: none;
                            transform: rotate(-45deg);
                            opacity: 0.5;
                        }
                    }
                    
                }
            }
        }
    } 
}
.pdp-details {
    margin: 2rem 0;
    @media screen and (max-width: 768px) {
        margin-top: 0;
    }

    h2, h3 {
        font-size: 20px;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    dl {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #d8d8d8;
        dt, dd {
            font-size: .85rem;
            width: 50%;
            margin: 0;
            padding: .5rem .75rem;
            box-sizing: border-box;
            border-bottom: 1px solid #d8d8d8;
            border-right: 1px solid #d8d8d8;
            border-left: 1px solid #d8d8d8;
            @media only screen and (min-width: 1024px) {
                width: 25%;
            }
        }
        dt {
            background: #eee;
        }
    }
}

.pdp-details th {
  text-align: left;
}

.parts-link {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    padding-right: 15px;
    background: #5c824a;
    padding: 1.2rem 2rem;
    color: #fff !important;
    text-decoration: none !important;
    &:hover{
      text-decoration: underline !important;      
    }
}

[data-section-type=product-accordian] .Accordion button.Accordion-trigger[aria-expanded=true] {
    background: #f6f6f6;
    margin-bottom: 2rem;
}

[data-section-type=product-accordian] .Accordion .Accordion-panel .product-description .icons .icon_list .icons {
  position: relative;
  cursor: help;
}

[data-section-type=product-accordian] .Accordion .Accordion-panel .product-description .icons .icon_list .icons:hover>.icon-tooltip,
[data-section-type=product-accordian] .Accordion .Accordion-panel .product-description .icons .icon_list .icons:focus>.icon-tooltip {
  display: block;  
}

.icon-tooltip {
    position: absolute;
    display: none;
    background: #000;
    color: #fff;
    box-shadow: 5px 5px 5px #0000001a;
    line-height: 1.2;
    font-size: 14px !important;
    padding: .75rem;
    border-radius: 6px;
    width: 60%;
    right: 0;
    font-weight: 400 !important;
    z-index: 9;
}
