.hero-slider{position:relative;width:100%;height:650px;background-color:#000000;overflow:hidden;border-bottom:1px solid var(--border-color)}@media (max-width:991px){.hero-slider{height:720px}}@media (max-width:576px){.hero-slider{height:600px}}.hero-slides-container{position:relative;display:flex;width:100%;height:100%;transition:transform 0.8s cubic-bezier(0.25,1,0.5,1)}.hero-slide{position:relative;width:100%;height:100%;flex:0 0 100%;display:grid;grid-template-columns:1fr 1fr}@media (max-width:991px){.hero-slide{display:flex;flex-direction:column-reverse}}.hero-content-col{background-color:#000000;display:flex;align-items:center;justify-content:flex-end;padding:60px 80px 60px 40px;z-index:3}.hero-content-inner{width:100%;max-width:540px}@media (max-width:991px){.hero-content-col{justify-content:center;padding:50px 20px 70px 20px;text-align:center}.hero-content-inner{max-width:100%}}.hero-image-col{position:relative;width:100%;height:100%;z-index:2;overflow:hidden;background-color:#111111}.hero-image-col picture{display:block;width:100%;height:100%}.hero-image-col img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform 0.5s ease-out}.hero-slide.active .hero-image-col img{animation:heroBgZoom 8s ease-out forwards}@keyframes heroBgZoom{from{transform:scale(1.05)}to{transform:scale(1.12)}}@media (max-width:991px){.hero-image-col{height:380px}}@media (max-width:576px){.hero-image-col{height:280px}}.hero-slide .hero-subtitle,.hero-slide .hero-title,.hero-slide .hero-description,.hero-slide .hero-actions{opacity:0;transform:translateY(20px);transition:opacity 0.7s cubic-bezier(0.16,1,0.3,1),transform 0.7s cubic-bezier(0.16,1,0.3,1)}.hero-slide.active .hero-subtitle{opacity:1;transform:translateY(0);transition-delay:0.2s}.hero-slide.active .hero-title{opacity:1;transform:translateY(0);transition-delay:0.35s}.hero-slide.active .hero-description{opacity:1;transform:translateY(0);transition-delay:0.5s}.hero-slide.active .hero-actions{opacity:1;transform:translateY(0);transition-delay:0.65s}.hero-subtitle{display:inline-block;font-size:11px;font-weight:700;letter-spacing:4px;color:var(--accent);text-transform:uppercase;margin-bottom:20px;border-left:2px solid var(--accent);padding-left:10px;font-family:var(--font-subheading)}.hero-title{font-size:64px;line-height:1.1;font-weight:900;letter-spacing:-2px;color:#ffffff;text-transform:uppercase;margin-bottom:25px;font-family:var(--font-heading)}@media (max-width:1200px){.hero-title{font-size:52px}}@media (max-width:768px){.hero-title{font-size:36px;letter-spacing:-1px}}.accent-wrap{position:relative;display:inline-block;color:#ffffff}.oval-svg{position:absolute;top:-15%;left:-6%;width:112%;height:140%;pointer-events:none;z-index:1}.oval-svg path{stroke:#ff9900;stroke-width:5;fill:none;stroke-dasharray:1500;stroke-dashoffset:1500;opacity:0.95}.oval-svg .drip-path{fill:#ff9900;stroke:none;transform-origin:top center;transform:scaleY(0);opacity:0}.oval-svg .splatter{fill:#ff9900;opacity:0;transform:scale(0);transform-origin:center}.hero-slide.active .brush-path-1{animation:drawOval 1.2s cubic-bezier(0.4,0,0.2,1) forwards;animation-delay:0.8s}.hero-slide.active .drip-1{animation:dripDown 0.6s cubic-bezier(0.4,0,0.2,1) forwards;animation-delay:1.6s}.hero-slide.active .drip-2{animation:dripDown 0.5s cubic-bezier(0.4,0,0.2,1) forwards;animation-delay:1.8s}.hero-slide.active .drip-3{animation:dripDown 0.7s cubic-bezier(0.4,0,0.2,1) forwards;animation-delay:1.5s}.hero-slide.active .splat-1{animation:splatPop 0.3s cubic-bezier(0.175,0.885,0.32,1.275) forwards;animation-delay:1.2s}.hero-slide.active .splat-2{animation:splatPop 0.3s cubic-bezier(0.175,0.885,0.32,1.275) forwards;animation-delay:1.5s}.hero-slide.active .splat-3{animation:splatPop 0.3s cubic-bezier(0.175,0.885,0.32,1.275) forwards;animation-delay:1.7s}@keyframes drawOval{to{stroke-dashoffset:0}}@keyframes dripDown{from{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:0.95}}@keyframes splatPop{to{transform:scale(1);opacity:0.95}}.hero-description{font-size:11px;line-height:1.7;color:#a0a0a0;margin-bottom:30px;font-weight:600;letter-spacing:0.5px;max-width:460px;text-transform:uppercase}@media (max-width:991px){.hero-description{margin-left:auto;margin-right:auto}}.hero-actions{display:flex;align-items:center;gap:15px}@media (max-width:991px){.hero-actions{justify-content:center}}.hero-actions .btn{padding:16px 32px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;border-radius:0;background-color:#ffffff;color:#000000;border:2px solid #ffffff;transition:all var(--transition-fast);cursor:pointer;text-decoration:none;display:inline-block}.hero-actions .btn:hover{background-color:transparent;color:#ffffff;border-color:#ffffff;box-shadow:0 0 15px rgba(255,255,255,0.1)}.hero-actions .btn.btn-secondary{background-color:transparent;color:#ffffff;border:2px solid rgba(255,255,255,0.25)}.hero-actions .btn.btn-secondary:hover{background-color:#ffffff;color:#000000;border-color:#ffffff}.hero-indicators{position:absolute;bottom:30px;left:25%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;z-index:10}@media (max-width:991px){.hero-indicators{left:50%}}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,0.35);background:transparent;cursor:pointer;padding:0;transition:all var(--transition-fast);outline:none}.hero-dot.active{background:#ffffff;border-color:#ffffff;transform:scale(1.2)}.brand-strip{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:16px 0;overflow:hidden;position:relative;width:100%}@media (max-width:768px){.brand-strip{padding:9px 0}}.brand-strip::before,.brand-strip::after{content:"";height:100%;position:absolute;width:150px;z-index:2;top:0;pointer-events:none}.brand-strip::before{left:0;background:linear-gradient(to right,var(--bg-secondary) 0%,rgba(255,255,255,0) 100%)}.brand-strip::after{right:0;background:linear-gradient(to left,var(--bg-secondary) 0%,rgba(255,255,255,0) 100%)}.brand-slider-container{overflow:hidden;width:100%}.brand-logos-track{display:flex;width:max-content;animation:marquee 25s linear infinite}.brand-logos-group{display:flex;gap:80px;padding-right:80px}.brand-logo-item{font-family:var(--font-heading);font-size:22px;color:var(--text-muted);letter-spacing:0.15em;transition:color var(--transition-fast),opacity var(--transition-fast),filter var(--transition-fast);filter:grayscale(100%);opacity:0.4;user-select:none;flex-shrink:0;display:flex;align-items:center}.brand-logos-track:hover{animation-play-state:paused}.brand-logo-item:hover{color:var(--text-primary);filter:grayscale(0%);opacity:1}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.tabs-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;border-bottom:2px solid #000000;padding-bottom:15px}.section-title{font-family:var(--font-heading);font-weight:800;text-transform:uppercase;font-size:36px;letter-spacing:0.03em;line-height:1.1;color:#000000;margin:0}.section-title span{color:var(--accent)}.product-tabs{display:flex;gap:8px;align-items:center;position:relative;z-index:1}.tab-btn{padding:8px 18px;font-family:var(--font-subheading);font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:0.08em;cursor:pointer;background:transparent;color:#777777;border:none;transition:color 0.3s ease,font-size 0.3s ease,padding 0.3s ease;position:relative;z-index:2}.tab-btn:hover{color:#000000}.tab-btn.active{color:#ffffff;font-weight:750;font-size:14px;padding:9px 20px}.product-tabs .active-indicator{position:absolute;background-color:var(--accent) !important;border-radius:4px;z-index:1;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);pointer-events:none}@media (max-width:768px){.tabs-section-header{flex-direction:column;align-items:flex-start;gap:20px;padding-bottom:10px}.section-title{font-size:28px}.product-tabs{width:100%;overflow-x:auto;padding-bottom:8px;gap:6px;justify-content:flex-start}.tab-btn{padding:6px 12px;font-size:11px;flex-shrink:0}}.tab-panes-container{position:relative;min-height:300px}.tab-pane{display:block;position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity 0.45s cubic-bezier(0.4,0,0.2,1),transform 0.45s cubic-bezier(0.4,0,0.2,1);visibility:hidden}.tab-pane.active{position:relative;opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible;transition:opacity 0.45s cubic-bezier(0.4,0,0.2,1) 0.08s,transform 0.45s cubic-bezier(0.4,0,0.2,1) 0.08s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.collections-grid{display:grid}@media (min-width:992px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}}.collection-card{position:relative;height:480px;overflow:hidden;border:1px solid var(--border-color)}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.8s cubic-bezier(0.25,0.8,0.25,1)}.collection-card::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(26,26,26,0.9) 0%,rgba(26,26,26,0.2) 60%,rgba(26,26,26,0) 100%);z-index:2;transition:opacity var(--transition-smooth)}.collection-card-content{position:absolute;bottom:0;left:0;right:0;padding:40px;z-index:3;transform:translateY(20px);transition:transform var(--transition-smooth)}.collection-card-title{font-size:36px;margin-bottom:10px;color:#ffffff}.collection-card-link{font-family:var(--font-subheading);font-size:12px;font-weight:700;text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:5px;opacity:0;transition:opacity var(--transition-smooth),transform var(--transition-smooth);transform:translateY(10px)}.collection-card:hover img{transform:scale(1.05)}.collection-card:hover::after{background:linear-gradient(0deg,rgba(26,26,26,0.95) 0%,rgba(26,26,26,0.5) 60%,rgba(26,26,26,0.1) 100%)}.collection-card:hover .collection-card-content{transform:translateY(0)}.collection-card:hover .collection-card-link{opacity:1;transform:translateY(0)}.trust-badges-section{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:40px 0}.trust-badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 15px}@media (min-width:768px){.trust-badges-grid{grid-template-columns:repeat(4,1fr);gap:30px}}.badge-item{text-align:center;padding:10px}.badge-icon{font-size:24px;color:var(--accent);margin-bottom:10px;display:flex;align-items:center;justify-content:center;height:36px}.badge-title{font-family:var(--font-subheading);font-weight:700;font-size:13px;margin-bottom:6px;letter-spacing:0.03em}.badge-description{color:var(--text-secondary);font-size:11px;line-height:1.4}@media (max-width:576px){.trust-badges-section{padding:30px 0}.badge-icon{font-size:20px;height:30px;margin-bottom:8px}.badge-title{font-size:11px;margin-bottom:4px}.badge-description{font-size:10px;line-height:1.35}}@media (max-width:768px){.tabs-section-header{flex-direction:column !important;align-items:flex-start !important;gap:15px !important;margin-bottom:5px !important;padding-bottom:10px !important;border-bottom:2px solid #000000 !important}.section-title{font-size:26px !important;width:100% !important}.product-tabs{width:100% !important;display:flex !important;overflow-x:auto !important;scroll-behavior:smooth;scrollbar-width:none !important;-ms-overflow-style:none !important;padding-top:8px !important;padding-bottom:8px !important;gap:10px !important;-webkit-overflow-scrolling:touch}.product-tabs::-webkit-scrollbar{display:none !important}.tab-btn{flex-shrink:0 !important;padding:8px 16px !important;font-size:11px !important;white-space:nowrap !important}}.products-slider-wrapper{position:relative;width:100%}.products-slider{position:relative;width:100%;overflow:hidden !important;padding-bottom:40px !important}.products-slider .products{display:flex !important;flex-wrap:nowrap !important;margin:0 !important;padding:0 !important}.products-slider .products .product{margin-bottom:0 !important;flex-shrink:0 !important;height:auto !important}.products-slider .swiper-scrollbar{position:absolute;bottom:0 !important;left:10% !important;width:80% !important;height:4px !important;background-color:#e2e8f0 !important;border-radius:2px !important;z-index:10}.products-slider .swiper-scrollbar-drag{background-color:#000000 !important;border-radius:2px !important}.products-slider-wrapper .swiper-button-prev,.products-slider-wrapper .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;background-color:#ffffff;border:1px solid #e2e8f0;border-radius:50%;color:#000000;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,0.06);transition:all var(--transition-fast);z-index:20}.products-slider-wrapper .swiper-button-prev::after,.products-slider-wrapper .swiper-button-next::after{font-size:16px !important;font-weight:bold}.products-slider-wrapper .swiper-button-prev:hover,.products-slider-wrapper .swiper-button-next:hover{background-color:#000000;border-color:#000000;color:#ffffff}.products-slider-wrapper .swiper-button-prev{left:-23px}.products-slider-wrapper .swiper-button-next{right:-23px}@media (max-width:1024px){.products-slider-wrapper .swiper-button-prev,.products-slider-wrapper .swiper-button-next{display:none !important}}.woocommerce .products-slider ul.products li.product.swiper-slide,.woocommerce-page .products-slider ul.products li.product.swiper-slide,.products-slider ul.products .product.swiper-slide{box-sizing:border-box}.tab-panes-container ul.products li.product .price,.tab-panes-container ul.products li.product .price .woocommerce-Price-amount,.tab-panes-container ul.products li.product .price bdi{color:var(--price-color) !important;font-size:12px !important;font-weight:500 !important}.tab-panes-container .tab-price-from{display:inline;color:var(--price-color);font-size:12px;font-weight:500}.shop-the-room-section{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color)}.room-showcase-container{box-shadow:0 15px 40px rgba(0,0,0,0.06)}.room-pane{position:relative;opacity:0;visibility:hidden;height:0;overflow:hidden;transition:opacity 0.5s ease,visibility 0.5s ease}.room-pane.active{opacity:1;visibility:visible;height:auto;overflow:visible}.room-hotspot{position:absolute;width:32px;height:32px;transform:translate(-50%,-50%);z-index:10;cursor:pointer}.hotspot-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#ffffff;border-radius:50%;z-index:12;box-shadow:0 0 10px rgba(0,0,0,0.5)}.room-hotspot::after{content:'';position:absolute;top:0;left:0;width:32px;height:32px;border-radius:50%;background-color:rgba(192,57,43,0.5);z-index:11;animation:hotspotPulse 2s infinite ease-out}@keyframes hotspotPulse{0%{transform:scale(0.6);opacity:1}100%{transform:scale(2.2);opacity:0}}.hotspot-tooltip{position:absolute;bottom:45px;left:50%;transform:translateX(-50%) translateY(10px);width:250px;background:rgba(18,18,18,0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);border-radius:6px;padding:12px;box-shadow:0 15px 35px rgba(0,0,0,0.4);opacity:0;visibility:hidden;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);pointer-events:none;z-index:15}.room-hotspot:hover .hotspot-tooltip,.room-hotspot.active .hotspot-tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}.tooltip-arrow{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:rgba(18,18,18,0.95);border-right:1px solid rgba(255,255,255,0.15);border-bottom:1px solid rgba(255,255,255,0.15);z-index:14}.tooltip-content{display:flex;align-items:center;gap:12px}.tooltip-thumb{width:64px !important;height:64px !important;object-fit:cover !important;border-radius:4px;border:1px solid rgba(255,255,255,0.1)}.tooltip-details{display:flex;flex-direction:column;flex-grow:1}.tooltip-title{font-family:var(--font-subheading);font-weight:700;font-size:13px;color:#ffffff;margin:0 0 3px 0;text-transform:uppercase;letter-spacing:0.03em;line-height:1.2}.tooltip-price{font-size:12px;color:var(--accent);font-weight:700;margin-bottom:8px}.tooltip-btn{display:inline-block;background:var(--accent);color:#ffffff !important;text-transform:uppercase;font-family:var(--font-subheading);font-size:9px;font-weight:800;letter-spacing:0.05em;padding:6px 12px;border-radius:3px;text-align:center;text-decoration:none;transition:background 0.2s ease}.tooltip-btn:hover{background:var(--accent-hover)}@media (max-width:768px){.room-selector-tabs{gap:8px;margin-bottom:25px}.room-tab-btn{padding:8px 16px;font-size:10px}.hotspot-tooltip{display:none !important}.mobile-hotspot-panel{display:block;position:absolute;bottom:0;left:0;width:100%;background:rgba(18,18,18,0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,0.15);padding:16px 20px 20px 20px;z-index:30;box-sizing:border-box;transform:translateY(100%);transition:transform 0.35s cubic-bezier(0.25,0.8,0.25,1);pointer-events:none}.mobile-hotspot-panel.active{transform:translateY(0);pointer-events:auto}.mobile-hotspot-panel .tooltip-content{display:flex;align-items:center;gap:15px;position:relative}.mobile-hotspot-panel .tooltip-thumb{width:60px !important;height:60px !important;object-fit:cover !important;border-radius:4px;border:1px solid rgba(255,255,255,0.1);flex-shrink:0}.mobile-hotspot-panel .tooltip-details{display:flex;flex-direction:column;flex-grow:1;padding-right:25px}.mobile-hotspot-panel .tooltip-title{font-family:var(--font-subheading);font-weight:700;font-size:11px;color:#ffffff;margin:0 0 3px 0;text-transform:uppercase;letter-spacing:0.03em;line-height:1.3}.mobile-hotspot-panel .tooltip-price{font-size:11px;color:var(--accent);font-weight:700;margin-bottom:6px}.mobile-hotspot-panel .tooltip-btn{align-self:flex-start;display:inline-block;background:var(--accent);color:#ffffff !important;text-transform:uppercase;font-family:var(--font-subheading);font-size:8px;font-weight:800;letter-spacing:0.05em;padding:5px 10px;border-radius:3px;text-decoration:none}.mobile-hotspot-panel .tooltip-close{position:absolute;top:-4px;right:0;color:rgba(255,255,255,0.6);font-size:22px;cursor:pointer;line-height:1;padding:5px}}.room-swiper .room-swiper-prev,.room-swiper .room-swiper-next{width:44px;height:44px;background-color:rgba(0,0,0,0.4);border-radius:50%;color:#ffffff;transition:background-color 0.3s ease,transform 0.3s ease;z-index:13}.room-swiper .room-swiper-prev:hover,.room-swiper .room-swiper-next:hover{background-color:rgba(0,0,0,0.8);transform:scale(1.05)}.room-swiper .room-swiper-prev::after,.room-swiper .room-swiper-next::after{font-size:18px;font-weight:bold}.room-swiper .room-swiper-prev{left:20px}.room-swiper .room-swiper-next{right:20px}.room-swiper .room-swiper-pagination{bottom:20px !important;z-index:13}.room-swiper .swiper-pagination-bullet{width:10px;height:10px;background:#ffffff;opacity:0.5;transition:all 0.3s ease}.room-swiper .swiper-pagination-bullet-active{opacity:1;background:var(--accent);transform:scale(1.2)}.testimonials-section{position:relative;overflow:hidden}.review-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;padding:28px 24px;display:flex;flex-direction:column;justify-content:space-between;min-height:220px;box-shadow:0 4px 20px rgba(0,0,0,0.04);transition:transform 0.2s ease,box-shadow 0.2s ease;height:100%;width:100%;box-sizing:border-box}.review-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.1)}.review-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.star-rating{color:#e09628;font-size:12px;display:flex;gap:3px}.verified-badge{font-size:10px;color:#10b981;font-weight:600;display:flex;align-items:center;gap:4px;white-space:nowrap}.verified-badge i{font-size:10px}.review-text{font-size:14px;color:var(--text-secondary);line-height:1.65;margin:0 0 20px 0;font-style:italic;flex-grow:1}.review-author{display:flex;flex-direction:column;gap:3px;border-top:1px solid var(--border-color);padding-top:14px;margin-top:auto}.review-author-name{font-family:var(--font-subheading);font-weight:800;font-size:13px;color:var(--text-primary);text-transform:uppercase;letter-spacing:0.04em}.review-product{font-size:11px;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:0.03em}.review-product-box{display:flex;align-items:center;gap:12px;background:rgba(0,0,0,0.02);border:1px solid var(--border-color);border-radius:6px;padding:8px 12px;margin-bottom:16px;margin-top:5px}[data-theme="dark"] .review-product-box{background:rgba(255,255,255,0.03)}.review-product-img{width:48px;height:48px;object-fit:cover;border-radius:4px;border:1px solid var(--border-color);flex-shrink:0}.review-product-placeholder{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.04);border-radius:4px;color:var(--text-secondary);font-size:16px;border:1px solid var(--border-color);flex-shrink:0}[data-theme="dark"] .review-product-placeholder{background:rgba(255,255,255,0.05)}.review-product-info{display:flex;flex-direction:column;gap:2px;overflow:hidden;text-align:left}.review-product-label{font-size:9px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:0.03em;font-weight:600}.review-product-link,.review-product-name{font-size:11px;font-weight:700;color:var(--text-primary) !important;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;transition:color 0.2s ease}.review-product-link:hover{color:var(--accent) !important}.testimonials-swiper .swiper-slide{height:auto;display:flex}.testimonial-pagination{bottom:10px !important}.testimonial-pagination .swiper-pagination-bullet{width:8px;height:8px;background:var(--text-primary);opacity:0.3}.testimonial-pagination .swiper-pagination-bullet-active{opacity:1;background:var(--accent)}@media (max-width:768px){.review-card{padding:16px 12px;min-height:180px}.review-text{font-size:12px;line-height:1.5;margin-bottom:15px}.review-product-box{padding:6px 10px;gap:8px;margin-bottom:12px}.review-product-img,.review-product-placeholder{width:38px;height:38px}.review-product-link,.review-product-name{font-size:10px}}.testimonial-details{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center}.testimonial-photo{width:45%;position:relative;flex-shrink:0}.testimonial-photo img{width:100%;height:100%;object-fit:cover;display:block}.star-rating{color:#e09628;font-size:13px;margin-bottom:15px;display:flex;gap:4px}.testimonial-heading{font-family:var(--font-heading);font-size:22px;font-weight:800;font-style:italic;color:var(--text-primary);margin:0 0 15px 0;text-transform:uppercase;letter-spacing:0.02em;line-height:1.2}.testimonial-text{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0 0 25px 0}.testimonial-author{display:flex;align-items:center;gap:12px;margin-bottom:6px}.author-name{font-family:var(--font-subheading);font-weight:700;font-size:13px;color:var(--text-primary);text-transform:uppercase}.verified-badge{font-size:11px;color:#10b981;font-weight:600;display:flex;align-items:center;gap:4px}.verified-badge i{font-size:10px}.purchased-item{font-size:11px;color:var(--text-secondary)}.purchased-label{text-transform:uppercase;font-weight:600;letter-spacing:0.05em;margin-right:4px}.purchased-title{color:var(--accent);font-weight:700;text-transform:uppercase}.testimonial-pagination{bottom:10px !important}.testimonial-pagination .swiper-pagination-bullet{width:8px;height:8px;background:var(--text-primary);opacity:0.3}.testimonial-pagination .swiper-pagination-bullet-active{opacity:1;background:var(--accent)}@media (max-width:768px){.testimonial-card{flex-direction:column-reverse;min-height:auto}.testimonial-photo{width:100%;height:220px}.testimonial-details{padding:30px 20px}.testimonial-heading{font-size:18px}.testimonial-text{font-size:13px;margin-bottom:20px}}