﻿#product_item_one .text-center {
    text-align: center;
}

#product_item_one .text-left {
    text-align: left;
}

#product_item_one .text-white {
    color: #FFF;
}

#product_item_one .bg-black {
    background: #000;
}

#product_item_one .text-black {
    color: #000;
}

#product_item_one .bg-white {
    background: #FFF;
}

#product_item_one .truffle-img-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

#product_item_one ol.default_ol {
    list-style: decimal outside !important;
    padding: 0 30px 10px !important;
}

#product_item_one ol.default_ol li {
    list-style: decimal !important;
}

#product_item_one ul.default_ul {
    list-style: disc inside !important;
    padding: 0 30px 10px !important;
}

#product_item_one ul.default_ul li {
    list-style: disc !important;
}

#product_item_one .product_part_ttl {
    font-weight: bold;
    padding: 0 10px 10px;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
}

@media (min-width: 769px) {
    #product_item_one .product_part_ttl {
        font-size: 32px;
    }
}

#product_item_one .video_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#product_item_one .video_wrapper .video-fit-cover {
    object-fit: cover !important;
}

#product_item_one .brand {
    position: relative !important;
}

#product_item_one .brand .brand-bg {
    display: flex !important;
}

#product_item_one .brand .brand-bg picture {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    display: flex !important;
}

#product_item_one .brand .brand-bg img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

#product_item_one .brand .brand-info {
    position: absolute !important;
    left: 0 !important;
    bottom: 20px !important;
    width: 320px !important;
    padding: 10px !important;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#product_item_one .brand .brand-info p {
    font-size: 15px !important;
    padding: 0 !important;
}

#product_item_one .brand .brand-content {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

#product_item_one .brand .brand-items {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    position: relative !important;
}

#product_item_one .brand-empty-item {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
}

#product_item_one .brand-item {
    max-width: 300px !important;
    min-width: 300px !important;
    width: 300px !important;
    border-radius: 0.5rem !important;
    background-color: #fff !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box !important;
    height: 380px !important;
}

#product_item_one .brand-item .image img {
    object-fit: cover !important;
    width: 300px !important;
    height: 150px !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

#product_item_one .brand-item .images {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    padding: 5px !important;
    gap: 5px !important;
    box-sizing: border-box !important;
}

#product_item_one .brand-item .images img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    margin-bottom: 0 !important;
}

#product_item_one .brand-item .content {
    font-size: 12px !important;
    width: 300px !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    scroll-behavior: smooth !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

#product_item_one .brand-item .content.after_image {
    min-height: 60px !important;
    max-height: calc(100% - 150px) !important;
    padding: 10px 20px !important;
}

#product_item_one .brand-item .content.after_images {
    min-height: 60px !important;
    max-height: calc(100% - 315px) !important;
}

#product_item_one .brand-item .content::-webkit-scrollbar {
    display: none !important;
}

#product_item_one .brand-item .content .title {
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

#product_item_one .brand-item .content .card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
}

#product_item_one .brand-item .content .card-outlink {
    text-decoration: none !important;
    color: #2162a1 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    #product_item_one .brand .brand-info h3 {
        font-size: 18px !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #product_item_one .brand .brand-info {
        width: 80% !important;
    }

    #product_item_one .brand .brand-info h3 {
        font-size: 22px !important;
    }

    #product_item_one .brand .brand-info h3 br {
        display: none !important;
    }

    #product_item_one .brand .brand-info p {
        font-size: 18px !important;
        padding: 0 !important;
    }

    #product_item_one .brand .brand-content {
        padding: 0 40px !important;
    }
}

@media (min-width: 769px) {
    #product_item_one .brand .brand-info {
        bottom: 0 !important;
        width: 350px !important;
    }

    #product_item_one .brand .brand-info p {
        font-size: 14px !important;
    }

    #product_item_one .brand .brand-content {
        padding: 5px 40px !important;
    }
}

