<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#spinner {
    margin-left: 5px;
}
@media only screen and (min-width: 768px) {
.flex-destop
{
        display: flex;
}
.order-info, .billing-address, .shipping-info, .payment-info, .items-shipping, .items-payment
{
        width: 50%;
}}
.product-design, .hero-carousel, .faq-bg, .large-image-carousel, .vlastnosti-produktu, .reviews-carousel, .video-container-product, .ikony-popis
{
	padding-bottom: 5rem;
}

.type-detail .carousel-nav.prev {
    margin-left: -32px;
}
.type-detail .carousel-nav.next {
    margin-right: -32px;
}
.faq-item .faq-answer[style*="display: block"] + .faq-toggle img {
    transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
    .type-detail .carousel-nav.next {
        margin-right: 12px;
    }
        .type-detail .carousel-nav.prev {
        margin-left: 12px;
    }
    .product-design, .hero-carousel, .faq-bg, .large-image-carousel, .vlastnosti-produktu, .reviews-carousel, .video-container-product, .ikony-popis {
        padding-bottom: 0rem !important;
    }
}

#order-status
{
        color: #41cc8b;
        text-decoration: underline;
}
.order-details
{
        color: black;
}
.order-container .alert-text
{
	font-size: 17px;
	margin-top: 24px;
	color: red;
}

.order-container .alert-text a
{
	color: black;
}
.order-container {
    max-width: 900px;
    margin: 0 auto;
}

.form-container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: grid;
}

.form-container h1 {
    margin-bottom: 15px;
}

.form-container input {
    width: calc(50% - 12px);
    padding: 10px;
    margin: 5px;
    font-size: 16px;
}

.form-container button {
    padding: 10px 20px;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}

#error-message {
    color: red;
    margin-top: 10px;
    font-size: 17px;
    margin-left: 5px;
}

.order-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.order-details h1,
.order-details h2 {
    color: #333;
}

.order-details p {
    font-size: 16px;
    margin: 8px 0;
}

.order-details table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.order-details table,
.order-details th,
.order-details td {
    border: 1px solid #ddd;
    line-height: 1.2;
}

.order-details th,
.order-details td {
    padding: 8px;
    text-align: left;
    min-width: 100px;
}

.order-details th {
    background-color: #f0f0f0;
}

.form-container #search-button {
    height: 48px;
    min-width: 124px;
    max-width: 200px;
    line-height: 46px;
    text-transfrom: uppercase;
    border-color: #41cc8b;
    background-color: var(--color-secondary);
    color: #fff;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-container #search-button:hover {
    background-color: var(--color-secondary-hover);
    border-color: var(--color-secondary-hover);
}

#search-button {
    position: relative;
}

#search-button.loading::before {
    content: "";
    position: absolute;
    left: 0.5em;
    top: 15px;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px dotted #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 9;
}
.scroll-wrapper {
    overflow-x: auto;
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.scroll-wrapper table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.amount.in-stock span
{
    margin-right: 5px;
}

.type-detail .hero-carousel {
    position: relative;
    display: inline-block;
}

.type-detail .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100;
}

.type-detail .carousel-nav.prev,
.type-detail .carousel-nav.prev img {
    left: -20px;
    width: 32px;
    height: 32px;
}

.type-detail .carousel-nav.next,
.type-detail .carousel-nav.next img {
    right: -20px;
    width: 32px;
    height: 32px;
}

.type-detail .text-image-section {
    display: flex;
    gap: 32px
}

.type-detail .text-image-section .col-md-6 {
    align-content: center;
    padding: 0px;
}

.type-detail .text-image-section h2 {
    line-height: 1 !important;
    display: flex;
}

.type-detail .text-image-section h2 img {
    width: 40px;
    margin-right: 10px;
}

.type-detail .text-image-section p,
.type-detail .text-image-section ul,
.type-detail .text-image-section span {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 1.4;
    z-index: 1;
    position: relative;
}

.extended-description .detail-parameters th, .extended-description .detail-parameters td, .basic-description p, .basic-description span, .basic-description li {
    color: #2C2C2C !important;
}

.type-detail .orange-bg .text-section {
    padding: 32px;
}

.type-detail .orange-bg .text-section {
    background: linear-gradient(90deg, #FCF0EC, #Fff);
    position: relative;
    z-index: 1;
}

.type-detail .orange-bg .text-section::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(/user/documents/webotvurci/product-design/grass.png) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100%;
    z-index: 0;
}

/*faq*/

