* {
box-sizing: border-box;
}
.custom-product-footer {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
margin-top: 30px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.section-title {
text-align: center;
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 3rem;
color: #333;
} .why-choose-us {
background-color: #F59AA5;
padding: 4rem 0;
color: white;
}
.why-choose-us .section-title {
color: white;
margin-bottom: 3rem;
}
.features-grid {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
gap: 1.5rem;
max-width: 1200px;
margin: 0 auto;
}
.feature-item {
flex: 1 1 0;
min-width: 0;
text-align: center;
padding: 1rem;
}
.feature-icon {
width: 80px;
height: 80px;
margin: 0 auto 1rem;
display: block;
object-fit: contain;
}
.feature-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.5rem;
color: white;
}
.feature-description {
font-size: 0.9rem;
line-height: 1.5;
color: white;
opacity: 0.95;
} .faq-section {
background-color: #fff;
padding: 4rem 0;
}
.faq-list {
max-width: 800px;
margin: 0 auto;
}
.faq-item {
border-bottom: 1px solid #eee;
margin-bottom: 1rem;
}
.faq-question {
width: 100%;
background: none;
border: none;
padding: 1.5rem 0;
text-align: left;
font-size: 1.1rem;
font-weight: 500;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
color: #333;
transition: color 0.3s ease;
}
.faq-question:hover {
color: #F59AA5;
}
.faq-toggle {
font-size: 1.5rem;
font-weight: bold;
color: #F59AA5;
transition: transform 0.3s ease;
}
.faq-question[aria-expanded="true"] .faq-toggle {
transform: rotate(45deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0 0 0 0;
}
.faq-answer.active {
max-height: 200px;
padding: 0 0 1.5rem 0;
}
.faq-answer p {
color: #666;
line-height: 1.6;
margin: 0;
}
.faq-cta {
text-align: center;
margin-top: 3rem;
}
.cta-button {
background-color: #F59AA5;
color: white;
border: none;
padding: 1rem 2rem;
font-size: 1.1rem;
font-weight: 500;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-button:hover {
background-color: #e88a96;
transform: translateY(-2px);
} .video-testimonials {
background-color: #CDE1F7;
padding: 4rem 0;
}
.video-testimonials-layout {
display: flex;
gap: 2rem;
align-items: flex-start;
}
.video-testimonials-text {
flex: 0 0 300px;
}
.video-testimonials-videos {
flex: 1;
display: flex;
gap: 1rem;
flex-wrap: nowrap;
overflow-x: auto;
}
.video-testimonials-videos .video-item {
flex: 0 0 auto;
width: 150px;
aspect-ratio: 9 / 16;
}
.video-testimonials-text {
background: white;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
height: fit-content;
}
.video-testimonials-text .section-title {
color: #333;
margin-bottom: 1.5rem;
text-align: left;
font-size: 1.5rem;
line-height: 1.3;
}
.video-testimonials-text p {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 1rem;
}
.testimonial-quote p {
font-size: 1.1rem;
line-height: 1.6;
color: #333;
margin-bottom: 1rem;
font-style: italic;
}
.testimonial-quote .stars {
color: #ffc107;
font-size: 1.5rem;
}
.video-testimonials-videos {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto;
gap: 1rem;
align-items: start;
justify-items: center;
}
.video-testimonials-videos > .video-item:nth-child(4),
.video-testimonials-videos > .video-item:nth-child(5) {
grid-column: span 1;
grid-row: 2;
}
.video-slider-container {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 1rem;
}
.video-slider {
flex: 1 1 0%;
min-width: 0;
min-height: 400px;
overflow-x: hidden;
border-radius: 12px;
background: white;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
position: relative;
}
.video-track {
display: flex;
flex-wrap: nowrap;
transition: transform 0.3s ease;
width: 166.66%;
min-height: 400px;
}
.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.video-slider-container {
overflow-x: hidden;
}
.video-slider {
width: 100%;
height: 400px; }
.video-item {
width: 33.33%;
flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
}
.video-slide {
width: 33.33%;
min-width: 0;
min-height: 300px; flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
display: flex;
align-items: stretch;
background-color: rgba(0, 0, 255, 0.1); border: 2px solid blue; }
.video-container {
position: relative;
width: 100%;
aspect-ratio: 9/16; border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
background: #000;
overflow: hidden;
display: flex;
align-items: stretch;
border: 2px solid red; }
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
object-fit: cover;
border: 2px solid blue; }
.slider-btn {
background: white;
border: 2px solid #ddd;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1.5rem;
color: #333;
transition: all 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.slider-btn:hover {
background: #f0f0f0;
border-color: #ccc;
transform: scale(1.1);
}
.slider-btn:active {
transform: scale(0.95);
}
.video-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin: 1rem auto 0;
width: 100%;
max-width: 300px;
position: relative;
z-index: 2;
padding: 0;
transform: translateX(-5%); }
.video-slider-container {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 1rem;
padding: 0 60px;
box-sizing: border-box;
overflow: hidden;
}
.video-slider {
flex: 1;
overflow: hidden;
border-radius: 12px;
background: white;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
position: relative;
}
.video-track {
display: flex;
transition: transform 0.3s ease;
width: 166.66%;
}
.video-item-container {
width: 33.33%;
flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
}
.dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: all 0.3s ease;
}
.dot.active,
.dot:hover {
background: white;
transform: scale(1.2);
} .text-image-testimonials {
background-color: #f8f9fa;
padding: 4rem 0;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.testimonial-card {
background: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.testimonial-content {
padding: 1.5rem;
}
.stars {
color: #ffc107;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.testimonial-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.5rem;
color: #333;
}
.testimonial-text {
color: #666;
line-height: 1.6;
margin-bottom: 1rem;
font-size: 0.95rem;
}
.testimonial-author {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
}
.author-name {
font-weight: 500;
color: #333;
}
.verified {
color: #28a745;
font-size: 0.8rem;
}
.testimonial-image {
height: 200px;
overflow: hidden;
}
.testimonial-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.testimonial-card:hover .testimonial-image img {
transform: scale(1.05);
} @media (max-width: 768px) {
.section-title {
font-size: 2rem;
margin-bottom: 2rem;
}
.features-grid {
flex-wrap: wrap;
gap: 1rem;
}
.feature-icon {
width: 60px;
height: 60px;
}
.feature-title {
font-size: 1.1rem;
}
.feature-description {
font-size: 0.85rem;
}
.video-testimonials-layout {
grid-template-columns: 1fr;
gap: 2rem;
}
.video-testimonials-text .section-title {
text-align: center;
font-size: 1.8rem;
}
.video-slider-container {
max-width: 100%;
}
.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.prev-btn {
left: 10px;
}
.next-btn {
right: 10px;
}
.video-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin: 1rem auto 0;
width: 100%;
max-width: 300px;
position: relative;
z-index: 2;
padding: 0;
transform: none; }
.why-choose-us,
.faq-section,
.video-testimonials,
.text-image-testimonials {
padding: 3rem 0;
}
}
@media (max-width: 480px) {
.section-title {
font-size: 1.8rem;
}
.features-grid {
flex-wrap: wrap;
gap: 0.5rem;
}
.feature-item {
flex: 1 1 45%;
min-width: 45%;
padding: 0.5rem;
}
.testimonial-content {
padding: 1rem;
}
.testimonial-title {
font-size: 1.1rem;
}
.testimonial-text {
font-size: 0.9rem;
}
}* {
box-sizing: border-box;
}
.custom-product-footer {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
margin-top: 30px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.section-title {
text-align: center;
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 3rem;
color: #333;
} .why-choose-us {
background-color: #F59AA5;
padding: 4rem 0;
color: white;
}
.why-choose-us .section-title {
color: white;
margin-bottom: 3rem;
}
.features-grid {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
gap: 1.5rem;
max-width: 1200px;
margin: 0 auto;
}
.feature-item {
flex: 1 1 0;
min-width: 0;
text-align: center;
padding: 1rem;
}
.feature-icon {
width: 80px;
height: 80px;
margin: 0 auto 1rem;
display: block;
object-fit: contain;
}
.feature-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.5rem;
color: white;
}
.feature-description {
font-size: 0.9rem;
line-height: 1.5;
color: white;
opacity: 0.95;
} .faq-section {
background-color: #fff;
padding: 4rem 0;
}
.faq-list {
max-width: 800px;
margin: 0 auto;
}
.faq-item {
border-bottom: 1px solid #eee;
margin-bottom: 1rem;
}
.faq-question {
width: 100%;
background: none;
border: none;
padding: 1.5rem 0;
text-align: left;
font-size: 1.1rem;
font-weight: 500;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
color: #333;
transition: color 0.3s ease;
}
.faq-question:hover {
color: #F59AA5;
}
.faq-toggle {
font-size: 1.5rem;
font-weight: bold;
color: #F59AA5;
transition: transform 0.3s ease;
}
.faq-question[aria-expanded="true"] .faq-toggle {
transform: rotate(45deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0 0 0 0;
}
.faq-answer.active {
max-height: 200px;
padding: 0 0 1.5rem 0;
}
.faq-answer p {
color: #666;
line-height: 1.6;
margin: 0;
}
.faq-cta {
text-align: center;
margin-top: 3rem;
}
.cta-button {
background-color: #F59AA5;
color: white;
border: none;
padding: 1rem 2rem;
font-size: 1.1rem;
font-weight: 500;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-button:hover {
background-color: #e88a96;
transform: translateY(-2px);
} .video-testimonials {
background-color: #CDE1F7;
padding: 4rem 0;
}
.video-testimonials-layout {
display: flex;
gap: 2rem;
align-items: flex-start;
}
.video-testimonials-text {
flex: 0 0 300px;
}
.video-testimonials-videos {
flex: 1;
display: flex;
gap: 1rem;
flex-wrap: nowrap;
overflow-x: auto;
}
.video-testimonials-videos .video-item {
flex: 0 0 auto;
width: 150px;
aspect-ratio: 9 / 16;
}
.video-testimonials-text {
background: white;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
height: fit-content;
}
.video-testimonials-text .section-title {
color: #333;
margin-bottom: 1.5rem;
text-align: left;
font-size: 1.5rem;
line-height: 1.3;
}
.video-testimonials-text p {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 1rem;
}
.testimonial-quote p {
font-size: 1.1rem;
line-height: 1.6;
color: #333;
margin-bottom: 1rem;
font-style: italic;
}
.testimonial-quote .stars {
color: #ffc107;
font-size: 1.5rem;
}
.video-testimonials-videos {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto;
gap: 1rem;
align-items: start;
justify-items: center;
}
.video-testimonials-videos > .video-item:nth-child(4),
.video-testimonials-videos > .video-item:nth-child(5) {
grid-column: span 1;
grid-row: 2;
}
.video-slider-container {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 1rem;
}
.video-slider {
flex: 1 1 0%;
min-width: 0;
min-height: 400px;
overflow-x: hidden;
border-radius: 12px;
background: white;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
position: relative;
}
.video-track {
display: flex;
flex-wrap: nowrap;
transition: transform 0.3s ease;
width: 166.66%;
min-height: 400px;
}
.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.video-slider-container {
overflow-x: hidden;
}
.video-slider {
width: 100%;
height: 400px; }
.video-item {
width: 33.33%;
flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
}
.video-slide {
width: 33.33%;
min-width: 0;
min-height: 300px; flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
display: flex;
align-items: stretch;
background-color: rgba(0, 0, 255, 0.1); border: 2px solid blue; }
.video-container {
position: relative;
width: 100%;
aspect-ratio: 9/16; border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
background: #000;
overflow: hidden;
display: flex;
align-items: stretch;
border: 2px solid red; }
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
object-fit: cover;
border: 2px solid blue; }
.slider-btn {
background: white;
border: 2px solid #ddd;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1.5rem;
color: #333;
transition: all 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.slider-btn:hover {
background: #f0f0f0;
border-color: #ccc;
transform: scale(1.1);
}
.slider-btn:active {
transform: scale(0.95);
}
.video-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin: 1rem auto 0;
width: 100%;
max-width: 300px;
position: relative;
z-index: 2;
padding: 0;
transform: translateX(-5%); }
.video-slider-container {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 1rem;
padding: 0 60px;
box-sizing: border-box;
overflow: hidden;
}
.video-slider {
flex: 1;
overflow: hidden;
border-radius: 12px;
background: white;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
position: relative;
}
.video-track {
display: flex;
transition: transform 0.3s ease;
width: 166.66%;
}
.video-item-container {
width: 33.33%;
flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
}
.dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: all 0.3s ease;
}
.dot.active,
.dot:hover {
background: white;
transform: scale(1.2);
} .text-image-testimonials {
background-color: #f8f9fa;
padding: 4rem 0;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.testimonial-card {
background: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.testimonial-content {
padding: 1.5rem;
}
.stars {
color: #ffc107;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.testimonial-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.5rem;
color: #333;
}
.testimonial-text {
color: #666;
line-height: 1.6;
margin-bottom: 1rem;
font-size: 0.95rem;
}
.testimonial-author {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
}
.author-name {
font-weight: 500;
color: #333;
}
.verified {
color: #28a745;
font-size: 0.8rem;
}
.testimonial-image {
height: 200px;
overflow: hidden;
}
.testimonial-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.testimonial-card:hover .testimonial-image img {
transform: scale(1.05);
} @media (max-width: 768px) {
.section-title {
font-size: 2rem;
margin-bottom: 2rem;
}
.features-grid {
flex-wrap: wrap;
gap: 1rem;
}
.feature-icon {
width: 60px;
height: 60px;
}
.feature-title {
font-size: 1.1rem;
}
.feature-description {
font-size: 0.85rem;
}
.video-testimonials-layout {
grid-template-columns: 1fr;
gap: 2rem;
}
.video-testimonials-text .section-title {
text-align: center;
font-size: 1.8rem;
}
.video-slider-container {
max-width: 100%;
}
.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.prev-btn {
left: 10px;
}
.next-btn {
right: 10px;
}
.video-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin: 1rem auto 0;
width: 100%;
max-width: 300px;
position: relative;
z-index: 2;
padding: 0;
transform: none; }
.why-choose-us,
.faq-section,
.video-testimonials,
.text-image-testimonials {
padding: 3rem 0;
}
}
@media (max-width: 480px) {
.section-title {
font-size: 1.8rem;
}
.features-grid {
flex-wrap: wrap;
gap: 0.5rem;
}
.feature-item {
flex: 1 1 45%;
min-width: 45%;
padding: 0.5rem;
}
.testimonial-content {
padding: 1rem;
}
.testimonial-title {
font-size: 1.1rem;
}
.testimonial-text {
font-size: 0.9rem;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//lordsoffur.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//lordsoffur.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//lordsoffur.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//lordsoffur.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}