.custom-collections{background-color:var(--bg-color);color:var(--text-color-on-bg);overflow:hidden;font-family:var(--font-body--family)}.custom-collections__container{max-width:1200px;margin:0 auto;padding:0 20px}.custom-collections__header{text-align:center;margin-bottom:50px}.custom-collections__title{font-size:3rem;font-family:var(--font-heading--family);font-weight:400;margin:0;color:inherit}.custom-collections__accent-word{position:relative;display:inline-block}.custom-collections__accent-word::after{content:"";position:absolute;bottom:-15px;left:0;width:100%;height:12px;background:url("data:image/svg+xml,%3Csvg width='150' height='20' viewBox='0 0 150 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 C 20 0, 40 20, 60 10 S 100 0, 150 10' stroke='%23D49D84' stroke-width='3' fill='none'/%3E%3C/svg%3E") no-repeat center bottom;background-size:100% 100%}.custom-collections__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.custom-collections__item{height:100%}.custom-collections__card{background-color:var(--card-bg);border-radius:40px;padding:30px;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--card-text);height:100%;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.1)}.custom-collections__card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.custom-collections__image-wrapper{width:100%;aspect-ratio:1/1;border-radius:30px;overflow:hidden;margin-bottom:25px;background-color:#f5f5f5}.custom-collections__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.custom-collections__card:hover .custom-collections__image{transform:scale(1.05)}.custom-collections__content{text-align:center;width:100%}.custom-collections__item-title{font-size:2rem;font-family:var(--font-heading--family);margin:0 0 20px 0;font-weight:500}.custom-collections__button{background-color:var(--accent-color);color:#2d1b08;padding:12px 40px;border-radius:30px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:10px;transition:background-color .3s ease;box-shadow:3px 3px 0 0 #2d1b08}.custom-collections__card:hover .custom-collections__button{background-color:#c98e72}.custom-collections__button-icon{display:flex;align-items:center}@media screen and (max-width:989px){.custom-collections__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.custom-collections__grid{grid-template-columns:1fr}.custom-collections__title{font-size:2.2rem}.custom-collections__card{padding:20px;border-radius:30px}.custom-collections__item-title{font-size:1.6rem}}