.type-detail .faq-bg {
    background: linear-gradient(180deg, #efefef 50%, #fff);
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
}

.type-detail .desktop-two-col {
    display: flex;
    height: 100%;
}

.type-detail .faq-section {
    display: block;
    width: 50%;
}

.type-detail .faq-bg h2 {
    text-align: start;
    line-height: 1;
    display: flex
;
}

.type-detail .faq-bg h2 img {
    width: 40px;
    height: 40px;
    margin: 0 15px;
}

.type-detail .faq-item h3 {
    color: black !important;
    font-size: 18px !important;
    max-width: 90%;
    line-height: 1.2;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.type-detail .desktop-two-col .faq-item h3::after {
    content: "";
}

.type-detail .faq-item {
    padding: 5px 32px;
    box-sizing: border-box;
    position: relative;
    background-color: white;
    color: black;
    border-radius: 0px;
    margin: 10px 15px 0px;
    min-height: 85px;
    align-items: center;
    cursor: pointer;
    display: inline-grid;
    border: 2px solid #e6e6e6 !important;
    z-index: 1;
    min-width: -webkit-fill-available;
}
.type-detail .desktop-two-col::after {
    content: "";
    position: absolute;
    margin-top: 60px;
    right: -18px;
    transform: translateY(-50%);
    background: url(/user/documents/webotvurci/product-design/message.png) no-repeat top;
    background-size: contain;
    width: 200px;
    height: 200px;
    z-index: 0;
}
.type-detail .faq-item p {
    max-width: 90%;
    line-height: 1.25;
    margin-bottom: 10px;
}

.type-detail .faq-answer {
    display: none;
}

.type-detail .faq-toggle {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.type-detail .faq-toggle.open {
    transform: translateY(-50%) rotate(180deg);
}

.type-detail .faq-toggle img {
    width: 28px;
    /* Upravte velikost obrázku podle potřeby */
}

@media (max-width: 768px) {
    .type-detail .faq-item {
        width: 100% !important;
        max-width: fit-content;
    }

    .type-detail .faq-item h3 {
        font-size: 16px;
        max-width: 90%;
        margin: 7px !important;
    }

    .type-detail .faq-item p {
        margin: 7px;
        font-size: 14px;
    }
    .type-detail .text-image-section .text-section {
        padding: 32px 0;
    }
}


.type-detail .large-image-carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.type-detail .carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.type-detail .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.type-detail .carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.type-detail .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}

.type-detail .carousel-arrow:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.type-detail .carousel-arrow img {
    width: 20px;
    height: 20px;
}

.type-detail .carousel-arrow-prev {
    left: 20px;
}

.type-detail .carousel-arrow-next {
    right: 20px;
}

/* Nový CSS pro dots */
.type-detail .carousel-dots {
    position: initial;
    margin: 20px;
    bottom: -20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.type-detail .carousel-dot {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s;
        border: 1px solid;
    
}

.type-detail .carousel-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.type-detail .carousel-dot.active {
    background-color: #fff;
    transform: scale(1.2);
        background-color: #f36931;
}

.product-design
{
    gap: 32px;
    position: relative;
    display: grid;
}

.type-detail .vlastnosti-produktu {
    background: linear-gradient(180deg, #efefef 90%, #fff);
    padding: 50px 20px;
    margin-top: 50px;
}

.type-detail .vlastnosti-produktu h2 {
    margin-bottom: 20px !important;
    line-height: 1 !important;
}

.type-detail .vlastnosti-produktu .radek {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.type-detail .vlastnost-produktu {
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
    background-color: white;
    color: black;
    border-radius: 0px;
    align-items: center;
    display: flex;
    border: 2px solid #e6e6e6 !important;
}

.type-detail .vlastnost-produktu .image-section {
    align-content: center;
}

.type-detail .vlastnost-produktu h3 {
    margin-bottom: 0px !important;
}

.type-detail .vlastnost-produktu p {
    line-height: 1.25;
}

.type-detail .galb .img-wrapper {
    position: relative;
    display: inline-block;
    /* nebo block podle potřeby */
}

.type-detail .galb .img-wrapper::after {
    content: "";
    position: absolute;
    margin-top: 30px;
    transform: translateY(-50%);
    background: url(/user/documents/webotvurci/product-design/galb.svg) no-repeat top;
    background-size: contain;
    width: 82px;
    height: 82px;
    z-index: 1;
}

.type-detail .galb.right .img-wrapper::after {
    right: -30px;
}

.type-detail .galb.left .img-wrapper::after {
    left: -30px;
}

.type-detail .reviews-carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 50px;
    overflow: hidden;
}

.type-detail .reviews-carousel .carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.type-detail .reviews-carousel .carousel-slide {
    min-width: calc(33.333% - 20px);
    box-sizing: border-box;
    margin: 0 10px;
    flex-shrink: 0;
    width: calc(33.333% - 20px);
    position: relative;
}

.type-detail .review-card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 45px 20px 20px;
    height: 100%;
    position: relative;
}
.review-card .stars a,.review-card .stars span {
    width: 24px;
    height: 24px;
}
.review-card .stars {
    width: 120px;
}
.review-card .stars a::before,.review-card  .stars span::before {
    font-size: 24px;
}
.type-detail .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.type-detail .review-avatar {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background-color: #333;
}

.type-detail .review-avatar img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.type-detail .review-author {
    flex-grow: 1;
}

.type-detail .review-author h3 {
    margin: 0px !important;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 1;
}

.type-detail .review-date {
    margin: 0px !important;
    color: #6F6F6F;
    font-size: 14px;
}

.type-detail .review-badge {
    background-color: #fff;
    border: 1px solid #41CC8B;
    padding: 3px 8px;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 14px;
}

.type-detail .review-badge span {
    color: #41CC8B;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
        align-items: anchor-center;
}

.type-detail .review-badge img{
        width: 20px;
        height: 20px;
}

.type-detail .review-content {
    color: #333;
    line-height: 1.5;
    z-index: 1;
    position: relative;
}

.type-detail .review-content a{
        color:  #41CC8B;
}

.type-detail .reviews-carousel .read-more {
    text-decoration: none;
}

.type-detail .reviews-carousel .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
    color: #333;
    opacity: 0.8 !important;
}

.type-detail .reviews-carousel .carousel-arrow-prev {
    left: 5px;
}

.type-detail .reviews-carousel .carousel-arrow-next {
    right: 5px;
}

.type-detail .reviews-carousel .carousel-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin: 0px;
}

.type-detail .reviews-carousel .carousel-dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.type-detail .reviews-carousel .carousel-dot.active {
    background-color: #ff6b35;
    transform: scale(1.2);
}

.type-detail .reviews-carousel .carousel-slide::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0px;
    background: url(/user/documents/webotvurci/product-design/testa.png) no-repeat top;
    background-size: contain;
    width: 150px;
    height: 150px;
    z-index: 0;
}

