html, body {
    margin: 0;
    padding: 0;
}

.tf-slideshow {
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}

.tf-slideshow .swiper,
.tf-slideshow .swiper-wrapper,
.tf-slideshow .swiper-slide,
.tf-slideshow .wrap-slider {
    height: 100%;
}

.tf-slideshow .slider-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tf-slideshow .box-content {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.tf-slideshow .wrap-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    pointer-events: none;
}

.wrap-slider {
    position: relative;
}

.wrap-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide,
.wrap-slider {
    height: 100%;
}

.wrap-slider .box-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
    z-index: 2;
}

/*slider end*/

.tf-slideshow .text-heading {
    max-width: 70%;
    margin-bottom: 30px !important;
}

.tag-text-block {
    height: 100%;
    padding-top: 60px;
}

.tag-text-block p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.4;
    max-width: 70ch;
}

/* Odstup medzi prvou sekciou a druhým nadpisom */
.tag-text-block h4 + p + h4 {
    margin-top: 34px;
}

.tag-text-block ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.tag-text-block ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.4;
    color: #111;
}

/* vonkajší krúžok + vnútorná bodka */
.tag-text-block ul li::before {
    content: "";
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #0E90CF;
    background: radial-gradient(circle, #0E90CF 35%, transparent 36%);
}

.wrap-lookbook .image {
    max-height: 600px;
}

.wrap-lookbook .image img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    display: block;
}

.lookbook-product {
    font-size: 13px;
}

.lookbook-1 .item-1c {
    top: 17%;
    left: 57%;
}

.lookbook-1 .item-2c {
    top: 26%;
    left: 40%;
}

.lookbook-1 .item-3c {
    top: 42%;
    left: 55%;
}

.lookbook-1 .item-4c {
    top: 63%;
    left: 42%;
}

.lookbook-1 .item-5c {
    top: 80%;
    left: 59%;
}

.nectar-shape-divider {
    width: 100%;
    height: 110px;
}

.flat-spacing-21 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cap-wrapper .title {
    text-transform: uppercase;
    color: #666666;
    line-height: 1;
}

.cap-wrapper {
    cursor: pointer;
}

