.creative-hero{position:relative;overflow:hidden;padding:80px 20px;display:flex;align-items:center;justify-content:center}.hero-heading span.rotating-text-wrapper{display:block}.hero-heading-third{display:block;font-size:.45em;font-weight:400;margin-top:12px;line-height:1.4}.rotating-text{display:inline-block;min-width:1ch}.creative-hero-inner{position:relative;max-width:1200px;width:100%;margin:0 auto;text-align:center;z-index:2}.creative-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}.creative-hero-bg img{width:100%;height:100%;object-fit:cover;animation:zoomEffect var(--zoom-speed, 20s) infinite alternate ease-in-out}@keyframes zoomEffect{0%{transform:scale(1)}to{transform:scale(1.1)}}.creative-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-heading{font-size:56px;font-weight:600;line-height:1.2;margin-bottom:16px}.hero-heading span{display:block}.hero-desc{font-size:16px;max-width:670px;margin:0 auto 16px;font-weight:400}.hero-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:1.5px solid transparent;font-family:Funnel Sans}.hero-btn img{width:20px;height:20px;object-fit:contain;margin:0;transition:all .3s ease}.hero-btn.primary{background:#486243;color:#fff;border-color:#486243}.hero-btn.primary:hover{background:#2d462d;color:#b6e2b6;border-color:#b6e2b6;transform:translateY(-2px)}.hero-btn.primary:hover img{filter:brightness(0) saturate(100%) invert(88%) sepia(13%) saturate(543%) hue-rotate(63deg) brightness(95%) contrast(89%)}.hero-btn.secondary{border:1.5px solid #fff;color:#fff}.hero-btn.secondary:hover{background:#fff;color:#2d462d;transform:translateY(-2px)}.overlay-left{background:linear-gradient(to right,var(--overlay-color) 0%,var(--overlay-color-light) 35%,var(--overlay-color-mid) 65%,var(--overlay-color-low) 85%,rgba(0,0,0,0) 100%)}.overlay-right{background:linear-gradient(to left,var(--overlay-color) 0%,var(--overlay-color-light) 35%,var(--overlay-color-mid) 65%,var(--overlay-color-low) 85%,rgba(0,0,0,0) 100%)}@media screen and (max-width:768px){.creative-hero{width:100vw!important;min-height:430px!important;height:430px!important;padding:0!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;align-items:flex-end!important;justify-content:center!important;background:#000!important}.creative-hero-overlay{top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;z-index:2!important}.creative-hero-inner{padding:0 16px 24px!important;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%}.creative-hero-bg{top:0!important;right:0!important;bottom:0!important;left:0!important}.creative-hero-bg img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;animation:none!important;transform:none!important;background:#000!important}.creative-hero-overlay{opacity:inherit!important}.hero-heading{font-size:39px;font-weight:600;line-height:1.2;margin-bottom:16px}.hero-heading span{display:block}.hero-desc{font-size:18px;opacity:.85;max-width:700px;margin:0 auto 48px}.hero-buttons{margin-top:0!important;margin-bottom:0!important;gap:7px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important}.hero-btn{width:auto!important;min-width:145px!important;max-width:170px!important;padding:7px 12px!important;font-size:14px!important;line-height:1.2!important;border-radius:6px!important;gap:6px!important}.hero-btn img{width:12px!important;height:12px!important}}.curated-worlds{padding:80px 0;background:#fbf7ef}.curated-worlds__header{text-align:center;margin-bottom:50px}.curated-worlds__label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#393939;margin-bottom:15px;font-weight:500;font-family:Funnel Sans}.curated-worlds__label:before{content:"";width:25px;height:1px;background:#555}.curated-worlds__heading{font-size:48px;line-height:1;font-weight:600;max-width:430px;margin:0 auto}.curated-worlds__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.curated-worlds__card{display:block;text-decoration:none;color:inherit;width:100%;max-width:400px;margin:0 auto}.curated-worlds__image-wrap{position:relative;width:100%;padding-bottom:125%;border-radius:20px;overflow:hidden;margin-bottom:16px}.curated-worlds__image-wrap img,.curated-worlds__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.curated-worlds__card:hover .curated-worlds__image{transform:scale(1.05)}.curated-worlds__vendor{font-size:16px;line-height:1.3;margin-bottom:8px;color:#393939}.curated-worlds__title{font-size:20px;line-height:1.3;margin-bottom:12px;color:#222;font-weight:400;font-family:Fraunces,serif;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.curated-worlds__price{font-size:24px;font-weight:600;color:#393939;font-family:poppins}.curated-worlds__footer{display:flex;justify-content:center;margin-top:30px}.curated-worlds__view-all{background:transparent;border:none;font-size:25px;font-family:"Noto Serif",regular;font-weight:600;color:#393939;text-transform:capitalize}.curated-worlds__view-all:hover{opacity:.75}@media screen and (max-width:991px){.curated-worlds{padding:60px 0}.curated-worlds__heading{font-size:46px}.curated-worlds__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:768px){.curated-worlds{padding:50px 0}.curated-worlds__heading{font-size:34px;max-width:100%}.curated-worlds__vendor{font-size:12px;margin-bottom:6px}.curated-worlds__title{font-size:16px;margin-bottom:8px}.curated-worlds__price{font-size:18px}}@media screen and (max-width:480px){.curated-worlds__grid{grid-template-columns:repeat(2,1fr);gap:20px}.curated-worlds__heading{font-size:28px}}.gallery-strip-section{padding:80px 0 40px;background-color:#efefe4;overflow:hidden}.gallery-strip-inner{width:100%;max-width:1280px;margin:0 auto;text-align:center;box-sizing:border-box}.gallery-strip-title{font-size:clamp(13px,1.5vw,14px);margin-bottom:8px;line-height:1.4}.gallery-strip-heading{font-size:clamp(28px,5vw,48px);font-weight:600;line-height:1.2;margin-bottom:clamp(24px,5vw,40px)}.gallery-strip-heading span{display:inline}.gallery-strip-wrapper{display:flex;gap:clamp(12px,2vw,16px);justify-content:space-between;flex-wrap:wrap}.gallery-strip-card{width:clamp(140px,18vw,180px);aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;flex-shrink:0}.gallery-strip-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-strip-card:hover img{transform:scale(1.08)}@media(max-width:991px){.gallery-strip-wrapper{justify-content:center}}@media(max-width:1192px){.gallery-strip-wrapper{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}}@media(max-width:768px){.gallery-strip-section{padding:40px 0 20px}.gallery-strip-wrapper{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gallery-strip-wrapper::-webkit-scrollbar{display:none}.gallery-strip-card{width:140px;min-width:140px;scroll-snap-align:start}}.usp-bar{width:100%;padding:clamp(18px,3vw,25px) 0;overflow:hidden}.usp-bar .container{width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(16px,3vw,24px);box-sizing:border-box}.usp-bar-inner{width:100%;display:flex;justify-content:space-between;align-items:center}.usp-item{display:flex;align-items:center;justify-content:center;gap:10px;font-family:Fraunces,serif;font-weight:600;font-style:normal;min-width:0;font-size:clamp(14px,1.6vw,16px);line-height:1.4;font-weight:500;text-align:center;box-sizing:border-box}.usp-item img{width:clamp(18px,2vw,24px);height:clamp(18px,2vw,24px);object-fit:contain;display:block;flex-shrink:0;margin:0 auto}.usp-item span{display:block;overflow-wrap:anywhere}@media(max-width:991px){.usp-bar-inner{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;gap:14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.usp-item{width:calc(50% - 12px)}}@media screen and (min-width:991px)and (max-width:1224px){.collection-grid-section .coll-card{width:321px;height:393px}}@media(max-width:768px){.usp-bar{padding:18px 0}.usp-bar .container{padding:0 0 0 16px}.usp-bar-inner{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;gap:14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.usp-bar-inner::-webkit-scrollbar{display:none}.usp-item{flex:0 0 auto;width:auto;min-width:max-content;padding:10px 14px;border-radius:999px;background:#ffffff14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:13px;white-space:nowrap}.usp-item img{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