.video-container-product {
    position: relative;
    width: 100%;
    margin: 50px 0;
    padding-top: 56.25%; /* Poměr 16:9 */
}

.video-container-product iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 1024px) {
    .type-detail .reviews-carousel .carousel-slide {
        min-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .type-detail .reviews-carousel .carousel-slide {
        min-width: calc(100% - 20px);
    }

    .type-detail .review-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .type-detail .review-avatar {
        margin-bottom: 10px;
    }

    .type-detail .review-badge {
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .type-detail .faq-item {
        width: 100% !important;
    }

    .type-detail .faq-item h3 {
        font-size: 16px;
        max-width: 90%;
        margin: 7px !important;
    }

    .type-detail .faq-item p {
        margin: 7px;
        font-size: 14px;
    }
    .type-detail .text-image-section, .type-detail .desktop-two-col, .type-detail .vlastnosti-produktu .radek, .type-detail .vlastnost-produktu {
        display: grid !important;
    }
    .type-detail .faq-section {
    width: 100% !important;
}
.type-detail .vlastnost-produktu h3 {
    margin-top: 10px !important;
}
.type-detail .vlastnost-produktu img
{
    max-width: 50px;
    margin-top: 20px;
}
.type-detail .col-md-6.image-section {
    padding: 0px !important;
}
.type-detail .text-image-section .text-section {
    padding: 20px 0;
}

    .type-detail .orange-bg .text-section
    {
        padding: 20px !important;
    }

.type-detail .desktop-two-col {
    gap: 40px;
}
.type-detail .text-image-section, .type-detail .faq-bg .desktop-two-col {
    gap: 0;
}
.type-detail .galb .img-wrapper::after {
    width: 50px;
    height: 50px;
}
.type-detail .galb.right .img-wrapper::after {
    right: 0px;
    top: -30px;
}
.type-detail .galb.left .img-wrapper::after {
    left: 0px;
    top: -30px;
}
.type-detail .faq-item {
    padding: 5px 10px;
}
.type-detail .vlastnost-produktu {
    padding: 0;
}
.type-detail .carousel-nav.prev, .type-detail .carousel-nav.prev img {
    left: -12px;
}
.type-detail .review-card {
    padding: 32px;
}
}
</pre></body></html>