#product_item_one .product-slider {
    position: relative;
}

#product_item_one .product-slider .nav-header {
    overflow-x: auto;
    -webkit-overflow-scrolling: smooth;
    background-color: rgba(0, 0, 0, 0.8);
    color: #e6c158;
}

#product_item_one .product-slider .nav-header::-webkit-scrollbar {
    height: 0;
}

#product_item_one .product-slider .nav-header::-webkit-scrollbar-track {
    background: #222;
    border-radius: 4px;
}

#product_item_one .product-slider .nav-header::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 4px;
}

#product_item_one .product-slider .nav-header::-webkit-scrollbar-thumb:hover {
    background: #e6c158;
}

#product_item_one .product-slider .nav-header .nav-items {
    text-align: center;
    padding: 0;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    position: relative;
    gap: 0;
}

#product_item_one .product-slider .nav-header .nav-item {
    padding: 10px;
}

#product_item_one .product-slider .nav-header .nav-item span {
    word-break: keep-all;
    font-weight: 900;
    font-size: 14px;
}

#product_item_one .product-slider .nav-header .nav-item.active span {
    border-bottom: 2px solid #e6c158;
}

#product_item_one .product-slider .title-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 1;
}

#product_item_one .product-slider .title-header span {
    color: #fff;
    line-height: 2em;
    font-size: 16px;
    font-weight: 600;
}

#product_item_one .product-slider .product-slider-content {
    position: relative;
}

#product_item_one .product-slider .product-slider-items {
    position: relative;
}

#product_item_one .product-slider .product-slider-item {
    position: relative;
}

#product_item_one .product-slider .product-slider-item-img img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

@media (min-width: 481px) and (max-width: 768px) {
    #product_item_one .truffle-product-slider .product-slider-item-img img {
        width: 90% !important;
        margin: 0 auto !important;
    }

    #product_item_one .gift-product-slider .product-slider-item-img img {
        width: 90% !important;
        margin: 0 auto !important;
    }

    #product_item_one .gift-recipes-slider .product-slider-item-img img {
        width: 90% !important;
        margin: 0 auto !important;
    }

    #product_item_one .gift-product-group-slider .product-slider-item-img img {
        width: 90% !important;
        margin: 0 auto !important;
    }
}

#product_item_one .product-slider .product-slider-item-desc {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#product_item_one .product-slider .product-slider-item-desc h4 {
    font-size: 22px;
    line-height: 1.2em;
    padding-bottom: 10px;
    padding: 0 10px !important;
}

#product_item_one .product-slider .product-slider-item-desc p {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 300;
    padding: 0 10px !important;
}

#product_item_one .product-slider .product-slider-item-desc a {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 300;
    padding: 5px 10px !important;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 0 !important;
    text-decoration: none !important;
}

@media (min-width: 769px) {
    #product_item_one .product-slider .product-slider-item-desc {
        position: absolute;
        top: 50%;
        left: 60px;
        transform: translateY(-50%);
        width: 50%;
        padding: 20px;
        text-align: left !important;
        background: rgba(0, 0, 0, 0.5) !important;
        color: #FFF !important;
        z-index: 1;
    }

    #product_item_one .product-slider .product-slider-item-desc h4 {
        align-self: flex-start;
    }

    #product_item_one .product-slider .product-slider-item-desc p {
        align-self: flex-start;
    }
}

#product_item_one .product-slider .nav-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#product_item_one .product-slider .nav-footer .nav-items {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#product_item_one .product-slider .nav-footer .nav-item {
    word-break: keep-all;
    padding: 10px;
    font-weight: 900;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid #000;
    background-color: #ffff;
    color: #000;
}

#product_item_one .product-slider .nav-footer .nav-item.active {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}

@media (min-width: 769px) {
    #product_item_one .product-slider .nav-footer {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }
}

#product_item_one .product-qa-wrapper {
    margin: 0 auto;
    width: 100%;
}

