Tomáš CSS
.homepage-box {background-color: white;}
p {font-size: 17px; }
.breadcrumbs {
display: none;}
.navigation-in {
border-radius: 10px;
font-size: 16px;
}
.navigation-in>ul>li {
border-color: #fff;
}
.p-code {display: none;}
.p-detail-inner-header .p-code {display: none;}
.social-buttons-wrapper {display: none;}
.p-detail-inner-header h1 {
display: inline-block;
font-weight: 600;
font-size: 36px;
}
small {
font-size: 48%;
}
#header .site-name a.text-logo {
padding-top: 4px;
padding-left: 4px;
font-size: 25px;
font-weight: 900;
background: -webkit-linear-gradient(#f15697 66%, #1e97ff 49%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
<style>
.shp-tabs-row a[href$="#productsAlternative"] {
display: none !important;
}
#tab-content {
display: flex;
flex-direction: column;
}
#productsAlternative {
display: block !important;
opacity: 1 !important;
order: 99;
}
#productsAlternative:before {
content: 'Podobné produkty';
font-size: 140%;
margin-top: 30px;
display: block;
}
</style>
<style>
.btn.btn-conversion, a.btn.btn-conversion, .btn.btn-cart, a.btn.btn-cart {
color: #fff;
border-color: #009901;
background-color: #009901;
}
h3 { display: none;}
h2 {
display: block;
font-weight: 600;
font-size: 24px;
}
.sidebar {
background-color: #fff;
}
.category-header {
background-color: #fff;
}
.vote-time {
display: none;
}
.vote-delimeter {
display: none;
}
.extended-description { display: none;}
.btn.btn-conversion, a.btn.btn-conversion, .btn.btn-cart, a.btn.btn-cart {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #ed3330;
padding: 10 20px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}
.btn.btn-conversion:hover, a.btn.btn-conversion:hover, .btn.btn-cart:hover, a.btn.btn-cart:hover {
background: black;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}