.sw-gallery-section{background-color:#f8f6f2;padding:65px 0}.sw-gallery-layout{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}.sw-gallery-layout .sw-filter-sidebar{position:sticky;top:40px;display:flex;flex-direction:column}.sw-gallery-layout .sw-filter-header{margin-bottom:28px}.sw-gallery-layout .sw-filter-title{font-size:9px;font-weight:700;letter-spacing:.222em;text-transform:uppercase;color:#2b2722;line-height:1em;display:block;margin-bottom:0}.sw-gallery-layout .sw-filter-group{margin-bottom:24px}.sw-gallery-layout .sw-filter-group-label{font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#a59680;margin-bottom:8px;display:block;line-height:1em}.sw-gallery-layout .sw-filter-list{list-style:none;margin:0;padding:0}.sw-gallery-layout .sw-filter-item{margin:0;padding:0}.sw-gallery-layout .sw-filter-btn{display:block;width:100%;text-align:left;font-size:12px;font-weight:400;line-height:18px;color:#917e64;background-color:#fff0;border:none;border-left:2px solid #fff0;padding:8px 14px;cursor:pointer}.sw-gallery-layout .sw-filter-btn:hover{color:#2b2722}.sw-gallery-layout .sw-filter-btn.active{background-color:rgb(165 150 128 / .08);color:#2b2722;font-weight:600;border-left:2px solid #2b2722;padding:8px 14px}.sw-gallery-layout .sw-result-count{font-size:10px;color:#a59680;margin-top:auto;padding-top:20px;border-top:1px solid #e8e4da;margin-bottom:0;line-height:15px}.sw-gallery-layout .sw-gallery-main{min-width:0}.sw-gallery-layout .sw-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:20px;row-gap:32px}.sw-gallery-layout .sw-gallery-card{cursor:pointer;display:block}.sw-gallery-layout .sw-card-comparison{background-color:#e8e4da;display:block;width:100%;aspect-ratio:316 / 211;overflow:hidden;position:relative}.sw-gallery-layout .sw-card-comparison .sw-figure{position:absolute;z-index:1;left:auto;right:0;top:0;bottom:0;width:50%;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:var(--after-img)}.sw-gallery-layout .sw-card-comparison .sw-divisor{position:absolute;z-index:2;left:0;right:auto;top:0;bottom:0;width:50%;background-color:#2b2722;background-size:cover;background-repeat:no-repeat;background-position:left center;background-image:var(--before-img);overflow:visible}.sw-gallery-layout .sw-card-comparison .sw-divisor::before,.sw-gallery-layout .sw-card-comparison .sw-divisor::after{content:"";position:absolute;z-index:5;right:-1px;width:2px;background-color:#fffefc}.sw-gallery-layout .sw-card-comparison .sw-divisor::before{top:0;height:50%}.sw-gallery-layout .sw-card-comparison .sw-divisor::after{bottom:0;height:50%}.sw-gallery-layout .sw-card-comparison .sw-ba-label{position:absolute;top:10px;left:12px;font-size:8px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a59680;z-index:6;line-height:8px;pointer-events:none}.sw-gallery-layout .sw-card-comparison .sw-ba-label-after{left:auto;right:12px}.sw-gallery-layout .sw-card-comparison .sw-waist-before,.sw-gallery-layout .sw-card-comparison .sw-waist-after{position:absolute;top:50%;display:flex;flex-direction:column;align-items:center;gap:3px;z-index:6;pointer-events:none}.sw-gallery-layout .sw-card-comparison .sw-waist-before{left:25%;transform:translate(-50%,-50%)}.sw-gallery-layout .sw-card-comparison .sw-waist-after{right:25%;transform:translate(50%,-50%)}.sw-gallery-layout .sw-waist-val-b{font-family:var(--gp-font--instrument-serif);font-size:30px;line-height:30px;color:#fffefc;font-style:normal;white-space:nowrap}.sw-gallery-layout .sw-waist-val-a{font-family:var(--gp-font--instrument-serif);font-size:30px;line-height:30px;color:#2b2722;font-style:normal;white-space:nowrap}.sw-gallery-layout .sw-waist-unit{font-size:9px;line-height:13.5px;color:#a59680;text-align:center}.sw-gallery-layout .sw-card-meta{padding-top:14px}.sw-gallery-layout .sw-card-tags{font-size:11px;line-height:16.5px;color:#6b6155;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sw-gallery-layout .sw-card-sep{color:#a59680;font-size:10px}.sw-gallery-layout .sw-load-more-wrap{text-align:center;padding-top:48px}@media only screen and (max-width:1259.5px){.sw-gallery-layout .sw-gallery-grid{column-gap:16px}}@media only screen and (max-width:991.5px){.sw-gallery-layout{grid-template-columns:180px 1fr;gap:32px}.sw-gallery-layout .sw-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768.5px){.sw-gallery-layout{grid-template-columns:1fr}.sw-gallery-layout .sw-filter-sidebar{display:none;position:static}.sw-filter-bar{display:flex;align-items:center;justify-content:space-between}.sw-filter-toggle{display:inline-flex;align-items:center;gap:8px;color:#2b2722;border:1px solid #2b2722;font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:10px 16px;cursor:pointer;line-height:1}.sw-filter-bar-count{font-size:10px;font-weight:400;color:#a59680;line-height:1.5em}#sw-filter-sheet-overlay{position:fixed;inset:0;z-index:9998;background-color:#fff0;transition:background-color 0.3s ease}#sw-filter-sheet-overlay.is-open{background-color:rgb(43 39 34 / .5)}#sw-filter-sheet{position:absolute;bottom:0;left:0;right:0;background-color:#f8f6f2;padding:0 0 env(safe-area-inset-bottom);max-height:80dvh;overflow-y:auto;transform:translateY(100%);transition:transform 0.3s ease}#sw-filter-sheet-overlay.is-open #sw-filter-sheet{transform:translateY(0)}.sw-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e8e4da;position:sticky;top:0;background-color:#f8f6f2;z-index:2}.sw-sheet-title{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#2b2722;line-height:15px}.sw-sheet-close{color:#2b2722;font-size:14px;cursor:pointer;padding:4px;line-height:1}#sw-filter-sheet-inner{padding:24px 24px 32px;position:static!important;display:flex!important;flex-direction:column;gap:24px}#sw-filter-sheet-inner .sw-filter-header{display:none}#sw-filter-sheet-inner .sw-filter-group:not(:last-child){margin-bottom:24px}#sw-filter-sheet-inner .sw-filter-group-label{font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a59680;margin-bottom:10px;display:block;line-height:13.5px}#sw-filter-sheet-inner .sw-filter-list{list-style:none;margin:0;padding:0}#sw-filter-sheet-inner .sw-filter-item{margin:0;padding:0}#sw-filter-sheet-inner .sw-filter-btn{font-size:12px;font-weight:400;line-height:18px;color:#917e64;border-left:2px solid #fff0;padding:8px 14px;display:block;width:100%;cursor:pointer}#sw-filter-sheet-inner .sw-filter-btn.active{background-color:rgb(165 150 128 / .08);color:#2b2722;font-weight:600;border-left:2px solid #2b2722}#sw-filter-sheet-inner .sw-result-count{font-size:11px;font-weight:400;letter-spacing:0;text-transform:none;color:#a59680;line-height:16.5px;border-top:none;padding-top:0;margin-top:0}}@media only screen and (max-width:575.5px){.sw-gallery-layout .sw-gallery-grid{grid-template-columns:1fr}}.sw-modal-overlay{position:fixed;inset:0;z-index:9999;background-color:rgb(43 39 34 / .75);display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.sw-modal-inner{position:relative;background-color:#f8f6f2;width:100%;max-width:780px;margin:auto;overflow:hidden}.sw-modal-close{position:absolute;top:0;left:50%;right:auto;z-index:20;margin-left:-16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f8f6f2;color:#2b2722;font-size:14px;line-height:1;cursor:pointer;text-decoration:none}.sw-modal-close:hover{background-color:#e8e4da;color:#2b2722}.sw-modal-prev,.sw-modal-next{position:absolute;top:auto;bottom:10px;z-index:20;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#f8f6f2;color:#2b2722;font-size:16px;cursor:pointer;text-decoration:none;transition:background-color 0.2s ease}.sw-modal-prev{left:12px}.sw-modal-next{right:12px}.sw-modal-prev:hover,.sw-modal-next:hover{background-color:#e8e4da;color:#2b2722}.sw-modal-content{display:flex;flex-direction:column}.sw-modal-content .sw-card-comparison{background-color:#e8e4da;display:block;width:100%;aspect-ratio:316 / 211;overflow:hidden;position:relative}.sw-modal-content .sw-card-comparison .sw-figure{position:absolute;z-index:1;left:auto;right:0;top:0;bottom:0;width:50%;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:var(--after-img)}.sw-modal-content .sw-card-comparison .sw-divisor{position:absolute;z-index:2;left:0;right:auto;top:0;bottom:0;width:50%;background-color:#2b2722;background-size:cover;background-repeat:no-repeat;background-position:left center;background-image:var(--before-img);overflow:visible}.sw-modal-content .sw-card-comparison .sw-divisor::before,.sw-modal-content .sw-card-comparison .sw-divisor::after{content:"";position:absolute;z-index:5;right:-1px;width:2px;background-color:#fffefc}.sw-modal-content .sw-card-comparison .sw-divisor::before{top:0;height:50%}.sw-modal-content .sw-card-comparison .sw-divisor::after{bottom:0;height:50%}.sw-modal-content .sw-card-comparison .sw-ba-label{position:absolute;top:10px;left:12px;font-size:8px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a59680;z-index:6;line-height:8px;pointer-events:none}.sw-modal-content .sw-card-comparison .sw-ba-label-after{left:auto;right:12px}.sw-modal-waist-row{display:flex;align-items:center;justify-content:center;gap:32px;padding:28px 40px;background-color:#f8f6f2;border-bottom:1px solid #e8e4da}.sw-modal-waist-col{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:80px}.sw-modal-waist-num{font-family:var(--gp-font--instrument-serif);font-size:48px;line-height:1;font-style:normal}.sw-modal-waist-num.before{color:#2b2722}.sw-modal-waist-num.after{color:#a59680}.sw-modal-waist-lbl{font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a59680;line-height:1}.sw-modal-reduction-big{font-family:var(--gp-font--instrument-serif);font-size:22px;line-height:1;color:#2b2722;font-style:italic;text-align:center;padding:0 16px;border-left:1px solid #e8e4da;border-right:1px solid #e8e4da}.sw-modal-info{padding:28px 40px 36px;display:flex;flex-direction:column;gap:6px;font-size:12px;line-height:18px;color:#6b6155}.sw-modal-info p b{font-weight:600;color:#2b2722}.sw-modal-story{font-family:var(--gp-font--instrument-serif);font-size:17px;line-height:26px;color:#2b2722;font-style:italic;padding:0 0 0 16px;border-left:2px solid #a59680}body.sw-modal-open{overflow:hidden}@media only screen and (max-width:575.5px){.sw-modal-overlay{padding:0;align-items:flex-end}.sw-modal-inner{max-width:100%;max-height:92dvh;overflow-y:auto}.sw-modal-waist-row{padding:20px 24px;gap:20px}.sw-modal-waist-num{font-size:36px}.sw-modal-info{padding:20px 24px 28px}}