/** Shopify CDN: Minification failed

Line 2587:0 Unexpected "}"
Line 2605:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.product-cover-thumbnails .slider-fors .full-item,
.product-cover-thumbnails .slider-nav .thumb_img,
.product-cover-thumbnails .slider-nav .thumb_video {
aspect-ratio: 1/1;
position: relative;
overflow: hidden;
}
body {
font-size: 0.8rem !important;
}
.product-image__overlay-top-left .label--sale {
width: auto !important;
height: auto !important;
}
.label--sale {
border-radius: 14px 22px 18px 12px !important;
background-color: var(--color-label-sale) !important;
}
.product-cover-thumbnails .slider-fors .full-item {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.payment-icons,
.trust-icon-circle,
.trust-icons {
display: flex;
align-items: center;
}
.product-cover-thumbnails .slider-fors img.main-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.product-cover-thumbnails .slider-fors iframe {
width: 100%;
height: 100%;
}
.product-cover-thumbnails .slider-nav .pr_lazy_img {
position: absolute !important;
inset: 0;
padding-top: 0 !important;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.product-cover-thumbnails .thumb_video svg {
position: absolute;
inset: 0;
margin: auto;
z-index: 2;
}
.product-cover-thumbnails img {
max-width: 100%;
height: auto;
}
.trust-icons {
gap: 2rem;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
width: 100%;
}
.trust-icon {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
animation: 0.6s ease-out forwards fadeInUp;
opacity: 0;
}
.trust-icon:first-child {
animation-delay: 0.1s;
}
.trust-icon:nth-child(2) {
animation-delay: 0.2s;
}
.trust-icon:nth-child(2) .trust-icon-circle::before,
.trust-icon:nth-child(3) {
animation-delay: 0.3s;
}
.trust-icon-circle {
width: 64px;
height: 64px;
border-radius: 50%;
justify-content: center;
font-size: 28px;
animation: 2s ease-in-out infinite pulse;
will-change: transform;
position: relative;
}
.trust-icon:first-child .trust-icon-circle {
background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
animation-delay: 0s;
}
.trust-icon:nth-child(2) .trust-icon-circle {
background: linear-gradient(135deg, #f093fb 0, #f5576c 100%);
animation-delay: 0.3s;
}
.trust-icon:nth-child(3) .trust-icon-circle {
background: linear-gradient(135deg, #4facfe 0, #00f2fe 100%);
animation-delay: 0.6s;
}
.trust-icon-circle::before {
content: "";
position: absolute;
inset: -4px;
border-radius: 50%;
background: inherit;
opacity: 0.3;
animation: 2s ease-out infinite ripple;
will-change: transform, opacity;
}
.trust-icon:first-child .trust-icon-circle::before {
animation-delay: 0s;
}
.trust-icon:nth-child(3) .trust-icon-circle::before {
animation-delay: 0.6s;
}
.trust-label {
font-size: 12px;
font-weight: 600;
color: #333;
text-align: center;
}
.payment-header,
.trust-sublabel {
font-size: 10px;
text-align: center;
}
.trust-sublabel {
color: #666;
}
.payment-header {
color: rgba(0, 0, 0, 0.5);
margin-bottom: 12px;
font-weight: 500;
width: 100%;
}
.payment-icons {
gap: 8px;
flex-wrap: wrap;
justify-content: center;
}
.payment-icons a {
display: inline-block;
transition:
transform 0.2s,
filter 0.2s;
will-change: transform;
}
.payment-icons a:hover {
transform: translateY(-2px);
filter: brightness(1.1);
}
.payment-icons img {
height: 24px;
width: auto;
display: block;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes pulse {
0%,
100% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
}
@keyframes ripple {
0% {
transform: scale(1);
opacity: 0.3;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
@media (max-width: 768px) {
.trust-section {
padding: 1.5rem 0.75rem;
max-width: 100%;
}
.trust-icons {
gap: 1.5rem;
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
}
.trust-icon-circle {
width: 56px;
height: 56px;
font-size: 24px;
}
.trust-label {
font-size: 11px;
}
.trust-sublabel {
font-size: 9px;
}
.payment-icons {
gap: 6px;
}
.payment-icons img {
height: 20px;
}
}
@media (max-width: 480px) {
.trust-section {
padding: 1rem 0.5rem;
}
.trust-icons {
gap: 1rem;
}
.trust-icon-circle {
width: 48px;
height: 48px;
font-size: 20px;
}
.trust-label {
font-size: 10px;
}
.trust-sublabel {
font-size: 8px;
}
.payment-icons img {
height: 18px;
}
}
.wrap-main-slider .full-item {
height: 750px;
overflow: hidden;
padding: 0 !important;
}
.wrap-main-slider .full-item img {
aspect-ratio: 1/1;
width: auto !important;
height: 100% !important;
object-fit: cover;
display: block;
}
.details-info {
font-size: 1.2em !important;
}
[id*="__product-page-tab"] {
margin-bottom: 1vh !important;
}
#laber_footer1 {
position: relative;
overflow: hidden;
border-radius: 18px;
padding: clamp(40px, 6vw, 70px) clamp(20px, 5vw, 60px);
color: #fff;
background: linear-gradient(120deg, #8f3a27, #bf5b42, #e38d78, #bf5b42);
background-size: 300% 300%;
animation: 12s infinite caFooterGradient;
}
#laber_footer1::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 60%),
radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.25), transparent 65%);
pointer-events: none;
}
#laber_footer1 h1,
#laber_footer1 h2,
#laber_footer1 h3,
#laber_footer1 h4 {
color: #fff;
font-weight: 600;
letter-spacing: 0.03em;
}
#laber_footer1 a,
#laber_footer1 li,
#laber_footer1 p {
color: rgba(255, 255, 255, 0.85);
font-size: 0.85rem;
line-height: 1.6;
}
#laber_footer1 a {
text-decoration: none;
transition:
color 0.25s,
opacity 0.25s;
}
#laber_footer1 a:hover {
color: #fff;
opacity: 1;
}
#laber_footer1 ul {
list-style: none;
padding: 0;
margin: 0;
}
#laber_footer1 li {
margin-bottom: 10px;
}
#laber_footer1 input[type="email"] {
background: #fff;
border: none;
padding: 12px 16px;
border-radius: 999px 0 0 999px;
font-size: 0.85rem;
outline: 0;
}
#laber_footer1 button,
#laber_footer1 input[type="submit"] {
background: #fff;
color: #8f3a27;
border: none;
padding: 12px 22px;
font-weight: 600;
cursor: pointer;
border-radius: 0 999px 999px 0;
transition:
background 0.25s,
color 0.25s;
}
#laber_footer1 button:hover,
#laber_footer1 input[type="submit"]:hover {
background: #f7e2dd;
color: #6f2b1c;
}
#laber_footer1 .footer-social a,
#laber_footer1 .social-icons a {
width: 38px;
height: 38px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.4);
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
transition:
background 0.3s,
transform 0.3s;
}
#laber_footer1 .footer-social a:hover,
#laber_footer1 .social-icons a:hover {
background: rgba(255, 255, 255, 0.15);
transform: translateY(-3px);
}
#laber_footer1 .footer-brand,
#laber_footer1 .giant-text {
font-size: clamp(4rem, 16vw, 15rem);
font-weight: 800;
line-height: 0.9;
text-transform: uppercase;
letter-spacing: -0.04em;
margin-top: 30px;
opacity: 0.95;
}
@keyframes caFooterGradient {
0%,
100% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
}
.collection_featured.laber_1,
.collection_featured.laber_1 .post-item,
.collection_featured.laber_1 .slick-list,
.collection_featured.laber_1 .slick-slide,
.collection_featured.laber_1 .slick-track,
.collection_featured.laber_1 li {
overflow: visible !important;
}
.collection_featured.laber_1 .image-col {
--size: clamp(4.5rem, 12vw, 7rem);
position: relative;
width: var(--size);
height: var(--size);
margin: 0 auto clamp(0.5rem, 2vw, 0.75rem);
border-radius: 50%;
transition: transform 0.3s;
}
.collection_featured.laber_1 .image-col::before {
content: "";
position: absolute;
inset: -0.375rem;
border-radius: 50%;
background: var(--ring-gradient);
animation: 4s linear infinite ringSpin;
-webkit-mask: radial-gradient(circle, transparent 60%, #000 61%);
mask: radial-gradient(circle, transparent 60%, #000 61%);
z-index: 3;
pointer-events: none;
}
.collection_featured.laber_1 .image-col::after {
content: "";
position: absolute;
inset: -0.75rem;
border-radius: 50%;
background: radial-gradient(circle, rgba(104, 108, 68, 0.45) 0, transparent 70%);
animation: 2.5s ease-in-out infinite pulseGlow;
z-index: 1;
pointer-events: none;
}
.collection_featured.laber_1 .main-img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
border-radius: 50%;
background-size: cover !important;
background-position: center !important;
background-color: #fff;
box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}
.collection_featured.laber_1 .main-img::before {
display: none !important;
}
.collection_featured.laber_1 .slick-current .image-col::before {
animation-duration: 1.8s;
filter: brightness(1.25);
}
.collection_featured.laber_1 .slick-current .image-col {
transform: scale(1.1);
}
.collection-list-featured .post-item ul li .col-name,
.collection_featured.laber_1 .col-name,
.collection_featured.laber_1 .post-item ul li .col-name {
font-size: clamp(0.75rem, 2vw, 0.9375rem) !important;
line-height: 1.4 !important;
letter-spacing: 0.02em !important;
color: #444 !important;
display: block !important;
text-align: center;
word-break: break-word;
max-width: 100%;
padding: 0 0.25rem;
}
@media (min-width: 768px) {
.collection_featured.laber_1 .image-col {
--size: clamp(5.5rem, 9vw, 7rem);
}
.collection-list-featured .post-item ul li .col-name,
.collection_featured.laber_1 .col-name,
.collection_featured.laber_1 .post-item ul li .col-name {
font-size: clamp(0.8125rem, 1.6vw, 0.9375rem) !important;
letter-spacing: 0.03em !important;
}
}
@media (min-width: 1024px) {
.collection_featured.laber_1 .image-col {
--size: 7rem;
}
.collection-list-featured .post-item ul li .col-name,
.collection_featured.laber_1 .col-name,
.collection_featured.laber_1 .post-item ul li .col-name {
font-size: 0.875rem !important;
}
}
.collection-list-featured .post-item ul li .col-name a,
.collection_featured.laber_1 .col-name a,
.collection_featured.laber_1 .post-item ul li .col-name a {
font-size: inherit !important;
line-height: inherit !important;
color: inherit !important;
text-decoration: none;
}
.collection_featured.laber_1 li:nth-child(6n + 1) {
--ring-gradient: conic-gradient(#f7b733, #fc4a1a, #f7b733);
}
.collection_featured.laber_1 li:nth-child(6n + 2) {
--ring-gradient: conic-gradient(#43cea2, #185a9d, #43cea2);
}
.collection_featured.laber_1 li:nth-child(6n + 3) {
--ring-gradient: conic-gradient(#ff6a00, #ee0979, #ff6a00);
}
.collection_featured.laber_1 li:nth-child(6n + 4) {
--ring-gradient: conic-gradient(#8360c3, #2ebf91, #8360c3);
}
.collection_featured.laber_1 li:nth-child(6n + 5) {
--ring-gradient: conic-gradient(#c79081, #dfa579, #c79081);
}
.collection_featured.laber_1 li:nth-child(6n + 6) {
--ring-gradient: conic-gradient(#11998e, #38ef7d, #11998e);
}
@keyframes ringSpin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes pulseGlow {
0%,
100% {
transform: scale(0.9);
opacity: 0.4;
}
50% {
transform: scale(1.05);
opacity: 0.9;
}
}
@media (max-width: 767px) {
.collection_featured.laber_1 .post-item,
.collection_featured.laber_1 li {
padding: 0.5rem 0.25rem;
}
}
.laber_append_dots {
padding-top: 5vh;
}
.header .header-top,
.header.header-1-lines .header-top.sticky-header,
.header.header-2-lines .navigationMenu.sticky-header {
padding: 0.765rem;
height: auto;
}
.header.header-1-lines .header-top.sticky-header,
.header.header-2-lines .navigationMenu.sticky-header,
.submenu.mega-menu.mega-menu1 {
background-color: rgba(255, 255, 255, 0.78);
backdrop-filter: blur(14px) saturate(160%);
-webkit-backdrop-filter: blur(14px) saturate(160%);
box-shadow:
0 6px 20px rgba(0, 0, 0, 0.08),
inset 0 -1px 0 rgba(255, 255, 255, 0.45);
transition:
background-color 0.3s,
backdrop-filter 0.3s;
}
@media (max-width: 768px) {
#laber_footer1 {
padding: 40px 24px;
border-radius: 14px;
}
#laber_footer1 .footer-brand {
font-size: 4rem;
}
.header.header-1-lines .header-top.sticky-header,
.header.header-2-lines .navigationMenu.sticky-header,
.submenu.mega-menu.mega-menu1 {
background-color: rgba(255, 255, 255, 0.9) !important;
backdrop-filter: blur(10px) saturate(140%);
-webkit-backdrop-filter: blur(10px) saturate(140%);
box-shadow:
0 4px 12px rgba(0, 0, 0, 0.08),
inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}
}
.cta-section {
border-radius: .975rem;
}
.details-info .product_custom_html .content {
background: transparent;
}
.cms-product-meta {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto auto;
gap: 0.75rem;
padding: 2rem;
background: #ffffff;
border-radius: 12px;
}
.product-quantity {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0;
grid-column: 1;
grid-row: 1;
}
.product-quantity__label {
font-size: 0.95rem;
font-weight: 600;
color: #2d3748;
letter-spacing: 0.3px;
text-transform: uppercase;
margin: 0;
}
.group-quantity-button {
display: flex;
align-items: center;
background: #ffffff;
border: 2px solid #e2e8f0;
border-radius: 8px;
padding: 0.25rem;
transition: all 0.3s ease;
}
.quantity-selector__button {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%);
border: none;
border-radius: 6px;
color: #ffffff;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
box-shadow: 4px 4px 12px 0px #45090040;
}
.quantity-selector__button:hover {
opacity: 80%;
box-shadow: none;
}
.quantity-selector__button:active {
transform: scale(0.95);
}
.quantity-selector__icon {
display:none;
}
.quantity-selector__input {
width: 70px;
height: 40px;
text-align: center;
border: none;
background: transparent;
font-size: 1.1rem;
font-weight: 700;
color: #2d3748;
outline: none;
}
.product-actions {
display: contents;
}
.product-actions__primary {
display: contents;
}
.btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 12px 40px;
border-radius: 7px;
font-size: 18px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
line-height: 20px;
flex: 1;
min-height: 52px;
}
.btn__content {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 0.75rem;
}
.btn__text {
text-shadow: 1px 1px 1px #00000040;
}
.btn__icon {
font-size: 1.25rem;
filter: drop-shadow(1px 1px 1px #00000040);
}
.add-to-cart {
background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%) padding-box,
linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box;
border: 2px solid transparent;
color: white;
box-shadow: 8px 8px 20px 0px #45090059;
}
.add-to-cart:hover {
box-shadow: none;
opacity: 80%;
}
.add-to-cart:active {
transform: scale(0.98);
}
.btn--sold-out {
background: linear-gradient(140.14deg, #6b7280 15.05%, #4b5563 114.99%) padding-box,
linear-gradient(142.51deg, #9ca3af 8.65%, #374151 88.82%) border-box;
border: 2px solid transparent;
color: white;
box-shadow: 8px 8px 20px 0px #37415159;
cursor: not-allowed;
grid-column: 2;
grid-row: 1;
}
.btn--sold-out:hover {
box-shadow: none;
opacity: 80%;
}
.btn--secondary {
background: linear-gradient(140.14deg, #3b82f6 15.05%, #2563eb 114.99%) padding-box,
linear-gradient(142.51deg, #60a5fa 8.65%, #1d4ed8 88.82%) border-box;
border: 2px solid transparent;
color: white;
box-shadow: 8px 8px 20px 0px #1d4ed859;
}
.btn--secondary:hover {
box-shadow: none;
opacity: 80%;
}
.laber-loading {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: none;
filter: drop-shadow(1px 1px 1px #00000040);
}
.btn.is-loading .laber-loading {
display: block;
}
.btn.is-loading .btn__content {
opacity: 0;
}
.product-actions__buyitnow {
margin-top: 0;
padding-top: 0;
border-top: none;
width: 100%;
grid-column: 1 / -1;
grid-row: 2;
}
.product-actions__buyitnow--disabled {
opacity: 0.6;
pointer-events: none;
}
.terms-checkbox {
margin-bottom: 1rem;
}
.terms-checkbox__label {
display: flex;
align-items: flex-start;
gap: 0.75rem;
cursor: pointer;
font-size: 0.9rem;
color: #4a5568;
line-height: 1.6;
}
.terms-checkbox__box {
position: relative;
flex-shrink: 0;
width: 24px;
height: 24px;
background: #ffffff;
border: 2px solid #cbd5e0;
border-radius: 6px;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.terms-checkbox__input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.terms-checkbox__input:checked ~ .terms-checkbox__label .terms-checkbox__box {
background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%);
border-color: #d6361f;
box-shadow: 4px 4px 12px 0px #45090040;
}
.terms-checkbox__icon {
opacity: 0;
transform: scale(0);
transition: all 0.3s ease;
filter: drop-shadow(1px 1px 1px #00000040);
}
.terms-checkbox__input:checked ~ .terms-checkbox__label .terms-checkbox__icon {
opacity: 1;
transform: scale(1);
}
.terms-link {
color: #ec540e;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}
.terms-link:hover {
color: #d6361f;
opacity: 80%;
}
.product-actions__dynamic-checkout {
margin-top: 0;
width: 100%;
}
.shopify-payment-button__button {
background: linear-gradient(140.14deg, #f59e0b 15.05%, #d97706 114.99%) padding-box,
linear-gradient(142.51deg, #fbbf24 8.65%, #b45309 88.82%) border-box !important;
border-radius: 7px !important;
border: 2px solid transparent !important;
text-shadow: 1px 1px 1px #00000040 !important;
box-shadow: 8px 8px 20px 0px #78350f59 !important;
padding: 12px 40px !important;
line-height: 20px !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
color: white !important;
font-size: 18px !important;
font-weight: 600 !important;
width: 100% !important;
min-height: 52px !important;
}
.shopify-payment-button__button:hover {
box-shadow: none !important;
opacity: 80% !important;
}
.shopify-payment-button {
width: 100% !important;
}
.shopify-payment-button__button--unbranded {
width: 100% !important;
}
.d-none {
display: none !important;
}
.clearfix::after {
content: '';
display: table;
clear: both;
}
@media (max-width: 768px) {
.cms-product-meta {
padding: 1.5rem;
grid-template-columns: 1fr;
grid-template-rows: auto auto auto;
gap: 0.75rem;
}
.product-quantity {
grid-column: 1;
grid-row: 1;
width: 100%;
}
.btn--add-to-cart,
.btn--sold-out {
grid-column: 1;
grid-row: 2;
width: 100%;
}
.product-actions__buyitnow {
grid-column: 1;
grid-row: 3;
}
.btn {
padding: 10px 30px;
font-size: 16px;
width: 100%;
}
.quantity-selector__button {
width: 36px;
height: 36px;
}
}
.prod_delivery-times {
display: flex;
align-items: center;
gap: 1rem;
background: #ffffff;
padding: 0.875rem 1.25rem;
border-radius: 0.75rem;
box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
max-width: 20rem;
animation: fadeIn 0.5s ease;
}
.prod_delivery-times:hover {
transform: translateY(-0.125rem);
box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12);
}
.prod_delivery-times .block__icon {
display: flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 0.5rem;
flex-shrink: 0;
box-shadow: 0 0.25rem 0.75rem rgba(102, 126, 234, 0.25);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.prod_delivery-times:hover .block__icon {
transform: scale(1.05) rotate(3deg);
}
.prod_delivery-times .block__icon svg {
width: 1.25rem;
height: 1.25rem;
}
.prod_delivery-times .block__icon svg .st0 {
stroke: #ffffff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}
.prod_delivery-times .block__icon svg .st1,
.prod_delivery-times .block__icon svg .st2 {
stroke: #ffffff;
fill: none;
}
.prod_delivery-times .block__icon svg .st3 {
fill: none;
}
.prod_delivery-times .content {
flex: 1;
min-width: 0;
}
.prod_delivery-times .content p {
display: flex;
flex-direction: column;
gap: 0.125rem;
margin: 0;
}
.prod_delivery-times .content label {
font-size: 0.625rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.03em;
color: #888888;
line-height: 1.2;
}
.prod_delivery-times .content span {
font-size: 0.9375rem;
font-weight: 700;
color: #2d3748;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.3;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(0.5rem);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 48rem) {
.prod_delivery-times {
padding: 0.75rem 1rem;
gap: 0.875rem;
max-width: 100%;
border-radius: 0.625rem;
}
.prod_delivery-times .block__icon {
width: 2.25rem;
height: 2.25rem;
}
.prod_delivery-times .block__icon svg {
width: 1.125rem;
height: 1.125rem;
}
.prod_delivery-times .content label {
font-size: 0.5625rem;
}
.prod_delivery-times .content span {
font-size: 0.875rem;
}
}
@media (max-width: 30rem) {
.prod_delivery-times {
padding: 0.625rem 0.875rem;
gap: 0.75rem;
}
.prod_delivery-times .block__icon {
width: 2rem;
height: 2rem;
border-radius: 0.375rem;
}
.prod_delivery-times .block__icon svg {
width: 1rem;
height: 1rem;
}
.prod_delivery-times .content label {
font-size: 0.5625rem;
letter-spacing: 0.02em;
}
.prod_delivery-times .content span {
font-size: 0.8125rem;
}
.prod_delivery-times:hover {
transform: translateY(-0.0625rem);
}
}
.product-item .group-button a svg, .product-item .group-button .add-to-cart svg {
fill: #fff;
width: 24px;
}
.product-collection[data-js-product] {
position: relative;
display: grid;
grid-template-rows: auto 1fr auto;
background: #ffffff;
border-radius: 1rem;
overflow: hidden !important;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.08);
height: auto !important;
margin: 0.5rem;
width: 100%;
max-width: 100%;
}
.product-collection[data-js-product]:hover {
box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.12);
transform: translateY(-0.25rem);
}
.product-collection[data-js-product] .frm_product_collection {
display: grid;
grid-template-rows: auto 1fr auto;
height: 100%;
width: 100%;
max-width: 100%;
}
.product-collection[data-js-product] .product-collection__image {
position: relative;
width: 100%;
aspect-ratio: 1;
overflow: hidden;
background: #f8f9fa;
border-radius: 1rem 1rem 0 0;
grid-row: 1;
max-width: 100%;
}
.product-collection[data-js-product] .product-collection__image .image_product,
.product-collection[data-js-product] .product-collection__image img,
.product-collection[data-js-product] .product-collection__image .pr_lazy_img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.product-collection[data-js-product] .product-collection__image::after {
content: 'Add to Cart';
position: absolute;
bottom: 1rem;
left: 50%;
transform: translateX(-50%) translateY(3rem);
background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%) padding-box, linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box;
border: 2px solid transparent;
color: #ffffff;
padding: 0.75rem 2rem;
border-radius: 0.5rem;
font-size: 0.8125rem;
font-weight: 600;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
pointer-events: all;
z-index: 5;
white-space: nowrap;
box-shadow: 8px 8px 20px 0px rgba(69, 9, 0, 0.35);
}
.product-collection[data-js-product]:hover .product-collection__image::after {
transform: translateX(-50%) translateY(0);
opacity: 0.8;
pointer-events: all;
box-shadow: 8px 8px 20px 0px rgba(69, 9, 0, 0.35);
}
.product-collection[data-js-product] .product-collection__image::after:hover {
box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
transform: translateX(-50%) translateY(-0.125rem);
}
.product-collection[data-js-product] .product-collection__image .pr_lazy_img {
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-collection[data-js-product]:hover .pr_lazy_img {
transform: scale(1.08);
}
.product-collection[data-js-product] .product-image__overlay-top-left {
position: absolute;
top: 0.75rem;
left: 0.75rem;
z-index: 10;
display: flex;
flex-direction: column;
gap: 0.5rem;
max-width: calc(100% - 4.5rem);
}
.product-collection[data-js-product] .product-image__overlay-top-left .label {
padding: 0.375rem 0.875rem;
border-radius: 1.25rem;
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.02em;
backdrop-filter: blur(0.75rem);
text-transform: uppercase;
}
.product-collection[data-js-product] .product-image__overlay-top-left .label--sale,
.product-collection[data-js-product] .product-image__overlay-top-left .label.label--sale {
background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
color: #ffffff;
box-shadow: 0 0.25rem 0.75rem rgba(255, 107, 107, 0.3);
}
.product-collection[data-js-product] .product-image__overlay-top-left .label--new,
.product-collection[data-js-product] .product-image__overlay-top-left .label.label--new {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
color: #ffffff;
box-shadow: 0 0.25rem 0.75rem rgba(79, 172, 254, 0.3);
}
.product-collection[data-js-product] .product-image__overlay-top-right {
position: absolute;
top: 0.75rem;
right: 0.75rem;
z-index: 10;
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist {
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
background: rgba(255, 255, 255, 0.95) !important;
backdrop-filter: blur(0.75rem);
border: none !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
padding: 0 !important;
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button .text,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button .added,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist .text,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist .added,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist .text,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist .added {
display: none !important;
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button i,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist i,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist i {
font-size: 1.125rem !important;
color: #1a1a1a;
transition: all 0.3s ease;
stroke: #1a1a1a;
stroke-width: 1.5;
fill: transparent;
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button:hover,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist:hover,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist:hover {
background: #ff6b6b !important;
transform: scale(1.1);
box-shadow: 0 0.25rem 0.75rem rgba(255, 107, 107, 0.4);
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button:hover i,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist:hover i,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist:hover i {
color: #ffffff;
stroke: #ffffff;
fill: #ffffff;
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button.added,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist.added,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist.added {
background: #ff6b6b !important;
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button.added i,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist.added i,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist.added i {
color: #ffffff;
stroke: #ffffff;
fill: #ffffff;
}
.product-collection[data-js-product] .product-image__overlay-top-right .icon-heart {
width: 1.125rem;
height: 1.125rem;
}
.product-collection[data-js-product] .product-image__overlay-top-right svg {
width: 1.125rem !important;
height: 1.125rem !important;
transition: all 0.3s ease;
}
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist:hover svg,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button:hover svg,
.product-collection[data-js-product] .product-image__overlay-top-right .js-wishlist:hover svg {
fill: #ffffff;
stroke: #ffffff;
}
.product-collection[data-js-product] .product-collection__content {
padding: 1rem 1rem 0.75rem !important;
display: grid;
grid-template-columns: 1fr;
gap: 0.625rem !important;
grid-row: 2;
align-content: start;
}
.product-collection[data-js-product] .product-collection__title {
margin: 0 !important;
order: 1;
}
.product-collection[data-js-product] .product-collection__title h2 {
margin: 0 !important;
font-size: 0.875rem !important;
line-height: 1.3 !important;
font-weight: 600;
color: #1a1a1a;
}
.product-collection[data-js-product] .product-collection__title a {
color: inherit;
text-decoration: none;
transition: color 0.3s ease;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product-collection[data-js-product] .product-collection__title a:hover {
color: #4facfe;
}
.product-collection[data-js-product] .product-collection__reviews {
min-height: 0 !important;
margin: 0 !important;
order: 2;
}
.product-collection[data-js-product] .frm-price-color {
margin: 0 !important;
order: 3;
min-width: 0;
}
.product-collection[data-js-product] .product-collection__price {
display: flex !important;
flex-wrap: nowrap !important;
align-items: baseline;
gap: 0.5rem !important;
min-width: 0;
overflow: visible;
}
.product-collection[data-js-product] .product-collection__price .price--sale {
display: flex;
flex-wrap: wrap !important;
align-items: baseline;
gap: 0.5rem;
min-width: 0;
flex-shrink: 1;
width: 100%;
}
.product-collection[data-js-product] .product-collection__price .price--sale .compare {
font-size: clamp(0.625rem, 3vw, 0.75rem) !important;
color: #999;
text-decoration: line-through;
font-weight: 500;
white-space: nowrap;
flex-shrink: 1;
min-width: 0;
}
.product-collection[data-js-product] .product-collection__price .price--sale .current {
font-size: clamp(0.75rem, 4vw, 0.9375rem) !important;
font-weight: 700;
color: #1a1a1a;
letter-spacing: -0.02em;
white-space: nowrap;
flex-shrink: 1;
min-width: 0;
}
.product-collection[data-js-product] .product-collection__price .price--sale .compare::after {
content: '-10%';
display: inline-block;
margin-left: 0.375rem;
padding: 0.125rem 0.375rem;
background: #e8f5e9;
color: #2e7d32;
border-radius: 0.25rem;
font-size: clamp(0.5625rem, 2.5vw, 0.6875rem) !important;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
flex-shrink: 0;
vertical-align: middle;
}
.product-collection[data-js-product] .product-collection__options {
margin: 0 !important;
order: 4;
}
.product-collection[data-js-product] .product-options__section {
gap: 0.5rem;
}
.product-collection[data-js-product] .product-options__value--text {
padding: 0.5rem 1rem !important;
border-radius: 0.5rem;
font-size: 0.75rem !important;
font-weight: 500;
background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
border: 0.09375rem solid #d0d0d0;
color: #555;
cursor: pointer;
transition: all 0.3s ease;
}
.product-collection[data-js-product] .product-options__value--text.active,
.product-collection[data-js-product] .product-options__value--text:hover {
background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%) padding-box, linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box;
border: 2px solid transparent;
color: #ffffff;
font-weight: 600;
}
.product-collection[data-js-product] .product-image__overlay-bottom {
display: none !important;
}
.product-collection[data-js-product] .product-collection__content::after {
display: none !important;
}
.product-collection[data-js-product] .group-button {
display: none !important;
}
.product-collection[data-js-product] .group-button .add-to-cart,
.product-collection[data-js-product] .group-button .js_add_to_cart_button,
.product-collection[data-js-product] .group-button button[type="submit"],
.product-collection[data-js-product] .group-button button.js_add_to_cart_button {
min-height: 2.875rem !important;
height: 2.875rem !important;
padding: 0 1.25rem !important;
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
color: #ffffff !important;
border: none !important;
border-radius: 0.625rem !important;
font-size: 0.8125rem !important;
font-weight: 600 !important;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 0.5rem !important;
position: relative;
overflow: hidden;
grid-column: 1;
}
.product-collection[data-js-product] .group-button .add-to-cart::before,
.product-collection[data-js-product] .group-button .js_add_to_cart_button::before,
.product-collection[data-js-product] .group-button button[type="submit"]::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}
.product-collection[data-js-product] .group-button .add-to-cart:hover::before,
.product-collection[data-js-product] .group-button .js_add_to_cart_button:hover::before,
.product-collection[data-js-product] .group-button button[type="submit"]:hover::before {
width: 18.75rem;
height: 18.75rem;
}
.product-collection[data-js-product] .group-button .add-to-cart:hover,
.product-collection[data-js-product] .group-button .js_add_to_cart_button:hover,
.product-collection[data-js-product] .group-button button[type="submit"]:hover {
transform: translateY(-0.125rem) !important;
box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2) !important;
}
.product-collection[data-js-product] .group-button .add-to-cart:active,
.product-collection[data-js-product] .group-button .js_add_to_cart_button:active,
.product-collection[data-js-product] .group-button button[type="submit"]:active {
transform: translateY(0) !important;
}
.product-collection[data-js-product] .group-button .add-to-cart .laber-icon,
.product-collection[data-js-product] .group-button .js_add_to_cart_button .laber-icon,
.product-collection[data-js-product] .group-button button[type="submit"] .laber-icon {
width: 1.125rem !important;
height: 1.125rem !important;
fill: currentColor;
position: relative;
z-index: 1;
}
.product-collection[data-js-product] .group-button .add-to-cart .text,
.product-collection[data-js-product] .group-button .js_add_to_cart_button .text,
.product-collection[data-js-product] .group-button button[type="submit"] .text {
position: relative;
z-index: 1;
}
.product-collection[data-js-product] .group-button .add-to-cart .laber-loading,
.product-collection[data-js-product] .group-button .js_add_to_cart_button .laber-loading,
.product-collection[data-js-product] .group-button button[type="submit"] .laber-loading {
display: none;
position: relative;
z-index: 1;
}
.product-collection[data-js-product] .group-button .button-quick-view,
.product-collection[data-js-product] .group-button .js_quick_view,
.product-collection[data-js-product] .group-button a.js_quick_view {
min-width: 2.875rem !important;
min-height: 2.875rem !important;
height: 2.875rem !important;
width: 2.875rem !important;
padding: 0 !important;
background: #ffffff !important;
border: 0.125rem solid #e9ecef !important;
border-radius: 0.625rem !important;
color: #1a1a1a !important;
cursor: pointer;
transition: all 0.3s ease !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-decoration: none !important;
flex-shrink: 0;
grid-column: 2;
}
.product-collection[data-js-product] .group-button .button-quick-view:hover,
.product-collection[data-js-product] .group-button .js_quick_view:hover,
.product-collection[data-js-product] .group-button a.js_quick_view:hover {
background: #f8f9fa !important;
border-color: #1a1a1a !important;
transform: translateY(-0.125rem) !important;
}
.product-collection[data-js-product] .group-button .button-quick-view .laber-icon,
.product-collection[data-js-product] .group-button .js_quick_view .laber-icon,
.product-collection[data-js-product] .group-button a.js_quick_view .laber-icon {
font-size: 1.125rem !important;
}
.product-collection[data-js-product] .group-button .button-quick-view .text,
.product-collection[data-js-product] .group-button .js_quick_view .text,
.product-collection[data-js-product] .group-button a.js_quick_view .text {
display: none !important;
}
.product-collection[data-js-product] .group-button .button-quick-view .laber-loading,
.product-collection[data-js-product] .group-button .js_quick_view .laber-loading,
.product-collection[data-js-product] .group-button a.js_quick_view .laber-loading {
display: none !important;
}
.product-collection[data-js-product] .product-collection__variants {
display: none !important;
}
.product-collection[data-js-product] input[name="product-id"] {
display: none !important;
}
@media (max-width: 374px) {
.product-collection[data-js-product] {
margin: 0.375rem;
}
.product-collection[data-js-product] .product-collection__content {
padding: 0.875rem 0.75rem 0.625rem !important;
}
.product-collection[data-js-product] .product-collection__title h2 {
font-size: 0.8125rem !important;
}
.product-collection[data-js-product] .product-collection__price .price--sale .current {
font-size: 1rem !important;
}
.product-collection[data-js-product] .group-button {
padding: 0 0.75rem 0.75rem !important;
}
.product-collection[data-js-product] .group-button .add-to-cart,
.product-collection[data-js-product] .group-button .js_add_to_cart_button,
.product-collection[data-js-product] .group-button button[type="submit"],
.product-collection[data-js-product] .group-button .button-quick-view,
.product-collection[data-js-product] .group-button .js_quick_view,
.product-collection[data-js-product] .group-button a.js_quick_view {
min-height: 2.75rem !important;
height: 2.75rem !important;
}
.product-collection[data-js-product] .group-button .button-quick-view,
.product-collection[data-js-product] .group-button .js_quick_view,
.product-collection[data-js-product] .group-button a.js_quick_view {
width: 2.75rem !important;
}
}
@media (min-width: 375px) and (max-width: 767px) {
.product-collection[data-js-product] {
border-radius: 0.875rem;
}
.product-collection[data-js-product] .product-collection__title h2 {
font-size: 0.875rem !important;
}
}
@media (min-width: 768px) {
.product-collection[data-js-product] {
border-radius: 1.125rem;
margin: 0.625rem;
}
.product-collection[data-js-product] .product-collection__content {
padding: 1.125rem 1.125rem 0.875rem !important;
gap: 0.625rem !important;
}
.product-collection[data-js-product] .product-collection__title h2 {
font-size: 0.9375rem !important;
}
.product-collection[data-js-product] .product-collection__price .price--sale .current {
font-size: clamp(0.875rem, 4vw, 1.0625rem) !important;
}
.product-collection[data-js-product] .group-button {
padding: 0 1.125rem 1.125rem !important;
}
.product-collection[data-js-product] .group-button .add-to-cart,
.product-collection[data-js-product] .group-button .js_add_to_cart_button,
.product-collection[data-js-product] .group-button button[type="submit"] {
min-height: 3rem !important;
height: 3rem !important;
}
.product-collection[data-js-product] .group-button .button-quick-view,
.product-collection[data-js-product] .group-button .js_quick_view,
.product-collection[data-js-product] .group-button a.js_quick_view {
min-height: 3rem !important;
height: 3rem !important;
width: 3rem !important;
}
.product-collection[data-js-product] .group-button .inner {
gap: 0.75rem;
}
}
@media (min-width: 1025px) {
.product-collection[data-js-product] {
border-radius: 1.25rem;
margin: 0.75rem;
}
.product-collection[data-js-product] .product-collection__content {
padding: 1.25rem 1.25rem 1rem !important;
gap: 0.75rem !important;
}
.product-collection[data-js-product] .product-collection__title h2 {
font-size: 1rem !important;
}
.product-collection[data-js-product] .product-collection__price .price--sale .current {
font-size: clamp(0.9375rem, 4vw, 1.125rem) !important;
}
.product-collection[data-js-product] .group-button {
padding: 0 1.25rem 1.25rem !important;
}
.product-collection[data-js-product] .group-button .add-to-cart,
.product-collection[data-js-product] .group-button .js_add_to_cart_button,
.product-collection[data-js-product] .group-button button[type="submit"] {
font-size: 0.875rem !important;
min-height: 3.125rem !important;
height: 3.125rem !important;
}
.product-collection[data-js-product] .group-button .button-quick-view,
.product-collection[data-js-product] .group-button .js_quick_view,
.product-collection[data-js-product] .group-button a.js_quick_view {
min-height: 3.125rem !important;
height: 3.125rem !important;
width: 3.125rem !important;
}
}
.product-collection[data-js-product] * {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.product-collection[data-js-product] img {
pointer-events: none;
}
.product-collection[data-js-product] {
width: 100%;
max-width: 26.25rem;
box-sizing: border-box;
}
.product-collection[data-js-product] * {
box-sizing: border-box;
}
@media (hover: none) and (pointer: coarse) {
.product-collection[data-js-product] .group-button .add-to-cart,
.product-collection[data-js-product] .group-button .js_add_to_cart_button,
.product-collection[data-js-product] .group-button button[type="submit"],
.product-collection[data-js-product] .group-button .button-quick-view,
.product-collection[data-js-product] .group-button .js_quick_view,
.product-collection[data-js-product] .group-button a.js_quick_view,
.product-collection[data-js-product] .product-image__overlay-top-right .wishlist-button {
min-height: 3rem !important;
}
.product-collection[data-js-product] .product-options__value--text {
padding: 0.625rem 1.125rem !important;
min-height: 2.75rem !important;
}
}
.product_infor {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 1.5vw;
padding: 1.5vw;
border-bottom: none !important;
}
.pr-availability,
.product-collection__sku,
.product-collection__barcode,
.product-collection__type,
.product-collection__vendor {
display: inline-flex;
align-items: center;
}
.pr-availability p,
.product-collection__sku p,
.product-collection__barcode p,
.product-collection__type p,
.product-collection__vendor p {
display: inline-flex;
align-items: center;
gap: .5rem;
margin: 0;
font-size: .95rem;
white-space: nowrap;
}
.label {
font-weight: 600;
color: #333;
}
.available { color: #0a7d2e; }
.unavailable { color: #c62828; }
@media (max-width: 768px) {
.product_infor {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
padding: 12px 10px;
background: #fafafa;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.pr-availability,
.product-collection__sku,
.product-collection__barcode,
.product-collection__type,
.product-collection__vendor {
width: 100%;
}
.pr-availability p,
.product-collection__sku p,
.product-collection__barcode p,
.product-collection__type p,
.product-collection__vendor p {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 12px;
background: white;
border-radius: 10px;
font-size: 14px;
box-shadow: 0 1px 4px rgba(0,0,0,.04);
white-space: normal;
}
.label {
font-size: 12px;
color: #666;
text-transform: uppercase;
letter-spacing: .04em;
}
.available,
.unavailable {
font-weight: 600;
font-size: 13px;
}
}
@media (max-width: 420px) {
.product_infor {
grid-template-columns: 1fr;
}
}
.shopify-section.tab_product_page {
background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
border-radius: 24px;
padding: 2rem 1rem;
position: relative;
overflow: hidden;
}
.shopify-section.tab_product_page::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #d4a574, #e8c4a0, #d4a574);
background-size: 200% 100%;
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav {
display: flex;
gap: 0.5rem;
padding: 0.5rem;
list-style: none;
margin-bottom: 2.5rem;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
scroll-behavior: smooth;
position: relative;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav::-webkit-scrollbar {
display: none;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav::after {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 40px;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9));
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li {
flex: 1 1 auto;
text-align: center;
min-width: fit-content;
white-space: nowrap;
position: relative;
z-index: 2;
scroll-snap-align: center;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a {
display: block;
padding: 1rem 2rem;
color: #666;
text-decoration: none;
font-weight: 600;
font-size: 1rem;
letter-spacing: 0.3px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 12px;
position: relative;
overflow: hidden;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(212, 165, 116, 0.1), rgba(232, 196, 160, 0.1));
opacity: 0;
transition: opacity 0.4s ease;
border-radius: 12px;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a:hover::before {
opacity: 1;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a:hover {
color: #333;
transform: translateY(-2px);
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li.active a {
color: #fff;
background: linear-gradient(135deg, #d4a574 0%, #e8c4a0 100%);
box-shadow: 0 8px 24px rgba(212, 165, 116, 0.4), 0 4px 12px rgba(212, 165, 116, 0.2);
transform: translateY(-1px);
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li.active a::after {
content: '';
position: absolute;
bottom: -4px;
left: 50%;
transform: translateX(-50%);
width: 40%;
height: 3px;
background: rgba(255, 255, 255, 0.5);
border-radius: 10px;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 0.5; width: 40%; }
50% { opacity: 1; width: 60%; }
}
.shopify-section.tab_product_page .tab-content {
padding: 2.5rem 1.5rem;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
position: relative;
overflow: hidden;
}
.shopify-section.tab_product_page .tab-content::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(212, 165, 116, 0.05) 0%, transparent 70%);
pointer-events: none;
}
.shopify-section.tab_product_page .tab-panel {
display: none;
animation: smoothFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.shopify-section.tab_product_page .tab-panel.active {
display: block;
}
@keyframes smoothFadeIn {
from {
opacity: 0;
transform: translateY(20px) scale(0.98);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.shopify-section.tab_product_page .tab-panel .description:empty::before,
.shopify-section.tab_product_page .tab-panel .description:not(:has(*))::before {
content: 'We are working on it';
display: flex;
align-items: center;
justify-content: center;
min-height: 200px;
font-size: 1.25rem;
font-weight: 600;
color: #999;
background: linear-gradient(135deg, rgba(212, 165, 116, 0.05), rgba(232, 196, 160, 0.05));
border-radius: 16px;
border: 2px dashed rgba(212, 165, 116, 0.3);
position: relative;
text-align: center;
padding: 3rem 2rem;
}
.shopify-section.tab_product_page .tab-panel .description:empty::after,
.shopify-section.tab_product_page .tab-panel .description:not(:has(*))::after {
content: '⏳';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -80px);
font-size: 3rem;
opacity: 0.4;
animation: pendulum 2s ease-in-out infinite;
}
@keyframes pendulum {
0%, 100% { transform: translate(-50%, -80px) rotate(-10deg); }
50% { transform: translate(-50%, -80px) rotate(10deg); }
}
.shopify-section.tab_product_page .description {
line-height: 1.8;
color: #444;
font-size: 1.05rem;
position: relative;
z-index: 1;
min-height: 50px;
}
.shopify-section.tab_product_page .description p {
margin-bottom: 1.5rem;
color: #333;
font-weight: 400;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
.shopify-section.tab_product_page .description ul {
list-style: none;
padding-left: 0;
margin: 2rem 0;
display: grid;
gap: 1rem;
}
.shopify-section.tab_product_page .description ul li {
padding: 1.25rem 1.5rem 1.25rem 3.5rem;
position: relative;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 250, 0.6));
backdrop-filter: blur(10px);
border-radius: 16px;
border: 1px solid rgba(212, 165, 116, 0.2);
color: #444;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.shopify-section.tab_product_page .description ul li:hover {
transform: translateX(8px);
box-shadow: 0 8px 24px rgba(212, 165, 116, 0.15);
border-color: rgba(212, 165, 116, 0.4);
}
.shopify-section.tab_product_page .description ul li::before {
content: "✓";
position: absolute;
left: 1.25rem;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 32px;
background: linear-gradient(135deg, #d4a574, #e8c4a0);
color: white;
font-weight: bold;
font-size: 0.9rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(212, 165, 116, 0.3);
animation: popIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes popIn {
0% { transform: translateY(-50%) scale(0); }
50% { transform: translateY(-50%) scale(1.1); }
100% { transform: translateY(-50%) scale(1); }
}
.shopify-section.tab_product_page .description ul li:nth-child(1)::before { animation-delay: 0.1s; }
.shopify-section.tab_product_page .description ul li:nth-child(2)::before { animation-delay: 0.2s; }
.shopify-section.tab_product_page .description ul li:nth-child(3)::before { animation-delay: 0.3s; }
.shopify-section.tab_product_page .description ul li:nth-child(4)::before { animation-delay: 0.4s; }
.shopify-section.tab_product_page .description * {
max-width: 100%;
}
@media only screen and (max-width: 1024px) {
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a {
padding: 0.95rem 1.75rem;
font-size: 0.98rem;
}
}
@media only screen and (max-width: 768px) {
.shopify-section.tab_product_page {
padding: 1.5rem 0.5rem;
border-radius: 20px;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav::after {
opacity: 1;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav {
gap: 0.4rem;
padding: 0.5rem;
margin-bottom: 2rem;
margin-left: 0.25rem;
margin-right: 0.25rem;
scroll-snap-type: x mandatory;
scroll-padding: 50%;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li {
flex: 0 0 auto;
scroll-snap-align: center;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a {
padding: 1rem 1.5rem;
font-size: 0.95rem;
min-width: 120px;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li.active a {
padding: 1rem 1.75rem;
}
.shopify-section.tab_product_page .tab-content {
padding: 2rem 1rem;
border-radius: 16px;
}
.shopify-section.tab_product_page .tab-panel .description:empty::before,
.shopify-section.tab_product_page .tab-panel .description:not(:has(*))::before {
font-size: 1.1rem;
min-height: 180px;
padding: 2.5rem 1.5rem;
}
.shopify-section.tab_product_page .tab-panel .description:empty::after,
.shopify-section.tab_product_page .tab-panel .description:not(:has(*))::after {
font-size: 2.5rem;
transform: translate(-50%, -70px);
}
.shopify-section.tab_product_page .description {
font-size: 1rem;
}
.shopify-section.tab_product_page .description ul li {
padding: 1rem 1rem 1rem 3rem;
}
.shopify-section.tab_product_page .description ul li::before {
width: 28px;
height: 28px;
left: 1rem;
font-size: 0.8rem;
}
.shopify-section.tab_product_page .description ul li:hover {
transform: translateX(4px);
}
}
@media only screen and (max-width: 480px) {
.shopify-section.tab_product_page {
padding: 1.25rem 0.25rem;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav {
padding: 0.4rem;
gap: 0.35rem;
margin-left: 0.15rem;
margin-right: 0.15rem;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a {
padding: 0.875rem 1.25rem;
font-size: 0.875rem;
min-width: 110px;
letter-spacing: 0.2px;
}
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li.active a {
padding: 0.875rem 1.5rem;
}
.shopify-section.tab_product_page .tab-panel .description:empty::before,
.shopify-section.tab_product_page .tab-panel .description:not(:has(*))::before {
font-size: 1rem;
min-height: 150px;
padding: 2rem 1rem;
}
.shopify-section.tab_product_page .tab-panel .description:empty::after,
.shopify-section.tab_product_page .tab-panel .description:not(:has(*))::after {
font-size: 2rem;
transform: translate(-50%, -60px);
}
.shopify-section.tab_product_page .tab-content {
padding: 1.5rem 0.75rem;
}
.shopify-section.tab_product_page .description {
font-size: 0.95rem;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.shopify-section.tab_product_page .cms-tab.nav-tab-style2 .nav.list-nav li a {
padding: 0.75rem 1.25rem;
font-size: 0.9rem;
}
}
.hero {
width: 100%;
padding: .5rem;
max-height: 80vh;
overflow: hidden;
}
@keyframes scrollDown {
0% {
transform: translateY(0);
}
100% {
transform: translateY(calc(-100% / 3));
}
}
@keyframes scrollUp {
0% {
transform: translateY(calc(-100% / 3));
}
100% {
transform: translateY(0);
}
}
@media (min-width: 1024px) {
.hero {
padding: 0rem 4rem;
max-height: 700px;
}
.hero-container {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 3rem;
align-items: center;
height: 100%;
}
.hero-content {
display: flex;
flex-direction: column;
justify-content: center;
}
.hero-title {
font-size: 3rem;
font-weight: 300;
line-height: 1.2;
margin-bottom: 1.5rem;
color: #1a1a1a;
}
.hero-description {
font-size: 1rem;
line-height: 1.6;
color: #666;
margin-bottom: 2rem;
}
.hero-buttons {
display: flex;
gap: 1rem;
}
.image-grid-wrapper {
height: 80vh;
display: flex;
gap: 1.5rem;
overflow: hidden;
}
.image-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.image-column:nth-child(1) {
animation: scrollDown 25s linear infinite;
}
.image-column:nth-child(2) {
animation: scrollUp 25s linear infinite;
}
.img-item {
border-radius: 8px;
overflow: hidden;
background-color: #f5f5f5;
flex-shrink: 0;
height: 250px;
}
.img-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.hero {
padding: 0rem 1rem;
max-height: 700px;
}
.hero-container {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 2rem;
align-items: center;
height: 100%;
}
.hero-content {
display: flex;
flex-direction: column;
justify-content: center;
}
.hero-title {
font-size: 2.2rem;
font-weight: 300;
line-height: 1.2;
margin-bottom: 1.5rem;
color: #1a1a1a;
}
.hero-description {
font-size: 0.95rem;
line-height: 1.6;
color: #666;
margin-bottom: 2rem;
}
.hero-buttons {
display: flex;
gap: 1rem;
}
.image-grid-wrapper {
height: 500px;
display: flex;
gap: 1rem;
overflow: hidden;
}
.image-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 1rem;
}
.image-column:nth-child(1) {
animation: scrollDown 22s linear infinite;
}
.image-column:nth-child(2) {
animation: scrollUp 22s linear infinite;
}
.img-item {
border-radius: 6px;
overflow: hidden;
height: 180px;
background-color: #f5f5f5;
flex-shrink: 0;
}
.img-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
}
@media (max-width: 767px) {
.hero {
padding: 0rem 1rem;
max-height: none;
}
.hero-container {
display: flex;
flex-direction: column;
gap: 2rem;
height: 100%;
}
.hero-content {
display: flex;
flex-direction: column;
text-align: center;
}
.hero-title {
font-size: 1.8rem;
font-weight: 300;
line-height: 1.2;
margin-bottom: 1rem;
color: #1a1a1a;
}
.hero-description {
font-size: 0.9rem;
line-height: 1.6;
color: #666;
margin-bottom: 1.5rem;
}
.hero-buttons {
display: flex;
gap: 0.75rem;
justify-content: center;
}
.image-grid-wrapper {
height: 350px;
display: flex;
gap: 0.75rem;
overflow: hidden;
}
.image-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.image-column:nth-child(1) {
animation: scrollDown 20s linear infinite;
}
.image-column:nth-child(2) {
animation: scrollUp 20s linear infinite;
}
.img-item {
border-radius: 6px;
overflow: hidden;
height: 150px;
background-color: #f5f5f5;
flex-shrink: 0;
}
.img-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
}
button {
padding: 0.75rem 1.5rem;
font-size: 0.95rem;
font-weight: 500;
border: none;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
}
.btn-shop {
background-color: #d4edda;
color: #333;
border: 1px solid #d4edda;
}
.btn-shop:hover {
background-color: #c3e6cb;
border-color: #c3e6cb;
}
.btn-learn {
background-color: transparent;
color: #333;
border: 1px solid #333;
}
.btn-learn:hover {
background-color: #f5f5f5;
}
@media (max-width: 767px) {
button {
padding: 0.6rem 1.2rem;
font-size: 0.85rem;
}
}

.details-info .price {
    margin: 1rem 0rem;
   }
.details-info .product-price {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}
.custom-order-notice {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px 30px;
    border-radius: 12px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    animation: fadeIn 0.6s ease;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .notice-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }

  .notice-icon svg {
    width: 24px;
    height: 24px;
    stroke: white;
    fill: none;
    stroke-width: 2.5;
  }

  .notice-text {
    color: white;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
  }

  .notice-text strong {
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .custom-order-notice {
      padding: 15px 20px;
      gap: 12px;
    }
    
    .notice-icon {
      width: 40px;
      height: 40px;
    }
    
    .notice-icon svg {
      width: 20px;
      height: 20px;
    }
    
    .notice-text {
      font-size: 14px;
    }
  }

/* Mobile-responsive marquee styles */
@media (max-width: 768px) {
  .topbar-marquee {
    font-size: 12px;
    padding: 8px 0;
  }
  
  .marquee-item {
    padding: 0 15px;
  }
  
  .announcement-text {
    font-size: 12px;
    line-height: 1.4;
  }
  
  .announcement-text a {
    padding: 8px 12px !important;
    font-size: 12px !important;
    border-radius: 0.375rem !important;
  }
  
  .icon-truck {
    font-size: 14px;
    margin-right: 6px;
  }
  
  .announcement-text strong {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .topbar-marquee {
    font-size: 11px;
    padding: 6px 0;
  }
  
  .marquee-item {
    padding: 0 12px;
  }
  
  .announcement-text {
    font-size: 11px;
    line-height: 1.3;
  }
  
  .announcement-text a {
    padding: 6px 10px !important;
    font-size: 11px !important;
    letter-spacing: 0.2px !important;
  }
  
  .icon-truck {
    font-size: 12px;
    margin-right: 5px;
  }
  
  /* Make the ₹5000 span slightly smaller on very small screens */
  .announcement-text span[style*="font-weight:700"] {
    font-size: 11px;
  }
}

/* Extra small devices */
@media (max-width: 360px) {
  .topbar-marquee {
    font-size: 10px;
  }
  
  .announcement-text {
    font-size: 10px;
  }
  
  .announcement-text a {
    padding: 5px 8px !important;
    font-size: 10px !important;
  }
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .breadcrumbs ul {
display: flex;
flex-wrap: nowrap;
overflow: hidden;
}
.breadcrumbs ul li {
max-width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wrap-main-slider .full-item {
height: 500px;
aspect-ratio: 3/5;
}
.details-thumb .slick-dots {
padding-top: 1vh;
}
[id*="__product-page-tab"] {
margin-bottom: 1vh !important;
}
.laber_append_dots {
padding-top: 5vh;
display: none;
}
.banner_style2 .laber_banner .cms-box {
    border-radius: .5rem;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .breadcrumbs ul li {
  max-width: 300px !important; 
}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .cms-tab .nav {
flex-direction: row;
}
.cms-tab .nav>li>a {
font-size: 12px !important;
}
#laber_footer1 {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
#laber_footer1 .footer-iteam {
width: 100%;
max-width: 22rem;
margin: 0 auto 2rem auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#laber_footer1 .footer-iteam h1,
#laber_footer1 .footer-iteam h2,
#laber_footer1 .footer-iteam h3,
#laber_footer1 .footer-iteam h4 {
text-align: center;
}
#laber_footer1 .footer-iteam ul {
padding: 0;
margin: 0;
list-style: none;
}
#laber_footer1 .footer-iteam li {
text-align: center;
}
#laber_footer1 .footer-iteam a {
display: inline-block;
text-align: center;
}
}
.ca-footer-bottom {
margin-top: 1.25rem;
font-size: 0.65rem;
line-height: 1.4;
text-align: center;
}
.copyright-line {
display: block;
white-space: normal;
}
.copyright-line > span,
.copyright-line > strong {
display: inline;
white-space: nowrap;
}
.copyright-line {
max-width: 20rem;
margin: 0 auto;
}
.rhytmelo-wrap {
display: block;
margin-top: 0.35rem;
}
.rhytmelo {
font-size: 0.6rem;
letter-spacing: 0.1em;
}
.copyright-line .divider {
display: none !important;
}
}
#laber_footer1 {
display: flex;
flex-wrap: wrap;
}
#laber_footer1 .footer-iteam {
box-sizing: border-box;
padding: 0 0.75rem;
}
#laber_footer1 .footer-iteam:first-child {
width: 100%;
}
#laber_footer1 .footer-iteam:last-child {
width: 100%;
}
#laber_footer1 .footer-iteam:not(:first-child):not(:last-child) {
width: 50%;
}
}
}
