@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";:root{--clo-bg-primary: #0e0c0b;--clo-bg-secondary: #1a1614;--clo-bg-card: #221e1b;--clo-bg-elevated: #2a2420;--clo-bg-glass: rgba(34, 30, 27, .65);--clo-border: rgba(50, 40, 30, .18);--clo-border-hover: rgba(50, 40, 30, .35);--clo-accent: #9a7a54;--clo-accent-light: #b8956a;--clo-accent-dark: #7a6044;--clo-accent-glow: rgba(154, 122, 84, .12);--clo-text: #1a1614;--clo-text-secondary: #4a433d;--clo-text-muted: #7a736d;--clo-text-on-dark: #f5f0eb;--clo-text-on-dark-secondary: #a8a098;--clo-text-on-dark-muted: #6b6360;--clo-success: #2a9d5c;--clo-star: #d4a520;--clo-sale: #c94040;--clo-ff-heading: "Playfair Display", Georgia, serif;--clo-ff-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--clo-radius-sm: 6px;--clo-radius-md: 12px;--clo-radius-lg: 20px;--clo-radius-full: 9999px;--clo-ease-out: cubic-bezier(.22, 1, .36, 1);--clo-ease-spring: cubic-bezier(.34, 1.56, .64, 1)}.clo-product{max-width:1400px;margin:0 auto;padding:1rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;font-family:var(--clo-ff-body);color:var(--clo-text)}.clo-breadcrumb{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-family:var(--clo-ff-body);font-size:.875rem;color:var(--clo-text-muted)}.clo-breadcrumb a{color:var(--clo-text-muted);text-decoration:none;transition:color .2s var(--clo-ease-out)}.clo-breadcrumb a:hover{color:var(--clo-accent)}.clo-breadcrumb .clo-breadcrumb__current{color:var(--clo-text-secondary)}.clo-gallery{position:sticky;top:100px;display:grid;grid-template-columns:80px 1fr;gap:1rem}.clo-gallery__thumbs{display:flex;flex-direction:column;gap:.5rem}.clo-gallery__thumb{width:80px;height:95px;border-radius:var(--clo-radius-md);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .35s var(--clo-ease-out);opacity:.5}.clo-gallery__thumb:hover{opacity:.8}.clo-gallery__thumb.is-active{border-color:var(--clo-accent);opacity:1;box-shadow:0 0 20px #9a7a5433}.clo-gallery__thumb img{width:100%;height:100%;object-fit:cover}.clo-gallery__main{position:relative;border-radius:var(--clo-radius-lg);overflow:hidden;aspect-ratio:3/4;background:#f5f2ef;cursor:zoom-in}.clo-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--clo-ease-out),opacity .2s ease}.clo-gallery__main:hover img{transform:scale(1.05)}.clo-gallery__badges{position:absolute;top:1.25rem;left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.clo-badge{padding:6px 14px;border-radius:var(--clo-radius-full);font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.clo-badge--sale{background:#c94040e6;color:#fff}.clo-badge--new{background:#9a7a54e6;color:#fff}.clo-gallery__zoom{position:absolute;bottom:1.25rem;right:1.25rem;width:44px;height:44px;background:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--clo-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--clo-text);cursor:pointer;transition:all .35s var(--clo-ease-out)}.clo-gallery__zoom:hover{background:var(--clo-accent);color:#fff;transform:scale(1.1)}.clo-info{padding-top:.5rem}.clo-info__vendor{font-family:var(--clo-ff-body);font-size:.875rem;font-weight:600;color:var(--clo-accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.clo-info__title{font-family:var(--clo-ff-heading);font-size:2.5rem;font-weight:600;line-height:1.2;color:var(--clo-text);margin:0 0 1rem}.clo-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.clo-stars{display:flex;gap:2px;color:var(--clo-star)}.clo-stars svg{width:16px;height:16px}.clo-info__rating-text{font-size:.875rem;color:var(--clo-text-secondary)}.clo-info__rating-text strong{color:var(--clo-text)}.clo-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.5rem;border-bottom:1px solid var(--clo-border)}.clo-price__current{font-family:var(--clo-ff-heading);font-size:2rem;font-weight:700;color:var(--clo-text)}.clo-price__compare{font-size:1.25rem;color:var(--clo-text-muted);text-decoration:line-through}.clo-price__badge{font-size:.875rem;font-weight:600;color:var(--clo-sale);background:#c9404014;padding:4px 12px;border-radius:var(--clo-radius-full)}.clo-info__desc{font-size:1rem;color:var(--clo-text-secondary);line-height:1.7;margin-bottom:1.5rem}.clo-option{margin-bottom:1.5rem}.clo-option__label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;font-weight:600;color:var(--clo-text);text-transform:uppercase;letter-spacing:1px}.clo-option__selected{color:var(--clo-accent);text-transform:none;letter-spacing:0;font-weight:500}.clo-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.clo-option__btn{padding:12px 20px;border:1px solid var(--clo-border);border-radius:var(--clo-radius-md);font-size:.875rem;font-weight:500;font-family:var(--clo-ff-body);color:var(--clo-text-secondary);background:transparent;cursor:pointer;transition:all .35s var(--clo-ease-out)}.clo-option__btn:hover{border-color:var(--clo-border-hover);color:var(--clo-text);background:#9a7a540f}.clo-option__btn.is-active{border-color:var(--clo-accent);color:var(--clo-accent);background:var(--clo-accent-glow);box-shadow:0 0 15px #9a7a541a}.clo-option__btn.is-soldout{opacity:.35;cursor:not-allowed;text-decoration:line-through}.clo-swatch{width:38px;height:38px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:all .35s var(--clo-ease-spring);position:relative}.clo-swatch:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:2px solid transparent;transition:border-color .35s var(--clo-ease-out)}.clo-swatch:hover{transform:scale(1.15)}.clo-swatch.is-active:after{border-color:var(--clo-accent)}.clo-swatch.is-active{transform:scale(1.1)}.clo-actions{display:flex;gap:.75rem;margin-bottom:1.5rem}.clo-qty{display:flex;align-items:center;border:1px solid var(--clo-border);border-radius:var(--clo-radius-md);overflow:hidden;background:#f8f6f3}.clo-qty__btn{width:48px;height:52px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--clo-text-secondary);background:transparent;border:none;cursor:pointer;font-family:var(--clo-ff-body);transition:all .2s var(--clo-ease-out)}.clo-qty__btn:hover{background:#9a7a541a;color:var(--clo-text)}.clo-qty__input{width:50px;text-align:center;font-size:1rem;font-weight:600;font-family:var(--clo-ff-body);border:none;background:transparent;color:var(--clo-text);-moz-appearance:textfield}.clo-qty__input::-webkit-outer-spin-button,.clo-qty__input::-webkit-inner-spin-button{-webkit-appearance:none}.clo-btn-cart{flex:1;height:52px;background:linear-gradient(135deg,var(--clo-accent),var(--clo-accent-dark));color:#fff;font-size:1rem;font-weight:600;font-family:var(--clo-ff-body);letter-spacing:.5px;border-radius:var(--clo-radius-md);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;transition:all .35s var(--clo-ease-out)}.clo-btn-cart:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s var(--clo-ease-out)}.clo-btn-cart:hover{transform:translateY(-2px);box-shadow:0 8px 25px #9a7a544d}.clo-btn-cart:hover:before{left:100%}.clo-btn-cart:active{transform:translateY(0) scale(.98)}.clo-btn-cart.is-added{background:linear-gradient(135deg,var(--clo-success),#228b4a)}.clo-btn-cart[disabled]{opacity:.5;cursor:not-allowed}.clo-btn-wishlist{width:52px;height:52px;border:1px solid var(--clo-border);border-radius:var(--clo-radius-md);display:flex;align-items:center;justify-content:center;color:var(--clo-text-secondary);background:transparent;cursor:pointer;transition:all .35s var(--clo-ease-out)}.clo-btn-wishlist:hover,.clo-btn-wishlist.is-active{border-color:var(--clo-sale);color:var(--clo-sale);background:#c940400f}.clo-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem;background:var(--clo-bg-card);border-radius:var(--clo-radius-lg);border:1px solid var(--clo-border);margin-bottom:1.5rem}.clo-trust__item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}.clo-trust__icon{width:28px;height:28px;color:var(--clo-accent-light)}.clo-trust__title{font-size:.75rem;font-weight:600;color:var(--clo-text-on-dark);text-transform:uppercase;letter-spacing:.5px}.clo-trust__desc{font-size:.75rem;color:var(--clo-text-on-dark-muted)}.clo-accordion{border-top:1px solid var(--clo-border)}.clo-accordion__item{border-bottom:1px solid var(--clo-border)}.clo-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1rem;font-weight:600;font-family:var(--clo-ff-body);color:var(--clo-text);background:transparent;border:none;cursor:pointer;text-align:left;transition:color .2s var(--clo-ease-out)}.clo-accordion__trigger:hover{color:var(--clo-accent)}.clo-accordion__icon{width:20px;height:20px;color:var(--clo-text-muted);transition:transform .35s var(--clo-ease-out)}.clo-accordion__item.is-open .clo-accordion__icon{transform:rotate(180deg)}.clo-accordion__body{max-height:0;overflow:hidden;transition:max-height .35s var(--clo-ease-out)}.clo-accordion__inner{padding-bottom:1.25rem;font-size:.875rem;color:var(--clo-text-secondary);line-height:1.8}.clo-accordion__inner ul{list-style:none;padding:0;margin:0}.clo-accordion__inner li{padding:4px 0;display:flex;align-items:flex-start;gap:.5rem}.clo-accordion__inner li:before{content:"\2726";color:var(--clo-accent);font-size:.75rem;margin-top:3px;flex-shrink:0}.clo-reviews{max-width:1400px;margin:0 auto;padding:4rem 2rem;font-family:var(--clo-ff-body);color:var(--clo-text)}.clo-section-header{text-align:center;margin-bottom:3rem}.clo-section-sub{font-size:.875rem;font-weight:600;color:var(--clo-accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.clo-section-title{font-family:var(--clo-ff-heading);font-size:2.5rem;font-weight:600;color:var(--clo-text);margin:0}.clo-reviews__summary{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:3rem;padding:2rem;background:var(--clo-bg-card);border-radius:var(--clo-radius-lg);border:1px solid var(--clo-border)}.clo-reviews__avg{text-align:center}.clo-reviews__big{font-family:var(--clo-ff-heading);font-size:3.25rem;font-weight:700;color:var(--clo-text-on-dark)}.clo-reviews__avg .clo-stars{justify-content:center;margin:.5rem 0}.clo-reviews__avg .clo-stars svg{width:18px;height:18px}.clo-reviews__count{font-size:.875rem;color:var(--clo-text-on-dark-muted)}.clo-reviews__bars{flex:1;max-width:350px}.clo-bar-row{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.clo-bar-label{font-size:.875rem;color:var(--clo-text-on-dark-secondary);width:45px}.clo-bar-track{flex:1;height:6px;background:var(--clo-bg-elevated);border-radius:var(--clo-radius-full);overflow:hidden}.clo-bar-fill{height:100%;background:linear-gradient(90deg,var(--clo-accent-dark),var(--clo-accent));border-radius:var(--clo-radius-full);transition:width 1s var(--clo-ease-out)}.clo-bar-num{font-size:.75rem;color:var(--clo-text-on-dark-muted);width:30px;text-align:right}.clo-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.clo-review-card{background:var(--clo-bg-card);border:1px solid var(--clo-border);border-radius:var(--clo-radius-lg);padding:1.5rem;transition:all .35s var(--clo-ease-out)}.clo-review-card:hover{border-color:var(--clo-border-hover);transform:translateY(-4px);box-shadow:0 4px 20px #0000004d}.clo-review-card__header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.75rem}.clo-review-card__author{display:flex;align-items:center;gap:.75rem}.clo-review-card__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--clo-accent),var(--clo-accent-dark));display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:#fff}.clo-review-card__name{font-size:.875rem;font-weight:600;color:var(--clo-text-on-dark)}.clo-review-card__verified{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--clo-success);margin-top:2px}.clo-review-card__date{font-size:.75rem;color:var(--clo-text-on-dark-muted)}.clo-review-card .clo-stars{margin-bottom:.75rem}.clo-review-card .clo-stars svg{width:14px;height:14px}.clo-review-card__text{font-size:.875rem;color:var(--clo-text-on-dark-secondary);line-height:1.7;margin:0}.clo-related{max-width:1400px;margin:0 auto;padding:3rem 2rem 4rem;font-family:var(--clo-ff-body);color:var(--clo-text)}.clo-related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.clo-card{border-radius:var(--clo-radius-lg);overflow:hidden;background:var(--clo-bg-card);border:1px solid var(--clo-border);transition:all .35s var(--clo-ease-out);text-decoration:none;display:block}.clo-card:hover{border-color:var(--clo-border-hover);transform:translateY(-6px);box-shadow:0 8px 40px #0006}.clo-card__img{aspect-ratio:1/1;overflow:hidden;position:relative}.clo-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--clo-ease-out)}.clo-card:hover .clo-card__img img{transform:scale(1.08)}.clo-card__quick{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(20px);opacity:0;background:var(--clo-bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--clo-border);color:var(--clo-text-on-dark);padding:10px 24px;border-radius:var(--clo-radius-full);font-size:.875rem;font-weight:600;font-family:var(--clo-ff-body);white-space:nowrap;cursor:pointer;transition:all .35s var(--clo-ease-out)}.clo-card:hover .clo-card__quick{opacity:1;transform:translate(-50%) translateY(0)}.clo-card__body{padding:1.25rem}.clo-card__type{font-size:.75rem;color:var(--clo-text-on-dark-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.clo-card__name{font-family:var(--clo-ff-heading);font-size:1.125rem;font-weight:500;color:var(--clo-text-on-dark);margin:0 0 .25rem}.clo-card__price{font-size:1rem;font-weight:600;color:var(--clo-accent-light)}.clo-zoom{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:200;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s var(--clo-ease-out);cursor:zoom-out}.clo-zoom.is-active{opacity:1;pointer-events:all}.clo-zoom img{max-width:85vw;max-height:85vh;object-fit:contain;border-radius:var(--clo-radius-md);transform:scale(.9);transition:transform .35s var(--clo-ease-spring)}.clo-zoom.is-active img{transform:scale(1)}.clo-zoom__close{position:absolute;top:24px;right:24px;width:48px;height:48px;background:var(--clo-bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--clo-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--clo-text-on-dark);font-size:1.5rem;cursor:pointer;transition:all .2s}.clo-zoom__close:hover{background:var(--clo-accent);color:#fff}.clo-toast{position:fixed;bottom:30px;right:30px;background:var(--clo-bg-card);border:1px solid var(--clo-border);border-radius:var(--clo-radius-md);padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 40px #0006;z-index:1000;transform:translate(120%);transition:transform .35s var(--clo-ease-spring);font-family:var(--clo-ff-body)}.clo-toast.is-visible{transform:translate(0)}.clo-toast__icon{width:36px;height:36px;border-radius:50%;background:#2a9d5c26;color:var(--clo-success);display:flex;align-items:center;justify-content:center;flex-shrink:0}.clo-toast__text strong{display:block;font-size:.875rem;color:var(--clo-text-on-dark)}.clo-toast__text span{font-size:.75rem;color:var(--clo-text-on-dark-muted)}@keyframes cloFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.clo-animate{animation:cloFadeInUp .6s var(--clo-ease-out) both}.clo-animate--d1{animation-delay:.1s}.clo-animate--d2{animation-delay:.2s}.clo-animate--d3{animation-delay:.3s}.clo-animate--d4{animation-delay:.4s}@media(max-width:1024px){.clo-product{grid-template-columns:1fr;gap:2rem;padding:1rem 1.5rem 3rem}.clo-gallery{position:static;grid-template-columns:1fr}.clo-gallery__thumbs{flex-direction:row;order:2;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.clo-gallery__thumbs::-webkit-scrollbar{display:none}.clo-gallery__thumb{width:70px;height:70px;flex-shrink:0}.clo-gallery__main{aspect-ratio:4/5}.clo-reviews__grid,.clo-related__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.clo-info__title,.clo-section-title{font-size:1.75rem}.clo-reviews__big{font-size:2.25rem}.clo-product{padding:.75rem 1rem 2.5rem;gap:1.5rem}.clo-breadcrumb{padding:.75rem 1rem;font-size:.8125rem}.clo-reviews,.clo-related{padding-left:1rem;padding-right:1rem}.clo-reviews{padding-top:2.5rem;padding-bottom:2.5rem}.clo-reviews__summary{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem}.clo-reviews__bars{max-width:100%;width:100%}.clo-reviews__grid{grid-template-columns:1fr;gap:1rem}.clo-related__grid{grid-template-columns:1fr 1fr;gap:1rem}.clo-trust{grid-template-columns:1fr;padding:1.25rem;gap:.75rem}.clo-trust__item{flex-direction:row;text-align:left;gap:.75rem}.clo-price__current{font-size:1.625rem}.clo-price__compare{font-size:1rem}.clo-gallery__main{aspect-ratio:1/1;border-radius:var(--clo-radius-md)}.clo-gallery__thumb{width:60px;height:60px}.clo-option__btn{padding:10px 16px;font-size:.8125rem}.clo-accordion__trigger{padding:1rem 0;font-size:.9375rem}.clo-section-header{margin-bottom:2rem}.clo-section-sub{font-size:.75rem;letter-spacing:1.5px}.clo-review-card{padding:1.25rem}.clo-card__body{padding:1rem}.clo-card__name{font-size:1rem}.clo-toast{bottom:16px;right:16px;left:16px;padding:.875rem 1.25rem}.clo-zoom img{max-width:95vw;max-height:80vh}.clo-zoom__close{top:12px;right:12px;width:40px;height:40px;font-size:1.25rem}}@media(max-width:480px){.clo-actions{flex-direction:column}.clo-actions .clo-qty{width:100%;justify-content:space-between}.clo-btn-cart{height:48px}.clo-btn-wishlist{width:100%;height:48px}.clo-related__grid{grid-template-columns:1fr}.clo-info__title{font-size:1.5rem}.clo-price{gap:.5rem}.clo-price__current{font-size:1.5rem}.clo-gallery__thumb{width:52px;height:52px}.clo-swatch{width:32px;height:32px}.clo-review-card__avatar{width:36px;height:36px;font-size:.875rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/carpetlo-product.css.map */
