#products_container {
display: flex;
width: 1400px;
flex-direction: column;
max-width: 100%;
margin: auto;
position: relative;
.top-results {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1rem;
.woocommerce-ordering {
margin: 0;
}
}
.orderby {
background: none !important;
border: none !important;
}
.storefront-sorting {
margin-bottom: 0 !important;
display: flex !important;
justify-content: space-between !important;
align-items: flex-end !important;
}
.storefront-sorting::before,
.storefront-sorting::after {
display: none !important;
content: none !important;
}
.woocommerce-notices-wrapper {
position: absolute !important;
}
.custom-category-description {
margin-bottom: 2rem;
}
.tablet-top-bar {
display: none;
}
.desktop-top-bar {
display: flex;
justify-content: flex-end;
align-items: center;
.woocommerce-result-count {
margin-right: auto;
}
.woocommerce-ordering {
padding: 0 !important;
margin: 0 !important;
select {
height: 40px;
border-radius: 3px;
border: none;
font-size: 17px;
}
}
}
ul.page-numbers {
list-style: none;
display: flex;
justify-content: flex-end;
gap: 0.5rem;
margin: 0;
li {
font-size: 17px;
border-radius: 3px;
width: 40px;
aspect-ratio: 1/1;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background: #fff;
cursor: pointer;
&:has(.current) {
background: var(--accent-color);
}
.current {
color: var(--font-second-color);
cursor: initial;
width: 40px;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
&:hover {
background: var(--second-accent-color);
}
&:hover a {
color: var(--font-second-color);
}
a {
color: var(--font-color);
width: 40px;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
}
}
}
.woocommerce-breadcrumb {
margin-bottom: 2rem;
a {
color: var(--font-color);
}
}
.custom-banner-slider,
.custom-banner-slider-mobile {
position: relative;
width: 100%;
max-width: 100%;
overflow: hidden;
margin: 0 auto;
box-sizing: border-box;
border-radius: 3px;
}
.custom-banner-slides,
.custom-banner-slides-mobile {
display: flex;
transition: transform 0.5s ease;
will-change: transform;
}
.custom-banner-slide,
.custom-banner-slide-mobile {
min-width: 100%;
box-sizing: border-box;
}
.custom-banner-slide img,
.custom-banner-slide-mobile img {
height: auto;
width: 100%;
object-fit: contain;
}
.custom-banner-arrow {
position: absolute;
top: calc(50% - 28px);
transform: translateY(-50%);
z-index: 9;
background-color: #fff;
border: none;
border-radius: 3px;
width: 40px;
height: 40px;
cursor: pointer;
font-size: 1rem;
color: #000;
&:hover {
background: var(--second-accent-color);
}
}
.custom-banner-arrow.left {
left: 10px;
img {
margin-top: 3px;
margin-right: 3px;
}
}
.custom-banner-arrow.right {
right: 10px;
img {
margin-top: 3px;
margin-left: 3px;
}
}
.custom-banner-tabs {
margin-bottom: 20px;
display: flex;
justify-content: center;
}
.custom-banner-tab {
margin: 0 5px;
padding: 0.5em 1em;
cursor: pointer;
font-size: 0.9em;
background: transparent;
color: #000;
border: none;
}
.custom-banner-tab.active {
border-top: 3px solid #000;
border-radius: 2px;
background: transparent;
}
.custom-banner-tab:hover {
color: #000;
background: #ffffff99;
}
.custom-banner-slide-img-desktop {
display: block;
}
.custom-banner-slide-img-mobile {
display: none;
}@media only screen and (max-width: 1366px) {
#products_container {
padding: 0 1rem;
}
}@media only screen and (max-width: 1024px) {
.shop-container {
flex-direction: column;
padding: 0 2rem;
.products {
grid-template-columns: 1fr 1fr;
}
.shop-sidebar {
width: 100%;
position: relative;
top: 0;
max-height: 100%;
.woof-desktop {
display: none;
}
.woof-mobile {
display: block;
.woof {
max-height: 0;
overflow: hidden;
transition: max-height 1s ease;
}
summary {
background: var(--second-accent-color);
color: var(--font-second-color);
padding: 1rem;
font-size: 17px;
border-radius: 3px;
margin-bottom: .5rem;
}
}
details[open] .woof {
max-height: 1500px;
}
#woof_tax_select_pwb_brand_chosen {
width: 100% !important;
}
.woof_price_filter_txt {
width: 50%;
}
}
.shop-main-content {
width: 100%;
.woocommerce-breadcrumb {
display: none;
}
.custom-banner-slider {
display: none;
}
.desktop-top-bar {
display: none;
}
.tablet-top-bar {
display: block;
.top-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
.woocommerce-breadcrumb {
display: block;
margin: 0;
}
.woocommerce-result-count {
margin: 0;
}
}
.bottom-row {
display: flex;
justify-content: space-between;
align-items: center;
.woocommerce-ordering {
select {
height: 40px;
border-radius: 3px;
border: none;
font-size: 17px;
}
}
}
}
}
}
.custom-banner-tabs {
display: none;
}
.custom-banner-slider-mobile {
height: auto;
padding-right: 5%;
box-sizing: border-box;
padding-bottom: 30px;
}
.custom-banner-slider-mobile img {
border-radius: 15px !important;
}
.custom-banner-slide-mobile {
min-width: 95%;
margin-right: 2%;
}
.custom-banner-slide-img-desktop {
display: none;
}
.custom-banner-slide-img-mobile {
display: block;
}
.custom-banner-arrow {
position: initial;
background-color: rgba(255, 255, 255, 1);
border: none;
border-radius: 10px;
cursor: pointer;
font-size: 1.5rem;
color: #000;
padding: 0px;
width: 50px;
height: 50px;
transform: translateY(0);
margin-top: 5px;
}
.custom-banner-arrow.left {
left: 0px;
}
.custom-banner-arrow.right {
right: auto;
left: 55px;
}
}@media only screen and (max-width: 767px) {
.shop-container {
padding: 0 1rem;
.shop-main-content {
.products {
grid-template-columns: 1fr;
}
.tablet-top-bar {
margin-bottom: 1rem;
.top-row {
.woocommerce-result-count {
display: none;
}
}
.bottom-row {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
.woocommerce-pagination {
.page-numbers {
padding: 0;
margin: 0;
gap: .2rem;
}
}
}
}
}
}
}