.bp_grand,
.bp3dmodel-carousel {
position: relative;
margin-bottom: 25px;
}
.bp_model_parent,
.bp_model_gallery {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
}
.bp_model_parent:fullscreen {
background-color: #cfcfcf;
}
.fullscreen.bp_model_parent,
.fullscreen.bp_model_gallery {
width: 100% !important;
height: 100% !important;
top: 0;
left: 0;
position: fixed;
z-index: 9999999;
background: #fff;
}
.fullscreen model-viewer {
animation-name: opacityTo;
animation-duration: 2s;
}
.model-icon {
fill: #333;
cursor: pointer;
}
.bp_model_parent #closeBtn,
.bp_model_gallery #closeBtn {
display: none;
}
.fullscreen #closeBtn,
.bp_model_parent:fullscreen #closeBtn {
display: block;
background-color: #999;
position: absolute;
top: 10px;
right: 10px;
background: #333;
color: #fff;
border-radius: 3px;
}
.bp_model_parent #openBtn,
.bp_model_gallery #openBtn {
display: none;
position: absolute;
bottom: 10px;
right: 10px;
background: #333;
fill: #f2f2f2;
padding: 6px;
border-radius: 3px;
box-sizing: border-box;
cursor: pointer;
}
.modelViewerBlock .bp_model_parent:hover #openBtn,
.b3dviewer-wrapper:hover #openBtn,
.modelViewerBlock .bp_model_gallery:hover #openBtn,
[class*="product_"]:hover #openBtn {
display: block;
}
.modelViewerBlock {
max-width: 100%;
}
.modelViewerBlock .fullscreen.bp_model_parent #openBtn,
.modelViewerBlock .fullscreen.bp_model_gallery #openBtn,
.modelViewerBlock .bp_model_parent:fullscreen #openBtn {
display: none;
}
.bp3d_loader {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
@keyframes opacityTo {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
model-viewer {
max-width: 100%;
width: 100%;
height: 100%;
}
.woocommerce-product-gallery__image a model-viewer {
max-height: 100px;
} .slick-prev,
.slick-next {
width: 25px;
height: 25px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
color: #f4f4f4;
outline: none;
}
.slick-prev {
left: 15px;
z-index: 5;
}
.slick-next {
right: 15px;
}
.slick-prev::before,
.slick-next::before {
color: #d2d2d2;
} .product-modal-wrap {
display: flex;
flex-direction: column;
float: left;
width: 50%;
}
.product-modal-wrap .images {
width: 100% !important;
}
.bp_model_parent .progress {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #64646440;
font-weight: bold;
font-size: 2em;
position: absolute;
color: #fff;
max-width: 100%;
}
.qodef-woo-single-page .qodef-single-product-summary {
width: 100%;
}
@media screen and (min-width: 768px) {
.qodef-woo-single-page .summary {
width: 48%;
float: right;
}
}
@media screen and (max-width: 767px) {
.product-modal-wrap:has(+.summary) {
width: 100%;
}
}.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;
}.instagram-container {
max-width: 935px;
margin: 0 auto;
padding: 20px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
color: #262626;
background: white;
}
.instagram-container .profile-section {
background: white;
border: 1px solid #dbdbdb;
border-radius: 8px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.profile-header {
display: flex;
align-items: center;
gap: 30px;
margin-bottom: 30px;
}
.profile-pic-container {
position: relative;
width: 150px;
height: 150px;
}
.instagram-container .profile-pic {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
border: 3px solid #e1306c;
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
padding: 3px;
}
.instagram-container .profile-pic-placeholder {
width: 100%;
height: 100%;
border-radius: 50%;
background: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
color: #8e8e8e;
font-size: 48px;
cursor: pointer;
transition: all 0.3s ease;
}
.instagram-container .profile-pic-placeholder:hover {
background: #e0e0e0;
transform: scale(1.05);
}
.profile-upload {
position: absolute;
bottom: 10px;
right: 10px;
background: #0095f6;
color: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
cursor: pointer;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.profile-upload:hover {
background: #0074cc;
transform: scale(1.1);
}
.profile-info {
flex: 1;
background: white;
padding: 0;
}
.profile-username {
font-size: 40px;
font-weight: 700;
margin-bottom: 20px;
color: #262626;
background: white !important;
padding: 10px;
border: 1px solid #dbdbdb;
border-radius: 6px;
}
.profile-username input {
border: none;
font-size: 40px;
font-weight: 700;
background: white !important;
width: 100%;
padding: 5px 0;
border-bottom: 2px solid transparent;
transition: border-color 0.3s ease;
color: #262626;
}
.profile-username input:focus {
outline: none;
border-bottom-color: #0095f6;
background: white !important;
}
.profile-bio {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
background: white;
}
.instagram-container .profile-bio textarea {
width: 100%;
border: 1px solid #dbdbdb;
border-radius: 8px;
padding: 12px;
font-size: 16px;
font-family: inherit;
background: #ffffff;
resize: vertical;
min-height: 120px;
transition: border-color 0.3s ease;
}
.profile-bio textarea:focus {
outline: none;
border-color: #0095f6;
}
.add-post-btn {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color: white;
border: none;
border-radius: 25px;
padding: 12px 30px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.add-post-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.feed-section {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3px;
margin-top: 30px;
}
.instagram-container .post {
position: relative;
aspect-ratio: 4/5;
overflow: hidden;
background: #f5f5f5;
cursor: pointer;
transition: all 0.3s ease;
}
.post:hover {
transform: scale(1.02);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.post-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.instagram-container .post-image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #8e8e8e;
font-size: 48px;
background: #f5f5f5;
}
.post-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.post:hover .post-overlay {
opacity: 1;
}
.post-stats {
display: flex;
align-items: center;
gap: 20px;
color: white;
font-weight: 600;
}
.post-stat {
display: flex;
align-items: center;
gap: 5px;
font-size: 16px;
}
.post-controls {
position: absolute;
top: 10px;
right: 10px;
display: flex;
gap: 5px;
opacity: 0;
transition: opacity 0.3s ease;
}
.post:hover .post-controls {
opacity: 1;
}
.control-btn {
background: rgba(0,0,0,0.7);
color: white;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
cursor: pointer;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.control-btn:hover {
background: rgba(0,0,0,0.9);
transform: scale(1.1);
}
.control-btn.delete-post {
background: rgba(220, 53, 69, 0.8);
color: white;
}
.control-btn.delete-post:hover {
background: rgba(220, 53, 69, 1);
transform: scale(1.1);
}
.hidden {
display: none !important;
}
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.modal-content {
background: white;
border-radius: 12px;
padding: 30px;
max-width: 500px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.modal-title {
font-size: 18px;
font-weight: 600;
}
.close-btn {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #8e8e8e;
transition: color 0.3s ease;
}
.close-btn:hover {
color: #262626;
}
.file-input-container {
background: #f8f9fa;
border: 2px dashed #dbdbdb;
border-radius: 8px;
padding: 40px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
margin-bottom: 20px;
}
.file-input-container:hover {
border-color: #0095f6;
background: #f8f9fa;
}
.file-input-container.dragover {
border-color: #0095f6;
background: #e3f2fd;
}
.modal-actions {
display: flex;
gap: 15px;
justify-content: flex-end;
}
.btn {
padding: 10px 20px;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
transition: all 0.3s ease;
}
.btn-primary {
background: #0095f6;
color: white;
}
.btn-primary:hover {
background: #0074cc;
}
.btn-secondary {
background: #f0f0f0;
color: #262626;
}
.btn-secondary:hover {
background: #e0e0e0;
}
.post-detail-modal .modal-content {
max-width: 800px;
width: 95%;
max-height: 90vh;
padding: 0;
}
.post-detail-header {
padding: 15px 20px;
border-bottom: 1px solid #dbdbdb;
display: flex;
align-items: center;
gap: 10px;
}
.post-detail-image {
width: 100%;
max-height: 400px;
object-fit: cover;
}
.post-detail-content {
padding: 20px;
}
.post-detail-actions {
display: flex;
gap: 15px;
margin-bottom: 15px;
}
.post-action {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #262626;
transition: all 0.3s ease;
}
.post-action:hover {
color: #e1306c;
transform: scale(1.2);
}
.post-detail-bio {
font-size: 14px;
line-height: 1.4;
margin-bottom: 15px;
}
.post-detail-bio textarea {
width: 100%;
border: 1px solid #dbdbdb;
border-radius: 8px;
padding: 10px;
font-size: 14px;
font-family: inherit;
resize: vertical;
min-height: 60px;
transition: border-color 0.3s ease;
}
.post-detail-bio textarea:focus {
outline: none;
border-color: #0095f6;
}
.empty-feed-message {
grid-column: 1 / -1;
text-align: center;
padding: 60px 20px;
color: #8e8e8e;
font-size: 18px;
background: #f8f9fa;
border-radius: 8px;
border: 2px dashed #dbdbdb;
}
.empty-feed-message h3 {
margin-bottom: 10px;
color: #262626;
font-size: 24px;
}
.empty-feed-message p {
margin-bottom: 5px;
font-size: 16px;
}
@media (max-width: 768px) {
.profile-header {
flex-direction: column;
text-align: center;
gap: 20px;
}
.profile-pic-container {
width: 120px;
height: 120px;
}
.instagram-container {
padding: 10px;
}
.profile-section {
padding: 20px;
}
.feed-section {
gap: 2px;
}
.post-detail-modal .modal-content {
max-width: 95%;
margin: 10px;
}
}
@media (max-width: 480px) {
.profile-username {
font-size: 38px;
}
.profile-username input {
font-size: 38px;
background: white !important; color: #262626 !important;
}
.add-post-btn {
width: 100%;
text-align: center;
}
}