#product_item_one .product-qa-accordions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

#product_item_one .product-qa-accordion {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#product_item_one .product-qa-accordion::after {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top-color: #505050;
    transition: all 0.5s ease;
    margin: 6px 0 0;
}

#product_item_one .product-qa-accordion.active::after {
    transform: matrix(1, 0, 0, -1, 0, 0);
    margin: -6px 0 0;
}

#product_item_one .question-icon {
    background: #505050;
    color: #FFF;
    padding: 5px 20px;
    font-size: 16px;
    width: 10px;
    line-height: 1em;
    text-align: center;
    box-sizing: content-box;
}

#product_item_one .answer-icon {
    background: #DF7600;
    color: #000000;
    padding: 5px 20px;
    font-size: 16px;
    width: 10px;
    line-height: 1em;
    text-align: center;
    box-sizing: content-box;
}

#product_item_one .product-qa-question {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    gap: 5px;
}

#product_item_one .product-qa-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
}

#product_item_one .answer-content {
    padding: 5px 0 !important;
}

#product_item_one .product-qa-accordion.active .product-qa-answer {
    max-height: 500px;
}

@media (min-width: 481px) {
    #product_item_one .product-qa-wrapper {
        width: 90%;
    }
}

@media (min-width: 769px) {
    #product_item_one .product-qa-wrapper {
        width: 80%;
    }

    #product_item_one .question-icon {
        padding: 5px 25px;
    }

    #product_item_one .answer-icon {
        padding: 5px 25px;
    }
}

#product_item_one .truffle-slick .slick-arrow {
    top: var(--slick-top) !important;
    height: var(--slick-height) !important;
    width: var(--slick-width) !important;
    transform: translateY(calc(-1 * var(--slick-top))) !important;
    background: var(--slick-bg) !important;
}

#product_item_one .truffle-slick .slick-prev {
    left: var(--slick-left) !important;
}

#product_item_one .truffle-slick .slick-next {
    right: var(--slick-right) !important;
}

#product_item_one .truffle-slick .slick-prev:before,
#product_item_one .truffle-slick .slick-next:before {
    color: var(--slick-color) !important;
    font-size: var(--slick-size) !important;
}

#product_item_one .brand-slick .slick-track {
    display: flex !important;
}

#product_item_one .brand-slick .slick-slide {
    display: flex !important;
    justify-content: center !important;
}

#product_item_one .truffle-slick .slick-prev:before {
    content: "<" !important;
}

#product_item_one .truffle-slick .slick-next:before {
    content: ">" !important;
}

#product_item_one .truffle-slick .slick-dots li button {
    border-radius: 100px;
    height: 10px;
    width: 10px;
    background-color: #E6E6E6;
    color: #E6E6E6;
}

#product_item_one .truffle-slick .slick-dots li.slick-active button {
    background-color: #BF0200;
    color: #BF0200;
}

#product_item_one .truffle-slick {
    --slick-top: 50%;
    --slick-height: 100%;
    --slick-width: 50px;
    --slick-left: 0;
    --slick-right: 0;
    --slick-color: #FFF;
    --slick-bg: rgba(0, 0, 0, 0.0);
    --slick-size: 40px;
}

#product_item_one .brand-slick {
    --slick-top: 50%;
    --slick-height: 60px;
    --slick-width: 30px;
    --slick-left: -40px;
    --slick-right: -40px;
    --slick-color: #000;
    --slick-bg: rgba(255, 255, 255, 1);
    --slick-size: 20px;
}

@media (min-width: 769px) {
    #product_item_one .brand-slick {
        --slick-top: 45%;
        --slick-height: 80px;
        --slick-width: 30px;
        --slick-left: -40px;
        --slick-right: -40px;
        --slick-color: #000;
        --slick-bg: rgba(255, 255, 255, 1);
        --slick-size: 20px;
    }
}