.cap-wrapper img {
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

.cap-wrapper:hover img {
    transform: scale(1.1);
}

.card-product .card-product-wrapper img {
    max-height: 400px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.tf-product-media-main .swiper-slide {
    height: 600px;
}

.tf-product-media-main .swiper-slide .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tf-product-media-main img.tf-image-zoom {
    max-height: 600px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.tf-product-info-title h5 {
    font-weight: 600;
}

.product-desc .show-more {
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}

.tf-payment img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.tf-product-info-trust-seal {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: nowrap;
}

.tf-sticky-btn-atc .tf-sticky-atc-img img {
    object-fit: contain;
}

.product-desc-content {
    white-space: pre-line;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
}

.product-desc-content {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
}

.product-desc-content pre {
    white-space: pre-wrap;
    overflow-x: auto;
    max-width: 100%;
}

.product-desc-content img {
    max-width: 100%;
    height: auto;
}

.product-desc-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.product-desc-content a {
    overflow-wrap: anywhere;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

.video-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    color: black;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.play-button:hover {
    opacity: 0.65;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-default:not(.header-absolute) {
    background-color: black;
}

header.header-bg {
    background-color: black;
}

.menu-item .item-link {
    color: white;
}

#header .box-nav-ul .item-link::before {
    background: white;
}

.nav-icon li a {
    color: white;
}

.tf-dropdown-sort .select-item {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.tf-dropdown-sort .select-item::after, .tf-dropdown-sort.has-color .select-item::before {
    content: none;
}

.tf-dropdown-sort.has-color .select-item {
    gap: 15px;
}

.select-item img {
    width: 60%;
    height: 100%;
    object-fit: contain;
}

.dropdown-menu {
    box-shadow: rgba(6, 24, 44, 0.4) 0 0 0 0, rgba(6, 24, 44, 0.65) 0 4px 5px 0, rgba(255, 255, 255, 0.08) 0 0 0px inset !important;
}

.tf-shop-control .dropdown-menu.show {
    transform: translate(0, 33px) !important;
}

.demo-image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.demo-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.mega-menu .row-demo {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 25px;
}

.mega-menu .demo-item,
.mega-menu .demo-item a {
    min-width: 0;
    display: block;
}

.mega-menu .demo-item .demo-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-menu .view-all-demo {
    margin-top: 38px;
}

.flat-spacing-categories {
    padding: 0 0 70px;
}

.attachment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 18px 14px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    background: #fff;

    text-decoration: none;
    color: inherit;

    height: 100%;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.attachment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .16);
}

.attachment-icon img {
    height: 52px;
    width: auto;
    display: block;
}

.attachment-name {
    width: 100%;
    max-width: 100%;
    text-align: center;

    font-size: 14px;
    line-height: 1.2;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-name.is-clamp-2 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collection-item.type-line-padding {
    border: 1px solid var(--line);
    border-left: 0;
    margin-top: -1px;
    padding: 20px 10px;
}

.collection-item .collection-inner .collection-image {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.collection-item .collection-inner .collection-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.collection-item .collection-title {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #111;
    border-radius: 10px;
    min-height: 40px;
    height: auto;
}

.discovery-bg {
    position: relative;
    background-image: url('/static/images/category_bg.jpg'); /* adjust path */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 260px;
}

.discovery-bg h5 {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 6px 18px rgba(0, 0, 0, .65);
}

.discovery-bg h5::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -12px -14px;
    background: rgb(0 0 0 / 74%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
}

.discovery-new-item a {
    color: var(--white);
    border-color: var(--white);
    margin-top: 20px;
}

.discovery-new-item a:hover {
    color: var(--main);
    background-color: var(--white);
    border-color: var(--main);
}

.collection-item:hover .collection-title {
    background-color: var(--main);
    /*background-color: var(--primary);*/
    color: var(--white);
}

.collection-item:hover .icon {
    transform: scale(1);
    width: 10px;
    margin-left: 8px;
}

.tf-grid-layout .collection-title {
    font-size: 1rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.collection-title span {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.25;
}

.testimonial-item.style-column .author {
    margin-bottom: 15px;
}

.tf-sw-testimonial .swiper-wrapper {
    align-items: stretch;
}

.tf-sw-testimonial .swiper-slide {
    height: auto;
    display: flex;
}

.tf-sw-testimonial .testimonial-item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tf-sw-testimonial .testimonial-item .author {
    margin-top: auto;
}

.tf-payment img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.footer-bottom-wrap {
    flex-wrap: wrap;
}

.tf-payment {
    flex-shrink: 1;
}

.footer-menu_item {
    min-width: 0;
}

.icon-close {
    cursor: pointer;
}

.canvas-search .tf-loop-item {
    align-items: center;
}

.tf-quicklink-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tf-search-content .image a {
    height: 80px;
}

.tf-search-content .image a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* base */
.tf-loop-item {
    display: flex;
    gap: 14px;
    padding: 10px;
    transition: background 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
    cursor: pointer;
}

.tf-loop-item:hover {
    background: #f7f7f7;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tf-loop-item img {
    transition: transform 0.35s ease;
}

.tf-loop-item:hover img {
    transform: scale(1.06);
}

.tf-loop-item .content a {
    transition: color 0.2s ease;
}

.tf-loop-item:hover .content a {
    color: #111;
}

.tf-page-title {
    position: relative;
    background-image: url("/static/images/bg1.webp");
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    color: #fff;
}

/* dark overlay */
.glass::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.35)
    );
}

.glass .glass-box {
    position: relative;
    z-index: 1;
}

.glass .heading {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.product-list .wrapper-shop .card-product {
    margin-bottom: 0;
}

.product-list .tf-grid-layout {
    gap: 0;
}

.tf-shop-control .tf-dropdown-sort {
    position: relative;
    display: inline-block;
    width: 200px !important;
}

.tf-shop-control .tf-dropdown-sort > .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    z-index: 1000;
    box-sizing: border-box;
    margin-top: 1px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tf-shop-control .tf-dropdown-sort .select-item {
    transition: 0.2s ease-in-out;
}

.tf-pagination-list .pagination-link.active {
    background-color: var(--main);
    color: #fff;
    border-color: var(--main);
    pointer-events: none;
}

.error-message {
    margin-left: 5px;
    font-size: 0.8em;
    font-weight: 500;
}

.fieldset input.error {
    border: 1px solid var(--red_1);
}

input[type="checkbox"].form-control-error + label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--red_1);
    margin-right: 8px;
    vertical-align: middle;
    background-color: white;
}

input[type="checkbox"].form-control-error {
    visibility: hidden;
    position: absolute;
}

.card-product .card-product-info .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3em;
    min-height: 2.6em;
}

.card-product .card-product-info .price {
    font-size: 1.2rem;
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer !important;
}

.tf-mini-cart-info .price small {
    font-size: 0.8rem;
    font-weight: 400;
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .price {
    margin-top: 13px;
}

.tf-cart-empty {
    padding: 60px 24px;
}

.tf-cart-empty-icon {
    font-size: 42px;
    margin-bottom: 16px;
}

.tf-cart-empty-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.tf-cart-empty-subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 24px;
    line-height: 1.5;
}

.wg-quantity .btn-quantity.plus-btn {
    margin-top: 1px;
}

.tf-page-cart-checkout .tf-cart-totals-voucher {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tf-page-cart-checkout .tf-cart-totals-voucher h3 {
    font-size: 16px;
    line-height: 16px;
}

.tf-page-cart-checkout .tf-cart-totals-voucher .total-value {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.tf-breadcrumb-wrap .tf-breadcrumb-list .icon.icon-home {
    margin-left: 0;
}

.box-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-checkbox label {
    cursor: pointer;
    margin-bottom: 0;
}

.box-checkbox input {
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

.separator-line {
    border-bottom: 1px solid var(--line);
    margin-top: 10px;
    margin-bottom: 10px;
}

.tf-check {
    border: 1px solid #d9d9d9;
}

.fieldset-radio label {
    cursor: pointer;
}

.widget-wrap-checkout .wd-check-payment .fieldset-radio label {
    margin-top: 0;
}

.product-short {
    padding: 0 5px;
    max-width: 350px;
    font-size: 0.7rem;
    height: 6em;
    overflow-y: hidden;
    text-align: justify
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
    width: auto;
}

.autocomplete-item {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #f1f1f1;
}

.widget-wrap-checkout {
    background-color: var(--bg-11);
}

.confirmation-wrapper {
    min-height: 350px;
}

.confirmation-wrapper h1 {
    padding: 40px 0;
    font-size: 2.5rem;
    line-height: 1.5;
}

.list-color-product .list-color-item .swatch-value.custom {
    border: none;
}

.btn-icon-action > *:last-child {
    display: initial;
}

.btn-icon-action.active > *:first-child {
    display: initial;
}

.nectar-shape-divider-wrap[data-position="top"] {
    transform: rotate(180deg);
}

.tf-login-form {
    display: grid;
    gap: 20px;
}

.hint-text {
    letter-spacing: .3px;
    line-height: 1.4rem;
    font-size: 1rem;
}

.reset-password-container {
    min-height: 300px;
}

.article-content {
    min-height: 300px;
    color: var(--main);
}

.article-content img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.about-section {
    min-height: 300px;
}

.toggle-content {
    font-size: initial !important;
}

.blog-article-item .article-thumb a {
    height: 300px;
}

.blog-article-item .article-thumb a img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.article-content .article-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3em;
    min-height: 2.6em;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .title {
    margin-bottom: 40px;
}

.wrapper-shop[data-grid="grid-4"] {
    gap: 0;
}

.toolbar-shop-mobile .tf-category-link .image {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toolbar-shop-mobile .tf-category-link .image img {
    max-height: 34px;
    width: auto;
}

.nav-mb-item {
    display: block;
}

.nav-mb-item__head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-mb-item__head > a {
    flex: 1 1 auto;
    min-width: 0;
}

.nav-mb-item__head .btn-open-sub {
    flex: 0 0 auto;
    background: transparent;
    border: 0;
    padding: 8px;
    cursor: pointer;
}

.nav-mb-item > .list-cate {
    width: 100%;
}

.nav-ul-mb .btn-open-sub {
    position: relative;
}

.nav-ul-mb .btn-open-sub::before,
.nav-ul-mb .btn-open-sub::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main);
    transition: 0.25s ease;
    margin: auto;
}

.nav-ul-mb .btn-open-sub::before {
    width: 2px;
    height: 12px;
}

.nav-ul-mb .btn-open-sub::after {
    width: 12px;
    height: 2px;
}

.nav-ul-mb .btn-open-sub[aria-expanded="true"]::before {
    transform: scaleY(0);
    opacity: 0;
}

.mobile-menu .sub-nav-menu > li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--line);
}

.mobile-menu .mb-other-content .group-icon {
    margin-top: 28px;
}

.wd-form-order .order-head .two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    align-items: start;
}

.order-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
