.my-posts-carousel-infinite-block {
position: relative;
overflow: hidden;
padding: 0;
}
.my-post-slide-content {
background: #fff;
padding: 0;
box-sizing: border-box;
text-align: left;
}
.my-post-slide-content a {
text-decoration: none;
color: inherit;
}
.my-post-slide-image {
width: 100%;
height: auto;
display: block;
margin-bottom: 15px;
border-radius: 25px;
}
.my-post-slide-title {
font-size: 36px;
margin: 0;
line-height: 1.2;
margin-bottom: 10px;
}
.my-post-slide-date {
font-size: 16px;
color: #000000;
line-height: 1;
margin-bottom: 10px;
font-weight: 300;
}
.my-post-slide-excerpt {
font-size: 22px;
color: #333;
font-weight: 300;
}
.my-post-slide-excerpt strong {
font-weight: 600;
}
.swiper-button-prev,
.swiper-button-next {
background: #000;
color: #fff;
padding: 10px;
margin-top: -20px;
border-radius: 50%;
width: 40px;
height: 40px;
box-sizing: border-box;
top: 50%;
z-index: 10;
}
.swiper-button-next {
right: 10px;
}
.swiper-button-prev {
left: 10px;
}
.my-posts-loading {
text-align: center;
font-size: 16px;
color: #333;
margin-top: 20px;
display: none !important;
}
.my-posts-carousel-infinite-swiper .swiper-slide {
transition: opacity 0.5s;
}
.my-posts-carousel-infinite-swiper .swiper-slide:not(.swiper-slide-visible) {
opacity: 0;
}
.my-posts-carousel-infinite-block .swiper-pagination {
position: static;
margin-top: 30px;
}
.my-posts-carousel-infinite-swiper {
padding-left: calc((100vw - 1640px) / 2);
padding-right: calc((100vw - 1640px) / 2);
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.my-posts-carousel-infinite-swiper .read-more {
text-align: right;
display: block;
padding-right: 20px;
}
@media (max-width: 1920px) and (min-width: 1000px) {
.my-posts-carousel-infinite-block {
padding: 0;
}
.my-post-slide-content {
padding: 0;
}
.my-post-slide-image {
margin-bottom: calc(15 / 1920 * 100vw);
border-radius: calc(25 / 1920 * 100vw);
}
.my-post-slide-title {
font-size: calc(36 / 1920 * 100vw);
margin-bottom: calc(10 / 1920 * 100vw);
}
.my-post-slide-date {
font-size: calc(18 / 1920 * 100vw);
margin-bottom: calc(10 / 1920 * 100vw);
}
.my-post-slide-excerpt {
font-size: calc(22 / 1920 * 100vw);
}
.swiper-button-prev,
.swiper-button-next {
padding: calc(10 / 1920 * 100vw);
margin-top: calc(-20 / 1920 * 100vw);
border-radius: calc(50 / 1920 * 100vw);
width: calc(40 / 1920 * 100vw);
height: calc(40 / 1920 * 100vw);
}
.swiper-button-next {
right: calc(10 / 1920 * 100vw);
}
.swiper-button-prev {
left: calc(10 / 1920 * 100vw);
}
.my-posts-loading {
font-size: calc(16 / 1920 * 100vw);
margin-top: calc(20 / 1920 * 100vw);
}
.my-posts-carousel-infinite-swiper {
padding-left: calc((100vw - 1640px) / 2);
padding-right: calc((100vw - 1640px) / 2);
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.my-posts-carousel-infinite-swiper .read-more {
padding-right: calc(20 / 1920 * 100vw);
}
.my-posts-carousel-infinite-block {
padding-left: 30px;
padding-right: 30px;
}
}.my-products-carousel-infinite-block {
position: relative;
overflow: visible;
margin-top: 0;
padding: 0;
margin-block-start: 0 !important;
}
.my-products-carousel-infinite-block .swiper-button-prev,
.my-products-carousel-infinite-block .swiper-button-next {
position: static !important;
margin: 0 !important;
}
.my-products-carousel-infinite-block .swiper-pagination-bullet-active {
background: black;
}
.my-products-carousel-infinite-block .swiper-button-prev {
background-image: url(//worol.pl/wp-content/themes/oil/assets/images/arrow-circle-black.svg);
}
.my-products-carousel-infinite-block .swiper-button-next {
transform: rotate(180deg);
background-image: url(//worol.pl/wp-content/themes/oil/assets/images/arrow-circle-black.svg);
}
.my-products-carousel-infinite-block .nav {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}
.my-products-carousel-infinite-block .arrows {
display: flex;
align-items: center;
gap: 20px;
} .my-products-carousel-infinite-swiper {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
overflow: visible !important;
}
.my-product-slide-content {
background: #fff;
padding: 0;
box-sizing: border-box;
text-align: center;
display: flex;
flex-direction: column;
}
.my-product-slide-image {
width: 100%;
height: auto;
display: block;
margin-bottom: 15px;
border-radius: 30px;
}
.my-product-slide-title {
font-size: 22px;
margin: 0;
line-height: 1.5;
margin-bottom: 0;
text-align: left;
}
.my-product-slide-title a {
text-decoration: none;
color: inherit;
}
.my-product-slide-title a:hover {
text-decoration: underline;
}
.my-product-slide-date {
font-size: 16px;
color: #000000;
line-height: 1;
margin-bottom: 10px;
font-weight: 300;
display: none;
}
.my-product-slide-excerpt {
font-size: 18px;
color: #333;
font-weight: 300;
padding-bottom: 20px;
text-align: left;
margin-bottom: auto;
}
.my-product-slide-excerpt p {
margin: 0;
}
.my-product-slide-excerpt strong {
font-weight: 600;
margin-bottom: 20px;
display: block;
}
.my-product-read-more {
display: inline-block;
background: white;
color: #222623;
font-weight: 400;
padding: 10px 40px;
text-decoration: none;
border-radius: 100px;
font-size: 20px;
line-height: 1;
border: 1px solid #efcc90;
transition: 0.3s;
}
.my-product-read-more:hover {
background: #efcc90;
color: white;
}
.swiper-button-prev,
.swiper-button-next {
background: #000;
color: #fff;
padding: 10px;
margin-top: -20px;
border-radius: 50%;
width: 40px;
height: 40px;
box-sizing: border-box;
top: 50%;
z-index: 10;
}
.swiper-button-next {
right: 10px;
}
.swiper-button-prev {
left: 10px;
}
.my-products-loading {
text-align: center;
font-size: 16px;
color: #333;
margin-top: 20px;
display: none !important;
}
.my-products-carousel-infinite-swiper .swiper-slide {
align-self: stretch; display: flex;
height: auto;
transition: opacity 0.5s;
}
.my-products-carousel-infinite-swiper .swiper-slide:not(.swiper-slide-visible) { }
.my-product-slide-content hr::after,
.my-product-slide-content hr::before {
border-color: #006837;
}
@media (max-width: 1920px) and (min-width: 1200px) {
.my-products-carousel-infinite-block {
padding: 0;
}
.my-products-carousel-infinite-swiper {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.my-product-slide-image {
margin-bottom: calc(15 / 1920 * 100vw);
}
.my-product-slide-title {
font-size: calc(22 / 1920 * 100vw);
}
.my-product-slide-date {
font-size: calc(16 / 1920 * 100vw);
margin-bottom: calc(10 / 1920 * 100vw);
}
.my-product-slide-excerpt {
font-size: calc(18 / 1920 * 100vw);
padding-bottom: calc(20 / 1920 * 100vw);
}
.my-product-slide-excerpt strong {
margin-bottom: calc(20 / 1920 * 100vw);
}
.my-product-read-more {
padding: calc(10 / 1920 * 100vw) calc(40 / 1920 * 100vw) !important;
border-radius: calc(100 / 1920 * 100vw) !important;
font-size: calc(20 / 1920 * 100vw) !important;
}
.swiper-button-prev,
.swiper-button-next {
padding: calc(10 / 1920 * 100vw);
margin-top: calc(-20 / 1920 * 100vw);
width: calc(40 / 1920 * 100vw);
height: calc(40 / 1920 * 100vw);
}
.my-products-loading {
font-size: calc(16 / 1920 * 100vw);
margin-top: calc(20 / 1920 * 100vw);
}
}
@media (max-width: 1000px) {
}
.my-products-carousel-infinite-block .swiper-pagination {
position: static;
margin-top: 0;
width: auto !important;
}.my-products-carousel-swiper-block {
position: relative;
overflow: hidden;
padding: 0;
} .my-products-carousel-swiper-block {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
perspective: 1200px; padding-bottom: 3vw !important;
padding-top: 3vw !important;
}
.swiper-box {
width: 1000px;
margin: 0 auto;
overflow: visible;
}
.product-carousel-3d {
overflow: visible !important;
}
.swiper-3d {
perspective: 900px !important;
}
.swiper-3d .swiper-slide-shadow-left {
background: rgba(255, 255, 255, 0.95);
background-image: none !important;
box-shadow: 13px 18px rgba(255, 255, 255, 0.5);
}
.swiper-3d .swiper-slide-shadow-right {
background: rgba(255, 255, 255, 0.95);
background-image: none !important;
box-shadow: 13px 18px rgba(255, 255, 255, 0.5);
} .my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content {
background: #fff;
padding: 0;
box-sizing: border-box;
text-align: center;
display: flex;
flex-direction: row;
padding: 25px;
box-shadow: 13px 18px rgba(0, 0, 0, 0.05);
justify-content: space-between;
align-items: center;
}
.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .image {
width: calc(50% - 15px);
}
.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .content {
width: calc(50% - 15px);
} .my-products-carousel-swiper-block .my-product-slide-image {
width: 100%;
height: auto;
display: block;
margin-bottom: 0;
} .my-products-carousel-swiper-block .my-product-slide-title {
font-size: 36px;
margin: 0;
line-height: 1.2;
margin-bottom: 20px;
text-align: left;
}
.my-products-carousel-swiper-block .my-product-slide-title a {
text-decoration: none;
color: inherit;
}
.my-products-carousel-swiper-block .my-product-slide-title a:hover {
text-decoration: underline;
} .my-products-carousel-swiper-block .my-product-slide-date {
font-size: 16px;
color: #000;
line-height: 1;
margin-bottom: 10px;
font-weight: 300;
display: none; }
.my-products-carousel-swiper-block .my-product-slide-excerpt {
font-size: 18px;
color: #333;
font-weight: 300;
margin-bottom: 30px;
font-size: 22px;
text-align: left;
} .my-products-carousel-swiper-block .my-product-slide-excerpt strong {
font-weight: 600;
margin-bottom: 20px;
display: block;
} .my-products-carousel-swiper-block .swiper-pagination {
--swiper-pagination-color: black;
margin-top: 30px;
position: static;
}
.my-product-read-more-arrow {
position: absolute;
bottom: 0;
right: 0;
padding: 20px 30px;
}
@media (max-width: 1920px) and (min-width: 1000px) {
.my-products-carousel-swiper-block {
padding: 0;
padding-bottom: calc(0 / 1920 * 100vw) !important;
margin-bottom: calc(0 / 1920 * 100vw) !important;
padding-bottom: calc(3 / 1920 * 100vw) !important;
padding-top: calc(3 / 1920 * 100vw) !important;
perspective: 1200px;
}
.swiper-box {
width: calc(1000 / 1920 * 100vw);
margin: 0 auto;
}
.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content {
padding: calc(25 / 1920 * 100vw);
}
.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .image {
width: calc(50% - calc(15 / 1920 * 100vw));
}
.my-products-carousel-swiper-block .my-swiper-slide .my-product-slide-content .content {
width: calc(50% - calc(15 / 1920 * 100vw));
}
.my-products-carousel-swiper-block .my-product-slide-title {
font-size: calc(36 / 1920 * 100vw);
margin-bottom: calc(20 / 1920 * 100vw);
}
.my-products-carousel-swiper-block .my-product-slide-excerpt {
font-size: calc(22 / 1920 * 100vw);
margin-bottom: calc(30 / 1920 * 100vw);
}
.my-products-carousel-swiper-block .my-product-slide-excerpt strong {
margin-bottom: calc(20 / 1920 * 100vw);
}
.my-product-read-more-arrow {
padding: calc(20 / 1920 * 100vw) calc(30 / 1920 * 100vw);
}
}.my-product-categories-block {
font-size: 18px;
font-weight: 400;
margin-top: 80px;
margin-bottom: 10px;
text-align: center;
}
.my-product-categories-block .pc-label {
font-weight: 600;
text-decoration: none;
color: inherit;
}
.my-product-categories-block .pc-separator {
margin: 0 10px;
color: #777;
}
.my-product-categories-block .pc-cat {
color: #333;
font-style: normal;
font-weight: 600;
text-decoration: none;
}
.my-product-categories-block .pc-product {
color: #333;
font-weight: 600;
}
@media (max-width: 1920px) and (min-width: 1000px) {
.my-product-categories-block {
font-size: calc(18 / 1920 * 100vw);
margin-top: calc(80 / 1920 * 100vw);
margin-bottom: calc(10 / 1920 * 100vw);
}
.my-product-categories-block .pc-separator {
margin: 0 calc(10 / 1920 * 100vw);
}
}