@charset "UTF-8";.ai-loading-spinner{display:inline-block;vertical-align:middle}.ai-loading-spin{animation:ai-loading-spin 1s linear infinite}@keyframes ai-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-chat-message-loading{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;color:#6b7280}.ai-chat-message-loading .ai-loading-spinner{flex-shrink:0}.ai-loading-container{display:flex;align-items:center;gap:.5rem}.ai-chat-typewriter{display:inline-block}.ai-chat-typewriter:after{content:"|";animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.ai-chat-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px}.ai-chat-header{text-align:center;margin-bottom:2rem;position:relative}.ai-chat-header-text{text-align:center}.ai-chat-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.ai-chat-subtitle{font-size:1rem;color:#6b7280}.ai-chat-share{display:flex;align-items:center;justify-content:flex-end;white-space:nowrap;flex-wrap:nowrap}.ai-chat-share-header,.ai-chat-share-form{margin-top:1rem}.ai-chat-share-buttons{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.25rem}.ai-chat-share-button{--brand-color: #6b7280;display:inline-flex;align-items:center;justify-content:center;padding:.375rem;background:var(--brand-color);border:none;border-radius:6px;color:#fff;text-decoration:none;transition:all .2s ease;width:32px;height:32px;min-width:32px;min-height:32px}.ai-chat-share-button:hover{background:var(--brand-color);color:#fff;transform:translateY(-1px);opacity:.9;box-shadow:0 2px 6px #00000026}.ai-chat-share-button:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.ai-chat-share-button:focus{outline:2px solid var(--brand-color);outline-offset:2px}.ai-chat-share-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.ai-chat-share-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.ai-chat-share-facebook{--brand-color: #1877f2}.ai-chat-share-x{--brand-color: #000000}.ai-chat-share-linkedin{--brand-color: #0a66c2}.ai-chat-share-whatsapp{--brand-color: #25d366}.ai-chat-share-telegram{--brand-color: #0088cc}.ai-chat-share-pinterest{--brand-color: #bd081c}.ai-chat-share-reddit{--brand-color: #ff4500}.ai-chat-share-line{--brand-color: #00c300}.ai-chat-share-email{--brand-color: #6b7280}.ai-chat-content{display:flex;flex-direction:column;gap:1.5rem}.ai-chat-form{width:100%}.ai-chat-form-container{border:1px solid #d1d5db;border-radius:12px;padding:1rem;background:#fff;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column;gap:.75rem}.ai-chat-form-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ai-chat-textarea{width:100%;padding:.75rem 1rem;border:none;border-radius:0;font-size:1rem;resize:vertical;min-height:80px!important;height:auto!important;font-family:inherit;background:transparent;outline:none;box-shadow:none;color:#000!important;caret-color:#000!important}.ai-chat-container[data-mode=chat] .ai-chat-textarea{min-height:60px!important;height:auto!important}.ai-chat-form textarea,form.ai-chat-form textarea{--theme-form-field-height: auto !important;height:auto!important;min-height:80px!important;color:#000!important;caret-color:#000!important}.ai-chat-container[data-mode=chat] .ai-chat-form textarea,.ai-chat-container[data-mode=chat] form.ai-chat-form textarea{--theme-form-field-height: auto !important;height:auto!important;min-height:60px!important;color:#000!important;caret-color:#000!important}.ai-chat-textarea:focus{outline:none;box-shadow:none}.ai-chat-form-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.ai-chat-form-bottom-left{display:flex;align-items:center;gap:.75rem;flex:1}.ai-chat-form-bottom-right{display:flex;align-items:center}.ai-chat-send-btn{padding:.75rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap;height:-moz-fit-content;height:fit-content}.ai-chat-send-btn:hover{background:#2563eb}.ai-chat-send-btn:disabled{background:#9ca3af;cursor:not-allowed}.ai-chat-send-btn.loading{position:relative;display:flex;align-items:center;justify-content:center}.ai-chat-send-btn.loading .ai-loading-spinner{color:#fff}.ai-chat-messages{max-height:600px;overflow-y:auto;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.ai-chat-messages-list{display:flex;flex-direction:column;gap:1rem}.ai-chat-message{padding:.75rem 1rem;border-radius:8px;max-width:80%;word-wrap:break-word}.ai-chat-message-user{align-self:flex-end;background:#3b82f6;color:#fff}.ai-chat-message-ai{align-self:flex-start;background:#fff;color:#1f2937;border:1px solid #e5e7eb}.ai-chat-message-ai p{margin:.5rem 0;line-height:1.6}.ai-chat-message-ai p:first-child{margin-top:0}.ai-chat-decision-loading{padding:.5rem 1rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;align-self:flex-start}.ai-chat-message-ai p:last-child{margin-bottom:0}.ai-chat-message-ai ul,.ai-chat-message-ai ol{margin:.5rem 0;padding-left:1.5rem}.ai-chat-message-ai li{margin:.25rem 0;line-height:1.6}.ai-chat-message-ai code{background:#f3f4f6;padding:.125rem .375rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875em;color:#e11d48}.ai-chat-message-ai pre{background:#f3f4f6;padding:.75rem;border-radius:6px;overflow-x:auto;margin:.5rem 0}.ai-chat-message-ai pre code{background:transparent;padding:0;color:inherit;font-size:.875em}.ai-chat-message-ai strong{font-weight:600;color:#111827}.ai-chat-message-ai em{font-style:italic}.ai-chat-message-ai blockquote{border-left:4px solid #3b82f6;padding-left:1rem;margin:.5rem 0;color:#6b7280;font-style:italic}.ai-chat-message-ai a{color:#3b82f6;text-decoration:underline}.ai-chat-message-ai a:hover{color:#2563eb}.ai-chat-message-ai h1,.ai-chat-message-ai h2,.ai-chat-message-ai h3,.ai-chat-message-ai h4,.ai-chat-message-ai h5,.ai-chat-message-ai h6{margin:.75rem 0 .5rem;font-weight:600;line-height:1.3}.ai-chat-message-ai h1:first-child,.ai-chat-message-ai h2:first-child,.ai-chat-message-ai h3:first-child,.ai-chat-message-ai h4:first-child,.ai-chat-message-ai h5:first-child,.ai-chat-message-ai h6:first-child{margin-top:0}.ai-chat-message-ai h1{font-size:1.5rem}.ai-chat-message-ai h2{font-size:1.25rem}.ai-chat-message-ai h3{font-size:1.125rem}.ai-chat-message-ai hr{border:none;border-top:1px solid #e5e7eb;margin:1rem 0}.ai-chat-analysis-container{margin-top:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.ai-chat-loading{padding:1rem;text-align:center;color:#6b7280}.ai-chat-error{padding:1rem;background:#fee2e2;color:#991b1b;border-radius:8px}.ai-chat-friendly-reply{margin-bottom:1rem}.ai-chat-optimized-prompt{margin-top:1rem;padding:1rem;background:#f3f4f6;border-radius:8px}.ai-chat-message-container{display:flex;flex-direction:column;gap:.5rem;width:100%;align-items:flex-start}.ai-chat-message-container.ai-chat-message-container-user{align-items:flex-end}.ai-chat-message-media{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding:.5rem 0;max-width:80%;justify-content:flex-end}.ai-chat-pattern-buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.ai-chat-pattern-buttons-row{display:flex;gap:.5rem;align-items:center}.ai-chat-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;color:#374151;cursor:pointer;transition:all .2s;flex-shrink:0}.ai-chat-icon-btn svg{width:1.25rem;height:1.25rem;stroke-width:1.5}.ai-chat-icon-btn:hover:not(:disabled){color:#111827}.ai-chat-icon-btn:disabled{cursor:not-allowed;opacity:.5}.ai-chat-icon-btn:disabled:hover{opacity:.5}.ai-chat-tooltip{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);padding:.375rem .75rem;background:#1f2937;color:#fff;font-size:.75rem;white-space:nowrap;border-radius:.375rem;opacity:0;pointer-events:none;transition:opacity .2s,visibility .2s;visibility:hidden;z-index:1000;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ai-chat-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937}.ai-chat-icon-btn:hover .ai-chat-tooltip,.ai-chat-icon-btn:focus .ai-chat-tooltip{opacity:1;visibility:visible}.ai-chat-generate-scene-btn{padding:.5rem 1rem;border:1px solid #10b981;background:#10b981;color:#fff;border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .2s;flex:1;min-width:120px}.ai-chat-generate-scene-btn:hover{background:#059669;border-color:#059669}.ai-chat-generate-scene-btn:disabled{opacity:.6;cursor:not-allowed}.ai-chat-message-media-item{position:relative;width:120px;height:120px;flex-shrink:0}.ai-chat-message-media-item-loading{width:120px;height:120px;background-color:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;border:none}.ai-chat-message-media-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .75rem;width:120px;height:120px}.ai-chat-message-media-loading .ai-loading-spinner{width:24px;height:24px;margin-bottom:.75rem;color:#3b82f6;flex-shrink:0}.ai-chat-message-media-loading .loading-text{color:#6b7280;font-size:.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;padding:0 .25rem}.ai-chat-message-media-loading .loading-text-main{font-size:12px;line-height:1.2}.ai-chat-message-media-loading .loading-text-time{font-size:.75rem;line-height:1.2;display:block}.ai-chat-message-media-loading.error .loading-text{color:#ef4444}.ai-chat-message-media-loading.error{border-color:#ef4444;background-color:#fef2f2}@keyframes spin{to{transform:rotate(360deg)}}.ai-chat-message-media-img{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;border:none;transition:transform .2s}.ai-chat-message-media-img:hover{transform:scale(1.05)}.ai-chat-image-lightbox{animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ai-chat-image-lightbox-content{animation:zoomIn .2s ease-in-out;max-width:600px;width:100%}@media (max-width: 767px){.ai-chat-image-lightbox-content{max-width:95vw}.ai-chat-image-lightbox-close{top:-10px;right:-10px;width:36px;height:36px;font-size:20px}}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.ai-chat-image-lightbox-close:hover{transform:scale(1.1)}.ai-chat-image-upload{display:flex;gap:.75rem;align-items:center}.ai-chat-upload-label{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s}.ai-chat-upload-label:first-child{margin-bottom:0!important}.ai-chat-upload-label:hover{background:#e5e7eb;border-color:#9ca3af}.ai-chat-upload-icon{width:20px;height:20px;color:#6b7280;transition:color .2s}.ai-chat-upload-label:hover .ai-chat-upload-icon{color:#374151}.ai-chat-upload-label{position:relative}.ai-chat-upload-label:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(-4px);padding:6px 10px;background:#000000d9;color:#fff;font-size:12px;white-space:nowrap;border-radius:4px;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;z-index:1000;font-weight:500}.ai-chat-upload-label:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(0,0,0,.85);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:1000}.ai-chat-upload-label:hover:after,.ai-chat-upload-label:hover:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.ai-chat-upload-label:hover:before{transform:translate(-50%)}.ai-chat-image-preview{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem;margin-bottom:.5rem;min-height:0}.ai-chat-image-preview-item{position:relative;display:flex;align-items:center;gap:.5rem}.ai-chat-image-preview-item:empty{display:none}.ai-chat-image-preview-wrapper{position:relative;display:inline-block}.ai-chat-image-preview-wrapper:hover .remove-image-btn{display:flex}.ai-chat-image-preview-img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;border-radius:4px;border:1px solid #d1d5db;display:block}.ai-chat-image-preview-label{font-size:.75rem;color:#6b7280;font-weight:500;white-space:nowrap}.remove-image-btn{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:50%;background:#f87171;color:#fff;border:none;cursor:pointer;font-size:12px;line-height:1;display:none;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s,transform .2s;z-index:10;padding:0;opacity:0;transform:scale(.8)}.ai-chat-image-preview-wrapper:hover .remove-image-btn{display:flex;opacity:1;transform:scale(1)}.remove-image-btn:hover{background:#ef4444}.ai-chat-image-grid-container{margin-top:2rem}.ai-chat-image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.ai-chat-image-grid{grid-template-columns:repeat(4,1fr)}}.ai-chat-image-grid-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f3f4f6;border:2px solid #e5e7eb;transition:border-color .2s}.ai-chat-image-grid-item:hover{border-color:#3b82f6}.ai-chat-image-wrapper{position:relative;width:100%;height:100%}.ai-chat-image-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ai-chat-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.ai-chat-image-grid-item:hover .ai-chat-image-overlay{opacity:1}.ai-chat-select-btn{padding:.5rem 1.5rem;background:#fff;color:#1f2937;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.ai-chat-select-btn:hover{background:#f3f4f6}.ai-chat-select-btn.selected{background:#3b82f6;color:#fff}.ai-chat-image-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:1rem;background:#ffffffe6;border-radius:8px;color:#6b7280;font-size:.875rem}.ai-chat-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.ai-chat-action-btn{padding:.75rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.ai-chat-action-btn:hover{background:#f9fafb;border-color:#9ca3af}.ai-chat-action-btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.ai-chat-action-btn-primary:hover{background:#2563eb;border-color:#2563eb}.ai-chat-page{min-height:100vh;padding:0;margin:0}.site-main .ai-chat-page{min-height:auto!important;padding:2rem 1rem;margin-top:2rem;margin-bottom:2rem}.yoga-mat-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:flex;align-items:start;justify-content:center}.yoga-mat-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;cursor:default}.yoga-mat-modal-content{position:relative;background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:90vh;margin-top:1rem;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d;z-index:1}.yoga-mat-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.yoga-mat-modal-header h3{margin:0;font-size:20px;font-weight:600;color:#333}.yoga-mat-modal-close{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.yoga-mat-modal-close:hover{color:#000}.yoga-mat-modal-body{padding:20px;overflow-y:auto;flex:1;color:#333}.yoga-mat-product-list{margin-bottom:20px}.yoga-mat-product-item{display:flex;align-items:center;justify-content:space-between;padding:15px;border:2px solid #eee;border-radius:6px;margin-bottom:10px;cursor:pointer;transition:all .3s ease}.yoga-mat-product-item-content{flex:1}.yoga-mat-product-item-arrow{display:flex;align-items:center;justify-content:center;color:#666;margin-left:15px;flex-shrink:0}.yoga-mat-product-item:hover{border-color:#000;background:#f5f5f5}.yoga-mat-product-item:hover .yoga-mat-product-item-arrow{color:#000}.yoga-mat-product-item.selected{border-color:#000;background:#f0f0f0}.yoga-mat-product-item.selected .yoga-mat-product-item-arrow{color:#000}.yoga-mat-product-item-name{font-weight:600;font-size:16px;margin-bottom:5px;color:#333}.yoga-mat-product-item-price{color:#000;font-size:14px}.yoga-mat-product-item-price del{color:#999}.yoga-mat-product-item-price ins{color:#000;text-decoration:none}#yoga-mat-product-options{margin-top:20px;padding-top:20px;border-top:1px solid #eee;color:#333}#yoga-mat-product-options h4{color:#333;margin:0 0 12px;font-size:16px;font-weight:600}.yoga-mat-variation-attribute{margin-bottom:15px}.yoga-mat-variation-attribute label{display:block;margin-bottom:5px;font-weight:600;font-size:14px;color:#333;text-transform:capitalize}.yoga-mat-variation-buttons{display:flex;flex-wrap:wrap;gap:8px}.yoga-mat-variation-btn{padding:8px 16px;border:2px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#f5f5f5;cursor:pointer;transition:all .2s ease;font-weight:500;outline:none!important;box-shadow:none!important}.yoga-mat-variation-btn:focus,.yoga-mat-variation-btn:focus-visible{outline:none!important;box-shadow:none!important}.yoga-mat-variation-btn:hover{border-color:#9ca3af;background-color:#f9fafb}.yoga-mat-variation-btn.active{border-color:#000;background-color:#fff;color:#000;font-weight:600}.yoga-mat-variation-info{margin-top:15px;padding:10px;background:#f9f9f9;border-radius:4px;display:none}.yoga-mat-variation-info.active{display:block}.yoga-mat-variation-price-stock{display:flex;justify-content:space-between;align-items:center;gap:15px}.yoga-mat-variation-price{font-weight:600;font-size:16px;color:#000;flex:1}.yoga-mat-variation-price del{color:#999;margin-right:8px}.yoga-mat-variation-price ins{color:#000;text-decoration:none}.yoga-mat-variation-stock{font-size:14px;flex-shrink:0}.yoga-mat-stock-status{display:flex;align-items:center;gap:6px}.yoga-mat-stock-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.yoga-mat-stock-status.in-stock{color:#000}.yoga-mat-stock-status.in-stock .yoga-mat-stock-dot{background-color:#10b981}.yoga-mat-stock-status.out-of-stock{color:var(--primary-color, rgb(248, 113, 113))}.yoga-mat-stock-status.out-of-stock .yoga-mat-stock-dot{background-color:#ef4444}.yoga-mat-quantity-selector{display:flex;align-items:center;gap:10px;margin:20px 0}.yoga-mat-quantity-selector label{font-weight:600;font-size:14px;color:#333}.yoga-mat-quantity-controls{display:flex;align-items:stretch;border:1px solid #ddd;border-radius:4px;overflow:hidden}.yoga-mat-quantity-minus,.yoga-mat-quantity-plus{background:#f5f5f5;border:none!important;outline:none!important;box-shadow:none!important;width:32px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.yoga-mat-quantity-minus{border-right:1px solid #ddd}.yoga-mat-quantity-plus{border-left:1px solid #ddd}.yoga-mat-quantity-minus:hover,.yoga-mat-quantity-plus:hover{background:#e0e0e0}.yoga-mat-quantity-input{width:60px;border:none!important;outline:none!important;box-shadow:none!important;text-align:center;font-size:14px;padding:0;margin:0}.yoga-mat-modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.yoga-mat-modal-buttons{display:flex;gap:10px}.yoga-mat-add-to-cart-message{margin-top:10px;padding:10px;border-radius:4px;display:none}.yoga-mat-message-success{color:#000;font-size:14px}.yoga-mat-message-error{color:var(--primary-color, rgb(248, 113, 113));font-size:14px}.yoga-mat-go-to-cart-link{color:var(--primary-color, rgb(248, 113, 113));text-decoration:underline!important;text-underline-offset:4px;margin-left:10px}.yoga-mat-go-to-cart-link:hover{color:var(--primary-color, rgb(248, 113, 113));text-decoration:underline!important}.yoga-mat-add-to-cart-btn{flex:1;padding:12px 24px;background:#000;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.yoga-mat-add-to-cart-btn:hover{background:#333}.yoga-mat-add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.yoga-mat-cancel-btn{padding:12px 24px;background:#f5f5f5;color:#666;border:1px solid #ddd;border-radius:4px;font-size:16px;cursor:pointer;transition:background .3s ease}.yoga-mat-cancel-btn:hover{background:#e0e0e0}.yoga-mat-loading{text-align:center;padding:40px 20px;color:#666}.yoga-mat-loading p{margin:0;font-size:14px}.yoga-mat-product-info-collapse{margin-top:20px;padding-top:20px;border-top:1px solid #eee}.yoga-mat-collapse-item{margin-bottom:10px;border:1px solid #eee;border-radius:4px;overflow:hidden}.yoga-mat-collapse-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;background:#fff;border:none;cursor:pointer;text-align:left;transition:background .3s ease}.yoga-mat-collapse-toggle:hover,.yoga-mat-collapse-toggle.active{background:#f5f5f5}.yoga-mat-collapse-title{font-weight:600;font-size:14px;color:#333}.yoga-mat-collapse-icon{flex-shrink:0;margin-left:10px;color:#666;transition:transform .3s ease}.yoga-mat-collapse-toggle.active .yoga-mat-collapse-icon{transform:rotate(180deg)}.yoga-mat-collapse-content{padding:0 15px;background:#fafafa}.yoga-mat-collapse-inner{padding:15px 0;font-size:14px;color:#666;line-height:1.6}.pre-designed-yoga-mat-section{padding:3rem 1rem;background-color:#f9fafb}@media (min-width: 768px){.pre-designed-yoga-mat-section{padding:4rem 2rem}}.pre-designed-yoga-mat-container{max-width:1200px;margin:0 auto}.pre-designed-yoga-mat-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1f2937}@media (min-width: 768px){.pre-designed-yoga-mat-title{font-size:1.5rem;margin-bottom:3rem}}.pre-designed-yoga-mat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.pre-designed-yoga-mat-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.pre-designed-yoga-mat-item{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.pre-designed-yoga-mat-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.pre-designed-yoga-mat-link{display:block;text-decoration:none;color:inherit}.pre-designed-yoga-mat-image-wrapper{width:100%;aspect-ratio:1/1;overflow:hidden;background-color:#f3f4f6}.pre-designed-yoga-mat-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.pre-designed-yoga-mat-content{padding:1rem}.pre-designed-yoga-mat-item-title{font-size:.875rem;font-weight:500;line-height:1.5;color:#1f2937;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.pre-designed-yoga-mat-item-title{font-size:1rem}}.testimonials-section{padding:3rem 1rem;background-color:#fff}@media (min-width: 768px){.testimonials-section{padding:4rem 2rem}}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1f2937}@media (min-width: 768px){.testimonials-title{margin-bottom:3rem}}.testimonials-swiper{position:relative;padding:0 40px 50px}@media (max-width: 639px){.testimonials-swiper{padding:0 30px 50px}}.testimonial-card{background-color:#f9fafb;border-radius:.75rem;padding:2rem;height:100%;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease-in-out}.testimonial-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.testimonial-mat-image{width:100%;aspect-ratio:1/1;margin-bottom:1.5rem;border-radius:.5rem;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px #0000001a}.testimonial-mat-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-rating .star{color:#fbbf24;font-size:1.25rem;line-height:1}.testimonial-text{font-size:.9375rem;line-height:1.6;color:#374151;margin:0 0 1.5rem;flex-grow:1}@media (min-width: 768px){.testimonial-text{font-size:1rem}}.testimonial-author{margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}.testimonial-author-avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;background-color:#e5e7eb}.testimonial-avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;letter-spacing:.5px}.testimonial-author-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.testimonial-author-name{font-size:.9375rem;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:.5rem}.testimonial-country-flag{font-size:1rem;line-height:1;display:inline-block}.testimonial-author-studio{font-size:.875rem;font-weight:500;color:#6b7280}.testimonial-author-role{font-size:.875rem;color:#9ca3af}.testimonials-swiper .swiper-button-next,.testimonials-swiper .swiper-button-prev{width:40px;height:40px;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#1f2937;display:flex;align-items:center;justify-content:center}.testimonials-swiper .swiper-button-next:after,.testimonials-swiper .swiper-button-prev:after{display:none!important}.testimonials-swiper .swiper-button-next svg,.testimonials-swiper .swiper-button-prev svg{width:16px;height:16px;color:currentColor;stroke:currentColor}.testimonials-swiper .swiper-button-next:hover,.testimonials-swiper .swiper-button-prev:hover{background-color:#f3f4f6}@media (max-width: 639px){.testimonials-swiper .swiper-button-next,.testimonials-swiper .swiper-button-prev{width:32px;height:32px}.testimonials-swiper .swiper-button-next svg,.testimonials-swiper .swiper-button-prev svg{width:14px;height:14px}}.testimonials-swiper .swiper-button-next{right:0}.testimonials-swiper .swiper-button-prev{left:0}.testimonials-swiper .swiper-pagination{bottom:0}.testimonials-swiper .swiper-pagination-bullet{width:8px;height:8px;background-color:#d1d5db;opacity:1}.testimonials-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1f2937}.press-section{padding:3rem 1rem;background-color:#f9fafb}@media (min-width: 768px){.press-section{padding:4rem 2rem}}.press-container{max-width:1200px;margin:0 auto}.press-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1f2937}@media (min-width: 768px){.press-title{margin-bottom:3rem}}.press-swiper{position:relative}.press-logo-item{width:100%;height:60px;display:flex;align-items:center;justify-content:center;padding:.75rem;background-color:#fff;border-radius:.5rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.press-logo-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width: 768px){.press-logo-item{height:70px;padding:1rem}}.press-logo-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .2s ease-in-out,opacity .2s ease-in-out}.press-logo-item:hover .press-logo-image{filter:grayscale(0%);opacity:1}.press-logo-text{font-size:.75rem;font-weight:600;color:#6b7280;text-align:center;line-height:1.3;transition:color .2s ease-in-out}.press-logo-item:hover .press-logo-text{color:#1f2937}@media (min-width: 640px){.press-logo-text{font-size:.875rem}}@media (min-width: 1024px){.press-logo-text{font-size:.9375rem}}
