// out: ../style-css/style.css, compress: true, sourceMap: true $cBlue: #77cdd1; $cBlueDark: #51a9ad; $cPink: #f7abb0; $cPinkDark: #dc3545; $cText: #222; $cTextLight: #3a3a3a; $cGray: #f6f6f6; $cGrayLight: #eceff1; $cComment: #c3c3c3; $fJosefin: 'Josefin Sans', sans-serif; @import '_mixins'; @keyframes fade_in_show { 0% { opacity: 0; } 100% { opacity: 1; } } body { font-family: 'Open Sans', sans-serif; font-size: 14px; &.no-scroll { overflow: hidden; max-height: 100vh; } &.page-login-form { .main { .container { max-width: 600px; margin: auto; padding-right: 15px; padding-left: 15px; } } } } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px white inset !important; } .form-control { border: 2px solid #e7e7e7; border-radius: 0; font-size: 15px; } .mini-content { max-width: 1280px; } .btn { border: 0; border-radius: 0; color: #fff; text-transform: uppercase; font-size: 15px; padding: 20px 30px; font-weight: 600; display: flex; align-items: center; justify-content: center; &:focus { box-shadow: none; } } .btn-danger { background: $cPinkDark; &:hover { background: $cPink; } &:active { background: $cPink; border-color: #fff; } } .btn-success { background: $cBlueDark; &:hover { background: $cBlue; } &:active { background: $cBlue; border-color: #fff; } } .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle { background: $cBlue; border: none; } .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus { background: $cBlue; border: none; } .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus { box-shadow: none; } .btn-success.disabled, .btn-success:disabled { color: #fff; background: $cBlue; border-color: $cBlue; } .jconfirm.jconfirm-modern .jconfirm-box { box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.1) !important; padding: 60px 30px 45px !important; .btn { border-radius: 0 !important; } .jconfirm-title { font-family: $fJosefin !important; font-weight: 600 !important; font-size: 32px !important; } } .alert { border-radius: 0; border: 0; font-size: 15px; font-weight: 400; padding: 15px; margin: 0 auto 75px; &.alert-success { background: $cBlueDark; color: #fff; } } .title-border { border-bottom: 3px solid #e7e7e7; padding: 10px 0; font-family: $fJosefin; line-height: 32px; letter-spacing: -1px; font-size: 28px; } .box { padding: 75px 0; @include respond-between(sm, md) { padding: 25px 0; } .box-title { font-family: $fJosefin; font-weight: 600; font-size: 32px; margin-bottom: 25px; @include respond-below(sm) { font-size: 26px; margin-bottom: 15px; } } } .new { border: 2px solid #dc3545; padding: 5px 10px; font-weight: 600; display: inline-block; position: relative; top: 10px; left: -10px; z-index: 10; background: #fff; } .box-mini { max-width: 600px; margin: 0 auto; } .row-flex { display: flex; justify-content: space-between; } .container { max-width: 100%; padding-left: calc(8.6805555556vw - 36.6666666667px); padding-right: calc(8.6805555556vw - 36.6666666667px); } .site-title { font-family: $fJosefin; font-weight: 600; font-size: 32px; margin-bottom: 25px; @include respond-below(md) { font-size: 24px; } } #top-sticky-wrapper { @include respond-below(sm) { #top { z-index: 20; } } } #top { background: $cGray; padding: 15px 0; #scontainer-1 { .contact { @include respond-below(sm) { display: none; } } .free-delivery { float: right; color: $cText; @include respond-between(sm, lg) { float: none; display: block; margin-top: 10px; } @include respond-below(sm) { margin-bottom: 10px; } } } p { margin: 0; padding: 0; } a { color: $cText; &:hover { text-decoration: none; } } #mini-login { text-align: right; a { font-weight: 600; color: $cBlueDark; margin-left: 10px; span { color: $cText; padding-right: 10px; } } } } #header { padding: 15px 0; .logo { a { display: block; max-width: 300px; img { width: 100%; } } } #search-form-big { height: 0; position: fixed; top: -100%; left: 0; width: 100%; @extend .box; background: #fff; z-index: 110; overflow: hidden; @include transition; max-height: 100%; overflow-y: scroll; &.visible { top: 0; height: auto; } .btn-success { margin: 25px auto; display: block; width: 175px; } .no-found { font-weight: 600; font-size: 20px; font-family: $fJosefin; padding: 25px 0 50px; text-align: center; } .search-big-results { padding: 50px 0; display: flex; justify-content: flex-start; flex-wrap: wrap; @include respond-below(sm) { padding: 25px 0; } .product-search { position: relative; width: 100%; margin: 0 15px 15px 0; max-width: calc(100% / 6 - 15px); @include respond-between(sm, md) { max-width: calc(100% / 4 - 25px); } @include respond-below(sm) { max-width: calc(100% / 2 - 15px); } .new { border: 2px solid $cPinkDark; padding: 3px 5px; font-weight: 600; display: inline-block; position: absolute; top: -10px; left: -10px; z-index: 10; background: #fff; } } } .small-title { text-transform: uppercase; opacity: 0.75; position: relative; width: 100%; a { position: absolute; top: -10px; right: 0; color: $cText; @include transition; font-size: 30px; display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; &:hover { color: $cBlueDark; } } } .input { padding-top: 25px; input { border-radius: 0; border: 0; border-bottom: 2px solid $cText; padding-left: 0; padding-bottom: 10px; padding-top: 10px; font-weight: 600; font-size: 20px; height: 50px; font-family: $fJosefin; &:focus { outline: none; box-shadow: none; } &::placeholder { font-size: 20px; font-weight: 600; color: $cText; font-family: $fJosefin; } } } } .header-right { display: flex; justify-content: flex-end; align-items: center; #search-button { margin-right: 25px; .btn { color: #fff; background: none; height: 50px; width: 50px; position: relative; z-index: 5; @include transition; background: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 0; &:hover { border-radius: 0; } img { width: 20px; } } } #basket-mini { a { display: flex; align-items: center; justify-content: center; color: $cBlueDark; @include respond-below(sm) { text-align: right; } &:hover { text-decoration: none; .icon { border-radius: 0; background: $cBlueDark; } } .icon { height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; margin-right: 10px; background: $cText; border-radius: 50%; @include transition; @include respond-below(sm) { order: 1; margin-left: 10px; margin-right: 0; } img { width: 20px; } } .basket-details { font-size: 14px; .title { font-weight: 600; } .details { color: $cText; font-size: 13px; } } } } } } /* menu główne */ .menu-overlay { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.35); z-index: 10; display: none; opacity: 0; @include transition; &.visible { display: block; opacity: 1; } } #main-menu-sticky-wrapper { &.is-sticky { #main-menu { background: #fff; border-bottom: 3px solid #e7e7e7; width: 100%; .level-0 { justify-content: center; } } } } #main-menu { position: relative; z-index: 20; #menu-container-1 { ul { margin: 0; padding: 0; list-style-type: none; @media (min-width: 768px) { &.level-0 { display: flex; margin-left: -15px; >li { @include respond-between(sm, md) { &#link-5 { display: none; } } >i { display: none; } >a { font-family: $fJosefin; color: $cText; font-size: 22px; font-weight: 400; display: block; padding: 10px 9px; @include transition; @include respond-between(md, lg) { padding: 5px; font-size: 19px; } @include respond-between(sm, md) { padding: 5px; font-size: 17px; } &:hover { text-decoration: none; } } &:hover { >ul { display: flex; animation: fade_in_show 0.5s; flex-wrap: wrap; } } >ul { left: 0; width: 100%; display: none; position: absolute; padding: 25px; background: #fff; @include transition; >li { width: calc(100% / 4); margin-bottom: 25px; @include respond-between(lg, xl) { width: calc(100% / 3); } @include respond-between(sm, lg) { width: calc(100% / 2); } a { color: $cText; font-size: 13px; @include transition; &:hover { text-decoration: none; color: $cBlueDark; } } >a { font-weight: 600; font-size: 16px; } i { display: none; } ul { padding-top: 5px; } } } } } } } } } #mobile-menu-close, #mobile-menu-open { display: none; } .promoted-products { .box-title { text-align: center; } .content { display: flex; justify-content: flex-start; flex-wrap: wrap; @include respond-above(xxl) { .product-mini { &:nth-child(11), &:nth-child(12) { display: none; } } } .product-mini { max-width: calc(100% / 5 - 15px); width: 100%; margin: 0 15px 15px 0; position: relative; @include respond-between(md, xl) { max-width: calc(100% / 4 - 15px); } @include respond-between(sm, md) { max-width: calc(100% / 3 - 15px); } @include respond-below(sm) { max-width: calc(100% / 2 - 15px); } @include respond-below(xxs) { max-width: 100%; margin: 0 0 15px 0; } .new { @extend .new; position: absolute; } } } } .category-content { display: flex; justify-content: flex-start; flex-wrap: wrap; .product-mini { max-width: calc(100% / 4 - 15px); width: 100%; margin: 0 15px 15px 0; position: relative; @include respond-between(md, xl) { max-width: calc(100% / 3 - 15px); } @include respond-between(sm, md) { max-width: calc(100% / 2 - 15px); } @include respond-below(xs) { max-width: 100% !important; } .new { @extend .new; position: absolute; } } } .search-content { display: flex; justify-content: flex-start; flex-wrap: wrap; .product-mini { max-width: calc(100% / 4 - 50px); width: 100%; margin: 0 50px 50px 0; position: relative; @include respond-between(lg, xl) { max-width: calc(100% / 3 - 50px); } @include respond-between(xs, lg) { max-width: calc(100% / 2 - 50px); } @include respond-below(xs) { max-width: 100%; } .new { border: 2px solid $cPinkDark; padding: 5px 10px; font-weight: 600; display: inline-block; position: absolute; top: 10px; left: -10px; z-index: 10; background: #fff; } } } .product-mini, .product-search { background: #fff; border: 1px solid transparentize($cTextLight, 0.9); a { position: relative; display: block; &:hover { text-decoration: none; } } &:hover { .img { img { &.first { opacity: 0; } &.second { opacity: 1; } } } .product-details { .name { &::after { width: 100%; } } } } .img { width: 100%; padding-top: 113%; display: block; position: relative; overflow: hidden; img { height: 100%; width: 100%; object-fit: cover; object-position: top center; position: absolute; top: 0; left: 0; &.first { transition: all 1s ease; } &.second { transition: all 1s ease; opacity: 0; } } } .product-details { padding: 10px; width: 100%; z-index: 10; display: flex; align-items: flex-end; line-height: 32px; justify-content: center; flex-wrap: wrap; .name { font-weight: 400; font-size: 15px; line-height: 22px; margin: 0 0 15px 0; color: $cText; @include transition; overflow: hidden; display: block; position: relative; text-align: center; @include respond-below(md) { font-size: 14px; } &:hover { text-decoration: none; color: $cBlueDark; } a { color: $cText; &:hover { text-decoration: none; color: $cBlueDark; } } } .prices { text-align: right; font-family: $fJosefin; width: 100%; display: flex; justify-content: center; .price { font-size: 24px; font-weight: 600; color: $cBlueDark; white-space: nowrap; @include respond-below(sm) { font-size: 22px; } @include respond-below(xs) { font-size: 20px; } } .price-old { font-size: 24px; font-weight: 300; color: #b9b9b9; position: relative; margin-right: 15px; @include respond-below(sm) { font-size: 18px; } @include respond-below(xs) { font-size: 16px; } &::before { width: 100%; position: absolute; content: ''; right: 0; top: 42%; height: 0; border-bottom: 2px solid #b9b9b9; } } } } } /* popularne kategorie */ .popular-categories { display: none; .box-title { text-align: center; } #scontainer-8 { div[class^='col-lg'] { margin: 0 15px; max-width: calc(25% - 30px); p { margin: 0; } a { display: block; background: $cGray; font-family: $fJosefin; font-weight: 500; font-size: 28px; line-height: 32px; color: $cText; padding-bottom: 25px; @include transition; strong { display: inline-block; margin-left: -15px; font-weight: 500; position: relative; top: -10px; &::after { height: 1px; background: $cText; content: ''; display: block; position: absolute; bottom: 0; width: 0; @include transition; } } &:hover { text-decoration: none; strong { &::after { width: 100%; } } } } } } } .mini-banners { h3 { font-family: $fJosefin; color: $cText; margin-bottom: 25px; font-weight: 600; font-size: 30px; } p { font-size: 15px; line-height: 26px; } } .last-on-blog { .box-title { text-align: center; } } .article-list { a { &:hover { text-decoration: none; img { opacity: 0.75; } } } .blog-image { padding-top: 66.66666%; position: relative; margin-bottom: 15px; img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; @include transition; } .date-add { position: absolute; top: 15px; left: -15px; color: $cText; background: #fff; border: 1px solid $cText; display: inline-block; padding: 10px 10px 7px; font-family: $fJosefin; font-size: 16px; } } .article-title { display: block; font-weight: 600; font-size: 22px; font-family: $fJosefin; color: $cText; } .article-entry { color: $cTextLight; font-size: 14px; line-height: 24px; } } .promo-text { h1 { font-family: $fJosefin; font-weight: 600; font-size: 26px; color: $cText; } h2 { font-weight: 600; font-size: 18px; color: $cText; } p { font-size: 14px; color: $cTextLight; line-height: 24px; a { color: $cBlueDark; } } } .footer-contact { @extend .box; background: $cGray; line-height: 24px; .icon { svg { width: 50px; height: 50px; display: block; margin: auto; } } p { margin: 0; } strong { font-family: $fJosefin; font-weight: 600; font-size: 20px; color: $cText; } } .footer { border-bottom: 1px solid #eee; .box-title { text-align: left; } ul { list-style-type: none; margin: 0; padding: 0; li { a { font-family: $fJosefin; font-size: 20px; font-weight: 300; color: $cText; display: block; padding: 5px 0; @include transition; &:hover { text-decoration: none; color: $cBlueDark; } } } } } #newsletter { .title { @extend .box-title; } #text { font-family: $fJosefin; font-size: 20px; font-weight: 300; color: $cText; display: block; } .agreement { font-size: 11px; input { margin-right: 5px; position: relative; top: 2px; } a { color: $cBlueDark; font-weight: 600; } .hidden { display: none; } } .form-group.input { display: flex; padding-top: 10px; position: relative; &::after { content: ''; display: block; bottom: 0; left: 0; width: 0; position: absolute; background: $cBlueDark; @include transition; height: 2px; } &:focus-within { &::after { width: 100%; } .btn { background: $cBlueDark; } } } input[type='email'] { border: 0; border-bottom: 2px solid $cText; border-radius: 0; font-size: 14px; &:focus { outline: none; box-shadow: none; } } .btn { background: $cText; border-radius: 0; color: #fff; border: 0; text-transform: uppercase; font-size: 14px; font-weight: 600; padding: 0 15px; line-height: 38px; @include transition; transition-delay: 0.25s; } } .footer-bottom { #scontainer-3 { p { margin: 0; a { display: inline-block; margin-right: 15px; img { @include transition; } &:hover { img { transform: scale(1.25); } } } } } #copyright { text-align: right; a { color: $cBlueDark; } } } #cookie-information { background: $cGray; padding: 15px; text-align: center; font-size: 12px; a { color: $cBlueDark; } } #category-view { @extend .box; .product-category { .product-mini { margin: 0 0 50px; } } } .left-column { .categories { .title { display: none; } ul { list-style-type: none; margin: 0; padding: 0; i { font-size: 12px; color: $cText; } a { @include transition; &:hover { text-decoration: none; } } &.level-0 { padding: 0 0 15px 0; >li { padding-bottom: 10px; >a { font-family: $fJosefin; font-weight: 600; letter-spacing: -1px; font-size: 22px; color: $cText; &:hover { color: $cBlueDark; } } } } &.level-1 { padding: 0 0 0 10px; li { position: relative; padding-left: 20px; &:last-child { &::before { display: none; } } &::before { content: ''; position: absolute; width: 10px; border-left: 1px solid #e7e7e7; left: 2px; top: 7px; height: 100%; display: block; } &::after { content: ''; position: absolute; width: 10px; border-left: 1px solid #e7e7e7; left: 2px; top: 5px; height: 11px; border-bottom: 1px solid #e7e7e7; display: block; } a { color: $cText; display: inline-block; font-weight: 400; font-size: 15px; padding: 3px 0; &:hover { color: $cBlueDark; } } &.open { ul { display: block; } } } } &.level-2 { display: none; } } } } ul.pager { display: flex; list-style-type: none; padding: 25px 0; margin: 0; align-items: center; justify-content: center; font-size: 22px; font-family: $fJosefin; a { color: $cText; display: inline-block; padding: 10px; @include transition; font-weight: 300; &:hover { text-decoration: none; color: $cBlueDark; } } } #category-description { font-size: 13px; a { color: $cBlueDark; } h2 { font-family: $fJosefin; font-size: 22px; } } #contact-form { #contact-form { .form-group { .form-control { box-sizing: border-box; font-size: 14px; padding: 13px 16px; border-radius: 0; border: 2px solid #e7e7e7; height: auto; &:focus { border: 2px solid #000; box-shadow: none; } } } } } #contact-additional-info { a { color: $cBlueDark; font-weight: 600; &:hover { text-decoration: none; color: $cBlueDark; } } } #blog-view { @extend .box; .site-title { @extend .box-title; margin-bottom: 50px; } .article-entry { margin-bottom: 3.75rem; .blog-image { img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease; &:hover { opacity: 0.75; } } } .date-add { font-family: $fJosefin; position: absolute; top: 30px; left: 0px; padding: 12px 12px 8px 12px; background-color: #fff; border: 1px solid $cText; line-height: 1; font-weight: 400; letter-spacing: 1px; color: $cText; } .article-title { font-family: $fJosefin; margin-top: 35px; margin-bottom: 20px; a { display: block; font-weight: 600; font-size: 22px; font-family: $fJosefin; color: $cText; transition: all 0.3s ease; &:hover { color: $cBlueDark; text-decoration: none; } } } .entry { color: #3a3a3a; font-size: 14px; line-height: 24px; font-weight: 300; font-style: normal; letter-spacing: 0px; margin-bottom: 1.875rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .btn-success { font-family: $fJosefin; background-color: transparent; color: $cText; text-transform: capitalize; font-weight: 400; font-size: 1rem; padding: 0; position: relative; padding-left: 45px; padding-right: 5px; transition: all 0.3s ease; &:before { position: absolute; left: 0; content: ''; width: 40px; height: 1px; top: 50%; margin-right: 10px; border-top: 1px solid; transition: width 0.3s ease; } &:hover { padding-left: 25px; &:before { width: 20px; } } &:focus { box-shadow: none; } } } .box-articles { font-family: $fJosefin; padding-left: 20px; @include respond-below(sm) { padding-left: 0; } .title { font-size: 24px; font-weight: 600; letter-spacing: -1px; line-height: 32px; margin-bottom: 25px; } .news-list { padding-inline-start: 0px; list-style-type: none; li { padding-bottom: 1.5rem; font-size: 20px; font-weight: 500; .far { position: absolute; left: 5px; top: 3px; font-size: 19px; opacity: 0.5; transition: all 0.3s ease; } a { color: $cText; padding-left: 30px; display: block; letter-spacing: normal; line-height: 29px; position: relative; transition: all 0.3s ease; &:hover { text-decoration: none; color: $cBlueDark; .far { color: $cText; } } } .date-add { line-height: 21.12px; font-size: 17px; font-weight: 300; line-height: 21.12px; padding-left: 30px; margin-top: 0.25rem; } } } } .article { .article-title { font-family: $fJosefin; text-align: center; font-weight: 600; font-size: 32px; text-align: center; margin-bottom: 40px; } .date-add { line-height: 21.12px; font-size: 15px; font-weight: 300; line-height: 21.12px; margin-bottom: 25px; } .table-of-contents { border: 2px solid #e7e7e7; padding: 15px; margin-bottom: 30px; .title { font-size: 14px; font-weight: 600; line-height: 21px; color: $cBlueDark; margin-bottom: 10px; } ol { margin-bottom: 0; li { a { color: $cText; transition: all 0.3s ease; &:hover { color: $cBlueDark; text-decoration: none; } } } } } .text { a { color: $cBlueDark; transition: all 0.3s ease; &:hover { color: $cBlue; text-decoration: none; } } h2:not(.name) { font-weight: 600; font-size: 22px; font-family: $fJosefin; color: $cText; } .product-mini { margin-bottom: 25px; } } .social-icons { display: inline-flex; .title { margin-right: 15px; } } .btn-back { margin: 25px 0; max-width: 200px; } } } #product { .custom-field { display: grid; grid-template-columns: 200px 1fr; gap: 10px; margin-bottom: 10px; ._name { font-weight: 600; margin-right: 5px; text-align: right; } ._input {} } .product-message { margin: 25px 0; max-width: 334px; textarea { font-size: 14px; width: 100%; } } .history-back { max-width: 150px; } #image-big { position: relative; .new { border: 2px solid $cPinkDark; padding: 5px 10px; font-weight: 600; display: inline-block; position: absolute; top: 10px; left: -10px; z-index: 10; background: #fff; } a { img { width: 100%; } } } .product-producer { margin: 0 0 1rem 0; a { color: $cBlueDark; font-weight: 600; } } #product-options { @include respond-above(sm) { padding: 0; } .warehouse-message { opacity: 0.7; margin-bottom: 20px; color: $cText; font-size: 14px; line-height: 24px; font-style: normal; letter-spacing: 0px; } h1 { font-family: $fJosefin; font-weight: 600; font-size: 32px; } .prices { display: flex; justify-content: flex-start; align-items: flex-end; margin-bottom: 1.875rem; margin-top: 1.875rem; flex-wrap: wrap; .price_weight { width: 100%; margin-top: 10px; order: 10; } .price-minimal { width: 100%; font-style: italic; order: 2; padding-top: 10px; } .price { font-weight: 600; font-size: 30px; line-height: 27px; color: $cBlueDark; font-family: $fJosefin; order: 2; } .price-old { margin-right: 20px; font-weight: 400; font-size: 29px; line-height: 29px; font-family: $fJosefin; order: 1; color: $cText; position: relative; &:before { width: 120%; position: absolute; content: ''; right: -10%; top: 40%; height: 0px; border-bottom: 3px solid #ff0909; -webkit-transform: rotate(-19deg); transform: rotate(-19deg); } } } .add-to-basket { display: flex; margin: 25px 0; .quantity-container { display: flex; align-items: center; vertical-align: middle; margin-right: 1.875rem; &.hidden { display: none; } .btn-minus, .btn-plus { width: 40px; height: 40px; background-color: #f5f5f5; position: relative; display: inline-block; vertical-align: middle; line-height: 40px; border-radius: 50%; text-align: center; transition: all 0.3s ease; .fa { color: $cText; opacity: 0.7; } &:hover { background-color: $cText; .fa { color: #fff; opacity: 1; } } } #quantity { width: 60px; text-align: center; margin: 0 5px; height: 40px; border: 2px solid #e7e7e7; &:focus { outline: none; } } } #add-to-basket { &.hidden { display: none; } } .alert { background: #dc3545; color: #fff; text-align: left; display: block; width: 100%; padding: 10px; font-size: 14px; max-width: 334px; margin: 0; &.hidden { display: none; } } } .short-description { color: $cText; font-size: 14px; line-height: 24px; font-style: normal; letter-spacing: 0px; p { strong { font-weight: 600; } } } } #image-big { max-width: 625px; margin: auto; img { width: 100%; } } .gallery { margin-top: -100px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; a { background: #fff; display: block; border-top: 8px solid #f6f6f6; border-bottom: 8px solid #f6f6f6; border-left: 4px solid #f6f6f6; border-right: 4px solid #f6f6f6; height: 180px; width: 125px; &:first-child { border-left: 8px solid #f6f6f6; } &:last-child { border-right: 8px solid #f6f6f6; } img { height: 100%; width: 100%; object-fit: cover; } } } #product-options { form { #attributes { .title { margin-bottom: 10px; opacity: 0.7; color: $cText; font-size: 14px; line-height: 24px; font-style: normal; letter-spacing: 0px; } .attribute-container { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 5px; strong { line-height: 24px; } .attribute-label { margin-bottom: 0; margin-right: 15px; color: $cText; font-size: 14px; line-height: 24px; font-style: normal; letter-spacing: 0px; font-weight: 600; } .fradio { margin-left: 15px; input { display: none; } label { display: inline-block; padding: 5px 10px; margin-bottom: 0; background: #f5f5f5; border: 2px solid #e6e6e6; font-size: 13px; font-weight: 600; cursor: pointer; &:first-child { margin-left: 0; } &.active { border: 2px solid $cBlueDark; } } } } } } } #description { margin-top: 50px; #tabs-menu-sticky-wrapper { margin-bottom: 20px; &.is-sticky { width: 100% !important; left: 0; } #tabs-menu { @extend .title-border; background-color: #fff; z-index: 15; display: flex; list-style-type: none; padding-inline-start: 0; margin-bottom: 0; font-weight: 400; line-height: 32px; letter-spacing: -1px; @extend .container; li { opacity: 1; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(to right, #000, #000 50%, rgba(0, 0, 0, 0.3) 50%); background-size: 200% 100%; background-position: 100%; transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); cursor: pointer; margin-right: 20px; /*color: #909090;*/ &:last-child { margin-right: 0; } &:hover { background-position: 0%; } &.current { background-position: 0%; } } } } .description-right { .title { @extend .title-border; font-size: 28px; font-weight: 400; margin-bottom: 20px; } } .tab-content { padding-bottom: 25px; margin-bottom: 25px; &:last-child { margin-bottom: 0; } .tab-title { font-family: $fJosefin; font-size: 22px; font-weight: 400; margin-bottom: 10px; } } } } .products-sets, .products-related { .box-title { text-align: center; } .owl-item { .product-mini { margin: 0 25px 25px; .new { border: 2px solid $cPinkDark; padding: 3px 5px; font-weight: 600; display: inline-block; position: absolute; top: 10px; left: 10px; z-index: 10; background: #fff; } } } } #basket-container, .basket-summary-container, .order-summary { @extend .mini-content; .box-title { @include respond-below(sm) { padding-bottom: 0; } } .btn-dark { max-width: 200px; } .basket-options { padding-top: 25px; >.content { display: flex; justify-content: space-between; flex-wrap: wrap; .left, .right { width: 50%; padding-right: 25px; @include respond-below(sm) { width: 100%; padding-right: 0; } } .right { padding-left: 25px; padding-right: 0; } .basket-address-form { width: 100%; display: flex; flex-wrap: wrap; .box-title, form { width: 100%; } .fvat-data { display: none; padding: 15px 15px 5px 15px; background: #f1f1f1; margin-bottom: 15px; } .addresses { .address { width: calc(100% / 2 - 10px); margin: 0 10px 10px 10px; padding: 10px; &:nth-child(2n-1) { margin-left: 0; } &:nth-child(2n) { margin-right: 0; } } } #order-send { @include respond-below(sm) { width: 100%; } } } .inpost-map-container { display: none; } .user-login { justify-content: flex-start; } #payment-methods { @include respond-below(sm) { width: 100%; margin-bottom: 15px; } .options { display: flex; margin-bottom: 10px; img { height: 20px; } .check { padding-right: 10px; } .description { padding-right: 25px; } } } #transport-methods { @include respond-below(sm) { width: 100%; margin-bottom: 15px; } .inpost-info, .orlen-info { margin-bottom: 10px; font-weight: 600; font-style: italic; text-align: right; a { background: $cBlueDark; color: #fff; font-style: normal; display: inline-block; padding: 5px 10px; margin-left: 15px; @include transition; &.hidden { display: none; } &:hover { text-decoration: none; background: $cBlue; } } } .options { display: flex; margin-bottom: 10px; .check { padding-right: 10px; } .description { padding-right: 25px; } .price { text-align: right; margin-left: auto; white-space: nowrap; } } } } } #basket { .basket-bottom { padding-bottom: 25px; padding-top: 25px; display: flex; justify-content: space-between; @include respond-below(sm) { flex-wrap: wrap; } .basket-message, .coupon { width: 50%; @include respond-below(sm) { width: 100%; margin-bottom: 15px; } } textarea { width: 100%; max-width: 400px; height: 100px; } .coupon { max-width: 400px; display: flex; justify-content: flex-end; @include respond-below(sm) { width: 100%; max-width: 100%; form { width: 100%; } } input { height: 45px; } .btn { height: 45px; padding: 0 15px; min-width: 100px; } } } } } .inpost-map-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); z-index: 1000; padding: 100px; display: none; @include transition; @include respond-below(sm) { padding: 15px; } #inpost-map { background: #fff; } .inpost-hide { margin: 15px auto; float: right; color: #fff !important; text-transform: uppercase; @include transition; font-weight: 600; } } #address-data { .mini-box { max-width: 550px; margin: auto; .box-title { margin-bottom: 25px; } } } .basket-address-form { .btn { margin-bottom: 15px; } a { color: $cBlueDark; } } .order-summary { .order-summary-content { padding-bottom: 25px; .top { padding-bottom: 25px; } .top-second { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 25px; @include respond-below(sm) { grid-template-columns: 1fr; } .column { padding: 20px; background: #f1f1f1; } h5 { font-weight: 600; } p { margin-bottom: 0; } } } .order-bottom { display: flex; justify-content: space-between; @include respond-below(sm) { flex-wrap: wrap; } .left, .right { width: 50%; display: flex; @include respond-below(sm) { width: 100%; } } .right { justify-content: flex-end; .btn { margin-bottom: 25px; } @include respond-below(sm) { justify-content: flex-start; padding-top: 25px; } .payment-info { padding-bottom: 25px; } } } } // // logowanie // .user-login, .user-register { display: flex; justify-content: center; .content { width: 100%; max-width: 600px; } .btn { margin-bottom: 25px; width: 100%; } a { color: $cBlueDark; } } // // koszyk podsumowanie // // // koszyk // .basket-product { margin-bottom: 10px; .custom-field { display: grid; grid-template-columns: 150px 1fr; gap: 5px; margin-bottom: 2px; font-size: 13px; ._name { text-align: right; font-weight: 600; } } .basket-product-message { padding: 0 0 10px; width: 250px; @include respond-above(sm) { padding: 8px 0 0; } textarea { font-size: 13px; padding: 5px 10px; width: 100%; } } @include respond-above(sm) { display: flex; justify-content: flex-start; } @include respond-below(sm) { padding-bottom: 25px; border-bottom: 2px solid $cGrayLight; margin-bottom: 25px; &::after { content: ''; display: block; clear: both; } } .image { height: 110px; width: 83px; margin-right: 15px; min-width: 83px; @include respond-below(sm) { float: left; } img { height: 100%; width: 100%; object-fit: cover; } } .details { margin-right: 15px; display: flex; align-items: center; flex-wrap: wrap; .attributes { font-size: 13px; margin-top: 5px; } .custom-fields { font-size: 13px; } >* { width: 100%; } @include respond-below(sm) { width: calc(100% - 105px); float: right; margin-right: 0; margin-bottom: 10px; } .name { @include respond-below(sm) { margin-bottom: 10px; } } a { font-weight: 600; color: $cText; font-size: 16px; @include transition; @include respond-below(sm) { font-size: 14px; } &:hover { color: $cBlueDark; text-decoration: none; } } hr { margin: 5px 0; } .description { display: grid; grid-template-columns: 150px 1fr; gap: 5px; margin-bottom: 2px; font-size: 13px; div:first-child { font-weight: 600; text-align: right; } } } .prices { margin-left: auto; font-family: $fJosefin; font-size: 18px; font-weight: 600; white-space: nowrap; display: flex; align-items: center; @include respond-below(sm) { width: calc(100% - 105px); float: right; clear: right; margin-bottom: 10px; } .price { span { margin-left: 25px; margin-right: 25px; @include respond-below(sm) { margin-left: 10px; margin-right: 10px; } } } u { position: relative; display: inline-block; margin-left: 15px; @include respond-below(sm) { margin-left: 10px; } &::before { width: 100%; position: absolute; content: ''; right: -4px; top: 32%; height: 0; border-bottom: 3px solid #ff0909; -webkit-transform: rotate(-19deg); transform: rotate(-19deg); } } } .buttons { display: flex; align-items: center; @include respond-below(sm) { width: calc(100% - 98px); text-align: right; float: right; clear: right; } .btn-minus, .btn-plus { width: 40px; min-width: 40px; height: 40px; background: #f5f5f5; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 50%; @include transition; padding: 0; color: $cText; margin: 0 15px; &:hover { background: $cText; color: #fff; } } #quantity { width: 60px; text-align: center; margin: 0 5px; height: 40px; border: 2px solid #e7e7e7; } .btn-delete { height: 40px; padding: 0; background: $cText; border: 0; border-radius: 50%; @include transition; display: flex; width: 40px; align-items: center; justify-content: center; &:hover { background: $cPinkDark; } i { font-size: 14px; } } } } .basket-summary { display: flex; justify-content: flex-end; font-weight: 500; font-size: 15px; margin-bottom: 5px; &.left { justify-content: flex-start; } &.big { margin-top: 15px; margin-bottom: 15px; font-size: 22px; font-family: $fJosefin; } span { margin-left: 15px; font-weight: 600; } } // // adresy // .addresses { display: flex; flex-wrap: wrap; .address { width: calc(100% / 4 - 50px); margin: 25px; padding: 25px; border: 3px solid $cGrayLight; &.active { border: 3px solid $cBlueDark; } .buttons { padding-top: 15px; a { font-weight: 600; margin-right: 10px; @include transition; color: $cBlueDark; &.text-danger { color: $cPinkDark; } &:hover { text-decoration: none; color: $cTextLight; } } } } } // // panel klienta // .client-panel { @extend .mini-content; &.address-edit { .row-flex { input:first-child { margin-right: 15px; } } } &.client-addresses { .btn-big { max-width: 200px; margin: 0 0 25px; padding: 10px; } .addresses { @include respond-below(sm) { justify-content: space-between; } .address { @include respond-above(sm) { &:nth-child(5n-4) { margin-left: 0; } &:nth-child(4n) { margin-left: 0; } } @include respond-below(sm) { width: calc(100% / 2 - 10px); margin: 10px 5px; padding: 10px; &:nth-child(2n-1) { margin-left: 0; } &:nth-child(2n) { margin-right: 0; } } } } } .client-menu { padding-bottom: 25px; ul { display: flex; list-style-type: none; margin: 0; padding: 0; justify-content: flex-start; li { padding: 0; position: relative; margin-right: 15px; margin-left: 15px; &:first-child { margin-left: 0; } a { font-size: 16px; font-weight: 600; color: #fff; @include transition; } } } } } // // jquery confirm // .jconfirm.jconfirm-modern .jconfirm-box { width: 100% !important; max-width: 800px !important; } @media (min-width: 1281px) and (max-width: 1365px) { .popular-categories { #scontainer-8 { div[class^='col-lg'] { margin: 0 5px; max-width: calc(25% - 10px); a { font-size: 26px; line-height: 28px; } } } } .promoted-products { .content { .product-mini { margin: 0 15px 30px; max-width: calc(100% / 4 - 30px); } } } .product-mini { .product-details { .name { font-size: 21px; } } } .article-list { .article-title { font-size: 21px; } } .category-content { .product-mini { max-width: calc(100% / 3 - 25px); width: 100%; margin: 0 25px 25px 0; } } #product { #product-options { padding: 40px 25px; } } } @media (min-width: 992px) and (max-width: 1200px) { .box { padding: 50px 0; } .popular-categories { padding-bottom: 0; margin-bottom: -10px; #scontainer-8 { div[class^='col-lg'] { width: 100%; max-width: calc(50% - 30px); flex: 0 0 50%; margin-bottom: 60px; } } } .mini-banners { h3 { font-size: 25px; } p { font-size: 14px; line-height: 22px; } } .last-on-blog { .article-list { margin-bottom: 25px; } } .footer { #newsletter { margin: 0 auto 50px; max-width: 600px; } >.container { >.row { .col-xl-4 { order: 1; } .col-xl-8 { order: 2; } } } } #product { #product-options { padding: 0; h1 { font-size: 28px; } } } #main-menu { #menu-container-1 { ul.level-0 { >li { >ul { padding: 25px; } } } } } .basket-summary-address { .left { padding-right: 25px; } .right { padding-left: 25px; } .left, .right { .box-title { font-size: 26px; margin-bottom: 0; padding-bottom: 25px; } } } .addresses { .address { width: calc(100% / 3 - 50px); } } .basket-summary-address { >.basket-address-form { .left { .addresses { .address { margin: 5px 5px 5px 0; width: calc(100% / 2 - 5px); } } } } } #header { #search-form-big { .search-big-results { .product-search { max-width: calc(100% / 4 - 20px); &:nth-child(6n-5) { margin-left: 10px; } &:nth-child(6n) { margin-right: 10px; } &:nth-child(4n-3), &:first-child { margin-left: 0; } &:nth-child(4n), &:last-child { margin-right: 0; } } } } } } @media (max-width: 767px) { .box { padding: 25px 0; .box-subtitle { margin-bottom: 15px; } } .container { padding-left: 15px; padding-right: 15px; } #top { position: relative; #mobile-menu-open { position: absolute; left: 12px; top: 9px; font-size: 25px; z-index: 100; height: 37px; width: 37px; display: flex; align-items: center; justify-content: center; cursor: pointer; &.hidden { display: none; } img { width: 30px; } } #mini-login { text-align: right; padding-right: 15px; } } #header { .logo { a { max-width: 200px; margin: auto; } } .header-right { justify-content: space-between; margin-top: 10px; } } #main-menu { #mobile-menu-close { font-size: 25px; z-index: 100; height: 37px; width: 37px; display: flex; align-items: center; justify-content: center; margin: 15px; position: fixed; top: 0px; left: 2px; z-index: 95; cursor: pointer; &.hidden { display: none; } img { width: 25px; } } #menu-container-1 { display: none; position: fixed; left: 0; top: 0; width: 100%; min-height: 100%; background: $cGray; padding-top: 45px; z-index: 90; min-width: 0 !important; .mmm { position: absolute; overflow: hidden; min-width: 100%; min-height: 100%; margin: 0; padding: 0; .levelHolderClass { position: absolute; overflow: hidden; top: 0; background: $cGray; width: auto; min-height: 100%; padding-top: 15px; } .ltr { margin-left: -100%; left: 0; } ul { list-style: none; padding: 0; margin: 0; li { cursor: pointer; i.menu-toggle { display: none; } i.floatRight { order: 1; } a { font-family: $fJosefin; font-size: 23px; color: $cText; @include transition; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 5px 15px; @include respond-below(xs) { font-size: 20px; padding: 0 15px; } &:hover { color: $cBlueDark; text-decoration: none; } } } } } } } .popular-categories { #scontainer-8 { div[class^='col-lg'] { max-width: calc(100% - 30px); margin: 0 15px 30px; } } } .mini-banners { display: none; } .last-on-blog { .container { padding-left: 25px; padding-right: 25px; .article-list { margin-bottom: 30px; } } } .promo-text { img { display: none; } } .footer-contact { text-align: center; .col-lg-3 { margin-bottom: 15px; } } .footer { text-align: center; .box-title { text-align: center; } .col-lg-4 { margin-bottom: 15px; } } .footer-bottom { text-align: center; #copyright { text-align: center; margin-top: 15px; } } #product { #product-options { padding: 15px 0; h1 { font-size: 28px; } } } #category-view { .left-column { display: none; } .category-content { .product-mini { max-width: calc(100% / 2 - 15px); } } } .pager { .first, .last { display: none; } } } // // historia zamówień // .client-orders-history { .order-summary-content { padding-bottom: 25px; border-bottom: 3px solid $cGrayLight; margin-bottom: 25px; } } // // shopAlert // .shop-alert-overlay { position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.25); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 999; .shop-alert { background: #fff; width: 100%; max-width: 800px; box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); max-height: 100%; .shop-alert-title { padding: 20px 20px 15px; font-size: 21px; font-weight: 600; border-bottom: 3px solid $cGrayLight; display: flex; justify-content: space-between; align-items: center; color: $cBlueDark; a { color: $cText; @include transition; &:hover { color: $cTextLight; } } } .shop-alert-buttons { display: flex; justify-content: flex-end; gap: 15px; align-items: center; padding: 20px; border-top: 3px solid $cGrayLight; .btn { padding: 10px 15px; &.btn-default { color: $cText; padding: 10px 0; font-size: 14px; } } } .shop-alert-content { padding: 30px 20px; h2 { margin-bottom: 25px; padding: 0; font-size: 16px; } .product-sets { display: flex; justify-content: flex-start; overflow-y: auto; padding-bottom: 25px; &::-webkit-scrollbar { height: 5px; } /* Track */ &::-webkit-scrollbar-track { background: $cGrayLight; } /* Handle */ &::-webkit-scrollbar-thumb { background: $cText; } /* Handle on hover */ &::-webkit-scrollbar-thumb:hover { background: $cText; } .product { max-width: calc(100% / 2 - 20px); min-width: calc(100% / 2 - 20px); margin: 0 10px 0; position: relative; .new { border: 2px solid $cPinkDark; padding: 3px 5px; font-weight: 600; display: inline-block; position: absolute; top: 10px; left: -10px; z-index: 10; background: #fff; } @include respond-above(sm) { max-width: calc(100% / 4 - 20px); min-width: calc(100% / 4 - 20px); } @include respond-above(lg) { max-width: calc(100% / 5 - 20px); min-width: calc(100% / 5 - 20px); } .a-img { padding-top: 133%; display: block; position: relative; background: $cGray; &:hover { .img { img { &.first { opacity: 0; } &.second { transform: scale(1.2); opacity: 1; } } } } .img { height: 100%; width: 100%; display: block; position: absolute; overflow: hidden; top: 0; left: 0; img { height: 100%; width: 100%; object-fit: cover; object-position: top center; position: absolute; top: 0; left: 0; &.first { transition: all 1s ease; } &.second { transition: all 1s ease; opacity: 0; } } } } .product-details { .prices { font-family: $fJosefin; white-space: nowrap; display: flex; justify-content: center; .price { font-size: 24px; font-weight: 600; color: $cBlueDark; } .price-old { font-size: 24px; font-weight: 300; color: #b9b9b9; position: relative; margin-right: 15px; &::before { width: 100%; position: absolute; content: ''; right: 0; top: 42%; height: 0; border-bottom: 2px solid #b9b9b9; } } } h2 { font-size: 20px; font-family: $fJosefin; a { color: $cText; display: block; font-weight: 300; margin: 10px 0 5px; position: relative; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; &:hover { text-decoration: none; &::after { width: 100%; } } &::after { content: ''; display: block; height: 1px; background: $cText; position: absolute; bottom: 0; left: 0; width: 0; @include transition; } } } } } } } } } #payment-confirmation { max-width: 1280px; .btn { max-width: 300px; float: right; } } #paypo-promo { padding: 25px 0; font-weight: 600; img { height: 30px; } } #popup-bg { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.75); z-index: 100; display: flex; align-items: center; justify-content: center; #popup-content { height: 90vh; width: 90vw; display: flex; align-items: center; justify-content: center; img { height: 100%; width: 100%; object-fit: contain; } } } #main-banner { margin-top: 25px; @include respond-above(sm) { .mobile { display: none; } } @include respond-below(sm) { .nomobile { display: none; } } } .producer-list { display: flex; flex-wrap: wrap; .producer { width: calc(100% / 5 - 15px); margin: 15px 15px 15px 0; @include respond-between(md, lg) { width: calc(100% / 4 - 15px); } @include respond-between(sm, md) { width: calc(100% / 3 - 15px); } @include respond-below(sm) { width: calc(100% / 3 - 15px); } @include respond-below(xs) { width: calc(100% / 2 - 15px); } a { display: block; width: 100%; img { width: 100%; } } } } .zaufane { .box-title { text-align: center; } .wrapper-left { padding: 15px; background: #fff; } .client-review { display: flex !important; flex-wrap: wrap; align-items: center; flex-direction: column; justify-content: center; background: #f6f6f6; padding: 25px !important; margin: 15px !important; div, p { width: 100%; } } } div[class^='products-box-'] { .swiper { width: 100vw; margin-left: 50%; transform: translateX(-50%); } .swiper-button-next, .swiper-button-prev { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; transition: 250ms ease; z-index: 11; box-shadow: 0 0 9px 0px #dfdfdf; &::after { color: $cText; font-size: 16px; font-weight: 900; } } .swiper-button-prev { left: 15% !important; } .swiper-button-next { right: 15% !important; } } .loading-button { pointer-events: none; /* Wyłącza możliwość kliknięcia ponownie */ opacity: 0.7; /* Lekkie przyciemnienie przycisku */ transition: opacity 0.3s; } .loading-button::after { content: ''; display: block; margin-left: 10px; margin-right: auto; width: 20px; height: 20px; border: 3px solid #fff; border-radius: 50%; border-top: 3px solid #666; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #category-subcategory-tiles { margin-bottom: 30px; .category-subcategory-tiles { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: row; gap: 20px; .category-subcategory-tile { a { display: block; color: $cText; font-size: 20px; font-family: $fJosefin; text-decoration: none !important; padding: 10px 20px; border: 1px solid transparentize($cTextLight, 0.9); transition: border 250ms ease-in-out; &:hover { border-color: rgba($cBlueDark, 0.9); } } } } } // ****************** .form-control { &.form-control-phone { display: flex; flex-direction: row; align-items: center; &:has(> .form-control-input:focus) { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } &:hover { &[tooltip] { position: relative; } &[tooltip]:before { content: ''; display: none; content: ''; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #343a40; position: absolute; top: 30px; left: 85px; z-index: 8; font-size: 0; line-height: 0; width: 0; height: 0; } &[tooltip]:after { display: none; content: attr(tooltip); position: absolute; top: 35px; left: 50px; padding: 5px 8px; background: #343a40; color: #fff; z-index: 9; font-size: 0.75em; // height: 18px; line-height: 18px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; white-space: nowrap; word-wrap: normal; } &[tooltip]:hover:before, &[tooltip]:hover:after { display: block; } } .form-control-phone-code { display: flex; align-items: center; gap: 10px; span { font-family: 'Open Sans', sans-serif; font-size: 14px; } } .form-control-input { border: none; height: calc(2.25rem - 2px); &:focus { border: none; outline: none; box-shadow: none; } } } }