.obs-incpartyproduct-title {
    display: flex;
    flex: 1;
}
.product-img {
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    padding: 15px;
    display: inline-block;
}
.collapsible {
    background-color: var(--color-satchet-fill);
    color: var(--color-content-secondary);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid var(--color-satchet-border);
    border-radius: 12px;
    font-size: 15px;
}
.desktop .collapsibles {
    display: none;
}
.mobile .tabs {
    display: none;
}
.mobile .tabcontent {
    display: none !important;
}
.pravda-nebo-ukol-product::before
{
    content: url("/user/documents/upload/img/product/single/pravda-nebo-ukol.png");
    background-repeat: no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.rychlovky-product::before
{
    content: url("/user/documents/upload/img/product/single/rychlovky.png");
    background-repeat: no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.mluvime-spolu-product::before
{
    content: url("/user/documents/upload/img/product/single/mluvime-spolu.png");
    background-repeat: no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.jsme-se-zeptali-product::before
{
    content: url("/user/documents/upload/img/product/single/jsme-se-zeptali.png");
    background-repeat: no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.date-and-bed-ideas-product::before
{
    content: url("/user/documents/upload/img/product/single/date-and-bed-ideas.png");
    background-repeat: no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.kdo-z-nas-product::before
{
    content: url("user/documents/upload/gallery/1 (9)_small.png");
    background-repeat: no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.led-lampicka-product::before
{
    content: "";
    background: url("/user/documents/upload/gallery/79 (1)_small.png") no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.mluvime-spolu-1-product::before
{
    content: "";
    background: url("/user/documents/upload/gallery/74 (1)_small.png") no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.najdi-par-product::before
{
    content: "";
    background: url("/user/documents/upload/gallery/70 (1)_small.png") no-repeat;
    margin-bottom: -68px;
    position: relative;
    display: block;
    width: 60px;
    height: 75px;
    background-size: 51px;
    top: -26px;
}
.collapsible::after {
    content: '\02795';
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

.collapsible.active::after {
    content: "\2796";
}

.collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

#banner-incproducts {
    display: flex;
    flex-direction: column;
}
#banner-incproducts h3{
    font-family: 'dmsans';
    color: #000;
    font-weight: 600;
    font-size: 24px;
    padding-left: 10px;
}
.benefitBanner__item:has(#banner-incproducts) {
    display: none;
}
.in-pro-pary .benefitBanner__item:has(#banner-incproducts) {
    display: block;
}
#banner-incproducts .incproduct {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}
#banner-incproducts .incproduct .collapsible-content {
    padding-top: 5%;
}
#banner-incproducts .product-hashtags {
    display: block;
    color: var(--color-discount);
    font-weight: 600;
    font-size: 14px;
}
.product-hashtags {
    color: var(--color-discount);
}
#banner-incproducts .incproduct .product-icons {
    margin-top: 5%;
}
#banner-incproducts .incproduct hr {
    border: 0.5px solid var(--color-content-secondary);
    opacity: 0.1;;
}
#banner-incproducts .incproduct .product-claimshort {
    color: var(--color-content-secondary);
    font-weight: 500;
    font-size: 14px;
}
#banner-incproducts .incproduct .product-description {
    color: var(--color-content-secondary);
    font-weight: 500;
    font-size: 14px;
}
#banner-incproducts .incproduct .product-best {
    margin-top: 5%;
}
#banner-incproducts .incproduct .product-best .product-best-title {
    color: var(--color-content-secondary);
    font-weight: 900;
    font-size: 15px;
}
#banner-incproducts .incproduct .product-best .product-best-content {
    color: var(--color-content-secondary);
    font-weight: 500;
    font-size: 14px;
}
.fotorama__stage {
    width: 25%;
    overflow: visible;
}
.fotorama__fullscreen-icon {
    width: 100%;
    height: 100%;
}
.fotorama__nav-wrap {
    width: 200%;
}
.fotorama__stage__frame img {
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    padding: 5%;
}
div.scroll-container {
    overflow: auto;
    white-space: nowrap;
    height: 200px;
    padding: 10px;
}
div.scroll-container img {
    padding: 10px;
    height: 150px;
}
.tabs {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
}
.tabs button {
    background-color: var(--color-brand-secondary);
    float: left;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: underline;
    padding: 14px 16px;
    transition: 0.3s;
}
.tabs button:hover {
    opacity: 0.75;
}
.tabs button.active:hover {
    opacity: 1;
    cursor: default;
}
.tabs button.active {
    background-color: var(--color-content-primary);
    text-decoration: none;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
}
.obs-plus-gallery-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.obs-plus-gallery-wrap .obs-plus-gallery-wrap {
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
}
.obs-plus-gallery-wrap  .plus-gallery-item {
    min-width: 130px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 12px;
}
.obs-plus-gallery-dots {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.obs-desktop-item-wrapper {
    padding-top: 30px;
    display: flex;
}
.obs-desktop-item-text {
    width: 50%;
    float: left;
    padding-left: 70px;
    padding-top: 15px;
}
.obs-desktop-item-gallery {
    display: inline;
}
.obp-desktop-wrap-image-with-dots {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.obp-desktop-wrap-image-with-dots-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.obp-desktop-arrow-left {
    margin-top: 60px;
    margin-right: -23px;
    z-index: 2;
}
.obp-desktop-arrow-right {
    margin-top: 60px;
    margin-left: -23px;
    z-index: 2;
}
.obp-desktop-item-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.obp-desktop-item-gallery  .plus-gallery-item {
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(226, 226, 226, 0.44);
}

.obp-desktop-item-gallery .plus-gallery-item img {
    max-height: fit-content;
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 0px;
    display: block;
    width: 100%;

}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .obp-desktop-item-gallery .plus-gallery-item img  {
            transform: none !important;
        }
    }
}
@media (min-width: 768px) {
    #banner-incpartyproducts .tabs {
        justify-content: space-evenly !important;
    }
    #banner-incproducts .tabs {
        justify-content: space-evenly !important;
    }
    #banner-incproducts h3 {
        text-align: center;
    }
}