body.ufarm-pharmacy-shop-archive {
--ufarm-shop-green: #0062d2;
--ufarm-shop-green-hover: #022d5f;
--ufarm-shop-accent: #c2186d;
--ufarm-shop-border: #e0e0e0;
--ufarm-shop-text: #333333;
--ufarm-shop-muted: #666666;
--ufarm-shop-muted-light: #999999;
--ufarm-shop-breadcrumb-link: #bbbbbb;
--ufarm-shop-breadcrumb-sep: #dddddd;
--ufarm-shop-radius-lg: 10px;
--ufarm-shop-radius-pill: 999px;
}
.ufarm-shop-shell {
--ufarm-shop-green: #0062d2;
--ufarm-shop-green-hover: #022d5f;
--ufarm-shop-accent: #c2186d;
--ufarm-shop-border: #e0e0e0;
--ufarm-shop-text: #333333;
--ufarm-shop-muted: #666666;
--ufarm-shop-muted-light: #999999;
--ufarm-shop-breadcrumb-link: #bbbbbb;
--ufarm-shop-breadcrumb-sep: #dddddd;
--ufarm-shop-radius-lg: 10px;
--ufarm-shop-radius-pill: 999px;
} .ufarm-shop-masthead {
padding: 15px 0 0;
margin: 0;
background: #fff;
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
} .ufarm-shop-free-shipping-strip {
width: 100%;
margin: -23px auto 0;
padding: 7px 15px;
box-sizing: border-box;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 0px;
border-right:0px;
border-left:0px;
box-shadow:
0 2px 8px rgba(15, 35, 70, 0.07),
0 8px 28px rgba(15, 35, 70, 0.06);
transition: box-shadow 0.2s ease, border-color 0.2s ease;
margin-bottom:25px;
}
.ufarm-shop-free-shipping-strip__inner {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px 14px;
max-width: 100%;
margin: 0 auto;
text-align: center;
}
.ufarm-shop-free-shipping-strip__icon {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
color: #000000;
font-size: 18px;
line-height: 1;
}
.ufarm-shop-free-shipping-strip__icon i {
display: block;
}
.ufarm-shop-free-shipping-strip__text {
flex: 0 1 auto;
margin: 0;
padding: 0;
font-size: 15px!important;
font-weight: 500;
line-height: 1.45;
color: #000000;
letter-spacing: 0.01em;
text-align: center;
}
@media (max-width: 575px) {
.ufarm-shop-free-shipping-strip {
padding: 11px 16px;
}
.ufarm-shop-free-shipping-strip__inner {
gap: 8px 10px;
}
.ufarm-shop-free-shipping-strip__icon {
font-size: 16px;
}
.ufarm-shop-free-shipping-strip__text {
font-size: 14px;
}
} .ufarm-shop-masthead__search-wrap {
width: 100%;
max-width: min(920px, 92vw);
margin: 0 auto 28px;
padding: 0 12px;
box-sizing: border-box;
}
@media (min-width: 768px) {
.ufarm-shop-masthead__search-wrap {
max-width: min(920px, 70%);
}
}
.ufarm-shop-product-search {
margin: 0;
display: block;
width: 100%;
}
.ufarm-shop-product-search__control {
display: flex;
align-items: stretch;
width: 100%;
min-height: 52px;
padding: 0;
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: var(--ufarm-shop-radius-pill);
box-sizing: border-box;
overflow: hidden;
background: #fff;
box-shadow:
0 2px 8px rgba(15, 35, 70, 0.07),
0 8px 28px rgba(15, 35, 70, 0.06);
transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.ufarm-shop-product-search__control:focus-within {
border-color: rgba(0, 98, 210, 0.35);
box-shadow:
0 2px 12px rgba(0, 98, 210, 0.12),
0 12px 36px rgba(0, 70, 160, 0.1);
}
.ufarm-shop-product-search__field-wrap {
flex: 1 1 auto;
display: flex;
align-items: center;
min-width: 0;
padding: 0 12px 0 20px;
background: #fff;
}
.ufarm-shop-product-search__field {
flex: 1 1 auto;
min-width: 0;
height: 50px;
margin: 0;
padding: 0 8px 0 0;
border: 0;
background: transparent;
font-family: inherit;
font-size: 16px;
line-height: 1.4;
font-weight: 400;
color: #1f2937;
-webkit-appearance: none;
appearance: none;
}
.ufarm-shop-product-search__field::-webkit-search-decoration,
.ufarm-shop-product-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
}
.ufarm-shop-product-search__field::placeholder {
color: #9ca3af;
opacity: 1;
}
.ufarm-shop-product-search__field:focus {
outline: none;
}
.ufarm-shop-product-search__clear {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
margin: 0;
padding: 0;
border: 0;
border-radius: 8px;
background: transparent;
color: var(--ufarm-shop-green);
cursor: pointer;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.ufarm-shop-product-search__field-wrap.is-filled .ufarm-shop-product-search__clear {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.ufarm-shop-product-search__clear:hover {
background: rgba(0, 98, 210, 0.08);
color: var(--ufarm-shop-green-hover);
}
.ufarm-shop-product-search__clear:focus-visible {
outline: 2px solid var(--ufarm-shop-green);
outline-offset: 1px;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.ufarm-shop-product-search__submit {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 58px;
width: 58px;
margin: 0;
padding: 0 14px;
border: 0;
border-radius: 0;
background: linear-gradient(155deg, #153a7a 0%, #0d4a9e 35%, var(--ufarm-shop-green) 70%, #1a8cff 100%);
color: #fff;
cursor: pointer;
transition: filter 0.18s ease, transform 0.12s ease;
}
.ufarm-shop-product-search__submit:hover {
filter: brightness(1.06);
}
.ufarm-shop-product-search__submit:active {
transform: scale(0.98);
filter: brightness(0.97);
}
.ufarm-shop-product-search__submit:focus-visible {
outline: 2px solid #fff;
outline-offset: -4px;
z-index: 1;
}
.ufarm-shop-product-search__submit .ufarm-shop-product-search__icon {
display: block;
color: #fff;
font-size: 18px;
line-height: 1;
} @media (max-width: 768px) {
.ufarm-shop-product-search__control {
display: flex !important;
justify-content: flex-start !important;
align-items: stretch !important;
}
}
.ufarm-shop-masthead__breadcrumbs {
margin: 0 0 28px;
text-align: left;
}
.ufarm-shop-masthead .ufarm-shop-breadcrumb,
.ufarm-shop-masthead .woocommerce-breadcrumb.ufarm-shop-breadcrumb {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
color: var(--ufarm-shop-green);
}
.ufarm-shop-masthead .ufarm-shop-breadcrumb a,
.ufarm-shop-masthead .woocommerce-breadcrumb.ufarm-shop-breadcrumb a {
color: var(--ufarm-shop-breadcrumb-link);
text-decoration: none;
transition: color 0.15s ease;
}
.ufarm-shop-masthead .ufarm-shop-breadcrumb a:hover,
.ufarm-shop-masthead .woocommerce-breadcrumb.ufarm-shop-breadcrumb a:hover {
color: #999999;
}
.ufarm-shop-masthead .ufarm-shop-breadcrumb__sep {
color: var(--ufarm-shop-breadcrumb-sep);
font-weight: 400;
}
.ufarm-shop-masthead__center {
max-width: 820px;
margin: 0 auto 36px;
padding: 0 8px;
text-align: center;
}
.ufarm-shop-masthead__title {
margin: 0 0 18px;
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
font-weight: 300;
line-height: 1.2;
letter-spacing: -0.025em;
color: var(--ufarm-shop-text);
}
.ufarm-shop-masthead__description {
margin: 0;
font-size: 15px;
font-weight: 400;
line-height: 1.65;
color: var(--ufarm-shop-muted);
}
.ufarm-shop-masthead__description > p:first-child {
margin-top: 0;
}
.ufarm-shop-masthead__description > p:last-child {
margin-bottom: 0;
}
.ufarm-shop-masthead__description a {
color: var(--ufarm-shop-green);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
font-weight: 500;
}
.ufarm-shop-masthead__description a:hover {
color: var(--ufarm-shop-green-hover);
}
.ufarm-shop-masthead__divider {
display: block;
width: 100%;
height: 1px;
margin: 0;
border: 0;
background: #eeeeee;
} .ufarm-shop-section.shop-main {
padding: 0px 0 56px;
} .ufarm-shop-layout {
max-width: 100%;
}
.ufarm-shop-sidebar-col {
position: relative;
}
@media (min-width: 768px) {
.ufarm-shop-sidebar-col {
position: static;
}
}
.ufarm-shop-sidebar {
width: 100%;
max-width: 100%;
position: sticky;
top: 100px;
align-self: flex-start;
}
.ufarm-shop-content-col {
position: relative;
min-width: 0;
}
.ufarm-shop-content {
position: relative;
width: 100%;
min-width: 0;
} .ufarm-filters {
background: #fff;
border: 1px solid #e6ebf2;
border-radius: 14px;
padding: 0;
overflow: hidden;
box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
} .ufarm-filters__header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 16px 20px 14px;
margin: 0;
border-bottom: 1px solid #eef2f7;
}
.ufarm-filters__title {
margin: 0;
padding: 0;
font-size: 1.0625rem!important;
font-weight: 700;
color: #0f172a;
letter-spacing: -0.01em;
line-height: 1.2;
flex: 1 1 auto;
min-width: 0;
} .ufarm-filters__clear {
flex-shrink: 0;
display: inline-flex !important;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
min-width: 32px;
padding: 0 !important;
margin: 0;
background: rgba(0, 98, 210, 0.08);
border: 0;
border-radius: 50%;
color: #0062d2;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 1 !important;
letter-spacing: 0 !important;
cursor: pointer;
text-decoration: none;
transition: background 0.15s ease, color 0.15s ease;
}
.ufarm-filters__clear i {
font-size: 13px;
line-height: 1;
}
.ufarm-filters__clear:hover {
background: #0062d2;
color: #fff;
}
.ufarm-filters-form {
padding-bottom: 4px;
}
.ufarm-filter-section {
border-top: 1px solid #eef2f7;
}
.ufarm-filter-section--first {
border-top: none;
} .ufarm-filter-section__head {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 4px;
padding: 15px 20px 11px!important;
background: none;
border: 0;
cursor: pointer;
text-align: left;
font-size: 0.75rem !important;
font-weight: 700 !important;
line-height: 1.4 !important;
letter-spacing: 0.06em !important;
text-transform: uppercase;
color: #64748b;
transition: color 0.15s ease;
}
.ufarm-filter-section__title {
font-weight: 700;
}
.ufarm-filter-section__head:hover {
color: #0062d2;
}
.ufarm-filter-section__chevron {
flex-shrink: 0;
width: 8px;
height: 8px;
border-right: 2px solid #94a3b8;
border-bottom: 2px solid #94a3b8;
transform: rotate(45deg);
margin-top: -4px;
transition: transform 0.25s ease, border-color 0.15s ease;
}
.ufarm-filter-section__head:hover .ufarm-filter-section__chevron {
border-color: #0062d2;
} .ufarm-filter-section.is-open .ufarm-filter-section__chevron {
transform: rotate(-135deg);
margin-top: 4px;
}
.ufarm-filter-section__body {
display: none;
padding: 2px 20px 18px;
}
.ufarm-filter-section.is-open .ufarm-filter-section__body {
display: block;
}
.ufarm-filter-list {
list-style: none;
margin: 0;
padding: 0;
}
.ufarm-filter-list--price .ufarm-filter-row {
margin-bottom: 14px;
} .ufarm-filter-list--scroll {
max-height: 280px;
overflow-y: auto;
overflow-x: hidden;
padding-right: 8px;
margin-right: 2px;
scrollbar-width: thin;
scrollbar-color: #cbd5e1 transparent;
}
.ufarm-filter-list--scroll::-webkit-scrollbar {
width: 6px;
}
.ufarm-filter-list--scroll::-webkit-scrollbar-track {
background: transparent;
border: 0;
border-radius: 999px;
}
.ufarm-filter-list--scroll::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 999px;
border: 0;
min-height: 40px;
}
.ufarm-filter-list--scroll::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
.ufarm-filter-list--scroll::-webkit-scrollbar-button {
display: none;
height: 0;
}
.ufarm-filter-row {
margin-bottom: 11px;
line-height: 1.45;
}
.ufarm-filter-row:last-child {
margin-bottom: 0;
}
.ufarm-filter-row__label {
display: flex;
align-items: flex-start;
gap: 10px;
cursor: pointer;
font-size: 0.875rem;
color: #334155;
font-weight: 400;
}
.ufarm-filter-row__label:hover .ufarm-filter-row__text {
color: #0062d2;
} .ufarm-filter-check {
appearance: none;
-webkit-appearance: none;
width: 17px;
height: 17px;
min-width: 17px;
margin: 2px 0 0;
border: 1.5px solid #cbd5e1;
border-radius: 4px;
background: #fff;
cursor: pointer;
flex-shrink: 0;
transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.ufarm-filter-check:hover {
border-color: #0062d2;
}
.ufarm-filter-check:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(0, 98, 210, 0.15);
}
.ufarm-filter-check:checked {
background-color: var(--ufarm-shop-green);
border-color: var(--ufarm-shop-green);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l3.5 3.5L11 1'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 10px 8px;
}
.ufarm-filter-row__text {
flex: 1;
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 8px;
color: #334155;
transition: color 0.15s ease;
}
.ufarm-filter-row__count {
flex-shrink: 0;
background: #f1f5f9;
color: #64748b;
font-size: 0.6875rem;
font-weight: 600;
line-height: 1;
padding: 3px 8px;
border-radius: 999px;
}
.ufarm-filter-row--link .ufarm-filter-row__link {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 8px;
color: #334155;
text-decoration: none;
padding: 5px 0;
font-size: 0.875rem!important;
font-weight: 400;
line-height: 1.45;
transition: color 0.15s ease;
}
.ufarm-filter-row--link .ufarm-filter-row__link:hover {
color: #0062d2;
}
.ufarm-filter-row--link .ufarm-filter-row__link:hover .ufarm-filter-row__count {
background: rgba(0, 98, 210, 0.08);
color: #0062d2;
}
.ufarm-filter-row--link .ufarm-filter-row__count {
color: #64748b;
} .ufarm-shop-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: nowrap;
gap: 12px 20px;
margin-bottom: 24px;
padding-top: 8px;
width: 100%;
}
.ufarm-shop-toolbar__lead {
display: flex;
align-items: center;
gap: 14px;
flex: 1 1 auto;
min-width: 0;
}
.ufarm-shop-toolbar__count {
min-width: 0;
}
.ufarm-shop-toolbar__count .woocommerce-result-count {
margin: 0;
font-size: 13.5px;
font-weight: 500 !important;
color: #6b7684;
line-height: 1.45;
}
.ufarm-shop-toolbar__sort {
display: flex;
align-items: center;
gap: 10px;
flex-shrink: 0;
}
.ufarm-shop-toolbar .woocommerce-ordering {
margin: 0;
position: relative;
}
.ufarm-shop-toolbar .woocommerce-ordering select.orderby:hover {
border-color: #aab6c4 !important;
outline: none;
box-shadow: none;
}
.ufarm-shop-toolbar .woocommerce-ordering select.orderby:focus {
border-color: var(--ufarm-shop-green) !important;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 98, 211, 0.1);
} .ufarm-shop-content ul.products.ufarm-shop-loop {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
margin: 0 0 32px;
padding: 0;
list-style: none;
width: 100%;
}
.ufarm-shop-shell {
padding-right:17px;
}
.ufarm-shop-content-col {
padding:0px;
}
.ufarm-shop-sidebar-col {
padding-left:0px;
}
.ufarm-shop-content ul.products.ufarm-shop-loop::before,
.ufarm-shop-content ul.products.ufarm-shop-loop::after {
display: none;
}
.ufarm-shop-content ul.products.ufarm-shop-loop li.product {
display: flex;
flex-direction: column;
width: 100% !important;
margin: 0 !important;
float: none !important;
} .ufarm-pcard {
--pcard-pink: #d80073;
--pcard-green: #26813e;
--pcard-green-hover: #1f6b33;
--pcard-black: #000000;
--pcard-gray-was: #767676;
--pcard-title-link: #0056b3;
--pcard-title-link-hover: #004494;
--pcard-border: #e0e0e0;
display: flex;
flex-direction: column;
flex: 1 1 auto;
box-sizing: border-box;
width: 100%;
position: relative; height: auto;
min-height: 480px;
background: #fff;
border: 1px solid var(--pcard-border);
border-radius: 10px;
padding: 0px;
overflow: visible;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 15px;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ufarm-pcard:hover {
border-color: #d0d0d0;
box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
color: rgb(26, 26, 26);
text-decoration: none;
}
.ufarm-pcard__media {
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 100%;
min-height: 220px;
height: 220px;
margin: 0 0 0;
}
.ufarm-pcard__media-link {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.ufarm-pcard__media-link img {
max-width: 88%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
} img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
width: 220px;
max-width: 220px;
margin: auto;
padding: 0;
display: block;
}
.ufarm-pcard__badge {
position: absolute; top: -4px;
right: 0;
background: var(--pcard-pink);
color: #fff;
font-size: 11px;
font-weight: 700;
text-transform: capitalize;
padding: 8px 12px 8px 14px;
border-radius: 0 10px 0 10px;
line-height: 1.2;
letter-spacing: 0.02em;
z-index: 2;
} .ufarm-pcard__stock-badge {
position: absolute;
top: 0;
left: 0;
background: #dc3545;
color: #fff;
font-size: 11px;
font-weight: 700;
text-transform: capitalize;
padding: 8px 14px 8px 12px;
border-radius: 9px 0 10px 0;
line-height: 1.2;
letter-spacing: 0.02em;
z-index: 5;
} .ufarm-pcard__bogof-badge {
position: absolute;
top: 0;
left: 0;
background: linear-gradient(135deg, #0e7490 0%, #0891b2 100%);
color: #fff;
font-size: 12px;
font-weight: 800;
padding: 8px 14px 8px 12px;
border-radius: 9px 0 10px 0;
line-height: 1.2;
letter-spacing: 0.04em;
z-index: 5;
box-shadow: 0 2px 8px rgba(8, 145, 178, 0.35);
} .ufarm-pcard__drop-badge {
position: absolute;
top: 0;
left: 0;
background: linear-gradient(135deg, #be185d 0%, #db2777 100%);
color: #fff;
font-size: 11px;
font-weight: 800;
text-transform: none;
padding: 8px 14px 8px 12px;
border-radius: 9px 0 10px 0;
line-height: 1.2;
letter-spacing: 0.02em;
z-index: 5;
box-shadow: 0 2px 8px rgba(190, 24, 93, 0.35);
} .ufarm-pcard__media:has(.ufarm-pcard__badge) .ufarm-pcard__hover-actions {
top: 44px;
}
.ufarm-pcard__hover-actions {
position: absolute;
top: 8px;
right: 8px;
display: flex;
flex-direction: column;
gap: 8px;
z-index: 4;
opacity: 0;
visibility: hidden;
transform: translateX(6px);
transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
pointer-events: none;
}
@media (min-width: 576px) {
.ufarm-pcard:hover .ufarm-pcard__hover-actions,
.ufarm-pcard:focus-within .ufarm-pcard__hover-actions {
opacity: 1;
visibility: visible;
transform: translateX(0);
pointer-events: auto;
}
} @media (max-width: 575px) {
.ufarm-pcard__hover-actions {
opacity: 1;
visibility: visible;
transform: none;
pointer-events: auto;
top: 8px;
left: 8px;
right: auto;
bottom: auto;
}
.ufarm-pcard:has(.ufarm-pcard__stock-badge) .ufarm-pcard__hover-actions,
.ufarm-pcard:has(.ufarm-pcard__bogof-badge) .ufarm-pcard__hover-actions,
.ufarm-pcard:has(.ufarm-pcard__drop-badge) .ufarm-pcard__hover-actions {
top: 44px;
left: 8px;
right: auto;
}
.ufarm-pcard__stock-badge,
.ufarm-pcard__bogof-badge,
.ufarm-pcard__drop-badge {
top: 0;
left: 0;
}
}
.ufarm-pcard__icon-btn {
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
min-width: 38px;
min-height: 38px;
max-width: 38px;
max-height: 38px;
border-radius: 50%;
border: none;
padding: 0;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
color: var(--ufarm-shop-text);
cursor: pointer;
text-decoration: none;
flex-shrink: 0;
-webkit-appearance: none;
appearance: none;
transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.ufarm-pcard__icon-btn:hover {
color: var(--pcard-green);
background: #fff;
transform: scale(1.06);
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
} .ufarm-pcard__icon-btn--wish {
background: #dc3545;
}
.ufarm-pcard__icon-btn--wish,
.ufarm-pcard__icon-btn--wish i,
.ufarm-pcard__icon-btn--wish.active,
.ufarm-pcard__icon-btn--wish.active i {
color: #fff;
}
.ufarm-pcard__icon-btn--wish:hover {
background: #b02a37;
}
.ufarm-pcard__icon-btn--wish:hover,
.ufarm-pcard__icon-btn--wish:hover i {
color: #fff;
}
.ufarm-pcard__icon-btn--cart {
background: var(--ufarm-shop-green);
}
.ufarm-pcard__icon-btn--cart,
.ufarm-pcard__icon-btn--cart i {
color: #fff;
}
.ufarm-pcard__icon-btn--cart:hover {
background: var(--ufarm-shop-green-hover);
}
.ufarm-pcard__icon-btn--cart:hover,
.ufarm-pcard__icon-btn--cart:hover i {
color: #fff;
}
.ufarm-pcard__body {
display: flex;
flex-direction: column;
flex: 1 1 auto;
text-align: left;
min-height: 0;
padding-top: 0;
}
.ufarm-pcard__title {
margin: 0 0 10px;
font-size: 15px;
font-weight: 400;
line-height: 1.28;
color: var(--pcard-title-link);
padding-left: 15px;
padding-right: 15px;
min-height: calc(1em * 1.4);
max-height: calc(1em * 1.6);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
text-align: left;
}
.ufarm-pcard__title a {
color: var(--pcard-title-link);
text-decoration: none;
color: #1a1a1a;
font-size: .9375rem !important;
line-height: 1.3;
font-weight: 400;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
overflow-x: hidden;
overflow-y: hidden;
text-decoration-color: transparent;
display: flex;
}
.ufarm-pcard__title a:hover,
.ufarm-pcard__title a:focus-visible {
color: #1a1a1a;
text-decoration: none;
} .ufarm-pcard__promo-slot {
flex-shrink: 0;
height: 48px;
margin: 0 0 10px;
padding-left: 15px;
padding-right: 15px;
overflow: hidden;
display: flex;
align-items: flex-start;
}
.ufarm-pcard__promo {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
width: 100%;
box-sizing: border-box;
margin: 0;
padding: 7px 10px;
background: var(--pcard-pink);
color: #fff;
font-size: 13px;
font-weight: 700!important;
line-height: 1.3;
border-radius: 4px;
text-align: left;
max-height: 100%;
}
.ufarm-pcard__price-box {
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-height: 76px;
margin-bottom: 4px;
padding-left: 15px;
padding-right: 15px;
}
.ufarm-pcard__price {
margin-bottom: 10px;
font-size: 19px;
font-weight: 700;
color: var(--pcard-black);
}
.ufarm-pcard__price del {
font-weight: 400;
color: var(--pcard-gray-was);
font-size: 16px;
margin-right: 6px;
}
.ufarm-pcard__price ins {
text-decoration: none;
} .ufarm-pcard__price-stack {
display: flex;
flex-direction: column;
gap: 14px;
margin: 0 0 0;
flex: 0 1 auto;
min-height: 0;
}
.ufarm-pcard__price-row {
display: flex;
flex-direction: column;
gap: 6px;
line-height: 1.35;
}
.ufarm-pcard__price-label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--pcard-gray-was);
}
.ufarm-pcard__price-row--business .ufarm-pcard__price-label {
color: var(--pcard-green);
}
.ufarm-pcard__price-line {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: flex-start;
gap: 4px 10px;
width: 100%;
}
.ufarm-pcard__price-current {
font-size: 19px;
font-weight: 700;
color: var(--pcard-black);
line-height: 1.2;
}
.ufarm-pcard__price-current .woocommerce-Price-amount {
font-weight: 700;
font-size: inherit;
}
.ufarm-pcard__price-stack--single {
gap: 0;
margin-bottom: 0;
}
.ufarm-pcard__price-row--single {
gap: 0;
}
.ufarm-pcard__was-slot {
flex: 0 1 auto;
margin-left: 0;
text-align: left;
}
.ufarm-pcard__was-slot--labeled {
white-space: nowrap;
}
.ufarm-pcard__was-prefix {
font-size: 13px;
font-weight: 400;
color: var(--pcard-gray-was);
} .ufarm-pcard__price-was {
font-size: 14px;
font-weight: 400;
color: var(--pcard-gray-was);
text-decoration: none;
}
.ufarm-pcard__price-was .woocommerce-Price-amount {
font-size: inherit;
font-weight: 400;
color: inherit;
}
.ufarm-pcard__price-tier-note {
display: block;
margin-top: 6px;
font-size: 11px;
color: var(--pcard-gray-was);
line-height: 1.45;
max-width: 100%;
} .ufarm-pcard__price-stack--wc-fallback {
margin-bottom: 0;
}
.ufarm-pcard__price-line--wc {
font-size: 19px;
font-weight: 700;
color: var(--pcard-black);
}
.ufarm-pcard__price-line--wc .price {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: flex-start;
gap: 4px 10px;
width: 100%;
margin: 0;
}
.ufarm-pcard__price-line--wc ins {
text-decoration: none;
font-weight: 700;
color: var(--pcard-black);
}
.ufarm-pcard__price-line--wc del {
font-size: 14px;
font-weight: 400;
color: var(--pcard-gray-was);
text-decoration: line-through;
order: 2;
margin-left: 0;
}
.ufarm-pcard__price-line--wc ins {
order: 1;
}
.ufarm-pcard__save {
display: inline-block;
margin-bottom: 0;
font-size: 12px;
font-weight: 700;
color: #fff;
background: var(--pcard-pink);
padding: 5px 10px;
border-radius: 4px;
line-height: 1.25;
}
.ufarm-pcard__save--inline {
display: inline-block;
align-self: flex-start;
margin-top: 8px;
margin-bottom: 0;
border-radius: 4px;
}
.ufarm-pcard__save--inline .woocommerce-Price-amount {
color: #fff;
font-weight: 700;
font-size: inherit;
}
.ufarm-pcard__cta {
display: flex !important;
align-items: center !important;
justify-content: center !important;
align-self: stretch !important;
width: calc(100% - 30px) !important;
max-width: none !important;
min-width: 0 !important;
box-sizing: border-box !important;
margin-left: 15px !important;
margin-right: 15px !important;
margin-top: auto;
margin-bottom: 15px !important;
flex-shrink: 0;
letter-spacing: 0.02em !important;
padding: 0.5rem 1.25rem !important;
background: linear-gradient(to top, #0062d2, #203383) !important;
color: #fff !important;
border-radius: 999px !important;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.25 !important;
white-space: nowrap !important;
text-align: center !important;
transition: none !important;
text-decoration: none !important;
border: none !important;
min-height: 48px !important;
}
.ufarm-pcard__cta:hover {
background: linear-gradient(135deg, #063e7f 0%, #022d5f 100%) !important;
transform: translateY(0px);
color: #fff !important;
}
.ufarm-shop-toolbar .woocommerce-ordering select.orderby {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2333404f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M1.5 1.75 6 6.25l4.5-4.5'/%3E%3C/svg%3E") no-repeat right 16px center / 12px auto !important;
border: 1px solid #d5dbe3 !important;
border-radius: 10px !important;
color: #33404f !important;
font-size: 14px !important;
font-weight: 500;
height: 44px !important; line-height: 42px !important;
padding: 0 42px 0 16px !important;
margin: 0 !important;
box-sizing: border-box;
vertical-align: middle;
max-width: 100%;
cursor: pointer;
transition-duration: .1s;
transition-property: background-color, color, border-color, box-shadow;
transition-timing-function: ease-out;
}
.ufarm-shop-toolbar .woocommerce-ordering select.orderby::-ms-expand {
display: none;
} .ufarm-single-product-page .ufarm-single-notices {
margin: 0 0 6px;
}
.ufarm-single-product-page .ufarm-single-notices .woocommerce-message-wrapper {
margin: 0 0 12px !important;
overflow: visible;
z-index: 1;
}
.ufarm-single-product-page .ufarm-single-notices .woocommerce-message-wrapper .container {
max-width: none !important;
padding: 0 !important;
}
.ufarm-single-product-page .ufarm-single-notices .woocommerce-message-wrapper .woocommerce-message,
.ufarm-single-product-page .ufarm-single-notices .woocommerce-message-wrapper .woocommerce-info {
background: #f2faf5 !important;
border: 1px solid #bfe6cd !important;
border-left: 4px solid #1e9e5a !important;
border-radius: 12px !important;
color: #14532d !important;
padding: 12px 16px !important;
font-size: 15px !important;
line-height: 1.5 !important;
box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06) !important;
}
.ufarm-single-product-page .ufarm-single-notices .woocommerce-message-wrapper .woocommerce-message a,
.ufarm-single-product-page .ufarm-single-notices .woocommerce-message-wrapper .woocommerce-info a {
margin: 0 !important;
flex-shrink: 0;
}
.ufarm-single-product-page .ufarm-single-notices .woocommerce-error {
list-style: none !important;
margin: 0 0 12px !important;
padding: 12px 16px !important;
background: #fdf3f3 !important;
border: 1px solid #f2c6c6 !important;
border-left: 4px solid #d64545 !important;
border-radius: 12px !important;
color: #7f1d1d !important;
font-size: 15px !important;
line-height: 1.5 !important;
}
.ufarm-single-product-page .ufarm-single-notices .woocommerce-error li {
margin: 0 !important;
list-style: none !important;
} .ufarm-shop-content .woocommerce-products-header {
margin-bottom: 20px;
border: 0;
padding: 0;
}
.ufarm-shop-content .woocommerce-products-header__title {
font-size: 1.5rem;
font-weight: 700;
margin: 0 0 8px;
}
.ufarm-shop-content .woocommerce-info,
.ufarm-shop-content .woocommerce-message,
.ufarm-shop-content .woocommerce-error {
margin-bottom: 16px;
} .ufarm-no-products {
width: 100%;
}
.ufarm-no-products__card {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
text-align: center !important;
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 14px;
padding: 48px 24px;
}
.ufarm-no-products__icon {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: rgba(0, 98, 210, 0.08);
color: var(--ufarm-shop-green);
font-size: 24px;
margin-bottom: 10px;
}
.ufarm-no-products__title {
margin: 0;
font-size: 18px !important;
font-weight: 600;
color: #0f172a;
line-height: 1.4 !important;
text-align: center !important;
max-width: 480px;
}
.ufarm-no-products__hint {
margin: 0;
font-size: 14px !important;
color: #64748b;
line-height: 1.6 !important;
text-align: center !important;
max-width: 480px;
}
.ufarm-no-products__btn {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 18px;
padding: 10px 22px !important;
border-radius: var(--ufarm-shop-radius-pill);
background: var(--ufarm-shop-green);
color: #fff;
font-size: 14px !important;
font-weight: 600;
text-decoration: none;
transition: background 0.2s ease;
}
.ufarm-no-products__btn:hover,
.ufarm-no-products__btn:focus {
background: var(--ufarm-shop-green-hover);
color: #fff;
}
@media (max-width: 768px) {
.ufarm-no-products__card {
padding: 32px 16px;
}
} .ufarm-shop-pagination {
margin-top: 24px;
display: flex;
justify-content: center;
width: 100%;
}
.ufarm-shop-pagination .woocommerce-pagination {
display: block;
text-align: center;
margin: 0 !important;
padding: 0 !important;
}
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers {
display: inline-flex !important;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 6px 18px;
list-style: none !important;
margin: 0 auto !important;
padding: 16px 8px !important;
background: transparent !important;
border: none !important;
border-radius: 0;
box-shadow: none !important;
}
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
display: inline-flex;
align-items: center;
} .ufarm-shop-pagination .woocommerce-pagination ul.page-numbers a.page-numbers,
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers span.page-numbers {
display: inline-flex !important;
align-items: center;
justify-content: center;
margin: 0 !important;
border: none !important;
font-weight: 600 !important;
font-size: 1rem !important;
line-height: 1.2 !important;
text-decoration: none !important;
transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
box-sizing: border-box;
box-shadow: none !important;
transform: none !important;
} .ufarm-shop-pagination .woocommerce-pagination ul.page-numbers a.page-numbers:not(.prev):not(.next) {
min-width: auto;
min-height: auto;
padding: 8px 6px !important;
border-radius: 0 !important;
background: transparent !important;
color: #0063d3 !important;
}
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers a.page-numbers:not(.prev):not(.next):hover {
background: transparent !important;
color: #004a9e !important;
opacity: 1;
} .ufarm-shop-pagination .woocommerce-pagination ul.page-numbers a.page-numbers.prev,
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers a.page-numbers.next {
min-width: 40px;
min-height: 40px;
padding: 8px 10px !important;
border-radius: 0 !important;
background: transparent !important;
color: #0063d3 !important;
}
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers a.page-numbers.prev:hover,
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers a.page-numbers.next:hover {
color: #004a9e !important;
background: transparent !important;
} .ufarm-shop-pagination .woocommerce-pagination ul.page-numbers span.page-numbers.current {
min-width: 44px;
min-height: 44px;
padding: 8px 12px !important;
border-radius: 10px !important;
background: #0063d3 !important;
color: #fff !important;
cursor: default;
} .ufarm-shop-pagination .woocommerce-pagination ul.page-numbers span.page-numbers.dots {
background: transparent !important;
color: #64748b !important;
min-width: auto !important;
padding: 8px 4px !important;
} .ufarm-shop-pagination .woocommerce-pagination ul.page-numbers span.page-numbers.prev,
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers span.page-numbers.next,
.ufarm-shop-pagination .woocommerce-pagination ul.page-numbers span.page-numbers.disabled {
background: transparent !important;
color: rgba(0, 99, 211, 0.35) !important;
min-width: 40px;
min-height: 40px;
padding: 8px 10px !important;
} .ufarm-shop-sidebar-toggle {
display: none;
align-items: center;
justify-content: center;
gap: 9px;
height: 44px;
padding: 0 20px;
font-size: 14px;
font-weight: 600 !important;
line-height: 1;
white-space: nowrap;
color: #fff;
background: var(--ufarm-shop-green);
border: 1px solid var(--ufarm-shop-green);
border-radius: 10px;
cursor: pointer;
flex-shrink: 0;
transition: background-color 0.15s ease, border-color 0.15s ease;
}
.ufarm-shop-sidebar-toggle i {
font-size: 13px;
line-height: 1;
color: #fff;
}
.ufarm-shop-sidebar-toggle:hover {
background: var(--ufarm-shop-green-hover);
border-color: var(--ufarm-shop-green-hover);
}
.ufarm-shop-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.45);
z-index: 100050;
opacity: 0;
transition: opacity 0.25s ease;
pointer-events: none;
}
.ufarm-shop-overlay.is-visible {
display: block;
opacity: 1;
pointer-events: auto;
}
.ufarm-shop-sidebar__close {
display: none;
position: absolute;
top: 14px;
right: 14px;
width: 36px;
height: 36px;
border: 0;
border-radius: 8px;
background: #f3f3f3;
cursor: pointer;
font-size: 1.25rem;
line-height: 1;
z-index: 2;
} .ufarm-shop-no-products {
text-align: center;
padding: 48px 20px;
color: var(--ufarm-shop-muted);
}
.ufarm-shop-no-products .button {
margin-top: 16px;
border-radius: var(--ufarm-shop-radius-pill);
background: var(--ufarm-shop-green);
color: #fff;
} @media (max-width: 1199px) {
.ufarm-shop-content ul.products.ufarm-shop-loop {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
}
@media (max-width: 1144px) {
.ufarm-shop-sidebar-toggle {
display: inline-flex;
} .ufarm-shop-sidebar-col {
flex: 0 0 auto;
width: 0;
max-width: 0;
padding: 0 !important;
margin: 0;
min-height: 0;
}
.ufarm-shop-content-col {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
} .ufarm-shop-toolbar {
flex-wrap: wrap;
} .ufarm-shop-toolbar__count .woocommerce-result-count {
font-size: 13px;
}
.ufarm-shop-sidebar {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: min(360px, 88vw);
max-width: 360px;
z-index: 100060;
transform: translateX(-102%);
transition: transform 0.3s ease;
overflow-y: auto;
background: #fff;
padding: 52px 0 24px;
box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12);
border: none;
border-radius: 0;
}
.ufarm-shop-sidebar.is-open {
transform: translateX(0);
}
.ufarm-shop-sidebar__close {
display: flex;
align-items: center;
justify-content: center;
}
.ufarm-shop-sidebar .ufarm-filters {
border: none;
border-radius: 0;
}
.ufarm-shop-content ul.products.ufarm-shop-loop {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 575px) {
.ufarm-shop-masthead {
padding-top: 20px;
} .ufarm-shop-masthead__search-wrap {
margin-bottom: 12px;
padding: 0 16px;
}
.ufarm-shop-product-search__control {
align-items: center !important;
gap: 10px;
min-height: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
overflow: visible;
}
.ufarm-shop-product-search__control:focus-within {
border-color: transparent;
box-shadow: none;
}
.ufarm-shop-product-search__field-wrap {
border: 1px solid #d5dbe3;
border-radius: var(--ufarm-shop-radius-pill);
background: #fff;
min-height: 48px;
padding: 0 12px 0 18px;
}
.ufarm-shop-product-search__field-wrap:focus-within {
border-color: rgba(0, 98, 210, 0.45);
box-shadow: 0 0 0 3px rgba(0, 98, 211, 0.08);
}
.ufarm-shop-product-search__field {
height: 46px;
font-size: 15px;
}
.ufarm-shop-product-search__submit {
flex: 0 0 48px !important;
width: 48px !important;
min-width: 48px !important;
max-width: 48px !important;
height: 48px !important;
min-height: 48px !important;
max-height: 48px !important;
aspect-ratio: 1 / 1;
padding: 0 !important;
border-radius: 50% !important;
}
.ufarm-shop-product-search__submit .ufarm-shop-product-search__icon {
font-size: 16px;
} .ufarm-shop-free-shipping-strip {
margin: 0 0 6px;
padding: 0 16px;
background: transparent;
border: 0;
box-shadow: none;
}
.ufarm-shop-free-shipping-strip__inner {
gap: 6px 8px;
}
.ufarm-shop-free-shipping-strip__icon {
font-size: 14px;
color: #163f7d;
}
.ufarm-shop-free-shipping-strip__text {
font-size: 13px !important;
color: #163f7d;
}
.ufarm-shop-masthead__breadcrumbs {
margin-bottom: 20px;
}
.ufarm-shop-masthead__center {
margin-bottom: 28px;
}
.ufarm-shop-masthead__title {
font-size: 1.65rem;
}
.ufarm-shop-masthead__description {
font-size: 14px;
} .ufarm-shop-toolbar {
flex-wrap: nowrap;
gap: 10px;
}
.ufarm-shop-toolbar__count {
display: none;
}
.ufarm-shop-toolbar__lead,
.ufarm-shop-toolbar__sort {
flex: 1 1 50%;
min-width: 0;
}
.ufarm-shop-sidebar-toggle {
width: 100%;
}
.ufarm-shop-toolbar__sort .woocommerce-ordering,
.ufarm-shop-toolbar .woocommerce-ordering select.orderby {
width: 100%;
}
.ufarm-shop-content ul.products.ufarm-shop-loop {
grid-template-columns: 1fr;
gap: 16px;
}
.ufarm-pcard {
height: auto;
min-height: 520px;
padding: 15px;
}
.ufarm-pcard__media {
min-height: 220px;
height: 220px;
}
.ufarm-pcard__price-current,
.ufarm-pcard__price-line--wc {
font-size: 18px;
}
} body.woocommerce-shop .ufarm-shop-section .ufarm-shop-shell,
body.woocommerce-shop .ufarm-shop-section .ufarm-shop-shell *,
body.woocommerce.post-type-archive-product .ufarm-shop-section .ufarm-shop-shell,
body.woocommerce.post-type-archive-product .ufarm-shop-section .ufarm-shop-shell *,
body.woocommerce.tax-product_cat .ufarm-shop-section .ufarm-shop-shell,
body.woocommerce.tax-product_cat .ufarm-shop-section .ufarm-shop-shell *,
body.woocommerce.tax-product_tag .ufarm-shop-section .ufarm-shop-shell,
body.woocommerce.tax-product_tag .ufarm-shop-section .ufarm-shop-shell *,
body.woocommerce-shop .ufarm-shop-masthead,
body.woocommerce-shop .ufarm-shop-masthead *,
body.woocommerce.post-type-archive-product .ufarm-shop-masthead,
body.woocommerce.post-type-archive-product .ufarm-shop-masthead *,
body.woocommerce.tax-product_cat .ufarm-shop-masthead,
body.woocommerce.tax-product_cat .ufarm-shop-masthead *,
body.woocommerce.tax-product_tag .ufarm-shop-masthead,
body.woocommerce.tax-product_tag .ufarm-shop-masthead *,
body.woocommerce-shop .ufarm-shop-page-hero,
body.woocommerce-shop .ufarm-shop-page-hero *,
body.woocommerce.post-type-archive-product .ufarm-shop-page-hero,
body.woocommerce.post-type-archive-product .ufarm-shop-page-hero *,
body.woocommerce.tax-product_cat .ufarm-shop-page-hero,
body.woocommerce.tax-product_cat .ufarm-shop-page-hero *,
body.woocommerce.tax-product_tag .ufarm-shop-page-hero,
body.woocommerce.tax-product_tag .ufarm-shop-page-hero * {
font-weight: 500;
}
body.woocommerce-shop .ufarm-shop-page-hero .page-hero-title,
body.woocommerce.post-type-archive-product .ufarm-shop-page-hero .page-hero-title,
body.woocommerce.tax-product_cat .ufarm-shop-page-hero .page-hero-title,
body.woocommerce.tax-product_tag .ufarm-shop-page-hero .page-hero-title {
font-weight: 500;
} body.woocommerce.tax-product_tag .ufarm-pcard__cta,
body.woocommerce.tax-product_cat .ufarm-pcard__cta,
body.woocommerce-shop .ufarm-pcard__cta,
body.woocommerce.post-type-archive-product .ufarm-pcard__cta,
body.ufarm-pharmacy-shop-archive .ufarm-pcard__cta {
font-weight: 700 !important;
} .ufarm-pcard .ufarm-pcard__hover-actions .ufarm-pcard__icon-btn.ufram-wishlist-btn {
width: 38px !important;
height: 38px !important;
min-width: 38px !important;
min-height: 38px !important;
max-width: 38px !important;
max-height: 38px !important;
padding: 0 !important;
border: none !important;
border-radius: 50% !important;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.ufarm-pcard .ufarm-pcard__hover-actions .ufarm-pcard__icon-btn.ufram-wishlist-btn:hover {
transform: scale(1.06);
border: none !important;
}
.ufarm-pcard__icon-btn i {
font-size: 16px;
line-height: 1;
width: 1em;
height: 1em;
display: inline-flex;
align-items: center;
justify-content: center;
} .ufarm-oferta-hub {
width: 100%;
padding: 8px 0 32px;
}
.ufarm-oferta-hub__intro {
margin-bottom: 24px;
}
.ufarm-oferta-hub__title {
margin: 0 0 8px;
font-size: 1.75rem;
font-weight: 700;
color: #0e2954;
line-height: 1.25;
}
.ufarm-oferta-hub__text {
margin: 0;
color: #5a6a7a;
font-size: 1rem;
line-height: 1.5;
max-width: 40rem;
}
.ufarm-oferta-hub__grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
@media (min-width: 768px) {
.ufarm-oferta-hub__grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
}
.ufarm-oferta-card {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 12px;
overflow: hidden;
text-decoration: none !important;
color: inherit;
box-shadow: 0 2px 12px rgba(14, 41, 84, 0.08);
border: 1px solid rgba(14, 41, 84, 0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ufarm-oferta-card:hover,
.ufarm-oferta-card:focus-visible {
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(14, 41, 84, 0.14);
outline: none;
}
.ufarm-oferta-card__media {
position: relative;
aspect-ratio: 16 / 11;
background: linear-gradient(145deg, #e8f4f8 0%, #f0f4f8 100%);
overflow: hidden;
}
.ufarm-oferta-card__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ufarm-oferta-card__img--placeholder {
background: linear-gradient(135deg, #0e7490 0%, #0891b2 55%, #e0f2fe 100%);
opacity: 0.85;
}
.ufarm-oferta-card__body {
padding: 14px 18px 18px;
display: flex;
flex-direction: column;
gap: 8px;
border-top: 3px solid #0e7490;
}
.ufarm-oferta-card__cta {
font-size: 0.9rem;
font-weight: 600;
color: #0891b2;
}
.ufarm-oferta-card:hover .ufarm-oferta-card__cta {
text-decoration: underline;
}
.ufarm-oferta-back {
margin: 0 0 16px;
}
.ufarm-oferta-back a {
font-weight: 600;
color: #0891b2;
text-decoration: none;
}
.ufarm-oferta-back a:hover {
text-decoration: underline;
} body.ufarm-oferta-hub-page .ufarm-shop-sidebar-col,
body.ufarm-oferta-hub-page .ufarm-shop-sidebar-toggle {
display: none !important;
}
body.ufarm-oferta-hub-page .ufarm-shop-content-col {
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}