
/* SNOWFALL EFFECT - Homepage Only */
.snowfall-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}

.snowflake {
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}

.snowflake:nth-child(1) {
  --size: 0.6vw;
  --left-ini: -8vw;
  --left-end: -2vw;
  left: 42vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(2) {
  --size: 0.8vw;
  --left-ini: 6vw;
  --left-end: 6vw;
  left: 26vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(3) {
  --size: 0.6vw;
  --left-ini: 3vw;
  --left-end: -4vw;
  left: 67vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(4) {
  --size: 0.2vw;
  --left-ini: -6vw;
  --left-end: 8vw;
  left: 82vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(5) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: 2vw;
  left: 30vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(6) {
  --size: 0.8vw;
  --left-ini: -7vw;
  --left-end: -5vw;
  left: 12vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(7) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: -8vw;
  left: 98vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(8) {
  --size: 0.4vw;
  --left-ini: -4vw;
  --left-end: 9vw;
  left: 56vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(9) {
  --size: 0.4vw;
  --left-ini: -7vw;
  --left-end: -8vw;
  left: 55vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(10) {
  --size: 0.4vw;
  --left-ini: 1vw;
  --left-end: 4vw;
  left: 15vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(11) {
  --size: 1vw;
  --left-ini: 4vw;
  --left-end: 10vw;
  left: 65vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(12) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: -2vw;
  left: 65vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(13) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: -6vw;
  left: 42vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(14) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: -2vw;
  left: 4vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(15) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: -6vw;
  left: 39vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(16) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 4vw;
  left: 2vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(17) {
  --size: 0.2vw;
  --left-ini: -5vw;
  --left-end: 8vw;
  left: 15vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(18) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: 10vw;
  left: 83vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(19) {
  --size: 0.4vw;
  --left-ini: 6vw;
  --left-end: 1vw;
  left: 85vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(20) {
  --size: 1vw;
  --left-ini: -1vw;
  --left-end: 0vw;
  left: 43vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(21) {
  --size: 0.4vw;
  --left-ini: 6vw;
  --left-end: 4vw;
  left: 4vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(22) {
  --size: 0.8vw;
  --left-ini: 7vw;
  --left-end: -4vw;
  left: 50vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(23) {
  --size: 0.4vw;
  --left-ini: 1vw;
  --left-end: -1vw;
  left: 98vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(24) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: -3vw;
  left: 12vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(25) {
  --size: 0.4vw;
  --left-ini: 2vw;
  --left-end: -2vw;
  left: 55vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(26) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: 7vw;
  left: 3vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(27) {
  --size: 0.2vw;
  --left-ini: -8vw;
  --left-end: -6vw;
  left: 53vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(28) {
  --size: 0.6vw;
  --left-ini: 1vw;
  --left-end: 6vw;
  left: 47vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(29) {
  --size: 0.8vw;
  --left-ini: 9vw;
  --left-end: 0vw;
  left: 18vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(30) {
  --size: 0.4vw;
  --left-ini: 8vw;
  --left-end: 6vw;
  left: 96vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(31) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: -4vw;
  left: 95vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(32) {
  --size: 0.2vw;
  --left-ini: -3vw;
  --left-end: -8vw;
  left: 58vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(33) {
  --size: 0.8vw;
  --left-ini: 3vw;
  --left-end: 8vw;
  left: 82vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(34) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: -2vw;
  left: 18vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(35) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: -4vw;
  left: 85vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(36) {
  --size: 0.6vw;
  --left-ini: -4vw;
  --left-end: -1vw;
  left: 96vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(37) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: 5vw;
  left: 1vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(38) {
  --size: 0.4vw;
  --left-ini: -6vw;
  --left-end: -7vw;
  left: 34vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(39) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: 2vw;
  left: 44vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(40) {
  --size: 0.4vw;
  --left-ini: -4vw;
  --left-end: -2vw;
  left: 30vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(41) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 0vw;
  left: 31vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(42) {
  --size: 1vw;
  --left-ini: -7vw;
  --left-end: -7vw;
  left: 11vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(43) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: 2vw;
  left: 71vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(44) {
  --size: 1vw;
  --left-ini: 4vw;
  --left-end: -7vw;
  left: 50vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(45) {
  --size: 0.2vw;
  --left-ini: 3vw;
  --left-end: -7vw;
  left: 30vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(46) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: 6vw;
  left: 56vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(47) {
  --size: 1vw;
  --left-ini: 5vw;
  --left-end: -8vw;
  left: 14vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(48) {
  --size: 0.8vw;
  --left-ini: 3vw;
  --left-end: 8vw;
  left: 40vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(49) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: 4vw;
  left: 96vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(50) {
  --size: 1vw;
  --left-ini: 9vw;
  --left-end: 7vw;
  left: 37vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -10s;
}

/* Add blur effect every 6 snowflakes for depth */
.snowflake:nth-child(6n) {
  filter: blur(1px);
}

/* HEADER */
.header-main {
    padding-left: var(--space);
    padding-right: var(--space);
}
.header-top-bar .header-open-wrapper .header-open-label, 
.header-top-bar .header-open-wrapper .header-open-text,
.header-top-bar .header-order-wrapper .header-order-label {
    font-size: 0.8125rem;
    margin-bottom: 0;
}
.header-top-bar .header-open-wrapper .header-open-text i {
    opacity: .5;
}

/* PRODUCT PAGE */
.product-description p {
    margin-bottom: 1rem;
}
.product-description p:lst-child {
    margin-bottom: 0
}
.product-description ul {
    list-style: disc;
    font-size: var(--size);
}
.product-description ul li {
    list-style: disc;
    margin-left: 1.25rem;
    font-size: var(--size);
    line-height: 1.6;
    padding-bottom: 0;
}
.product-specifications .table tbody + tbody {
    border-top: 0;
}


@media only screen and (max-width: 1480px) {
    /*#product-row .product-column-right {
        flex: 0 0 26rem;
        max-width: 26rem;
    }
    #product-row .product-column-left {
        flex: 0 0 calc(100% - 26rem);
        max-width: calc(100% - 26rem);
    }*/
    .header-top-bar .container,
    .header-main .container,
    #product-html-content .cproduct-html-container,
    #module-wrapper-spesifications > .container {
        padding-left: var(--space);
        padding-right: var(--space);
    }
    .info-content {
        padding-left: var(--space);
    }
    #product-html-content {
        overflow: hidden;
    }
    #product-product #product-row h1 {
        margin-bottom: var(--space);
        font-size: 1.3rem;
    }
    #product-product #product-row .product-price-container h2 {
        font-size: var(--lg-size);
    }
}

@media only screen and (max-width: 1300px) {

}



@media only screen and (max-width: 991px) {
    :root {
        --header-height: 3.75rem
    }
    .header-main, .header-main .container {
        padding: 0;
    }   
    .header-main-block-3.header-main-block > div:last-child {
        margin-right: 1rem;
    }

    #product-row .product-column-right,
    #product-row .product-column-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media only screen and (max-width: 640px) {
	
.live-search .result-text a {
	-webkit-border-radius: 0;
    border-radius: 0;
}	
	
	.live-search-expanded .live-search {
		top: 100%;
		margin: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.live-search > ul > li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.live-search ul li .product-name {
		font-size: 12px;
		line-height: normal;
	}

	.live-search > ul > li .product-add-cart a {
		height: 40px;
		width: 40px;
		font-size: 20px;
	}	
	
    .header-main .header-main-wrapper {
        height: var(--header-height);
    }
    .header_main_search {
        margin: 0;
    }
    .product-thumb-container {
        display: none;
    }
    #product-row .product-column-left {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #product-row .product-column-left .mobile-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #product-product #product-row h1 {
        text-align: left;
        font-size: 1.125rem;
    }
    #related {
        margin-bottom: 1rem;
    }
    .footer-info-blocks {
        margin-top: 1rem;
    }
    .product-tabs.container {
        padding-left: var(--space);
        padding-right: var(--space);
    }
    #product-image-gallery {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
		padding:1rem;
    }

    /*.swiper-pagination.swiper-pagination-bullets {
        height: 1rem;
        margin: 1rem 0 1.5rem 0;
    }*/
    .mobile-tabs .module-wrapper-spesifications {
        padding: 0.5rem 0.5rem;
    }
    .mobile-tabs .module-wrapper-spesifications > .container {
        padding: 0;
    }
    .mobile-tabs .module-wrapper-spesifications > .container > .row {
        margin: 0;
    }
    .mobile-tabs .product-specifications .product-spesifications-title {
        display: none;
    }
    .mobile-tabs .product-specifications .table-bordered {
        margin-top: 0;
        margin-bottom: 0;
    }
    .mobile-tabs .product-specifications .table-bordered tr,
    .mobile-tabs .product-specifications .table-bordered tr td {
        display: block;
    }
    .mobile-tabs .product-specifications .table-bordered tr td:nth-child(1) {
        padding-bottom: 0;
    }
    .mobile-tabs .product-specifications .table-bordered tr td:nth-child(2) {
        padding-top: 0;
    }
    .mobile-tabs #product-html-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .mobile-tabs #product-html-content .product-html-content-wrap {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .mobile-tabs #product-html-content .product-html-content-wrap .product-html-content-row {
        padding: 1rem;
    }
    .m_breadcrumb {
        margin-bottom: .5rem;
    }
    .m_breadcrumb nav[aria-label="breadcrumb"] {
        display: flex;
    }
    .m_breadcrumb nav[aria-label="breadcrumb"] .breadcrumb {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        white-space: nowrap;
        padding: .5rem .5rem;
        width: 100%;
    }
    .m_breadcrumb nav[aria-label="breadcrumb"] .breadcrumb li.breadcrumb-item {
    }
    .m_breadcrumb nav[aria-label="breadcrumb"] .breadcrumb li.breadcrumb-item a {
        font-size: 0.625rem;
    }



    /* PRODUCT LISTS */

    .product_category main .m_breadcrumb {
        margin-bottom: 0;
    }
    .top-row {
        padding: 1rem 0;
        margin-top: 0;
    }
    .top-row > .container >.row {
        margin: 0;
    }
    .top-row > .container >.row .col-md-2 {
        padding: 0;
    }
    .top-row > .container >.row .col-md-2 > .row {
        margin: 0;
    }
    .top-row > .container >.row .col-md-10 {
        padding: 0;
    }
    .top-row .category_tabs .module-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    .top-row .category_tabs .module-row .product-tabs.container {
        padding: var(--space) 0;
    }
    .top-row .product-tabs-wrapper .product-tabs-carousel-wrapper {
        max-width: 100%;
        margin-left: 0;
        padding-right: 3rem;
    }
    .top-row .category_tabs_viewed .product-layout .product-block {
        padding: .75rem .5rem;
    }
    /* RELAYOUT AND REMOVE! */
    #product-category #column-left,
    #product-category .top-toolbar,
    #product-category .category_description_wrapper,
    #product-category .recently-viewed {
        display: none !important;
    }

    #product-category,
    #product-category #content,
    #product-category #content > .row > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    #product-category > .row,
    #product-category #content .row {
        margin-left: 0;
        margin-right: 0;
    }
    .product-layout .product-block .product-block-actions-wrapper {
        flex-direction: row;
        margin-top: 0;
    }
    .product-layout .product-block .product-block-price {
        margin-bottom: 0;
    }
    .view-more-pagination {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .pagination-page-container {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .pagination-page-container #button-load-more {
        max-width: 100%;
    }



}




