Add new XML file entry for Facebook product feed in sync cache

This commit is contained in:
2025-06-12 23:00:10 +02:00
parent 48c0a99d26
commit 61f41ab5d9
2 changed files with 94 additions and 82 deletions

View File

@@ -226,6 +226,12 @@
"lmtime": 0, "lmtime": 0,
"modified": false "modified": false
}, },
"facebookproductade7c9bcdc732154e8fa14da24f2e73750.pl.shop1.xml": {
"type": "-",
"size": 0,
"lmtime": 0,
"modified": false
},
"ftp.cluster031.hosting.ovh.net": {}, "ftp.cluster031.hosting.ovh.net": {},
"gmerchantcenterprofb435e334b82950967a0b087095328b5.pl.PLN.shop1.local.xml": { "gmerchantcenterprofb435e334b82950967a0b087095328b5.pl.PLN.shop1.local.xml": {
"type": "-", "type": "-",

View File

@@ -14,18 +14,11 @@
margin-bottom: 30px; margin-bottom: 30px;
position: relative; position: relative;
} }
.an_banner-img { .an_banner-img {
overflow: hidden; overflow: hidden;
} }
.an_banner a {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.an_banner img:not(.b-lazy), .an_banner img:not(.b-lazy),
.an_banner img.b-loaded { .an_banner img.b-loaded {
width: 100%; width: 100%;
@@ -36,6 +29,7 @@
-webkit-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out; transition: .3s ease-in-out;
} }
.an_banner-border { .an_banner-border {
content: ""; content: "";
display: block; display: block;
@@ -47,10 +41,12 @@
transition: all .4s; transition: all .4s;
box-shadow: inset 0 0 0 3px #e5e5e5; box-shadow: inset 0 0 0 3px #e5e5e5;
} }
.an_banner-link:hover+.an_banner-border { .an_banner-link:hover+.an_banner-border {
top: 0; top: 0;
right: 15px; right: 15px;
} }
.an_banner-content { .an_banner-content {
position: absolute; position: absolute;
top: 50%; top: 50%;
@@ -61,19 +57,23 @@
color: #000000; color: #000000;
text-transform: none; text-transform: none;
} }
.an_banner-content .an_banner-title { .an_banner-content .an_banner-title {
margin-bottom: 11px; margin-bottom: 11px;
font-size: 46px; font-size: 46px;
text-transform: none; text-transform: none;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.an_banner { .an_banner {
width: 100%; width: 100%;
} }
} }
.an_banner-type2 { .an_banner-type2 {
margin-bottom: 30px; margin-bottom: 30px;
} }
.an_banner-type2-link { .an_banner-type2-link {
position: absolute; position: absolute;
z-index: 3; z-index: 3;
@@ -82,14 +82,17 @@
bottom: 0; bottom: 0;
left: 15px; left: 15px;
} }
.an_banner-type2-img { .an_banner-type2-img {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }
.an_banner-type2-img img { .an_banner-type2-img img {
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
} }
.an_banner-type2-img:before { .an_banner-type2-img:before {
position: absolute; position: absolute;
top: 0; top: 0;
@@ -99,20 +102,23 @@
content: ''; content: '';
width: 50%; width: 50%;
height: 100%; height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg); -webkit-transform: skewX(-25deg);
transform: skewX(-25deg); transform: skewX(-25deg);
} }
.an_banner-type2-link:hover+.an_banner-type2-img:before { .an_banner-type2-link:hover+.an_banner-type2-img:before {
-webkit-animation: shine .75s; -webkit-animation: shine .75s;
animation: shine .75s; animation: shine .75s;
} }
@-webkit-keyframes shine { @-webkit-keyframes shine {
100% { 100% {
left: 125%; left: 125%;
} }
} }
@keyframes shine { @keyframes shine {
100% { 100% {
left: 125%; left: 125%;