.custom-collection-children{padding:40px 0}.custom-collection-children .container--large{max-width:1360px;margin:0 auto}.custom-collection-children__heading{margin:0 0 32px}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.category-card{display:flex;flex-direction:column;min-width:0;padding:15px;border-radius:20px;background:#f4ede1;color:#111;overflow:hidden}.category-card--blue{background:#002943;color:#fff}.category-card--red{background:#b30300;color:#fff}.category-card__image-link{position:relative;display:block;width:100%;margin-bottom:22px;border-radius:16px;overflow:hidden;background:#fff}.category-card__image{display:block;width:100%;height:220px;padding:14px;border-radius:16px;background:#fff;object-fit:contain;box-sizing:border-box}.collection-img-title{position:absolute;top:50%;left:50%;width:max-content;max-width:calc(100% - 32px);padding:8px 14px;border-radius:30px;background:#fff;color:#111;font-size:14px;line-height:1.3;text-align:center;opacity:0;transform:translate(-50%,-50%);transition:opacity .3s ease}.category-card__image-link:hover .collection-img-title,.category-card__image-link:focus-visible .collection-img-title{opacity:1}.category-card__content{padding-top:4px}.category-card__title{margin:0 0 6px;font-size:20px;line-height:1.2;font-weight:700}.category-card__title a{color:#2f2f2f;text-decoration:none}.category-card__count{margin-bottom:10px}.category-card__count a{display:inline-block;padding:5px 8px;border-radius:30px;color:#ef233c;font-size:14px;font-weight:600;text-decoration:none}.category-card__count a:after{content:" \203a"}.category-card__description{margin:6px 0 10px;color:#555;font-size:14px;line-height:1.55}.sub-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:0;margin:10px 0 0;padding:0;list-style:none}.sub-links li{margin:0 0 10px;line-height:1.2}.sub-links li:nth-child(1){grid-column:1;grid-row:1}.sub-links li:nth-child(2){grid-column:1;grid-row:2}.sub-links li:nth-child(3){grid-column:1;grid-row:3}.sub-links li:nth-child(4){grid-column:2;grid-row:1}.sub-links li:nth-child(5){grid-column:2;grid-row:2}.sub-links li:nth-child(6){grid-column:2;grid-row:3}.sub-links a{display:flex;align-items:flex-start;gap:6px;color:#000;font-size:12px;font-weight:600;text-decoration:none}.link-icon{flex:0 0 auto;padding-right:3px;color:#ef233c;font-size:18px;line-height:.8}.category-card--blue .category-card__title a,.category-card--blue .category-card__count a,.category-card--blue .category-card__description,.category-card--blue .sub-links a,.category-card--red .category-card__title a,.category-card--red .category-card__count a,.category-card--red .category-card__description,.category-card--red .sub-links a{color:#fff}.category-card--blue .category-card__description,.category-card--red .category-card__description{color:#ffffffe0}.category-card--blue .link-icon,.category-card--red .link-icon{color:#fff}.category-card--blue .category-card__count a,.category-card--red .category-card__count a{padding-left:0}.sub-links a:hover,.category-card__count a:hover,.category-card__title a:hover{text-decoration:underline}.sub-links a:focus-visible,.category-card__count a:focus-visible,.category-card__title a:focus-visible,.category-card__image-link:focus-visible{outline:2px solid currentColor;outline-offset:3px}@media screen and (max-width:989px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card__image{height:200px}.category-card__content{grid-template-columns:1fr}}@media screen and (max-width:749px){.custom-collection-children{padding:30px 0}.category-grid{grid-template-columns:1fr;gap:18px}.category-card{padding:13px}.category-card__image{height:220px}.sub-links{grid-template-columns:1fr}.sub-links li:nth-child(n){grid-column:auto;grid-row:auto}.collection-img-title{display:none}}.home-parent-collections{padding:70px 20px}.home-parent-collections__heading{max-width:760px;margin:0 auto 36px;text-align:center}.home-parent-collections__heading h2{margin:0 0 10px;font-size:clamp(32px,4vw,52px);line-height:1.1}.home-parent-collections__heading p{margin:0;font-size:17px;line-height:1.6}.home-parent-collections__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1360px;margin:0 auto}.home-parent-card{display:flex;flex-direction:column;overflow:hidden;padding:15px;border-radius:22px;background:#f4ede1;color:#111}.home-parent-card--blue{background:#002943;color:#fff}.home-parent-card--red{background:#b30300;color:#fff}.home-parent-card__image-link{display:block;overflow:hidden;border-radius:16px;background:#fff}.home-parent-card__image{display:block;width:100%;height:280px;padding:18px;object-fit:contain;background:#fff;box-sizing:border-box}.home-parent-card__content{display:flex;flex:1;flex-direction:column;padding:24px 8px 8px}.home-parent-card__content h3{margin:0 0 12px;font-size:25px;line-height:1.2}.home-parent-card__content h3 a{color:inherit;text-decoration:none}.home-parent-card__content p{margin:0 0 22px;font-size:15px;line-height:1.6;color:inherit}.home-parent-card__button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:auto;padding:12px 18px;border-radius:999px;background:#fff;color:#111;font-size:14px;font-weight:700;text-decoration:none}.home-parent-card:not(.home-parent-card--blue):not(.home-parent-card--red) .home-parent-card__button{background:#111;color:#fff}@media screen and (max-width:989px){.home-parent-collections__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.home-parent-collections{padding:48px 18px}.home-parent-collections__grid{grid-template-columns:1fr}.home-parent-card__image{height:230px}}.custom-collection-banner{padding:56px 20px 36px;background:#fff}.custom-collection-banner__inner{max-width:1320px;margin:0 auto}.custom-collection-banner__title{margin:0 0 18px;font-size:clamp(30px,3vw,48px);line-height:1.05;font-weight:500;color:#111}.custom-collection-banner__description{max-width:1180px;font-size:18px;line-height:1.55;color:#111}.custom-collection-banner__description p{margin:0}@media screen and (max-width:749px){.custom-collection-banner{padding:36px 18px 24px}.custom-collection-banner__description{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/custom-collection-children.css.map */
