:root{--op-plum: #4A1259;--op-plum-dark: #2D0A37;--op-plum-light: #621D74;--op-gold: #D4AF37;--op-gold-hover: #B89628;--op-gold-light: #F4E8C1;--op-ivory: #F8F4EC;--op-ivory-light: #FAF7F2;--op-champagne: #E8D48A;--op-text-dark: #1F1520;--op-text-muted: #665A69;--op-border-light: rgba(212, 175, 55, .25);--op-border-champagne: #E8D48A;--op-font-heading: "Cormorant Garamond", "Playfair Display", Georgia, serif;--op-font-body: "Montserrat", "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--op-radius-sm: 4px;--op-radius-md: 8px;--op-radius-lg: 16px;--op-shadow-subtle: 0 10px 30px rgba(74, 18, 89, .05);--op-shadow-hover: 0 15px 40px rgba(74, 18, 89, .1);--op-transition: all .3s cubic-bezier(.25, 1, .5, 1)}.op-testimonial-wrapper{box-sizing:border-box;width:100%;font-family:var(--op-font-body);color:var(--op-text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}.op-testimonial-wrapper *,.op-testimonial-wrapper *:before,.op-testimonial-wrapper *:after{box-sizing:border-box}.op-testimonial-container{width:100%;max-width:1320px;margin:0 auto;padding-left:24px;padding-right:24px}@media(max-width:767px){.op-testimonial-container{padding-left:16px;padding-right:16px}}.op-testimonial-eyebrow{display:block;font-family:var(--op-font-body);font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--op-gold);margin-bottom:12px}.op-testimonial-heading{font-family:var(--op-font-heading);font-weight:500;line-height:1.2;margin:0 0 16px;letter-spacing:-.01em}.op-testimonial-heading--hero{font-size:clamp(2.5rem,5vw,4rem)}.op-testimonial-heading--section{font-size:clamp(2rem,3.5vw,2.75rem)}.op-testimonial-heading--sub{font-size:clamp(1.25rem,2vw,1.75rem)}.op-testimonial-description{font-size:1.05rem;line-height:1.7;max-width:720px;margin-bottom:24px}.op-testimonial-description p{margin:0 0 12px}.op-testimonial-description p:last-child{margin-bottom:0}.op-testimonial-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;min-height:48px;font-family:var(--op-font-body);font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid var(--op-gold);background-color:var(--op-gold);color:var(--op-plum);border-radius:var(--op-radius-sm);cursor:pointer;transition:var(--op-transition);text-align:center}.op-testimonial-btn:hover,.op-testimonial-btn:focus-visible{background-color:var(--op-plum);color:var(--op-ivory);border-color:var(--op-plum);transform:translateY(-2px);box-shadow:0 6px 20px #4a125933}.op-testimonial-btn--secondary{background-color:transparent;color:var(--op-plum);border-color:var(--op-plum)}.op-testimonial-btn--secondary:hover,.op-testimonial-btn--secondary:focus-visible{background-color:var(--op-plum);color:var(--op-ivory)}.op-testimonial-btn--gold-outline{background-color:transparent;color:var(--op-gold);border-color:var(--op-gold)}.op-testimonial-btn--gold-outline:hover,.op-testimonial-btn--gold-outline:focus-visible{background-color:var(--op-gold);color:var(--op-plum)}.op-testimonial-stars{display:inline-flex;align-items:center;gap:4px;color:var(--op-gold);font-size:1.15rem;line-height:1}.op-testimonial-stars svg{width:18px;height:18px;fill:currentColor}.op-testimonial-hero{position:relative;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.op-testimonial-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.op-testimonial-hero .op-testimonial-container{position:relative;z-index:2}.op-testimonial-hero__content{max-width:800px;padding:40px 0}.op-testimonial-hero--side-by-side{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.op-testimonial-hero__image-wrapper{width:100%;border-radius:var(--op-radius-md);overflow:hidden;box-shadow:var(--op-shadow-subtle)}.op-testimonial-hero__image-wrapper img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:989px){.op-testimonial-hero--side-by-side{grid-template-columns:1fr;gap:32px}}.op-rating-summary{text-align:center;position:relative}.op-rating-summary__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;margin:0 auto}.op-rating-summary__score-box{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;margin-bottom:12px}.op-rating-summary__score{font-family:var(--op-font-heading);font-size:3.5rem;font-weight:600;line-height:1;color:var(--op-plum)}.op-rating-summary__divider{width:60px;height:1px;background:var(--op-gold);margin:20px auto 16px}.op-rating-summary__count{font-size:.95rem;color:var(--op-text-muted);letter-spacing:.05em;text-transform:uppercase}.op-rating-summary__badge{display:inline-flex;align-items:center;gap:6px;background:#d4af371f;color:var(--op-plum);padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:16px;border:1px solid var(--op-border-light)}.op-featured-testimonials__header{text-align:center;margin-bottom:48px}.op-testimonials-grid{display:grid;gap:30px}.op-testimonials-grid--3-col{grid-template-columns:repeat(3,1fr)}.op-testimonials-grid--2-col{grid-template-columns:repeat(2,1fr)}.op-testimonials-grid--featured{grid-template-columns:1.2fr 1fr}@media(max-width:989px){.op-testimonials-grid--3-col,.op-testimonials-grid--featured{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.op-testimonials-grid--3-col,.op-testimonials-grid--2-col,.op-testimonials-grid--featured{grid-template-columns:1fr}}.op-testimonial-card{background:var(--op-ivory-light);border:1px solid var(--op-border-light);border-radius:var(--op-radius-md);padding:32px 28px;display:flex;flex-direction:column;justify-content:space-between;transition:var(--op-transition);position:relative;height:100%}.op-testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--op-shadow-hover);border-color:var(--op-gold)}.op-testimonial-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.op-testimonial-card__occasion{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--op-gold);background:#d4af371a;padding:4px 10px;border-radius:4px}.op-testimonial-card__title{font-family:var(--op-font-heading);font-size:1.35rem;font-weight:600;color:var(--op-plum);margin:12px 0 8px;line-height:1.3}.op-testimonial-card__text{font-size:.975rem;color:var(--op-text-dark);line-height:1.65;margin-bottom:24px;flex-grow:1}.op-testimonial-card__product{font-size:.85rem;font-weight:500;color:var(--op-plum);margin-bottom:16px;display:flex;align-items:center;gap:6px}.op-testimonial-card__product a{color:var(--op-plum);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.op-testimonial-card__product a:hover{color:var(--op-gold-hover)}.op-testimonial-card__footer{display:flex;align-items:center;gap:14px;padding-top:16px;border-top:1px solid rgba(74,18,89,.08)}.op-testimonial-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid var(--op-gold);flex-shrink:0}.op-testimonial-card__author-info{display:flex;flex-direction:column}.op-testimonial-card__author-name{font-weight:600;font-size:.95rem;color:var(--op-plum);display:flex;align-items:center;gap:6px}.op-testimonial-card__author-location{font-size:.8rem;color:var(--op-text-muted)}.op-testimonial-card__verified{display:inline-flex;align-items:center;gap:4px;font-size:.725rem;color:#2e7d32;font-weight:500}.op-testimonial-card__verified svg{width:12px;height:12px;fill:currentColor}.op-slider-wrapper{position:relative;overflow:hidden;width:100%}.op-slider-track{display:flex;transition:transform .4s cubic-bezier(.25,1,.5,1);will-change:transform}.op-slider-slide{flex:0 0 100%;max-width:100%;padding:0 12px}@media(min-width:768px){.op-slider-slide--3-col{flex:0 0 33.333%;max-width:33.333%}.op-slider-slide--2-col{flex:0 0 50%;max-width:50%}}.op-slider-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:36px}.op-slider-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--op-gold);background:var(--op-ivory-light);color:var(--op-plum);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--op-transition)}.op-slider-btn:hover,.op-slider-btn:focus-visible{background:var(--op-plum);color:var(--op-gold);border-color:var(--op-plum)}.op-slider-btn[disabled]{opacity:.4;cursor:not-allowed;border-color:var(--op-border-light)}.op-slider-dots{display:flex;align-items:center;gap:8px}.op-slider-dot{width:10px;height:10px;border-radius:50%;background:#4a125933;border:none;padding:0;cursor:pointer;transition:var(--op-transition)}.op-slider-dot.is-active{background:var(--op-gold);width:24px;border-radius:10px}.op-stories-list{display:flex;flex-direction:column;gap:80px}@media(max-width:767px){.op-stories-list{gap:48px}}.op-story-item{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.op-story-item--text-left{grid-template-areas:"content image"}.op-story-item--text-right{grid-template-areas:"image content"}.op-story-item__image-col{grid-area:image;width:100%}.op-story-item__content-col{grid-area:content;width:100%}.op-story-item__media-frame{position:relative;width:100%;border-radius:var(--op-radius-md);overflow:hidden;box-shadow:var(--op-shadow-subtle);aspect-ratio:4/5}.op-story-item__media-frame img{width:100%;height:100%;object-fit:cover;display:block}.op-story-item__occasion-badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--op-gold);margin-bottom:12px}.op-story-item__title{font-family:var(--op-font-heading);font-size:clamp(1.75rem,2.8vw,2.5rem);color:var(--op-plum);margin-bottom:16px;line-height:1.25}.op-story-item__excerpt{font-size:1.05rem;line-height:1.7;color:var(--op-text-dark);margin-bottom:24px}.op-story-item__meta{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--op-border-light)}.op-story-item__author-img{width:44px;height:44px;border-radius:50%;object-fit:cover}.op-story-item__author-details{display:flex;flex-direction:column}.op-story-item__author-name{font-weight:600;color:var(--op-plum);font-size:.95rem}.op-story-item__author-loc{font-size:.8rem;color:var(--op-text-muted)}@media(max-width:989px){.op-story-item{grid-template-columns:1fr;grid-template-areas:"image" "content"!important;gap:28px}.op-story-item__media-frame{aspect-ratio:16/10}}.op-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1024px){.op-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.op-gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.op-gallery-item{position:relative;border-radius:var(--op-radius-md);overflow:hidden;aspect-ratio:1/1;background:var(--op-ivory-light);box-shadow:var(--op-shadow-subtle);group:hover}.op-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.op-gallery-item:hover img{transform:scale(1.05)}.op-gallery-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(45,10,55,.85) 0%,rgba(45,10,55,.2) 60%,transparent 100%);opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;color:#fff}.op-gallery-item:hover .op-gallery-item__overlay,.op-gallery-item:focus-within .op-gallery-item__overlay{opacity:1}.op-gallery-item__caption{font-size:.85rem;line-height:1.4;margin-bottom:6px;font-weight:400}.op-gallery-item__author{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--op-champagne)}.op-gallery-item__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.op-why-us__header{text-align:center;margin-bottom:48px}.op-why-us-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:989px){.op-why-us-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.op-why-us-grid{grid-template-columns:1fr}}.op-why-card{background:#fff;border:1px solid var(--op-border-light);border-radius:var(--op-radius-md);padding:32px 24px;text-align:center;transition:var(--op-transition);display:flex;flex-direction:column;align-items:center}.op-why-card:hover{transform:translateY(-4px);box-shadow:var(--op-shadow-hover);border-color:var(--op-gold)}.op-why-card__icon-wrapper{width:64px;height:64px;border-radius:50%;background:var(--op-ivory);border:1px solid var(--op-gold);color:var(--op-plum);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.op-why-card__icon-wrapper svg{width:30px;height:30px;fill:currentColor}.op-why-card__title{font-family:var(--op-font-heading);font-size:1.3rem;color:var(--op-plum);margin-bottom:12px}.op-why-card__text{font-size:.925rem;color:var(--op-text-muted);line-height:1.6}.op-share-story{max-width:800px;margin:0 auto;background:#fff;border:1px solid var(--op-border-light);border-radius:var(--op-radius-lg);padding:48px;box-shadow:var(--op-shadow-subtle)}@media(max-width:767px){.op-share-story{padding:24px 18px}}.op-share-story__header{text-align:center;margin-bottom:36px}.op-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:600px){.op-form-grid{grid-template-columns:1fr}}.op-form-group{display:flex;flex-direction:column;margin-bottom:20px}.op-form-group--full{grid-column:1 / -1}.op-form-label{font-size:.85rem;font-weight:600;color:var(--op-plum);margin-bottom:8px;letter-spacing:.02em}.op-form-input,.op-form-select,.op-form-textarea{width:100%;padding:12px 16px;min-height:48px;font-family:var(--op-font-body);font-size:.95rem;color:var(--op-text-dark);background-color:var(--op-ivory-light);border:1px solid var(--op-border-champagne);border-radius:var(--op-radius-sm);transition:var(--op-transition)}.op-form-input:focus,.op-form-select:focus,.op-form-textarea:focus{outline:none;border-color:var(--op-plum);box-shadow:0 0 0 3px #4a12591a;background-color:#fff}.op-form-textarea{min-height:120px;resize:vertical}.op-rating-select-group{display:flex;align-items:center;gap:8px;margin-top:4px}.op-star-radio-btn{background:none;border:none;padding:4px;cursor:pointer;color:#d1c7bd;transition:color .2s ease}.op-star-radio-btn.is-selected,.op-star-radio-btn:hover,.op-star-radio-btn:hover~.op-star-radio-btn{color:var(--op-gold)}.op-star-radio-btn svg{width:26px;height:26px;fill:currentColor}.op-upload-note{font-size:.8rem;color:var(--op-text-muted);font-style:italic;margin-top:4px;line-height:1.4}.op-form-success{background:#2e7d321a;border:1px solid #2e7d32;color:#1b5e20;padding:16px 20px;border-radius:var(--op-radius-sm);margin-bottom:24px;font-size:.95rem}.op-form-errors{background:#c628281a;border:1px solid #c62828;color:#b71c1c;padding:16px 20px;border-radius:var(--op-radius-sm);margin-bottom:24px;font-size:.95rem}.op-final-cta{position:relative;text-align:center;background-size:cover;background-position:center;overflow:hidden}.op-final-cta__content{position:relative;z-index:2;max-width:700px;margin:0 auto}@media(prefers-reduced-motion:reduce){.op-testimonial-card,.op-why-card,.op-gallery-item img,.op-slider-track,.op-testimonial-btn{transition:none!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/onlypaithani-testimonials.css.map */
