/* Sunny Wags commerce: readable contents, uncut product photography, clear choices. */
.product-card-v2{display:flex;flex-direction:column;min-width:0;text-decoration:none}
.product-card-v2 .product-image{background:#f9f1e4;border-radius:10px;overflow:hidden;margin-bottom:20px;border:1px solid #491f2c14}
.product-card-v2 .product-image img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;mix-blend-mode:normal;transform:none;transition:none}
.product-card-v2:hover .product-image img{transform:none}
.product-card-v2 .product-card-copy{display:flex;flex-direction:column;flex:1}
.product-card-v2 h3{font-size:27px;line-height:1.15;margin-bottom:10px}
.product-card-v2 p{font-size:14px;line-height:1.55;min-height:44px;margin-bottom:18px}
.product-card-v2 .product-card-copy>.row{margin-top:auto;padding-top:4px}
.product-card-v2 .product-price{font-size:17px}
.product-card-v2 .product-card-price small,.product-card-v2 .card-subscription{font-size:12px}
.product-card-v2 .card-subscription{display:block;color:var(--muted);margin-top:7px}
.product-card-v2 .product-card-action{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:7px}
.product-card-v2 .product-card-action .sw-icon{border:0;border-radius:0;padding:0;width:21px;height:21px}
.product-card-v2:hover .product-card-action{background:var(--ink);color:#fffaf2;border-color:var(--ink)}
.product-card-v2 .product-image .image-badge{background:#fffaf2;border-radius:5px;font-size:11px;max-width:calc(100% - 24px)}
.routine-card-v2{background:#fffaf2;border:1px solid #dfd0c3;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%;text-decoration:none}
.routine-card-v2 .routine-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 20px 12px;font-size:12px}
.routine-saving{background:#f4c64e;color:#491f2c;padding:5px 9px;border-radius:5px;font-size:12px;font-weight:600;white-space:nowrap}
.bundle-composition.routine-shelf,.bundle-hero-art.routine-shelf{display:grid;grid-template-columns:repeat(var(--shelf-columns,2),minmax(0,1fr));gap:12px;align-items:start;height:auto;min-height:0;padding:12px 20px 22px;border-radius:0;background:#fffaf2;overflow:visible;isolation:auto;transform:none}
.routine-card-v2:nth-child(n) .bundle-composition{background:#fffaf2}
.routine-shelf .routine-shelf-item{margin:0;min-width:0;position:relative}
.bundle-composition.routine-shelf img,.bundle-hero-art.routine-shelf img{display:block;max-width:100%;width:100%;height:auto;aspect-ratio:1;object-fit:contain;margin:0;mix-blend-mode:normal;opacity:1;transform:none;filter:none;border-radius:6px;position:static;z-index:auto}
.routine-shelf figcaption{padding:12px 0 0;text-align:center;font-size:13px;font-weight:600;line-height:1.35}
.routine-shelf figcaption span{white-space:nowrap}
.routine-shelf figcaption small{display:block;font:400 12px/1.5 var(--font-body);color:var(--muted);margin-top:6px}
.routine-shelf figcaption a{text-decoration:none}
.routine-shelf figcaption a:hover{text-decoration:underline;text-underline-offset:3px}
.routine-card-v2 .bundle-card-copy{border-top:1px solid #e9ddd2;padding:23px 22px;display:flex;flex-direction:column;flex:1}
.routine-card-v2 h3{font-size:30px;line-height:1.08;margin-bottom:10px;max-width:95%}
.routine-card-v2 p{font-size:14px;line-height:1.6;min-height:0;max-width:430px;margin-bottom:24px}
.routine-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto}
.routine-card-bottom strong{font-size:19px;font-weight:600}
.routine-card-bottom del{font-size:13px;color:var(--muted);margin-left:5px}
.routine-card-bottom small{display:block;font-size:11px;margin-top:2px;color:var(--muted)}
.routine-card-link{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600}
.routine-card-link .sw-icon{width:20px;height:20px}
.routine-card-v2:hover{border-color:#987982}
.routine-card-v2:hover .routine-card-link{text-decoration:underline;text-underline-offset:4px}
.commerce-intro{display:grid;grid-template-columns:1.15fr 1fr;gap:9%;align-items:center;padding:58px 0}
.commerce-intro h1{font-size:clamp(56px,6vw,84px);line-height:1.02;margin-bottom:26px}
.commerce-intro>div>p:not(.intro-label){font-size:18px;line-height:1.65;max-width:470px;margin-bottom:28px}
.commerce-intro .intro-label{font-size:14px;margin-bottom:23px}
.commerce-intro-photo{margin:0;border-radius:10px;overflow:hidden;position:relative}
.commerce-intro-photo img{width:100%;height:445px;object-fit:cover;object-position:50% 34%;display:block}
.commerce-intro-photo figcaption{background:#eacb82;color:#491f2c;padding:15px 20px;font-size:14px;font-weight:500}
.routine-wayfinding{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:8px 0 70px}
.routine-wayfinding a{display:grid;grid-template-columns:1fr 24px;gap:3px 15px;align-items:center;padding:24px 26px;border-block:1px solid var(--line);text-decoration:none}
.routine-wayfinding strong{font:550 26px/1.25 var(--font-display);letter-spacing:-.035em}
.routine-wayfinding span{font-size:14px;color:var(--muted)}
.routine-wayfinding .sw-icon{grid-column:2;grid-row:1/3}
.routine-wayfinding a:hover{background:#f4eadb}
.routines-page .bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.routines-page .bundle-composition.routine-shelf{gap:20px;padding:8px 25px 25px}
.routines-page .routine-shelf img{max-height:260px}
.routines-page .routine-card-topline{padding-inline:25px}
.routines-page .bundle-card-copy{padding:25px}
.supply-plan-section{padding:96px 0}
.supply-plan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.supply-plan-grid a{text-decoration:none;min-width:0}
.supply-plan-grid img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:8px;display:block;margin-bottom:17px}
.supply-plan-grid h3{font-size:23px;line-height:1.12;margin-bottom:12px;letter-spacing:-.03em}
.supply-plan-grid span{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}
.supply-plan-grid .sw-icon{width:18px;height:18px}
.routine-detail-v2{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:64px;padding-bottom:64px}
.routine-detail-v2 .product-gallery{top:130px}
.routine-display{background:#fffaf2;border:1px solid #dfd0c3;border-radius:10px;overflow:hidden}
.routine-display-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 26px;font-size:13px;border-bottom:1px solid #e9ddd2}
.routine-display-heading>span:first-child{display:flex;align-items:center;gap:10px;font-weight:500}
.routine-display-heading>span:last-child{white-space:nowrap;font-size:12px;color:var(--muted)}
.routine-display-heading .sw-icon{width:20px;height:20px}
.routine-display .bundle-hero-art.routine-shelf{padding:38px 22px 29px;gap:14px}
.routine-display .routine-shelf figcaption{padding-top:18px;font-size:17px;font-weight:550;font-family:var(--font-display)}
.routine-display-footnote{margin:0;padding:19px 24px;background:#f3e9db;text-align:center;font-size:12px;line-height:1.6}
.routine-gallery-links{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:12px;margin-top:22px}
.routine-gallery-links>span,.routine-gallery-links>a{display:flex;align-items:center;gap:8px}
.routine-gallery-links .sw-icon{width:18px;height:18px}
.routine-detail-v2 .product-info h1{font-size:clamp(42px,4.6vw,63px);line-height:1.02}
.routine-detail-v2 .product-info .lead{font-size:17px;line-height:1.6;margin:18px 0 22px}
.routine-detail-v2 .product-info .price-large{font-size:31px;gap:12px;margin:22px 0}
.routine-detail-v2 .price-large .badge{font-size:12px;background:#f4c64e;color:#491f2c;border-radius:5px}
.routine-contents-title{font-size:14px;font-weight:600;margin-top:28px}
.routine-detail-v2 .routine-items{margin:8px 0 24px}
.routine-detail-v2 .routine-items li{padding-block:14px}
.routine-detail-v2 .routine-items img{mix-blend-mode:normal;border-radius:5px;object-fit:contain}
.routine-detail-v2 .routine-items a{font-weight:600;font-size:14px}
.routine-detail-v2 .routine-items .small{font-size:12px}
.routine-detail-v2 .plan-picker{margin-block:20px}
.routine-detail-v2 .field-label{font-size:14px;font-weight:600}
.routine-detail-v2 .plan-choice{background:#fffaf2;padding:17px 18px;gap:3px 10px}
.routine-detail-v2 .plan-choice:has(input:checked){background:#fff3cd;border-color:var(--ink)}
.routine-detail-v2 .plan-title{font-size:14px}
.routine-detail-v2 .plan-sub{font-size:13px}
.routine-detail-v2 .trust-copy,.routine-detail-v2 .plan-bundle-note{font-size:12px;line-height:1.6}
.routine-purchase-note{display:flex;align-items:center;gap:10px;font-size:13px;margin:20px 0}
.routine-purchase-note .sw-icon{width:19px;height:19px}
.routine-story-v2{border-top:1px solid var(--line)}
.routine-story-intro{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center;padding-block:64px}
.routine-story-intro h2{font-size:clamp(35px,4vw,50px);margin:0}
.routine-story-intro>p{font-size:17px;line-height:1.7;margin:0;max-width:650px}
.routine-story-v2>.block{background:#fffaf2}
.routine-story-v2>.block .block-split-media img{border-radius:10px;object-fit:contain;mix-blend-mode:normal;height:auto;max-height:none;aspect-ratio:auto}
.supply-detail-v2 .plan-size-picker{gap:9px;margin-top:10px}
.supply-detail-v2 .plan-size-picker a{border-radius:7px;background:#fffaf2;padding:14px 8px;font-size:13px}
.supply-detail-v2 .plan-size-picker a[aria-current=true]{background:#f4c64e;color:#491f2c}
.supply-estimate-note{font-size:12px;color:var(--muted);margin-block:15px 22px}
.supply-estimate-note summary{cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.supply-estimate-note p{margin:10px 0;line-height:1.7;max-width:520px}
.supply-detail-v2 .plan-price-per-day{font-size:13px;line-height:1.5}
.care-hero.care-hero-v2{padding-block:0;background:#fffaf2;border-bottom:1px solid var(--line)}
.care-hero-v2 .care-hero-inner{grid-template-columns:1.08fr 1fr;gap:7%;padding-block:45px 52px;align-items:center}
.care-hero-v2 .care-hero-copy{padding-block:12px}
.care-hero-v2 h1{font-size:clamp(50px,5.4vw,75px);line-height:1.03;margin-bottom:24px}
.care-hero-v2 .intro-label{font-size:14px;gap:11px;margin-bottom:25px}
.care-hero-v2 .intro-label .sw-icon{width:24px;height:24px}
.care-hero-v2 p{font-size:17px;line-height:1.65;max-width:470px}
.care-hero-v2 p.care-recognition{font-weight:600;margin-bottom:10px}
.care-hero-v2 .btn{margin-top:10px}
.care-keywords{display:flex;flex-wrap:wrap;gap:8px 17px;margin-top:28px}
.care-keywords span{font-size:12px;border-bottom:1px solid #cfbba5;padding-bottom:4px}
.care-hero-photo{margin:0;border-radius:10px;overflow:hidden}
.care-hero-photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;display:block}
.care-collection-v2{padding-block:45px 80px}
.care-collection-v2 .section-heading{margin-block:55px 36px}
.care-collection-v2 .section-heading h2{font-size:44px}
.care-collection-v2 .care-products-grid:has(>.product-card:only-child){grid-template-columns:minmax(0,800px)}
.care-collection-v2 .product-card:only-child{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:35px}
.care-collection-v2 .product-card:only-child .product-image{margin:0}
.care-collection-v2 .product-card:only-child h3{font-size:36px}
.care-collection-v2 .product-card:only-child p{font-size:16px;margin-bottom:26px}
.catalog-intro-v2 .shop-heading{padding-block:65px 42px;gap:7%;align-items:center;grid-template-columns:1.1fr 1fr}
.catalog-intro-v2 .shop-heading h1{font-size:clamp(54px,5.7vw,78px);line-height:1.02}
.catalog-intro-v2 .shop-heading .intro-label{font-size:14px;color:var(--ink);margin-bottom:22px}
.catalog-heading-aside p{font-size:18px;line-height:1.65;max-width:430px;margin-bottom:24px}
.catalog-heading-aside .text-link{display:inline-block;line-height:1.6}
.catalog-body-v2 .filter-bar{background:#f4eadc;padding:22px;border:1px solid #dfd0c3;border-radius:9px}
.catalog-body-v2 .filter-bar .field label{font-size:12px;margin-bottom:8px}
.catalog-body-v2>.small{font-size:13px;margin-bottom:26px}
@media(max-width:1100px){
.routine-card-topline,.routine-card-link{font-size:11px}.routine-card-v2 h3{font-size:26px}.routine-card-bottom{gap:10px}.routine-card-link{gap:5px}.routine-card-v2 .bundle-card-copy{padding:20px}.routine-detail-v2{gap:35px}.routine-display-heading{padding:20px 18px;font-size:12px}.routine-gallery-links{flex-direction:column;align-items:flex-start}.care-hero-photo img{height:auto}.commerce-intro{gap:6%}.commerce-intro-photo img{height:390px}.supply-plan-grid{gap:13px}.supply-plan-grid h3{font-size:21px}.supply-plan-grid span{font-size:11px}
}
@media(max-width:900px){
.bundle-grid:has(>.routine-card-v2){grid-template-columns:repeat(2,minmax(0,1fr))}.routine-card-v2 .routine-card-topline{padding:15px;font-size:11px}.bundle-composition.routine-shelf{padding:10px 15px 18px;gap:10px}.routine-card-bottom{align-items:flex-start;flex-direction:column;gap:15px}.routines-page .routine-card-bottom{flex-direction:row;align-items:center}.routine-card-v2 h3{font-size:26px}.commerce-intro h1{font-size:58px}.commerce-intro>div>p:not(.intro-label){font-size:16px}.commerce-intro-photo img{height:365px}.routine-wayfinding{gap:20px;padding-bottom:52px}.routine-wayfinding a{padding:20px 10px}.routine-wayfinding strong{font-size:24px}.routine-wayfinding span{font-size:12px}.supply-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}.supply-plan-section{padding-block:65px}.routine-display-heading{align-items:flex-start;gap:12px}.routine-display-heading>span:first-child{gap:7px}.routine-display-heading>span:last-child{display:none}.routine-display .bundle-hero-art.routine-shelf{padding:24px 13px;gap:10px}.routine-display .routine-shelf figcaption{font-size:15px}.routine-display-footnote{padding:15px;font-size:11px}.routine-detail-v2 .product-info h1{font-size:43px}.routine-detail-v2 .product-info .lead{font-size:15px}.routine-story-intro{gap:40px;padding-block:48px}.routine-story-intro>p{font-size:15px}.care-hero-v2 .care-hero-inner{gap:5%;padding-block:35px}.care-hero-v2 h1{font-size:53px}.care-hero-v2 p{font-size:15px}.care-hero-photo img{height:auto}.care-keywords{gap:8px 12px}.care-keywords span{font-size:11px}.catalog-intro-v2 .shop-heading h1{font-size:57px}.catalog-heading-aside p{font-size:16px}.product-card-v2 h3{font-size:25px}
}
@media(max-width:680px){
.product-card-v2 .product-image{margin-bottom:16px}.product-card-v2 h3{font-size:23px;line-height:1.12;margin-bottom:10px}.product-card-v2 p{font-size:12px;line-height:1.55;min-height:0;margin-bottom:16px}.product-card-v2 .product-price{font-size:15px}.product-card-v2 .product-card-price small,.product-card-v2 .card-subscription{font-size:10px}.product-card-v2 .product-card-action{width:28px;height:28px}.product-card-v2 .product-card-action .sw-icon{width:18px;height:18px}.product-card-v2 .product-image .image-badge{font-size:9px;padding:5px 7px;max-width:calc(100% - 14px)}.bundle-grid:has(>.routine-card-v2),.routines-page .bundle-grid{grid-template-columns:1fr;gap:22px}.routine-card-v2 .routine-card-topline{padding:16px 18px 8px;font-size:12px}.bundle-composition.routine-shelf,.routines-page .bundle-composition.routine-shelf{padding:12px 18px 22px;gap:12px}.routine-card-v2 .routine-shelf img{max-width:100%;max-height:none}.routine-shelf figcaption{font-size:12px;line-height:1.45}.routine-card-v2 .bundle-card-copy,.routines-page .bundle-card-copy{padding:22px 20px}.routine-card-v2 h3{font-size:30px}.routine-card-v2 p{font-size:14px;margin-bottom:23px}.routine-card-bottom,.routines-page .routine-card-bottom{flex-direction:row;align-items:center;gap:10px}.routine-card-link{font-size:12px}.routine-card-bottom strong{font-size:19px}.routine-card-bottom del{font-size:12px}.commerce-intro{grid-template-columns:1fr;gap:30px;padding:36px 0 28px}.commerce-intro h1{font-size:55px;max-width:350px;margin-bottom:23px}.commerce-intro .intro-label{font-size:13px;margin-bottom:20px}.commerce-intro>div>p:not(.intro-label){font-size:16px;margin-bottom:25px}.commerce-intro-photo img{height:305px;object-position:50% 27%}.commerce-intro-photo figcaption{font-size:13px;padding:13px 17px}.routine-wayfinding{grid-template-columns:1fr;gap:0;padding:0 0 46px}.routine-wayfinding a{padding:20px 0;border-top:0}.routine-wayfinding strong{font-size:25px}.routine-wayfinding span{font-size:12px}.routines-page #shop-routines h2{font-size:38px}.supply-plan-section{padding-block:55px}.supply-plan-section .section-heading h2{font-size:36px}.supply-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 15px}.supply-plan-grid img{margin-bottom:14px}.supply-plan-grid h3{font-size:23px}.supply-plan-grid span{font-size:11px}.supply-plan-grid .sw-icon{width:16px;height:16px}.routine-detail-v2{grid-template-columns:1fr;gap:35px;padding-bottom:45px}.routine-detail-v2 .product-gallery{position:static}.routine-display-heading{padding:19px 18px;font-size:12px;align-items:center}.routine-display-heading>span:last-child{display:block;font-size:11px}.routine-display .bundle-hero-art.routine-shelf{padding:25px 15px;gap:12px}.routine-display .routine-shelf figcaption{font-size:16px}.routine-display .routine-shelf figcaption small{font-size:11px}.routine-gallery-links{flex-direction:row;align-items:center;font-size:10px;gap:10px;margin-top:17px}.routine-gallery-links .sw-icon{width:16px;height:16px}.routine-detail-v2 .product-info h1{font-size:45px;max-width:400px}.routine-detail-v2 .product-info .lead{font-size:16px}.routine-detail-v2 .product-info .price-large{font-size:29px;gap:9px}.routine-detail-v2 .routine-items a{font-size:13px}.routine-detail-v2 .routine-items .small{font-size:11px}.routine-detail-v2 .plan-choice{padding:16px 14px}.routine-detail-v2 .plan-title{font-size:14px}.routine-detail-v2 .plan-sub{font-size:12px}.routine-story-intro{grid-template-columns:1fr;gap:23px;padding-block:40px}.routine-story-intro h2{font-size:36px}.routine-story-intro>p{font-size:15px}.supply-detail-v2 .product-info h1{font-size:42px}.supply-detail-v2 .plan-size-picker a{font-size:12px;padding:12px 4px}.supply-estimate-note{font-size:12px}.care-hero-v2 .care-hero-inner{grid-template-columns:1fr;padding-block:34px 30px;gap:26px}.care-hero-v2 .care-hero-copy{padding:0}.care-hero-v2 h1{font-size:52px;margin-bottom:22px;max-width:400px}.care-hero-v2 .intro-label{font-size:13px;margin-bottom:23px}.care-hero-v2 p{font-size:16px}.care-keywords{margin-top:23px;gap:8px 13px}.care-keywords span{font-size:11px}.care-hero-photo img{height:auto}.care-collection-v2{padding-block:32px 55px}.care-collection-v2 .section-heading{margin-block:38px 27px}.care-collection-v2 .section-heading h2{font-size:37px}.care-collection-v2 .product-card:only-child{grid-template-columns:1fr;gap:23px;max-width:420px}.care-collection-v2 .product-card:only-child h3{font-size:31px}.care-collection-v2 .product-card:only-child p{font-size:15px;margin-bottom:20px}.catalog-intro-v2 .shop-heading{grid-template-columns:1fr;gap:24px;padding-block:37px 32px}.catalog-intro-v2 .shop-heading h1{font-size:51px}.catalog-intro-v2 .shop-heading .intro-label{font-size:13px;margin-bottom:20px}.catalog-heading-aside p{font-size:16px;margin-bottom:18px}.catalog-heading-aside .text-link{font-size:13px}.catalog-body-v2 .filter-bar{padding:18px 15px;gap:14px}.catalog-body-v2 .filter-bar .field label{font-size:11px}.catalog-body-v2>.small{font-size:12px;margin-bottom:23px}
}
