/* Root CSS */ p{font-family: var(--para_font);} h1{font-family: var(--h1_font);} h2{font-family: var(--h2_font);} h3{font-family: var(--h3_font);} h4{font-family: var(--h4_font);} h4{font-size: 20px;} h5{font-family: var(--h5_font);} h6{font-family: var(--h6_font);} a{font-family: var(--link_font);} button{font-family: var(--button_font);} a{text-decoration:none;color:black;} a:hover{color: var(--primary_color);} body{background-color:#ffffff;font-size:13px;-webkit-font-smoothing: antialiased;-webkit-font-size:13px;} li{text-decoration: none;list-style: none;} li a{text-decoration: none;color: black;font-family: var(--link_font);font-size: 15px;line-height: 2;} /* Builder css */ /* Modern Hero Image Slider CSS */ .modern-hero-image-slider-section { position: relative; width: 100%; margin-bottom: 0; } .modern-hero-image-slider-section .owl-carousel { position: relative; } .modern-hero-image-slider .owl-stage-outer, .modern-hero-image-slider .owl-stage, .modern-hero-image-slider .owl-item { height: 100%; } .modern-hero-image-slide { position: relative; height: 70vh; min-height: 450px; width: 100%; overflow: hidden; } .modern-hero-image-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .modern-hero-image-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .modern-hero-image-content-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; padding: 40px 40px !important; display: flex; flex-direction: column; justify-content: space-between; } .modern-hero-image-slider-section .container-fluid { width: 100% !important; max-width: 100% !important; } /* New Arrivals label — top left */ .modern-hero-image-label { font-weight: 700; color: #fff; letter-spacing: 0.08em; text-transform: uppercase; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } .modern-hero-image-text-box { max-width: 60%; } .modern-hero-image-heading { color: #fff; line-height: 1.1; font-weight: 500; margin-bottom: 30px; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .modern-hero-image-btn { display: inline-block; padding: 12px 35px; background-color: #ffffff; color: #000000; text-decoration: none !important; font-weight: 600; font-size: 1rem; border-radius: 4px; transition: all 0.3s ease; } .modern-hero-image-btn:hover { background-color: #f4f4f4; color: #121212; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } /* ─── UNIFIED CONTROLS BAR: dots + arrows on exact same line ─── */ .modern-hero-controls { position: absolute; bottom: 40px; right: 50px; z-index: 20; display: flex; align-items: center; gap: 40px; /* Space between dots group and arrows group */ } .modern-hero-image-slider-section .owl-nav, .modern-hero-image-slider-section .owl-dots { margin: 0 !important; padding: 0 !important; display: flex !important; flex-direction: row; align-items: center; } .modern-hero-image-slider-section .owl-nav { gap: 30px; flex-direction: row !important; } .modern-hero-image-slider-section .owl-dots { gap: 10px; } /* Arrow buttons */ .modern-hero-image-slider-section .owl-nav button { position: static !important; background: transparent !important; color: #fff !important; font-size: 26px !important; font-weight: 400 !important; padding: 0 !important; margin: 0 !important; line-height: 1 !important; height: 24px !important; width: 24px !important; /* Explicit width for better control */ display: flex !important; align-items: center !important; justify-content: center !important; opacity: 0.85 !important; transition: opacity 0.3s ease, transform 0.3s ease !important; } .modern-hero-image-slider-section .owl-nav button:hover { opacity: 1 !important; transform: scale(1.15); } .modern-hero-image-slider-section .owl-nav button.disabled { opacity: 0.3 !important; pointer-events: none; } .modern-hero-image-slider-section .owl-nav .owl-prev { order: 1 !important; } .modern-hero-image-slider-section .owl-nav .owl-next { order: 2 !important; } /* Dot wrapper */ .modern-hero-image-slider-section .owl-dot { margin: 0 !important; padding: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; height: 24px; /* same height as nav for perfect vertical centering */ } /* Dot circle */ .modern-hero-image-slider-section .owl-dot span { display: block; width: 7px !important; height: 7px !important; background: rgba(255, 255, 255, 0.5) !important; margin: 0 !important; border-radius: 50% !important; border: none !important; transition: background 0.3s ease, transform 0.3s ease !important; } .modern-hero-image-slider-section .owl-dot.active span { background: #fff !important; transform: scale(1.1); } /* ─── RESPONSIVE ─── */ @media (max-width: 992px) { .modern-hero-image-slide { height: 60vh; } } @media (max-width: 767px) { .modern-hero-image-content-wrapper { padding: 25px 20px !important; top: -30px; } .modern-hero-image-heading { margin-bottom: 20px; } .modern-hero-image-text-box { max-width: 90%; } /* Hide arrows on mobile */ .modern-hero-image-slider-section .owl-nav { display: none !important; } /* Controls wrapper centered horizontally at bottom */ .modern-hero-controls { right: 0 !important; left: 0 !important; bottom: 20px !important; width: 100%; justify-content: center !important; } .modern-hero-image-slider-section .owl-dots { width: 100%; justify-content: center !important; } .modern-hero-image-slider-section .owl-dot { height: auto; } } @media (max-width: 480px) { .modern-hero-image-slide { height: auto; min-height: 350px; } }.category-borderless-heading { padding-bottom: 0.5rem; margin: 0; } .category-borderless-slider-section { padding-top: 1.5rem; padding-bottom: 1.5rem; } .category-borderless-slider-section.placeholder { text-align: center; } .category-borderless-subheading { margin-bottom: 1.5rem; } .category-borderless-slider-header { text-align: center; } .category-borderless-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; min-width: 0; } .category-borderless-item { padding: 0; min-width: 0; } .category-borderless-card { display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); padding: 15px; border-radius: 12px; background: transparent; text-align: center; width: 100%; min-width: 0; } .category-borderless-card:hover { background: #f3f4f6; } .category-image-container { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; background: transparent; border: none; overflow: hidden; } .category-img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.5s ease; } .category-title { margin: 0; word-wrap: break-word; overflow-wrap: anywhere; white-space: normal; width: 100%; } .category-borderless-placeholder .category-borderless-card { margin-bottom: 20px; } @media (max-width: 1200px) { .category-borderless-grid { grid-template-columns: repeat(4, 1fr); } } @media (max-width: 991px) { .category-borderless-grid { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 768px) { .category-borderless-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .category-borderless-slider-section { padding: 40px 0; } .category-image-container { margin-bottom: 15px; } .category-borderless-card { padding: 20px 10px; } } @media (max-width: 480px) { .category-borderless-card { padding: 15px 5px; } }/* 4 Column Product Box Component CSS */ .four-col-product-box-section { background: #fff; padding: 20px 30px; overflow: visible; position: relative; } /* Section Header Styling */ .four-col-product-box-section .section-header { margin-bottom: 2rem; } .four-col-product-box-section .section-title { color: #333; margin-bottom: 0.5rem; text-align: center; } .four-col-product-box-section .section-subtitle { color: #666; margin-bottom: 0; } /* 4 Column Product Grid Layout */ .four-col-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0 15px 20px; } /* Responsive design for grid layout */ @media (max-width: 1200px) { .four-col-product-grid { grid-template-columns: repeat(3, 1fr); gap: 15px; } } @media (max-width: 992px) { .four-col-product-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } } @media (max-width: 768px) { .four-col-product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 10px 15px; } } @media (max-width: 576px) { .four-col-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 5px 15px; } } /* Force all badges to bottom left in four_col_product_box */ .four-col-product-grid .product-badges, .four-col-product-grid .ribbon { position: absolute !important; bottom: 10px !important; left: 10px !important; top: auto !important; right: auto !important; z-index: 10 !important; } .four-col-product-grid .badge, .four-col-product-grid .ribbon { display: inline-block; padding: 4px 8px; font-size: 11px; font-weight: 600; text-transform: uppercase; border-radius: 4px; margin-bottom: 4px; background: #e74c3c; color: #fff; } /* View All Button Styling */ .four-col-view-all-btn, .four-col-view-all-btn-light { background-color: var(--primary_color); color: #fff; border-radius: 4px; border: 1px solid var(--primary_color); transition: all 0.3s ease; } .four-col-view-all-btn:hover, .four-col-view-all-btn-light:hover { background-color: #ffffff; color: #000000; border: 1px solid #000; }/* Product List With Image Component Styles - Image + Products Layout */ .product_list_with_image-wrapper { position: relative; } /* Utility Classes */ .rounded-lg { border-radius: 12px !important; } .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } /* Category Image Styles */ .category-image-wrapper { position: relative; width: 100%; height: 100%; min-height: 400px; overflow: hidden; border-radius: 12px; display: flex; } .category-link-wrapper { display: block; width: 100%; height: 100%; } .category-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; will-change: transform; } .category-image-wrapper:hover .category-image { transform: scale(1.05); } /* Product Grid Styles */ .product-grid-container { width: 100%; } .product-grid-container .product-box-1, .product-grid-container .product-box-2, .product-grid-container .product-box-3 { height: 100%; margin-bottom: 0 !important; } .no-products { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; min-height: 300px; background: #f9fafb; border-radius: 12px; border: 2px dashed #e5e7eb; } /* Tablet & Mobile Layouts */ @media (max-width: 991px) { .category-image-wrapper { min-height: 350px; margin-bottom: 0; } .product_list_with_image-wrapper .row.g-4 { flex-direction: column !important; } .col-lg-8, .col-lg-4 { width: 100% !important; } } @media (max-width: 576px) { .category-image-wrapper { min-height: 250px; } } @media (max-width: 576px) { .product_list_with_image-section { padding: 10px 0; } .product_list_with_image-heading { font-size: 28px; } .product_list_with_image-subheading { font-size: 13px; } .product-grid { gap: 10px; } .product-item { flex: 1; min-height: 0; } .product-name { font-size: 11px; min-height: 2.4em; display: -webkit-box; display: -moz-box; display: box; -webkit-line-clamp: 2; -moz-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .product-price { font-size: 13px; } .product-info { padding: 8px; } .star { font-size: 11px; } } .category-item-large .category-link { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; text-decoration: none; position: relative; overflow: hidden; } .category-item-large .category-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .category-item-large:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); } .category-item-large .category-content { padding: 30px; background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%); color: #fff; text-align: center; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 10px; } .category-item-large .category-title { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 700; margin: 0; text-transform: uppercase; letter-spacing: 2px; display: inline-block; } .category-item-large .category-arrow { display: inline-flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; animation: arrowPulse 2s infinite; } .category-item-large:hover .category-arrow { animation: none; } @keyframes arrowPulse { 0% { transform: translateX(-50%); } 50% { transform: translateX(-50%) scale(1.1); } } .category-item-large:hover .category-arrow { animation: none; } /* Small Category Items (Right Column) */ .category-item-small { height: 240px; background-color: #f8f9fa; } .category-item-small .category-link { display: flex; align-items: center; height: 100%; text-decoration: none; position: relative; overflow: hidden; padding: 20px; } .category-item-small .category-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .category-item-small:hover { box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08); } .category-item-small .category-content { position: relative; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 2; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.6); padding: 15px 20px; border-radius: 5px; backdrop-filter: blur(5px); min-width: 150px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; } .category-item-small .category-arrow { display: inline-block; margin-top: 5px; font-size: 14px; transition: transform 0.3s ease; } .category-item-small:hover .category-arrow { transform: translateX(3px); } .category-item-small .category-price { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; margin: 0; opacity: 0.9; } .category-item-small .category-arrow { display: inline-block; margin-left: 8px; font-size: 14px; transition: transform 0.3s ease; } .category-item-small:hover .category-arrow { transform: translateX(3px); } /* Empty State Styles */ .category-empty { display: flex; align-items: center; justify-content: center; height: 100%; background-color: #f8f9fa; color: #6c757d; font-family: 'Montserrat', sans-serif; font-size: 16px; text-align: center; padding: 20px; } /* Responsive Design */ @media (max-width: 768px) { .product_list_with_image-heading { font-size: 28px; } .category-item-large { height: 350px; margin-bottom: 15px; } .category-item-small { height: 200px; margin-bottom: 15px; } .category-item-large .category-content { padding: 20px; } .category-item-large .category-name { font-size: 20px; } .category-item-small .category-content { padding: 12px 15px; } .category-item-small .category-name { font-size: 16px; } } @media (max-width: 576px) { .product_list_with_image-section { padding: 40px 0; } .product_list_with_image-heading { font-size: 24px; } .category-item-large { height: 280px; } .category-item-small { height: 160px; } .category-item-large .category-content { padding: 15px; } .category-item-large .category-name { font-size: 18px; } .category-item-small .category-name { font-size: 14px; } .category-item-small .category-price { font-size: 14px; } } /* Select2 Dropdown Styles */ .product_list_with_image-container .select2-container { z-index: 9999 !important; } .product_list_with_image-container .select2-selection { z-index: 9998 !important; } .product_list_with_image-container .select2-dropdown { z-index: 9999 !important; } .product_list_with_image-container .select2-results { z-index: 9998 !important; } /* Ensure dropdowns are above other content */ .product_list_with_image-container .select2-container--above { z-index: 10000 !important; } .product_list_with_image-container .form-control { position: relative !important; z-index: 1 !important; } /* Ensure Select2 dropdowns are clickable */ .select2-container--default .select2-selection--multiple { background-color: white !important; border: 1px solid #ced4da !important; cursor: pointer !important; pointer-events: auto !important; } .select2-container--default .select2-selection--multiple:hover { border-color: #80bdff !important; } /* Fix modal overlay issues */ .modal .select2-container { z-index: 1050 !important; } .modal .select2-dropdown { z-index: 1051 !important; } /* Ensure dropdown appears above modal backdrop */ .select2-container { position: relative !important; z-index: 10000 !important; } .select2-dropdown { position: absolute !important; z-index: 10001 !important; background: white !important; border: 1px solid #aaa !important; border-radius: 4px !important; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important; } /* Fix pointer events */ .select2-selection { pointer-events: auto !important; cursor: pointer !important; } .select2-selection__rendered { pointer-events: auto !important; } .select2-search__field { pointer-events: auto !important; } /* Ensure dropdown items are clickable */ .select2-results__option { pointer-events: auto !important; cursor: pointer !important; } .select2-results__option:hover { background-color: #f8f9fa !important; } /* Loading State */ .category-loading { display: flex; align-items: center; justify-content: center; height: 100%; background-color: #f8f9fa; color: #6c757d; font-family: 'Montserrat', sans-serif; font-size: 14px; } .category-loading::after { content: ''; width: 20px; height: 20px; margin-left: 10px; border: 2px solid #dee2e6; border-top: 2px solid #007bff; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }/* Modern Testimonial Slider - Consistent Padding & Premium Styling */ .component-modern-testimonial-slider { position: relative; overflow: visible; width: 100%; } .component-modern-testimonial-slider .relative { position: relative; } .component-modern-testimonial-slider .text-center { text-align: center; } .component-modern-testimonial-slider .mb-10 { margin-bottom: 2.5rem; } .component-modern-testimonial-slider .mb-4 { margin-bottom: 1rem; } .component-modern-testimonial-slider .mb-6 { margin-bottom: 1.5rem; } .component-modern-testimonial-slider .mt-auto { margin-top: auto; } .component-modern-testimonial-slider .userinfo { padding-top: 1rem; } /* Typography */ .component-modern-testimonial-slider .text-3xl { font-size: 1.875rem; font-weight: 800; line-height: 1.2; } .component-modern-testimonial-slider .text-lg { font-size: 1.125rem; font-weight: 300; line-height: 1.6; } .component-modern-testimonial-slider .md\:text-xl { font-size: 1.25rem; } .component-modern-testimonial-slider .text-xs { font-size: 0.75rem; } .component-modern-testimonial-slider .font-bold { font-weight: 700; } .component-modern-testimonial-slider .font-semibold { font-weight: 600; } /* Card Design & Padding */ .component-modern-testimonial-slider .testimonial-card { height: 100%; padding: 2.5rem !important; border-radius: 2.5rem; display: flex; flex-direction: column; } /* Quote Icon & Stars */ .component-modern-testimonial-slider .w-12 { width: 3rem; } .component-modern-testimonial-slider .h-12 { height: 3rem; } .component-modern-testimonial-slider .rounded-full { border-radius: 9999px; } .component-modern-testimonial-slider .border-2 { border: 2px solid; } .component-modern-testimonial-slider .text-yellow-400 { color: #facc15; } /* Navigation & Dots visibility */ .component-modern-testimonial-slider .owl-nav { display: none; position: absolute; top: 50%; width: 100%; left: 0; transform: translateY(-50%); justify-content: space-between; pointer-events: none; z-index: 100; } @media (max-width: 1249px) { .component-modern-testimonial-slider .owl-nav { width: 100%; left: 0; padding: 0 10px; } } .component-modern-testimonial-slider .owl-nav.enabled { display: flex; } .component-modern-testimonial-slider .owl-nav button { pointer-events: all; background: #FFFFFF !important; color: #111827 !important; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; border: 1px solid #E5E7EB !important; font-size: 20px !important; } .component-modern-testimonial-slider .owl-nav.enabled button:hover { background: #111827 !important; color: #FFFFFF !important; } .component-modern-testimonial-slider .owl-dots { display: none; justify-content: center; margin-top: 3rem; gap: 0.5rem; } .component-modern-testimonial-slider .owl-dots.enabled { display: none; } /* .component-modern-testimonial-slider .owl-dot span { width: 14px; height: 14px; background: #D1D5DB !important; display: block; border-radius: 50%; transition: all 0.3s ease; } .component-modern-testimonial-slider .owl-dot.active span { width: 38px; background: #111827 !important; border-radius: 10px; } */ .testimonial-content p { margin-bottom: 0 !important; } .userinfo .reviewername { padding-top: 0.2rem; } /* Responsive Navigation Logic: Dots on mobile, Arrows on Desktop */ @media screen and (max-width: 767px) { .component-modern-testimonial-slider .owl-nav.enabled { display: none !important; } }/* Modern Map Section */ .component-modern-map { position: relative; overflow: hidden; } /* Mobile: stacked column layout */ .component-modern-map .map-inner-wrap { display: flex; flex-direction: column; } /* Map takes fixed height */ .component-modern-map .map-iframe-wrap { position: relative; width: 100%; height: 300px; flex-shrink: 0; } .component-modern-map .map-iframe-wrap iframe { width: 100%; height: 100%; display: block; filter: grayscale(1) contrast(1.2) brightness(0.9); transition: filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1); } .component-modern-map:hover .map-iframe-wrap iframe { filter: grayscale(0) contrast(1) brightness(1); } /* Card below map on mobile */ .component-modern-map .map-card-wrap { background: #fff; padding: 1.5rem; width: 100%; } .component-modern-map .map-info-card { background: #FFFFFF; border-radius: 2rem; padding: 2rem; border: 2px solid #F3F4F6; box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.2); font-family: 'Outfit', 'Inter', sans-serif; } .component-modern-map .map-info-card h2 { line-height: 1.15; color: #111827; margin-bottom: 2rem; } .component-modern-map .map-link { display: flex; align-items: center; gap: 1rem; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.875rem; transition: opacity 0.2s; text-decoration: none; color: inherit; } .component-modern-map .map-link:hover { opacity: 0.6; } .component-modern-map .fa-external-link { font-size: 0.75rem; } /* Desktop: map fills full height, card overlays bottom-left */ @media (min-width: 1024px) { .component-modern-map { height: 650px; } .component-modern-map .map-inner-wrap { position: absolute; inset: 0; flex-direction: row; } .component-modern-map .map-iframe-wrap { position: absolute; inset: 0; height: 100%; } .component-modern-map .map-card-wrap { position: absolute; bottom: 3rem; left: 6rem; width: 24rem; background: transparent; padding: 0; z-index: 10; } }.category-collection-list-section .category-collection-header { margin-bottom: 1.5rem; } .category-collection-list-section .section-title { margin-bottom: 0.5rem; margin-top: 0; } .category-collection-list-section .section-description { margin-bottom: 15px; margin-top: 0; } .category-collection-list-grid { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; } .category-collection-item { border: 1px solid #000; display: flex; align-items: center; justify-content: center; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; padding: 10px 20px; text-align: center; } .category-collection-item:hover { background-color: #f5f5f5; border-color: #333; text-decoration: none; } .category-collection-item.all-collections { background-color: #000; color: #fff; border-color: #000; } .category-collection-item.all-collections:hover { background-color: #333; color: #fff; text-decoration: none; } /* Responsive adjustments */ @media (max-width: 991px) { .category-collection-item { min-width: calc(50% - 8px); } } @media (max-width: 575px) { .category-collection-list-section { padding: 40px 0; } .category-collection-list-grid { gap: 10px; } .category-collection-item { min-width: 100%; height: 65px; } .category-collection-list-section .section-title { margin-bottom: 10px; } } /* Product Box 2 Styles */ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Outfit:wght@300;400;600&display=swap'); .product-box-2 { transition: all 0.3s ease; background: transparent; } .product-box-2 .productimage { position: relative; background-color: #f3f3f3; aspect-ratio: 1 / 1.1; display: flex; align-items: center; justify-content: center; overflow: hidden; } .product-box-2 .product-link { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .product-box-2 .slide-image { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); } .product-box-2:hover .slide-image { transform: scale(1.05); } /* Quick View Bar */ .product-box-2 .quick-view-bar { position: absolute; bottom: -50px; left: 0; width: 100%; background: #4a5746; color: #fff; text-align: center; padding: 12px; font-size: 11px; font-weight: 600; letter-spacing: 2px; cursor: pointer; transition: bottom 0.3s ease; z-index: 5; } .product-box-2:hover .quick-view-bar { bottom: 0; } /* Wishlist Overlay */ .product-box-2 .floating-wishlist { position: absolute; top: 15px; right: 15px; opacity: 0; transition: opacity 0.3s ease; z-index: 6; } .product-box-2:hover .floating-wishlist { opacity: 1; } .product-box-2 .floating-wishlist i { font-size: 18px; color: #333; cursor: pointer; transition: transform 0.2s; } .product-box-2 .floating-wishlist i:hover { transform: scale(1.2); color: #ff4747; } .product-box-2 .floating-wishlist i.active { color: #ff4747; } /* Product Info */ .product-box-2 .productname { font-size: 17px; color: #1a1a1a !important; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 5px; transition: color 0.3s; } .product-box-2 .price-action-container { position: relative; height: 30px; overflow: hidden; } .product-box-2 .product-price, .product-box-2 .add-to-cart-toggle { position: absolute; width: 100%; left: 0; transition: all 0.3s ease; } .product-box-2 .product-price { top: 0; opacity: 1; } .product-box-2 .add-to-cart-toggle { top: 30px; opacity: 0; } .product-box-2:hover .product-price { top: -30px; opacity: 0; } .product-box-2:hover .add-to-cart-toggle { top: 0; opacity: 1; } .product-box-2 .sale-pri { font-size: 16px; color: #666; } .product-box-2 .cart-trigger { font-size: 13px; font-weight: 500; color: #1a1a1a; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; display: block; } .product-box-2 .cart-trigger:hover { color: var(--primary_color); } @media (max-width: 768px) { .product-box-2 .productname { font-size: 16px; } .product-box-2 .quick-view-bar { bottom: 0; padding: 8px; opacity: 0.9; } .product-box-2 .floating-wishlist { opacity: 1; } } /* Post css */