.icon-grid {
display: flex;
gap: 14px;
flex-wrap: wrap;
align-items: center;
} .icon-item {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
padding: 6px;
border: 1px solid #ebebeb;
border-radius: 50%;
background: #fff;
transition: all 0.3s ease;
}
.icon-item img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: contain;
} .icon-item .tooltip {
position: absolute;
left: 50%;
transform: translate(-50%, 8px);
opacity: 0;
visibility: hidden;
z-index: 100; background: var(--dark, #333);
color: var(--white, #fff);
border-radius: 3px;
font-size: 12px;
font-weight: 500;
line-height: 1.4;
padding: 8px 12px;
max-width: 300px;
text-align: center;
white-space: normal;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
} .icon-item.tooltip-bot .tooltip {
top: 100%;
margin-top: 8px;
} .icon-item.tooltip-top .tooltip {
bottom: 100%;
top: auto;
margin-bottom: 8px;
transform: translate(-50%, -8px);
}
.icon-item.tooltip-top:hover .tooltip {
transform: translate(-50%, 0);
} .icon-item:hover .tooltip {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
} .icon-item:hover {
border-color: var(--primary, #007cba);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} @media (max-width: 768px) {
.icon-grid {
gap: 10px;
}
.icon-item {
width: 54px;
height: 54px;
padding: 5px;
}
.icon-item .tooltip {
font-size: 11px;
max-width: 200px;
padding: 6px 10px;
}
}
@media (max-width: 480px) {
.icon-grid {
gap: 8px;
}
.icon-item {
width: 48px;
height: 48px;
padding: 4px;
}
}.cd3d-btn,
.mv-play,
.btn-3d-desktop,
.toggle-3d-btn-gallery {
height: 40px;
cursor: pointer;
background-color: #fff;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
border-radius: 100px;
border: none;
display: flex;
align-items: center;
justify-content: center;
padding: 0 12px;
color: #222;
transition: background 0.2s, color 0.2s, width 0.3s ease, box-shadow 0.2s ease;
overflow: hidden;
white-space: nowrap;
gap: 0;
} .cd3d-btn {
padding: 0 8px;
background: #fff;
border-radius: 20px;
border: none;
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
cursor: pointer;
color: #000;
font-size: 14px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
overflow: hidden;
white-space: nowrap;
transition: gap 0.3s ease, box-shadow 0.2s ease; gap: 8px;
}
.cd3d-btn .btn-label {
display: block;
overflow: hidden;
white-space: nowrap;
transition: max-width 0.3s ease, opacity 0.25s ease;
font-size: 13px;
font-weight: 500;
max-width: 150px;
opacity: 1;
} .cd3d-btn.collapsed {
gap: 0;
}
.cd3d-btn.collapsed .btn-label {
max-width: 0;
opacity: 0;
} .cd3d-btn.collapsed:hover {
gap: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.cd3d-btn.collapsed:hover .btn-label {
max-width: 150px;
opacity: 1;
}
.cd3d-btn svg {
flex-shrink: 0;
} @media (max-width: 1024px) {
.cd3d-btn,
.cd3d-btn.collapsed {
width: auto;
padding: 0 16px 0 12px;
}
.cd3d-btn .btn-label,
.cd3d-btn.collapsed .btn-label {
max-width: 150px;
opacity: 1;
margin-left: 8px;
}
} .cd3d-ar-btn {
display: none;
position: absolute;
bottom: 12px;
right: 12px;
padding: 0 12px;
background: #fff;
border-radius: 20px;
border: none;
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
cursor: pointer;
color: #000;
font-size: 13px;
font-weight: 500;
height: 40px;
align-items: center;
justify-content: center;
gap: 8px;
z-index: 10;
}
.cd3d-ar-btn svg {
flex-shrink: 0;
fill: currentColor;
}
.cd3d-ar-btn .ar-btn-label {
white-space: nowrap;
}
@media (max-width: 1024px) {
.cd3d-ar-btn {
display: flex;
}
}
.cd3d-btn:hover,
.mv-play:hover,
.btn-3d-desktop:hover,
.toggle-3d-btn-gallery:hover {
color: #111;
} .mv-play {
position: absolute;
top: 16px;
left: 12px;
height: 40px;
border-radius: 20px;
background: #fff;
border: none;
cursor: pointer;
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
padding: 0 8px;
z-index: 1002;
display: flex;
align-items: center;
justify-content: center;
color: #222;
overflow: hidden;
white-space: nowrap;
transition: gap 0.3s ease, box-shadow 0.2s ease; gap: 8px;
}
.mv-play .btn-label {
display: block;
overflow: hidden;
white-space: nowrap;
transition: max-width 0.3s ease, opacity 0.25s ease;
font-size: 13px;
font-weight: 500;
max-width: 150px;
opacity: 1;
}
.mv-play.collapsed {
gap: 0;
}
.mv-play.collapsed .btn-label {
max-width: 0;
opacity: 0;
}
.mv-play.collapsed:hover {
gap: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.mv-play.collapsed:hover .btn-label {
max-width: 150px;
opacity: 1;
} .mv-disclaimer {
position: absolute;
top: 8px;
left: 10%;
right: 10%;
width: 90%;
font-size: 11px;
color: rgba(0, 0, 0, 0.4);
text-align: center;
padding: 4px 30px;
line-height: 1.3;
pointer-events: none;
z-index: 10;
} .thumb-3d-icon {
position: absolute;
bottom: 4px;
right: 4px;
width: 22px;
height: 22px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
z-index: 5;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.thumb-3d-icon svg {
width: 16px;
height: 16px;
color: #333;
} .thumbs-nav-btn {
position: absolute;
width: 28px;
height: 28px;
background: rgba(255, 255, 255, 0.7);
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
transition: opacity 0.2s, background 0.2s;
color: #333;
padding: 0;
flex-shrink: 0;
}
.thumbs-nav-btn svg {
width: 16px;
height: 16px;
flex-shrink: 0;
}
.thumbs-nav-btn:hover {
background: rgba(255, 255, 255, 0.95);
} .thumbs-nav-btn.vertical.thumbs-nav-prev {
top: 4px;
left: 50%;
transform: translateX(-50%);
}
.thumbs-nav-btn.vertical.thumbs-nav-next {
bottom: 4px;
left: 50%;
transform: translateX(-50%);
} .thumbs-nav-btn.horizontal.thumbs-nav-prev {
left: 4px;
top: 50%;
transform: translateY(-50%);
}
.thumbs-nav-btn.horizontal.thumbs-nav-next {
right: 4px;
top: 50%;
transform: translateY(-50%);
} #mv-product-gallery {
width: 100%;
height: 100%;
min-height: 400px;
background: #ffffff;
border-radius: 10px;
} @media (max-width: 768px) {
.item-3d-viewer {
min-height: 300px;
}
#mv-product-gallery {
min-height: 300px;
}
} .mv-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
justify-content: center;
align-items: center;
background: rgba(242, 242, 242, 0.7);
border-radius: 10px;
z-index: 5;
}
.mv-loader__spinner {
width: 40px;
height: 40px;
border: 4px solid rgba(0, 0, 0, 0.1);
border-left-color: #000;
border-radius: 50%;
animation: mv-loader-spin 1s linear infinite;
}
@keyframes mv-loader-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} #mv-play-gallery {
position: absolute;
top: 12px;
right: 12px;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.7);
border: 0;
cursor: pointer;
box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
padding: 0;
z-index: 10;
transition: background 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
#mv-play-gallery:hover {
background: rgba(0, 0, 0, 0.9);
}
#mv-play-gallery svg {
width: 20px;
height: 20px;
fill: currentColor;
} .wrap-btn-viewer.style-3d {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0.7);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
z-index: 2;
}
.wrap-btn-viewer.style-3d svg {
width: 28px;
height: 28px;
} #btn-3d-viewer.btn-3d {
position: absolute;
right: 12px;
bottom: 12px;
z-index: 50;
background: #111;
color: #fff;
border: 0;
border-radius: 9999px;
padding: 10px 14px;
font-size: 13px;
line-height: 1;
cursor: pointer;
box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
opacity: 0.98;
transition: background 0.2s ease;
}
#btn-3d-viewer.btn-3d:hover {
background: #333;
} @media (max-width: 480px) {
#btn-3d-viewer.btn-3d {
right: 8px;
bottom: 8px;
padding: 8px 12px;
font-size: 12px;
}
} .modal-3d-qr {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, .7);
z-index: 9999;
align-items: center;
justify-content: center;
}
.modal-3d-qr__wrap {
box-sizing: border-box;
background: #fff;
border-radius: 16px;
padding: 40px;
margin: 4vh auto;
max-width: 800px;
max-height: 90vh;
overflow: auto;
position: relative;
box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}
.modal-3d-qr__title {
margin: 0 0 30px 0;
font-size: 28px;
font-weight: 600;
color: #6a9a1f;
text-align: center;
}
.modal-3d-qr__close {
position: absolute;
top: 12px;
right: 12px;
background: transparent;
border: 0;
font-size: 28px;
cursor: pointer;
color: #222;
z-index: 10;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: background 0.2s ease;
padding: 0;
}
.modal-3d-qr__close:hover {
background: rgba(0, 0, 0, 0.05);
}
.modal-3d-qr__content {
display: flex;
flex-direction: column;
gap: 24px;
}
.modal-3d-qr__top {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 24px;
}
.modal-3d-qr__qr {
flex-shrink: 0;
}
#qr-wrap-modal img {
display: block;
border-radius: 0 !important;
background: #fff;
}
.modal-3d-qr__image-wrap {
flex: 1;
}
.modal-3d-qr__image {
width: 100%;
height: auto;
border-radius: 8px;
display: block;
}
.modal-3d-qr__instructions {
display: flex;
flex-direction: column;
gap: 8px;
padding-top: 8px;
border-top: 1px solid #eee;
}
.modal-3d-qr__instructions p {
margin: 0;
font-size: 14px;
line-height: 1.5;
color: #333;
}
.modal-3d-qr__instructions strong {
color: #111;
} .ar-icon-inline {
display: inline-block;
vertical-align: middle;
margin: 0 2px;
color: #333;
} @media (max-width: 768px) {
.modal-3d-qr__wrap {
padding: 24px;
width: calc(100vw - 32px);
max-width: none;
}
.modal-3d-qr__title {
font-size: 22px;
margin-bottom: 20px;
}
.modal-3d-qr__top {
flex-direction: column;
gap: 16px;
}
.modal-3d-qr__qr {
order: 1;
}
.modal-3d-qr__image-wrap {
order: 2;
}
#qr-wrap-modal img {
width: 120px;
height: 120px;
}
.modal-3d-qr__instructions {
text-align: center;
}
.modal-3d-qr__instructions p {
font-size: 13px;
}
} .wcboost-variation-swatches__wrapper[data-attribute_name="attribute_pa_fabric_group"],
.wcboost-variation-swatches__wrapper[data-attribute_name="attribute_pa_wood_group"] {
display: none !important;
}  :root {
--swatch-border-radius: 50px !important;
}
.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.circle {
--swatch-border-radius: 50px !important;
}
.tm-extra-product-options .tc-image.radio-image.circle,
.tm-extra-product-options img.tc-image.radio-image.circle {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
padding: 6px !important;
border: 1px solid #ddd !important;
outline: 0 !important;
box-shadow: none !important;
cursor: pointer !important;
transition: all .3s ease-in-out !important;
width: 64px !important;
height: 64px !important;
border-radius: 50% !important;
background: #fff !important;
object-fit: cover !important;
}
.tm-extra-product-options .tc-image.radio-image.circle:hover,
.tm-extra-product-options img.tc-image.radio-image.circle:hover {
border-color: #999 !important;
transform: scale(1.05) !important;
}
.tm-extra-product-options input:checked + label .tc-image.radio-image.circle,
.tm-extra-product-options .tc-active .tc-image.radio-image.circle,
.tm-extra-product-options .selected .tc-image.radio-image.circle {
border-color: #000 !important;
border-width: 2px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}
.tc-mode-text .tc-label-inner {
padding: 0px 20px !important;
}  .slide-3d-poster {
position: relative !important;
width: 100% !important;
height: 100% !important;
min-height: 500px !important;
}
.slide-3d-poster .item-3d-viewer {
position: relative !important;
width: 100% !important;
height: 100% !important;
min-height: 500px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: #ffffff !important;
} .load-3d-model-btn {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
z-index: 10 !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
gap: 8px !important;
padding: 20px 30px !important;
background: rgba(255, 255, 255, 0.95) !important;
border: 2px solid #000 !important;
border-radius: 12px !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #000 !important;
text-align: center !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.load-3d-model-btn:hover {
background: #000 !important;
color: #fff !important;
transform: translate(-50%, -50%) scale(1.05) !important;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.load-3d-model-btn:active {
transform: translate(-50%, -50%) scale(0.98) !important;
}
.load-3d-model-btn:disabled {
opacity: 0.6 !important;
cursor: wait !important;
}
.load-3d-model-btn svg {
width: 32px !important;
height: 32px !important;
stroke: currentColor !important;
} .mv-container {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
background: transparent !important;
}
.mv-container model-viewer {
width: 100% !important;
height: 100% !important;
display: block !important;
background: #ffffff !important;
touch-action: none !important; } .mv-container model-viewer::part(default-poster) {
width: 100%;
height: 100%;
object-fit: contain;
background: #ffffff;
} .mv-loader {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
z-index: 5 !important;
display: none !important;
}
.mv-loader__spinner {
width: 50px !important;
height: 50px !important;
border: 4px solid #f3f3f3 !important;
border-top: 4px solid #000 !important;
border-radius: 50% !important;
animation: spin 1s linear infinite !important;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @media (max-width: 768px) {
.load-3d-model-btn {
padding: 16px 24px !important;
font-size: 14px !important;
}
.load-3d-model-btn svg {
width: 28px !important;
height: 28px !important;
}
.slide-3d-poster,
.slide-3d-poster .item-3d-viewer,
.mv-container,
.mv-container model-viewer {
min-height: auto !important;
}
} .model-3d-play-pause-btn {
position: absolute !important;
bottom: 20px !important;
left: 20px !important;
z-index: 999 !important;
width: 50px !important;
height: 50px !important;
background: rgba(0, 0, 0, 0.7) !important;
border: 2px solid rgba(255, 255, 255, 0.8) !important;
border-radius: 50% !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px) !important;
}
.model-3d-play-pause-btn:hover {
background: rgba(0, 0, 0, 0.9) !important;
transform: scale(1.1) !important;
border-color: rgba(255, 255, 255, 1) !important;
}
.model-3d-play-pause-btn:active {
transform: scale(0.95) !important;
}
.model-3d-play-pause-btn svg {
width: 24px !important;
height: 24px !important;
fill: white !important;
pointer-events: none !important;
} @media (max-width: 768px) {
.model-3d-play-pause-btn {
width: 45px !important;
height: 45px !important;
bottom: 15px !important;
left: 15px !important;
}
.model-3d-play-pause-btn svg {
width: 20px !important;
height: 20px !important;
}
} .stagger-item-3d .wrap-btn-viewer {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
z-index: 10 !important;
width: 40px !important;
height: 40px !important;
background: rgba(0, 0, 0, 0.7) !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
pointer-events: none !important;
transition: all 0.3s ease !important;
}
.stagger-item-3d:hover .wrap-btn-viewer {
background: rgba(0, 0, 0, 0.9) !important;
transform: translate(-50%, -50%) scale(1.1) !important;
}
.stagger-item-3d .wrap-btn-viewer .icon-btn3d {
color: white !important;
font-size: 20px !important;
} .stagger-item-3d .wrap-btn-viewer .icon-btn3d::before {
content: "3D" !important;
font-weight: bold !important;
font-size: 14px !important;
font-family: Arial, sans-serif !important;
}   @media (max-width: 1024px) {
.btn-3d-desktop {
display: none !important;
}
} .colordrop-onboarding-popover {
--driver-theme-color: #000 !important;
--driver-highlight-color: #000 !important;
}
.colordrop-onboarding-popover .driver-popover {
background: #fff !important;
border-radius: 16px !important;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
max-width: 320px !important;
}
.colordrop-onboarding-popover .driver-popover-title {
font-size: 18px !important;
font-weight: 600 !important;
color: #111 !important;
margin-bottom: 8px !important;
}
.colordrop-onboarding-popover .driver-popover-description {
font-size: 14px !important;
line-height: 1.6 !important;
color: #555 !important;
}
.colordrop-onboarding-popover .driver-popover-footer {
margin-top: 16px !important;
}
.colordrop-onboarding-popover .driver-popover-footer button {
background: #000 !important;
color: #fff !important;
border: none !important;
border-radius: 8px !important;
padding: 10px 20px !important;
font-size: 14px !important;
font-weight: 500 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
box-shadow: none !important;
text-shadow: none !important;
}
.colordrop-onboarding-popover .driver-popover-footer button:hover {
background: #333 !important;
box-shadow: none !important;
}
.colordrop-onboarding-popover .driver-popover-prev-btn {
background: transparent !important;
color: #666 !important;
border: 1px solid #ddd !important;
box-shadow: none !important;
}
.colordrop-onboarding-popover .driver-popover-prev-btn:hover {
background: #f5f5f5 !important;
color: #333 !important;
box-shadow: none !important;
}
.colordrop-onboarding-popover .driver-popover-close-btn {
background: transparent !important;
color: #999 !important;
position: absolute !important;
top: 8px !important;
right: 8px !important;
padding: 4px !important;
width: 28px !important;
height: 28px !important;
border-radius: 50% !important;
}
.colordrop-onboarding-popover .driver-popover-close-btn:hover {
background: #f0f0f0 !important;
color: #333 !important;
}
.colordrop-onboarding-popover .driver-popover-progress-text {
font-size: 12px !important;
color: #999 !important;
} .driver-active-element {
animation: colordrop-pulse 2s ease-in-out infinite !important;
}
@keyframes colordrop-pulse {
0%, 100% {
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
50% {
box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
}
}