:root{--vrv-coll-bg: #FAF6F0;--vrv-coll-white: #ffffff;--vrv-coll-text: #2C2C2C;--vrv-coll-muted: #5A5A5A;--vrv-coll-gold: #C28B5B;--vrv-coll-sage: #8DA190;--vrv-coll-sage-dark: #6C8270;--vrv-coll-border: rgba(44, 44, 44, .08);--vrv-coll-serif: var(--font-heading-family, Georgia, "Times New Roman", serif);--vrv-coll-sans: var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}.vrv-collections{background:var(--vrv-coll-bg);color:var(--vrv-coll-text);font-family:var(--vrv-coll-sans);overflow-x:clip}.vrv-collections *,.vrv-collections *:before,.vrv-collections *:after{box-sizing:border-box}.vrv-collections__page-width{max-width:1280px;margin:0 auto;padding-left:clamp(16px,4vw,32px);padding-right:clamp(16px,4vw,32px)}.vrv-collections__banner{position:relative;width:100%;height:40vh;overflow:hidden;display:block}.vrv-collections__banner-bg-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.vrv-collections__banner-bg{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:vrv-banner-zoom 8s ease-in-out infinite alternate}@keyframes vrv-banner-zoom{0%{transform:scale(1)}to{transform:scale(1.04)}}.vrv-collections__banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;transition:background-color .3s ease}.vrv-collections__banner-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:90%;max-width:800px;text-align:center;animation:vrv-banner-fade 1.2s ease-out}@keyframes vrv-banner-fade{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}.vrv-collections__banner-breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.vrv-collections__banner-breadcrumb a{color:inherit;text-decoration:none;transition:opacity .2s ease}.vrv-collections__banner-breadcrumb a:hover{opacity:.8}.vrv-collections__banner-breadcrumb .sep{opacity:.6}.vrv-collections__banner-title{font-family:var(--vrv-coll-serif);font-size:clamp(28px,4.5vw,48px);font-weight:400;margin:0 0 14px;line-height:1.2}.vrv-collections__banner-subtitle{font-size:clamp(13px,1.8vw,15px);margin:0 auto 28px;line-height:1.6;max-width:600px}.vrv-collections__banner-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.vrv-collections__banner-btn{display:inline-block;padding:12px 28px;font-size:11px;font-weight:600;letter-spacing:.12em;border-radius:4px;text-decoration:none;text-transform:uppercase;transition:all .25s ease}.vrv-collections__banner-btn--primary{background:var(--vrv-coll-sage);color:#fff;border:1px solid var(--vrv-coll-sage)}.vrv-collections__banner-btn--primary:hover{background:var(--vrv-coll-sage-dark);border-color:var(--vrv-coll-sage-dark)}.vrv-collections__banner-btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}.vrv-collections__banner-btn--secondary:hover{background:#ffffff1a;border-color:#fff}.vrv-collections__banner-trust-bar{background:var(--vrv-coll-white);border-bottom:1px solid var(--vrv-coll-border);padding:24px 0}.vrv-collections__banner-trust-bar .vrv-collections__mini-trust{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:clamp(24px,6vw,64px);padding-top:0;border-top:none}.vrv-collections__mini-trust-item{display:flex;align-items:center;gap:10px}.vrv-collections__mini-trust-icon{width:20px;height:20px;color:var(--vrv-coll-gold);display:flex;align-items:center;justify-content:center}.vrv-collections__mini-trust-info{font-size:11px;line-height:1.35}.vrv-collections__mini-trust-heading{font-weight:700;color:var(--vrv-coll-text);margin:0 0 2px;font-size:11px}.vrv-collections__mini-trust-text{color:var(--vrv-coll-muted);margin:0}@media screen and (max-width:749px){.vrv-collections__banner{height:360px}.vrv-collections__banner-trust-bar{padding:16px 0}.vrv-collections__banner-trust-bar .vrv-collections__mini-trust{flex-direction:column;gap:16px;align-items:flex-start;padding-left:clamp(16px,4vw,32px)}}.vrv-collections__section{padding:60px 0}.vrv-collections__section--grey{background:var(--vrv-coll-white);border-top:1px solid var(--vrv-coll-border);border-bottom:1px solid var(--vrv-coll-border)}.vrv-collections__section-header{text-align:center;margin-bottom:40px;position:relative}.vrv-collections__section-title{font-family:var(--vrv-coll-sans);font-size:13px;font-weight:700;letter-spacing:.2em;color:var(--vrv-coll-text);text-transform:uppercase;margin:0;display:inline-block;position:relative;padding:0 24px}.vrv-collections__section-title:before,.vrv-collections__section-title:after{content:"";position:absolute;top:50%;width:40px;height:1px;background:var(--vrv-coll-gold)}.vrv-collections__section-title:before{right:100%}.vrv-collections__section-title:after{left:100%}.vrv-collections__section-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;border-bottom:1px solid var(--vrv-coll-border);padding-bottom:12px}.vrv-collections__section-title-left{font-family:var(--vrv-coll-sans);font-size:14px;font-weight:700;letter-spacing:.15em;color:var(--vrv-coll-text);text-transform:uppercase;margin:0}.vrv-collections__view-all{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--vrv-coll-muted);text-decoration:none;text-transform:uppercase;display:inline-flex;align-items:center;gap:4px;transition:color .2s ease}.vrv-collections__view-all:hover{color:var(--vrv-coll-gold)}.vrv-collections__categories-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(20px,4vw,40px);list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.vrv-collections__categories-list{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:16px}}.vrv-collections__categories-item{flex-shrink:0;text-align:center}.vrv-collections__category-link{text-decoration:none;color:inherit;display:block}.vrv-collections__category-circle{width:90px;height:90px;border-radius:50%;overflow:hidden;border:1px solid var(--vrv-coll-border);background:var(--vrv-coll-white);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;padding:4px;transition:border-color .25s ease,transform .25s ease}.vrv-collections__category-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.vrv-collections__category-link:hover .vrv-collections__category-circle{border-color:var(--vrv-coll-gold);transform:translateY(-2px)}.vrv-collections__category-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--vrv-coll-text);margin:0}.vrv-collections__styles-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:16px}@media screen and (max-width:1200px){.vrv-collections__styles-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.vrv-collections__styles-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.vrv-collections__styles-grid{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:16px}.vrv-collections__style-card{width:220px;flex-shrink:0}}.vrv-collections__style-card{background:var(--vrv-coll-white);border:1px solid var(--vrv-coll-border);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 10px #00000003;transition:transform .25s ease}.vrv-collections__style-card:hover{transform:translateY(-4px)}.vrv-collections__style-card-image-link{display:block;aspect-ratio:3 / 4;overflow:hidden;position:relative;background:#fdfaf6}.vrv-collections__style-card-image{width:100%;height:100%;object-fit:cover;display:block}.vrv-collections__style-card-body{padding:20px 16px;position:relative;background:var(--vrv-coll-white);border-top:1px solid var(--vrv-coll-border);flex-grow:1;display:flex;flex-direction:column}.vrv-collections__style-badge{position:absolute;top:-18px;left:16px;width:36px;height:36px;background:var(--vrv-coll-bg);border:1px solid var(--vrv-coll-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--vrv-coll-gold);box-shadow:0 2px 8px #0000000d}.vrv-collections__style-badge svg{width:18px;height:18px}.vrv-collections__style-title{font-size:14px;font-weight:600;color:var(--vrv-coll-text);margin:6px 0}.vrv-collections__style-desc{font-size:11px;line-height:1.4;color:var(--vrv-coll-muted);margin:0 0 14px;flex-grow:1}.vrv-collections__style-link{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;letter-spacing:.05em;color:var(--vrv-coll-gold);text-decoration:none;text-transform:uppercase;margin-top:auto}.vrv-collections__style-link:hover{color:var(--vrv-coll-sage)}.vrv-collections__style-link svg{width:12px;height:12px;transition:transform .2s ease}.vrv-collections__style-link:hover svg{transform:translate(3px)}.vrv-collections__featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:990px){.vrv-collections__featured-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.vrv-collections__featured-grid{grid-template-columns:1fr}}.vrv-collections__featured-card{background:var(--vrv-coll-white);border:1px solid var(--vrv-coll-border);border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column}.vrv-collections__featured-img-wrap{aspect-ratio:16 / 11;overflow:hidden;background:#fdfaf6;position:relative}.vrv-collections__featured-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.vrv-collections__featured-card:hover .vrv-collections__featured-img{transform:scale(1.03)}.vrv-collections__featured-body{padding:20px;text-align:center;background:var(--vrv-coll-white)}.vrv-collections__featured-title{font-family:var(--vrv-coll-serif);font-size:18px;font-weight:400;margin:0 0 6px;color:var(--vrv-coll-text)}.vrv-collections__featured-desc{font-size:12px;color:var(--vrv-coll-muted);margin:0 0 14px}.vrv-collections__featured-link{font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--vrv-coll-gold);text-decoration:none;text-transform:uppercase;border-bottom:1px solid transparent;transition:all .2s ease}.vrv-collections__featured-card:hover .vrv-collections__featured-link{color:var(--vrv-coll-sage)}.vrv-collections__slider-outer{position:relative;width:100%}.vrv-collections__slider{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:10px 0}.vrv-collections__slider::-webkit-scrollbar{display:none}.vrv-collections__slider-item{width:calc(16.666% - 17px);min-width:200px;scroll-snap-align:start;flex-shrink:0}@media screen and (max-width:1200px){.vrv-collections__slider-item{width:calc(25% - 15px)}}@media screen and (max-width:768px){.vrv-collections__slider-item{width:calc(50% - 10px)}}@media screen and (max-width:480px){.vrv-collections__slider-item{width:80%}}.vrv-collections__slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:var(--vrv-coll-white);border:1px solid var(--vrv-coll-border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 10px #0000000d;color:var(--vrv-coll-text);transition:all .2s ease}.vrv-collections__slider-arrow:hover{background:var(--vrv-coll-sage);color:var(--vrv-coll-white);border-color:var(--vrv-coll-sage)}.vrv-collections__slider-arrow--prev{left:-20px}.vrv-collections__slider-arrow--next{right:-20px}@media screen and (max-width:1320px){.vrv-collections__slider-arrow--prev{left:-10px}.vrv-collections__slider-arrow--next{right:-10px}}@media screen and (max-width:768px){.vrv-collections__slider-arrow{display:none}}.vrv-collections__product-card{background:var(--vrv-coll-white);border:1px solid var(--vrv-coll-border);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;position:relative;height:100%}.vrv-collections__product-badge{position:absolute;top:10px;left:10px;font-size:8px;font-weight:700;padding:4px 8px;border-radius:2px;z-index:2;text-transform:uppercase;letter-spacing:.05em}.vrv-collections__product-badge--bestseller{background:#e8d8cd;color:#a45a3f}.vrv-collections__product-badge--new{background:#dce5dd;color:#55725d}.vrv-collections__wishlist-btn{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:#ffffffd9;border:1px solid var(--vrv-coll-border);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:var(--vrv-coll-muted);transition:all .2s ease}.vrv-collections__wishlist-btn:hover{background:var(--vrv-coll-white);color:#c94a4a}.vrv-collections__wishlist-btn svg{width:14px;height:14px;fill:currentColor}.vrv-collections__product-img-wrap{width:100%;aspect-ratio:1 / 1;background:#faf6f0;position:relative;overflow:hidden}.vrv-collections__product-img{width:100%;height:100%;object-fit:cover;display:block}.vrv-collections__product-info{padding:16px;display:flex;flex-direction:column;flex-grow:1}.vrv-collections__rating{display:flex;align-items:center;gap:4px;margin-bottom:6px}.vrv-collections__stars{display:flex;color:#dfa857}.vrv-collections__stars svg{width:11px;height:11px;fill:currentColor}.vrv-collections__review-count{font-size:10px;color:var(--vrv-coll-muted)}.vrv-collections__product-title{font-size:13px;font-weight:600;color:var(--vrv-coll-text);margin:0 0 6px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:35px}.vrv-collections__product-title a{color:inherit;text-decoration:none}.vrv-collections__product-title a:hover{color:var(--vrv-coll-gold)}.vrv-collections__product-price{font-size:13px;font-weight:700;color:var(--vrv-coll-text);margin-bottom:12px}.vrv-collections__add-btn{width:100%;height:36px;border:none;background:var(--vrv-coll-sage);color:var(--vrv-coll-white);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;cursor:pointer;transition:background .2s ease;margin-top:auto}.vrv-collections__add-btn:hover{background:var(--vrv-coll-sage-dark)}.vrv-collections__new-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}@media screen and (max-width:1200px){.vrv-collections__new-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.vrv-collections__new-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.vrv-collections__new-grid{grid-template-columns:1fr}}.vrv-collections__trust-bar{background:#faf6f0;padding:40px 0;margin-top:60px;border-top:1px solid var(--vrv-coll-border);border-bottom:1px solid var(--vrv-coll-border)}.vrv-collections__trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.vrv-collections__trust-item{display:flex;align-items:center;gap:12px;padding:0 10px}.vrv-collections__trust-item:not(:last-child){border-right:1px solid rgba(44,44,44,.08)}.vrv-collections__trust-icon{width:32px;height:32px;color:var(--vrv-coll-gold);flex-shrink:0;display:flex;align-items:center;justify-content:center}.vrv-collections__trust-icon svg{width:100%;height:100%;stroke:currentColor}.vrv-collections__trust-info{min-width:0}.vrv-collections__trust-heading{font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--vrv-coll-text);margin:0 0 2px;text-transform:uppercase}.vrv-collections__trust-sub{font-size:10px;color:var(--vrv-coll-muted);margin:0;white-space:nowrap}@media screen and (max-width:1200px){.vrv-collections__trust-grid{grid-template-columns:repeat(3,1fr);gap:20px}.vrv-collections__trust-item{border-right:none!important}}@media screen and (max-width:768px){.vrv-collections__trust-grid{grid-template-columns:1fr;gap:24px;text-align:center}.vrv-collections__trust-item{flex-direction:column;gap:8px;border-right:none!important}.vrv-collections__trust-sub{white-space:normal}}.vrv-collections__product-grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 16px;margin-bottom:40px}.vrv-collections__product-card-lux{position:relative;background-color:#fff;border-radius:0;overflow:hidden;transition:transform .25s ease;width:100%;display:flex;flex-direction:column;height:100%}.vrv-collections__product-card-lux:hover{transform:translateY(-2px)}.vrv-collections__image-wrapper-lux{position:relative;background-color:#efe8e3;border-radius:0;overflow:hidden;aspect-ratio:1 / 1}.vrv-collections__badge-lux{position:absolute;top:0;left:0;z-index:2;padding:5px 10px;border-radius:0;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;color:#fff;background:#e57373}.vrv-collections__wishlist-btn-lux{position:absolute;bottom:10px;left:10px;width:30px;height:30px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:transform .2s ease,background-color .2s ease;border:none;box-shadow:0 1px 6px #0000001a;padding:0}.vrv-collections__wishlist-btn-lux:hover{transform:scale(1.05)}.vrv-collections__wishlist-icon-lux{width:15px;height:15px;stroke:#1a1a1a;fill:none;stroke-width:1.5;transition:fill .2s ease,stroke .2s ease}.vrv-collections__wishlist-btn-lux.active{background-color:#fff!important}.vrv-collections__wishlist-btn-lux.active .vrv-collections__wishlist-icon-lux{fill:#c98f93!important;stroke:#c98f93!important}.vrv-collections__overlay-add-to-bag-lux{position:absolute;bottom:10px;right:10px;z-index:10;background-color:#fff!important;color:#1a1a1a!important;border:none!important;border-radius:999px!important;padding:7px 14px!important;font-size:10px!important;font-weight:600!important;letter-spacing:.06em!important;text-transform:uppercase!important;line-height:1!important;cursor:pointer;box-shadow:0 1px 6px #0000001a;transition:background-color .25s ease,color .25s ease;white-space:nowrap;width:auto!important;height:auto!important;margin-top:0!important}.vrv-collections__overlay-add-to-bag-lux:hover:not(:disabled){background-color:#1a1a1a!important;color:#fff!important}.vrv-collections__overlay-add-to-bag-lux:disabled{opacity:.55;cursor:not-allowed}.vrv-collections__content-lux{padding:12px 4px 8px;text-align:center;background:transparent;display:flex;flex-direction:column;flex:1 1 auto}.vrv-collections__product-title-lux{font-size:14px;font-weight:400;color:#1a1a1a;margin:0 0 4px;line-height:1.3;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:0;width:100%}.vrv-collections__product-title-lux a{text-decoration:none;color:inherit}.vrv-collections__price-lux{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 8px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:6px;width:100%;line-height:1.1;white-space:nowrap}.vrv-collections__price-compare-lux{text-decoration:line-through;opacity:.55;font-weight:400;font-size:.78em}.vrv-collections__price-current-lux{font-weight:700;color:#1a1a1a}.vrv-collections__price-discount-lux{color:#4a8a4a;font-weight:600;font-size:.82em}@media screen and (max-width:989px){.vrv-collections__product-grid-5{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 14px}}@media screen and (max-width:749px){.vrv-collections__product-grid-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}}@media screen and (max-width:480px){.vrv-collections__product-grid-5{gap:14px 10px}}.vrv-collections__image-lux{width:100%;height:100%;object-fit:contain;display:block}.vrv-collections__image-wrapper-lux .vrv-img-hover__link{display:block;width:100%;height:100%;position:relative}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-vrv-collections.css.map */
