/** Shopify CDN: Minification failed

Line 798:17 Unexpected "/"
Line 995:15 Expected ":"

**/
html {
  scroll-behavior: smooth;
}

body{
    background-color: #fefaff;
}
:root {
  --purple-tone: #7027a0;
}

header.header{
    max-width: unset;
    max-width: 1440px;
    padding:0;
}
.section-header {
    margin-bottom: 0 !important;
}
.header__menu-item span:hover {
    text-decoration: none !important;
}
body.home-page .collection a {
    font-size: 20px;
}
body.home-page .collection .card__media {
    height: 414px;
    position: unset;
    min-height: 420px;
}
.button:before{
    display: none;
}
.button:after{
    display: none;
}
.full-unstyled-link {
    text-decoration: none !important;
}
a.button.button--primary {
    border-radius: 3px;
}
.cstm_video_section {
    height: 85vh;
    max-height: 85vh;
    min-height: 85vh;
    overflow: hidden;
}
.scrolled-past-header .header-wrapper {
    background: #1DB9C3 !important;
    margin-top: -50px;
}
body.home-page .cstm_feat_section .title {
    text-align: center;
}
body.home-page .cstm_imgText .button:hover {
    background: rgb(var(--color-button-text));
    color: #fff;
}
body.home-page .cstm_imgText .button {
    transition: 200ms ease-in-out;
}
body.home-page .cstm_feat_section .quick-add__submit {
    border: 1px solid rgb(var(--color-foreground));
    color: rgb(var(--color-foreground));
    border-radius: 3px;
    transition: 200ms ease-in-out;
}
body.home-page .cstm_feat_section .quick-add__submit:hover {
   background-color: rgb(var(--color-foreground));
   color: #fefaff;
}
.cstm_img_grids {
  padding: 50px 0;
  background-color: #fefaff;
  padding: 60px 0 !important;
}
.cstm_img_grids h2 {
    font-size: 48px!important;
    color: var(--purple-tone)!important;
    margin-bottom: unset;
    margin-bottom: 3rem;
}
.footer__copyright ul.policies li a {
    text-transform: capitalize;
}
/* Grid setup */
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns by default */
  grid-template-rows: repeat(3, auto); /* Rows adjust automatically */
  gap: 20px; /* Space between items */
  margin: 0 auto; /* Center the grid */
}

/* Creating unique grid item sizes */
.image-grid-item:nth-child(1) {
  grid-column: span 2; /* Makes the first item span across two columns */
  grid-row: span 2; /* Makes the first item span across two rows */
}

.image-grid-item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2; /* Second item spans two rows */
}

.image-grid-item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1; /* Default span */
}

.image-grid-item:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1; /* Default span */
}

.image-grid-item:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1; /* Default span */
}

.image-grid-item:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1; /* Default span */
}

/* Style for each image grid item */
.image-grid-item {
  overflow: hidden;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for grid items */
.image-grid-item:hover {
  transform: scale(1.001); /* Slight zoom effect */
  box-shadow: 0 8px 12px rgba(102, 0, 88, 0.2); /* Enhanced shadow */
}

/* Style for images inside grid items */
.image-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure images fill the item area */
}

/* Heading style */
.image-grid-heading {
  text-align: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 40px;
}
.image-grid-item {
    max-height: 500px;
}
.image-grid-item img {
    height: 100%;
    object-fit: cover !important;
}
.cstm_collection_section .title-wrapper-with-link{
    justify-content:center;
}
.cstm_collection_section .card-wrapper {
    background: #faf3ff;
    border: 1px solid #d190ff1f;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
.cstm_rich_text .button{
   color: var(--purple-tone)!important;
} 
.cstm_feat_section .card {
    background: #faf3ff;
    border: 1px solid #d190ff1f;
    box-shadow: 0 4px 6px #0000001a;
}
.cstm_feat_section .button {
    border-radius: 3px;
    font-size: 16.5px !important;
}
.cstm_blog_section .title-wrapper-with-link {
    justify-content: center;
}
.cstm_blog_section .card__heading{
    font-size: 20px;
}
.cstm_blog_section .article-card__info {
    font-size: 14px;
}
.cstm_blog_section .article-card__excerpt {
    font-size: 15px;
}
.cstm_blog_section .card {
    background: #faf3ff;
    border: 1px solid #d190ff1f;
    box-shadow: 0 4px 6px #0000001a;
}
footer p {
    font-size: 15.4px;
}
.cstm_Img_banner .image-with-text__media-item {
    border-top-right-radius: 150px !important;
    overflow: hidden;
    border-bottom-left-radius: 150px;
    height:65vh;
}
.cstm_img_text .button{
    color: var(--purple-tone)!important;
}
.header__menu-item span {
    transition: text-decoration var(--duration-short) ease;
    color: var(--purple-tone);
}
header .icon {
    color: var(--purple-tone);
}
body.home-page .cstm_imgTxt_block .button {
    color: var(--purple-tone) !important;
}
.footer__content-bottom-wrapper {
    justify-content: center;
}
body.home-page .cstm_feat_section .title {
    text-align: center;
    color: var(--purple-tone) !important;
    opacity: 1;
}
/* css on 11-12-2025 */
body.home-page h2{
    font-size: 34px !important;
}
/* section width adjusted */
.utility-bar {
    max-width: 98%;
    margin: auto;
    border-radius: 3px;
}
.cstm_video_section {
    max-width: 98%;
    margin: auto;
    border-radius: 7px;
}
.cstm_imgText {
    max-width: 98%;
    margin: auto;
    border-radius: 7px;
    overflow: hidden;
}
.custom_signup_section{
    max-width: 98%;
    margin: auto;
    border-radius: 7px !important;
    overflow: hidden;
}
.cstm_rich_text {
    max-width: 98%;
    margin: auto;
    border-radius: 7px;
    overflow: hidden;
    /* background: red !important; */
}
.cstm_testimo {
    max-width: 98%;
    margin: auto;
    border-radius: 7px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.cstm_multicol {
    max-width: 98%;
    margin: auto;
    border-radius: 7px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.cstm_full_width_section{
        max-width: 98%;
    margin: auto;
    border-radius: 7px;
    overflow: hidden;
}
.overall_banners{
    max-width:98%;
    margin:auto;
    border-radius:7px;
    overflow:hidden;
}
/* section width adjusted */
.announcement-bar__message span {
    font-family: 'Nunito Sans';
}
.marquee-section-part {
    padding: 15px 0px;
    background-color: var(--purple-tone) !important;
}
.marquee-section-part .data-coll.slick-slide h3 {
    margin: 0px;
    color: #fff;
    font-family: Nunito Sans !important;
}
.cstm_rich_text .content-container {
    background-image: linear-gradient(45deg, #5dc4cf, #d4abef);
}
.utility-bar {
    background-image: linear-gradient(45deg, #5dc4cf, #d4abef) !important;
}
body.home-page footer h2 {
    font-size: 21px!important;
}
footer {
    padding-top: 200px !important;
    margin-top: -150px !important;
    width: 98%;
    margin: auto;
    border-radius: 5px;
}
.custom_signup_section {
    max-width: 63.7%;
    margin: auto;
    border-radius: 7px!important;
    overflow: hidden;
    margin-top:60px !important;
}
.custom_signup_section .newsletter__wrapper {
    background-image: linear-gradient(45deg, #5dc4cf, #d4abef) !important;
}
.custom_signup_section .field__input {
    background-color: #fff;
}
.newsletter-form__button .icon {
    color: #afa9b3;
}
.custom_signup_section label.field__label {
    color:#afa9b3
}
footer {
    border: 1px solid #7027a01a !important;
}
body.home-page .cstm_imgTxt_block {
    max-width: unset;
}
body.home-page .cstm_multicol .page-width {
    margin: auto;
    max-width: unset;
}
body.home-page .multicolumn-list {
    gap: 0;
    justify-content: center;
}
.multicolumn-list li {
    min-width: 33.33333%;
}
body.home-page .cstm_multicol .page-width {
    padding: 0;
}
body.home-page .testimonials-block {
    display: flex;
    justify-content: center;
}
body.home-page .slick-list.draggable {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
body.home-page .slick-track {
    margin: 0;
}
body.home-page .cstm_testimo i {
    color: #fcfcfc;
}
body.home-page .cstm_testimo p, body.home-page .cstm_testimo span {
    color: #fcfcfc !important;
}
body.home-page .cstm_testimo h2 {
    text-align: center;
    padding-bottom: 2rem;
    color: #fcfcfc;
}
.custom_signup_section {
    margin-top: 60px;
}
body.home-page .cstm_multicol .multicolumn-card__image:hover {
    transform: scale(1.2);
}
body.home-page .cstm_multicol .multicolumn-card__image {
    transition: 6500ms ease-in;
}
.custom_signup_section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
}

.custom_signup_section.active {
    opacity: 1;
    transform: translateY(0);
}
body.home-page .testimonials-block .slick-arrow {
    display: none !important;
}
body.home-page .testimonials-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
body.home-page .testimonials-block .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
body.home-page .testimonials-block .slick-dots button {
    display: none;
}

body.home-page .testimonials-block li.slick-active::marker {
    color: #fff !important;
}
body.home-page .testimonials-block .slickdots::marker {
    color: #fff !important;
}
body.home-page .cstm_img_grids .grid-image_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -50%;
    color: #fff;
    font-size:28px;
    transition: bottom 500ms ease-in-out;
}
body.home-page .cstm_img_grids .image-grid-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1111118c;
}
body.home-page .cstm_img_grids .image-grid-item {
    position: relative;
}
body.home-page .cstm_img_grids .image-grid-item:hover h3.grid-image_title{
    bottom:10%
}
.announcement-bar__message span {
    font-family: Nunito Sans;
    text-transform: uppercase;
    font-size: 11px;
}
.announcement-bar__link:hover {
    text-decoration: unset;
}
.header__menu-item:hover span {
    text-decoration: unset;
}
.header__menu-item span {
    font-size: 14px;
    letter-spacing: 1.1px;
}
header-menu .header__menu-item {
    position: relative;
}
header-menu .header__menu-item::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    height: 1px;
    background: var(--purple-tone);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center; 
    transition: transform 0.3s ease;
}
header-menu .header__menu-item:hover::before {
    transform: translateX(-50%) scaleX(1);
}
.header__submenu::before {
    content: none;   /* removes the line */
}

.header__submenu:hover::before {
    transform: none; /* disables the hover animation */
}
details[open]>.header__menu-item {
    text-decoration: unset;
}
.header__submenu .header__menu-item:hover {
    text-decoration-line: unset;
}
.header__submenu .header__menu-item {
    color: var(--purple-tone);
    font-size: 14px;
}
.cstm_rich_text .content-container {
    background-image: unset;
    background-color: #d4abef !important;
}
body.home-page .testimonials-block .testimonials--text-wrapper {
    margin: 0 100px;
}
.button {
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    background: var(--purple-tone);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background 0.5s ease;
    border-radius: 2px;
}

.button:hover::before {
    transform: translateX(-50%) scaleX(1);
}
.cart-count-bubble {
    background-color: var(--purple-tone);
}
.section-header {
    position: sticky !important;
    top: -8% !important;
}
.scrolled-past-header .header-wrapper {
    background:var(--purple-tone) !important;
}
.scrolled-past-header .header-wrapper .header__menu-item span {
    font-size: 14px;
    letter-spacing: 1.1px;
    color: #fff;
}
.scrolled-past-header .header-wrapper header .icon {
    color: #fff;
}
body.home-page .cstm_img_grids .grid-image_title {
    text-align: center;
    padding: 0 40px;
}
/* css on 15-12-2025 */
body.collection-page .facets__reset {
    color: var(--purple-tone);
}
body.collection-page facet-remove span{
    color: var(--purple-tone);
}
body.collection-page .facets-container .underlined-link, .customer a, .inline-richtext a {
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness ease .1s;
    text-decoration: none;
}
body.collection-page .product-grid-container .card__heading {
    font-size: 21.6px;
}
body.collection-page .collection-hero__title {
    text-align: center;
}
.header__active-menu-item {
    text-decoration:none;
}
body.page-about-lora .img_text_row_even img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-filter: "FlipH"; /* For IE */
  filter: FlipH; /* For IE */
}
.cstm_multi .multicolumn-list {
    display: flex;
    width:100%;
}
.cstm_multi .multicolumn-list .multicolumn-list__item{
    min-width: unset !important;
} 
.cstm_multi .multicolumn-card {
    background:rgb(244, 228, 255);
    border-radius: 7px;
    color: #fff !important;
}
.cstm_multi .multicolumn-list__item img {
    left: 50%;
    transform: translate(-50%);
    filter: invert(1);
}
.cstm_multi .multicolumn-list__item{
    width:85%;
}
.cstm_multi .multicolumn-card {
    background: #fcfcfc;
    border-radius: 7px;
    color: #fff!important;
    box-shadow: 0px 0px 13px 10px #11111105;
    transition: transform 500ms ease-in-out;
    cursor:pointer;
}
.cstm_multi .multicolumn-list__item img {
    filter: invert(1);
    filter: invert(28%) sepia(30%) saturate(1200%)
          hue-rotate(235deg) brightness(105%) contrast(95%);
}
body.page-about-lora .title-wrapper {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.page-about-lora .cstm_video_section {
    position: relative;
}
.cstm_multi .multicolumn-list__item img {
    min-width: 59% !important;
    max-width: 59% !important;
    object-fit: contain !important;
    margin: auto;
}
.cstm_multi .multicolumn-card:hover {
    box-shadow: 0px 0px 23px 10px #11111105;
    transform: translate(0px,-20px);
}
.custom_signup_section {
    max-width: 63.7%;
    margin: auto;
    border-radius: 7px!important;
    overflow: hidden;
}
.custom_signup_section h2 {
    font-size: 31px !important;
}
body.blog-page .title--primary{
    text-align: center;
    margin-bottom: 4rem !important;
    display: block;
}
body.blog-page .article-card__excerpt {
    font-size: 16px;
}
body.page-faqs .banner__heading {
    color: #fff;
}
body.page-faqs .collapsible-content h2 {
    font-size: 25px;
    text-align: center;
}
body.page-faqs .collapsible-content summary:hover .accordion__title {
    text-decoration: none !important
}
.accordion__content p {
    font-size: 15px;
}
footer h2{
        font-size:21px !important;

}
body.page-commissions .rich-text__wrapper p {
    font-size: 16px;
}
.cstm_multi_cols .multicolumn-list li {
    min-width: 30.33333%;
}
.cstm_multi_cols .title-wrapper-with-link {
    justify-content: center;
}
body.template-page-contact h2.title {
    text-align: center;
    margin-bottom: 4rem;
}
body.template-page-contact .button {
    border-radius: 5px !important;
}
body.template-page-contact h2.title {
    text-align: center;
    margin-bottom: 4rem;
}
body.template-page-contact .contact__button {
    text-align: center;
    margin-top: 4rem !important;
}
body.collection-page .collection-hero__title{
    font-size:31px;
}
body.product-page .product__title h1 {
    font-size: 35px;
}
body.product-page .product-form__buttons .product-form__submit {
    border: 0.5px solid var(--purple-tone);
}
body.product-page .product__accordion li {
    font-size: 16px;
}
body.product-page .multicolumn-list li {
    min-width: 22%;
}
body.product-page .related-products__heading {
    font-size: 34px;
}
body.page-commissions h2{
    font-size:34px;
}
body.page-faqs .banner__heading {
    color: #fff;
    font-size: 34px;
}
/* css on 16-12-2025 */
/* .overall_banners .banner__box h2, .banner__box p{
    color: #fcfcfc;
} */
body.page-join-the-collectors-club h2{
    font-size:34px;
}
body.page-join-the-collectors-club .cstm_multi .title {
    margin: 0;
    text-align: center;
    margin: auto;
    margin-bottom: 1rem;
}
body.page-join-the-collectors-club .collapsible-content summary:hover .accordion__title {
    text-decoration: none;
}
body.page-join-the-collectors-club .collapsible-content .accordion summary {
    display: flex;
    position: relative;
    line-height: 1;
    padding: 1.5rem 0;
    margin-bottom: 8px;
}
body.page-join-the-collectors-club h2{
    font-size:34px;
}
.page-commissions .rich-text__wrapper p{
    color:#5e5e5c !important
}
.com_page_richText h2{
    font-size:28px !important;
    margin-top:10px;
}
.contact_page_imgText p{
    color: #5e5e5e;
}
body.page-join-the-collectors-club .cstm_imgText p{
    color: #5e5e5e ;
}
body.page-join-the-collectors-club .collapsible-content__wrapper .accordion__content p {
    color: #5e5e5e;
}
body.page-about-lora .img_text_row_odd p{
    color: #5e5e5e;
}
body.page-about-lora .img_text_row_even p{
    color: #5e5e5e;
}
body.blog-page .article-card__excerpt {
    font-size: 16px;
    color: #5e5e5e;
}
body.page-faqs .collapsible-content p {
    color: #5e5e5e;
}
body.article-page .article-template img {
    object-fit: cover;
}
/* body.article-page .article-template__hero-adapt.media {
    padding-bottom: 0 !important;
    height: 67vh;
    overflow:hidden;
    border-radius:7px;
} */
body.article-page .article-template__title{
    font-size:34px;
}
body.article-page p {
    color: #5e5e5e;
    margin:5px 0 ;
} 
body.article-news/the-timeless-beauty-of-bird-paintings-bringing-nature-into-your li {
    display: flex;
}
.custom_signup_section p {
    color: #fcfcfc !important;
}
.announcement-bar__message span {
    color: #fcfcfc;
}
body.template-page-contact h2.title {
    font-size: 34px;
}
body.product-page .product__accordion li p {
  display: inline;
  margin: 0;
}
body.product-page .product__accordion ul {
 padding-left:0;
}
body.product-page .accordion__content p, body.product-page .accordion__content li{
    color: #5e5e5e;
}
footer p{
    color: #5e5e5e;
}
footer a {
    color: #5e5e5e !important;
}
footer .copyright__content {
    font-size: 1.1rem;
    color: #5e5e5e;
}
.custom_signup_section .field__input {
    background-color: #fff;
    color: #5e5e5e;
    font-size:16px;
}
body.page-faqs .collapsible-content li {
    font-size: 15px;
    color: #5e5e5e;
}
body.general-page .shopify-policy__title h1 {
    font-size: 34px !important;
}
body.general-page .shopify-policy__container p, .shopify-policy__container li {
    font-size: 16px;
}
body.page-join-the-collectors-club .cstm_imgText p {
    color: #5e5e5e;
    font-size: 16px;
}
footer .list-social {
    justify-content: start;
}
footer .footer-block-image.center {
    justify-content: start;
}
footer .list-social .list-social__link {
    padding-left: 0;
    padding-top: 0;
}
footer .list-social__item .icon {
    color: var(--purple-tone);
}
body.general-page .shopify-policy__container p, body.general-page .shopify-policy__container li {
    color: #5e5e5e;
}
footer .footer-block-image.center {
    justify-content: center;
}
footer .list-social {
    justify-content: center;
}
body.page-join-the-collectors-club .banner__content h2 {
    font-size: 48px;
}
.custom_signup_section h2 {
    font-size: 34px !important;
}
body.page-commissions .banner__content h2 {
    font-size: 48px;
}
body.page-commissions .cstm_multi_cols .multicolumn-card__info p br {
    display: none !important;
}
body.page-commissions .com_page_richText h2:first-of-type {
    font-size: 34px !important;
}
body.page-commissions .cstm_multi_cols h2, .cstm_multi_cols h3 {
    color: var(--purple-tone);
}
body.page-commissions .cstm_multi_cols .button {
    background: var(--purple-tone);
}
p{
    font-size:16px !important; 
}

body.template-page-contact .image-with-text__heading {
    font-size: 34px;
}
body.page-about-lora body.page-commissions .banner__content h2 {
    font-size: 34px;
}
body.page-about-lora .img_text_row_odd h2 {
    font-size: 34px;
}
body.page-about-lora .img_text_row_even h2 {
    font-size: 34px;
}
body.blog-page .title--primary {
    font-size: 34px;
}
body.blog-page .article-card .card__heading {
    font-size: 28px;
}
body.page-faqs .banner__heading {
    color: #fff;
    font-size: 48px;
}
body.page-faqs .collapsible-content h2 {
    font-size: 34px;
    text-align: center;
}
body.collection-page .collection-hero__title {
    font-size: 28px;
}
body.page-join-the-collectors-club .cstm_imgText h2 {
    font-size: 34px;
    color: var(--purple-tone);
}
body.page-join-the-collectors-club .cstm_imgText .button {
    background: var(--purple-tone);
}
body.page-join-the-collectors-club .cstm_imgText h2 {
    font-size: 28px;
    color: var(--purple-tone);
}
body.home-page .cstm_Img_banner p {
    color: #5e5e5e;
}
/* css on 22-12-2025 */
.utility-bar {
    background: #1DB9C3 !important;
}
.scrolled-past-header .header-wrapper {
    background: #1DB9C3 !important;
}
body.home-page .cstm_video_section {
    position: relative; 
}
body.home-page .cstm_video_section .title-wrapper {
    position: absolute;
    top: 40% !important;
    left: 50% !important;
    z-index: 9;
    transform: translate(-50%, -50%);
}
body.home-page .cstm_video_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(17, 17, 17, 0.23);
    display: block;
    z-index: 1; 
}
body.home-page .cstm_video_section h2 {
    font-size: 34px !important;
    color: #fff;
    font-size: 48px !important;
    text-align: center;
    font-weight:800;
}
.collection__title.title-wrapper {
    text-align: center;
}
.custom_signup_section .newsletter-form__field-wrapper{
    display:flex;
    gap:1rem;
}
.custom_signup_section .newsletter__wrapper {
    background: #1DB9C3 !important;
}
.cstm_Img_banner .image-with-text__media-item {
    border-top-right-radius: 150px !important;
    overflow: hidden;
    border-bottom-left-radius: 150px;
    height: 65vh;
    border-radius: 0 !important;
}
.footer__blocks-wrapper {
    display: flex;
    justify-content:space-between !important;
    flex-wrap: wrap;
    align-items start;
}
footer .footer-block-image.center {
    justify-content: start;
}
.footer__blocks-wrapper>* {
    flex-basis: 16%;
}
.footer_custom_content {
    text-align: center;
    margin: 86px 0px  0;
    font-size: 16px;
}
body.home-page .cstm_video_section .title-wrapper {
    position: absolute;
    top: 40% !important;
    left: 50% !important;
    z-index: 9;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column;
    align-items: center;
}
button#Subscribe {
    width: 100%;
    color: #fff;
    position: static;
}
.custom_signup_section .newsletter-form__field-wrapper>* {
    flex-basis: 32%;
}
.custom_signup_section button#Subscribe {
    width: 100%;
    color: #fff;
    position: static;
    background: #fff;
    color: #111;
    display: flex;
    height: auto;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
}
.newsletter-form {
    max-width: unset !important;
}
.custom_signup_section .newsletter-form__field-wrapper {
    width: 100% !important;
    margin: auto;
    max-width: unset !important;
}
.custom_signup_section button {
    flex-basis: 20% !important;
}
.custom_signup_section .newsletter-form__field-wrapper {
    width: 100% !important;
    margin: auto;
    max-width: unset !important;
    justify-content: center;
}
.custom_signup_section .field__button>.svg-wrapper {
    color: #1db9c3;
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito Sans";
}

body.home-page .cstm_video_section::before {
    display: none;
}
body.home-page .cstm_video_section .title-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    justify-content: center;
    background: #11111163;
    padding: 0 22%;
}
/* css on 23-12-2025 */
.cstm_feat_section .card {
    background: transparent;
}
.newsletter-form__message {
    justify-content: center !important;
    width: 100%;
}
*:focus-visible {
    outline: unset !important;
    outline-offset:  unset !important;
    box-shadow:  unset !important;
}
video::-webkit-media-controls {
  display: none !important;
}
/* css on 23-12-2025 */
body.home-page .cstm_Img_banner .image-with-text__text p br {
    display: none;
}
.product-grid-container .product-grid .grid__item {
    width: 100% !important;
    max-width: 100% !important;
}
body.product-page .product__title h1 {
    margin-top: 15px;
}
body.page-join-the-collectors-club .cstm_imgText p br{
    display: none;
}
/* BASE PRODUCT GRID */
body.collection-page .change-view{
    height: 38px;
    width: 38px !important;
    border: none;
}
body.collection-page .collection-view-as {
    margin-top: 14px;
}
body.collection-page .change-view--active {
    background: #111 !important;
    border-radius: 5px !important;
}
body.collection-page .change-view--active svg{
filter: invert(1);
}
body.collection-page #product-grid {
  display: grid;
  gap: 24px;
  transition: grid-template-columns 0.3s ease;
}

/* Reset default Shopify grid behavior */
body.collection-page #product-grid.grid {
  grid-template-columns: unset;
}

/* -----------------------------------
   2 PRODUCTS PER ROW VIEW
----------------------------------- */
body.collection-page
.filters-toolbar__item:has(.change-view--active[data-view="grid"])
~ .collection #product-grid {
  grid-template-columns: repeat(2, 1fr);
}

body.collection-page
.filters-toolbar__item:has(.change-view--active[data-view="grid"])
~ .collection #product-grid .card__inner {
  height: 570px;
}

/* -----------------------------------
   3 PRODUCTS PER ROW
----------------------------------- */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="grid-2"])
~ .collection #product-grid {
  grid-template-columns: repeat(3, 1fr);
}

body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid {
  grid-template-columns: 1fr;
}

/* Card layout only in list view */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .card {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 1rem;
}

/* Inner card sizing only in list view */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .card__inner {
  width: 50%;
  height: 219px;
}
/* -----------------------------------
   LIST VIEW — 1 PRODUCT PER ROW
----------------------------------- */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid {
  grid-template-columns: 1fr;
}

/* Horizontal card layout */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .card {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 24px;
}

/* Image container */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .card__inner {
  width: 30%;
  height: 219px;
}
/* Content container */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .card__content {
  width: 50%;
  text-align: left;
}
/* Price alignment */
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .price {
  margin: unset;
  text-align: left;
}

/* -----------------------------------
   RESPONSIVE SAFETY
----------------------------------- */
@media (max-width: 990px) {
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="grid"])
  ~ .collection #product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
body.collection-page #product-grid {
    grid-template-columns: 1fr !important;
  }
}
/* css on 24-12-2025 */
body.page-commissions .rich-text__wrapper li{
    color: #5e5e5e;
    font-size: 16px;
}
body.page-commissions .cstm_rich_text_block .rich-text{
    padding-top:0;
    padding-bottom:0;
}
body.page-commissions .cstm_rich_text_block ul {
    max-width: 80%;
    margin: auto;
    text-align: left;
    padding: 20px 0px;
}
body.page-commissions h2{
    margin-top: 40px;
}
body.page-faqs .collapsible-content p br {
    display: none;
}
body.page-about-lora .rich-text {
    padding: 0;
    padding-bottom: 60px;
}
body.page-join-the-collectors-club .cstm_centered_form .newsletter-form__field-wrapper {
    margin: auto;
}
body.page-join-the-collectors-club .newsletter__subheading p{
    font-size: 14px !important;
    line-height: 1.3;
}
body.page-join-the-collectors-club .newsletter-form__field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
body.page-join-the-collectors-club .newsletter-form__button {
    background: var(--purple-tone) !important;
    font-size: 16px;
    padding: 13px 26px;
    border-radius: 5px;
    width: 50% !important;
    margin: auto !important;
    font-family: "Nunito Sans";
    margin-top: 20px !important;
}
/* body.page-join-the-collectors-club .newsletter__wrapper {
    border-bottom: 1px solid #111;
    max-width: 80%;
    margin: auto;
} */
body.page-join-the-collectors-club footer {
    padding-top: 0;
    margin-top: 0;
}
/* body.page-join-the-collectors-club .custom_signup_section{
    display: none;
} */
body.page-join-the-collectors-club .overall_banners .banner__box p {
    color: #fff;
}
/* css on 25-12-2025 */
header-menu .header__menu-item::before {
    width: 90%;
}
.list-menu__item--active {
    text-decoration: none !important;
}
.scrolled-past-header .header__menu-item::before {
    background: #FFF;
}
body.page-about-lora .cstm_richText .rich-text {
    background-image: linear-gradient(45deg, #5dc4cf, #d4abef) !important;
    padding: 30px 50px !important;
}
body.page-about-lora .cstm_richText h2 {
    color: #fff !important;
    font-size: 34px !important;
}
body.page-about-lora .cstm_richText p{
    color: #fff !important
}
body.page-about-lora .img_text_row_odd .image-with-text__grid{
    display: flex;
    align-items: start;
    position:relative;
}
/* body.page-about-lora .img_text_row_odd img {
    height: 500px !important;
    position: sticky;
    top: 5%;
    border-radius:8px;
    overflow: hidden;
} */
body.page-about-lora .img_text_row_even .image-with-text__grid{
    display: flex;
    align-items: start;
    position:relative;
}
/* body.page-about-lora .img_text_row_even img {
    height: 500px !important;
    position: sticky;
    top: 5%;
    border-radius:8px;
    overflow: hidden;
} */
body.page-about-lora .img_text_row_even .image-with-text__content{
    padding-top:0;
    padding-bottom:0;
}
body.page-about-lora .img_text_row_odd .image-with-text__content{
    padding-top:0;
    padding-bottom:0;
}
/* body.page-about-lora .img_text_row_odd .image-with-text__media{
    padding-bottom: 50vh !important;
    border-radius:8px !important;

} */
/* body.page-about-lora .img_text_row_even .image-with-text__media{
    padding-bottom: 50vh !important;
    border-radius:8px !important;

} */
body.page-about-lora .cstm_richText{
    max-width: 98%;
    margin: auto;
    overflow: hidden;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
body.page-about-lora .cstm_video_section {
    position: relative;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.footer__content-bottom {
    padding-top: 0rem !important;
}
.footer__content-top {
    padding-bottom: 2rem !important;
}
.footer_custom_content {
    margin: 35px 0px  0;
}
.scrolled-past-header .header__submenu .header__menu-item::before {
    background: var(--purple-tone);
}
body.page-faqs  p {
    color: #5e5e5e;
}
body.page-commissions .cstm_rich_text_block ul {
  list-style: none;
  padding-left: 0;
}

body.page-commissions .cstm_rich_text_block ul li {
  position: relative;
  padding-left: 28px;
}

body.page-commissions .cstm_rich_text_block ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #5e5e5e; /* change color if needed */
  font-size: 18px;
  line-height: 1.4;
}
/* css on 29-12-2025 */
body.general-page .shopify-policy__container p br {
    display: none;
}
footer .list-social__item .icon {
    color: #5e5e5e;
}
footer .footer_custom_content {
    color: #5e5e5e;
}
.contact .contact__fields {
    display: flex !important;
    flex-wrap: wrap;
}
.contact .contact__fields > * {
    flex-basis: 48.5%;
}
.contact .contact__fields > :nth-child(3) {
    flex-basis: 100%;
}
.contact .form__message {
    align-items: center;
    justify-content: center;
}
body.page-commissions .contact h2 {
    margin-top: 20px;
    text-align: center;
}
.contact .contact__button {
    display: grid;
    place-content: center;
}
/* css on 30-12-2025 */
body.general-page .shopify-policy__container h4{
    font-weight:400;
}
body.page-commissions h2.form__message {
    font-size: 17.6px;
}
body.page-commissions .custom_signup_section h2 {
    margin-top: 0px;
}
body.general-page .shopify-policy__container {
    margin-bottom: 40px;
}
/* css on 31-12-2025 */
body.article-page .article-template h3 {
    margin: 20px 0 10px;
}
body.page-faqs p br {
    display: none;
}
body.page-commissions .rich-text__wrapper p {
    font-size: 16px;
    margin: 0;
}
body.general-page .shopify-policy__container h4 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0px;
}
body.general-page .shopify-policy__container h4 br {
    display: none;
}
.policies li a {
    padding: .6rem 0;
    display: block;
    text-transform: uppercase;
}
body.general-page .shopify-policy__title h1 {
    font-size: 34px !important;
    text-transform: capitalize;
}
/* css on 06-01*-2026 */
.card .badge {
    padding: 6px 18px;
    line-height: 1.5;
    padding-top: 8px;
}
/* css on 13-01-2026
body.collection-page #product-grid {
    gap: 40px;
}
-----gap set-------
body.collection-page .grid-view .card__inner {
    height: 100% !important;
}
body.collection-page .grid-view .product-grid-container .product-grid .grid__item {
    height: 1024px !important;
}
body.collection-page .grid-2-view .product-grid-container .product-grid .grid__item {
    height: 639px;
}
body.collection-page .grid-2-view .card__inner.color-scheme-1 {
    height: 100%;
    min-height: 89%;
} */

body.collection-page .grid-view .card__inner img{
    object-fit: contain !important;
}
body.collection-page #product-grid.grid-view {
    place-items: center !important;
    gap: 0 !important;
}
body.collection-page .product-grid-container .grid-view .grid__item {
    width: 64% !important;
    max-width: 100% !important;
}
body.collection-page .grid-2-view .card__inner {
    width: 100%;
    height: 600px;
}
body.collection-page .product-grid-container .list-view li.grid__item {
    height: 640px;
}
body.collection-page .product-grid-container .list-view  .card__inner.color-scheme-1.gradient.ratio {
    height: 640px !important;
    width: 420px !important;
}
/* css on 15-01-2026 */
.footer .footer__blocks-wrapper > .footer-block:nth-child(4)  {
    margin: 0;
    padding: 0;
    width: min-content !important;
    flex-basis: 0;
}
.footer h2.footer-block__heading.inline-richtext {
    margin: 0;
    padding: 0;
    width: max-content;
}
.footer .footer__blocks-wrapper > .footer-block:nth-child(4) ul.footer-block__details-content.list-unstyled {
    margin: 0;
    padding: 0;
    width: max-content;
}
.footer .footer__blocks-wrapper > .footer-block:nth-child(4) li {
    margin: 0 !important;
    padding: 0;
    width: max-content;
    max-width: max-content;
}
/* css on 20-01-2026 */
body.template-page-about-our-wearable-art .rich-text__wrapper li{
    text-align:left;
    margin-bottom:12px;
    text-indent: -1.25em;
}
body.home-page .cstm_feat_section .product-card-wrapper {
    position: relative;
}
body.home-page .cstm_feat_section .card__badge.top {
    position: absolute;
    right: 5%;
}
body.product-page .related-products__heading {
    text-transform: uppercase;
}
.grid__item.hide {
    display: none;
}
body.collection-page .grid-2-view .card__inner{
    height: unset;
}
/* body.page-join-the-collectors-club .custom_signup_section{
    display: block !important;
} */
 .custom_signup_section {
    opacity: 1;
}
.custom_signup_section button#Subscribe {
    background: #FFF !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin: unset !important;
}
body.page-join-the-collectors-club .newsletter-form__field-wrapper {
    align-items: center;
    flex-direction: row;
}
/* css on 21-01-2026 */
body.template-page-about-our-wearable-art .rich-text__wrapper li, body.template-page-about-our-wearable-art .rich-text__wrapper p {
    font-size: 16px;
    color: #5e5e5e;
}
body.page-about-lora .img_text_row_odd p {
    color: #5e5e5e;
    font-size: 16px !important;
}
body.blog-page .article-card__excerpt {
    font-size: 16px !important;
    color: #5e5e5e;
}
body.article-page .article-template__back .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
}
body.article-page .article-template__back .article-template__link {
    font-size: 17px;
}

body.template-page-about-lora .cstm_full_width_section .banner__content {
    background: unset !important;
    background-color: #1DB9C3 !important;
        max-width: unset !important;
}
.rich-text__wrapper h3 {
    font-size: 34px;
}
body.template-page-about-lora .cstm_full_width_section .banner__media svg {
    display: none !important;
}
body.template-page-about-lora .cstm_full_width_section{
    background-color: #1DB9C3 !important;
    max-width: unset !important;
}
body.home-page svg.placeholder-svg {
    display: none !important;
}
body.home-page .cstm_imgText {
    background: #1DB9C3 !important;
}
body.home-page .cstm_imgText .banner__content {
    background-color: transparent;
    background-color: #1DB9C3;
    max-width: unset;
}
body.home-page .cstm_rich_text .content-container {
    background-image: unset;
    background-color: #7027a0 !important;
}
body.product-page .related-products__heading {
    text-transform: capitalize;
}
body.product-page .card__heading a {
    font-size: 21.6px;
}
body.page-about-lora .banner__text p {
    color: #fff;
}
body.page-commissions .banner__heading{
    font-size: 34px;
}
body.page-commissions .cstm_rich_text_block .rich-text__text {
    margin-top: 0;
    margin-bottom: 20px;
}
.cstm_imgText .banner__text p{
    font-size: 16px !important;
    color: #fff;
}
body.blog-page .title--primary {
    font-size: 48px;
}
body.page-commissions .banner__heading {
    font-size: 48px;
}
body.page-contact .contact h1.title {
    text-align: center;
}
body.article-page .article-template img {
    object-fit: contain;
}
.article-template__hero-container {
    max-width: unset !important;
    padding:20px 0px;
}
body.general-page .shopify-policy__title h1 {
    font-size: 48px !important;
    text-transform: capitalize;
}
body.collection-page .collection-hero__title {
    font-size: 34px;
}
body.product-page .card__media .media img {
    object-fit: contain;
}
footer {
    padding-top: 50px !important;
    margin-top: 70px !important;
    width: 98%;
    margin: auto;
    border-radius: 5px;
}
.footer .footer-block__details-content {
    margin-top: 1rem;
}
footer .footer__list-social {
    margin-top: 1rem;
}
body.page-join-the-collectors-club .rich-text__blocks p {
    font-size: 16px;
    text-align: center;
    color: #5e5e5e !important;
}
body.product-page .product-media-container .media>img {
    object-fit: contain;
    object-position: center center;
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94);
}
body.page-about-lora .cstm_richText {
    border-radius: 8px;
}
body.page-about-lora .cstm_richText .rich-text {
    padding: 70px 70px !important;
    background: var(--purple-tone) !important;
}
.footer h2.footer-block__heading.inline-richtext {
    margin: 0;
    padding: 0;
    width: max-content;
    margin-bottom: 1rem;
}
.announcement-bar__link .icon-arrow {
    color: #fff !important;
}
body.page-about-lora .cstm_richText p a {
    color: #fff !important;
}
/* normal media query from here */
@media (max-width: 1440px) {
 /* css on 12-12-2025    */
 .section-header {
    top: -9%!important;
}
.custom_signup_section {
    max-width: 83.7%;
}
}
@media (max-width: 1024px) {
.cstm_video_section {
    max-height: unset;
    min-height: unset;
    height: unset;
}
.cstm_img_grids h2 {
    margin-top: 0;
}
.cstm_blog_section .page-width-desktop {
    padding-top: 0;
}
body.home-page h2{
    font-size: 32px !important;
}
.image-grid-item img {
    height: 100% !important;
}
body.home-page .footer-block__heading {
    font-size: 23px !important;
}
/* css on 15-12-2025 */
body.collection-page .collection-hero__title {
   margin: 2.5rem 0 1rem;
   font-size: 35px;
}
body.page-commissions .cstm_multi_cols .multicolumn-card__info p br{
    display:none !important;
}
body.page-contact .contact_page_imgText .grid__item {
    position: relative;
    max-height: 530px !important;
}
/* css on 17-12-2025 */
footer .footer__content-top .grid {
    gap: 14px;
}
body.page-join-the-collectors-club .banner__content h2 {
    font-size: 34px;
}
body.page-commissions .banner__content h2 {
    font-size: 34px;
}
body.page-faqs .banner__heading {
    color: #fff;
    font-size: 34px;
}
/* css on 22-12-2025 */
.footer__blocks-wrapper>* {
    flex-basis: 20%;
}
body.home-page .cstm_video_section .h1 {
    font-size: 34px !important;
}
/* css on 23-12-2025 */
body.home-page .cstm_video_section .title-wrapper {
    top: 50% !important;
}
.contact .contact__fields > * {
    flex-basis: 100%;
}
/* css on 13-01-2026 */
body.collection-page .grid-2-view .card__inner {
    height: unset;
}
body.collection-page #product-grid.grid-view {
    place-items: stretch !important;
    gap: 40px !important;
}
body.collection-page .product-grid-container .grid-view .grid__item {
    width: 100% !important;
    max-width: 100% !important;
}
body.collection-page .product-grid-container .grid-view .grid__item .card .badge {
    margin-left: 34px;
}
body.collection-page .product-grid-container .grid-view .card__inner img {
    object-fit: contain !important;
    object-position: 0% 0%;
}
}
@media (max-width: 768px) {
body.home-page .image-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
  }
body.home-page .cstm_Img_banner .image-with-text__media-item {
    border-top-right-radius: unset !important;
    overflow: hidden;
    border-bottom-left-radius: unset;
    height: unset;
}
body.home-page .cstm_Img_banner .image-with-text__media-item img {
    object-fit: contain!important;
}
body.home-page .cstm_Img_banner .image-with-text__content {
    padding: 0 20px;
}
body.home-page .cstm_collection_section li {
    width: 32% !important;
}
.footer-block.grid__item {
    margin: 2rem 0;
}
.footer-block-image{
    justify-content: start !important;
}
body.home-page div:has(.cstm_Img_banner) {
    padding: 0;
}
body.home-page .cstm_testimo {
    padding-bottom: 10px;
}
body.home-page .testimonials-block .testimonials--text-wrapper {
    margin: 0 47px;
}
body.home-page .cstm_multicol .multicolumn-list:not(.slider) {
    padding: 0;
}
body.home-page .cstm_multicol .multicolumn-list li{
    min-width:28% !important;
    max-width:28% !important;
}
body.home-page .cstm_multicol .multicolumn-list li {
    min-width: 33.33%!important;
    max-width: 33.33%!important;
}
.custom_signup_section {
    max-width: 94.7%;
    margin-top: 0 !important;
}
body.home-page .footer-block__heading {
    font-size: 19px!important;
}
body.home-page .cstm_img_grids .grid-image_title {
    font-size: 24px;
}
body.home-page .cstm_img_grids .grid-image_title {
    text-align: center;
    padding: 0 0px;
}
.footer__content-top {
    padding: 0 30px;
}
/* css on 15-13-2025 */
.custom_signup_section {
    margin-top:60px !important;
}
.cstm_multi .multicolumn-list {
    justify-content: center;
}
 .cstm_multi .multicolumn-list .multicolumn-list__item {
    min-width: unset!important;
    max-width: 46%;
}
/* body.page-about-lora .img_text_row_odd img {
    max-height: 25rem;
} */
body.page-about-lora .img_text_row_odd .image-with-text__grid {
    display: flex;
    flex-direction: column;
}
body.page-about-lora .img_text_row_odd .image-with-text__grid {
    display: flex;
    flex-direction: column;
}
body.page-about-lora .img_text_row_odd img {
    max-height: unset;
}
/* body.page-about-lora .img_text_row_odd .image-with-text__media-item {
    width: 100%;
    height: unset !important;
    max-height: unset !important;
    min-height: unset !important;
} */
body.page-about-lora .img_text_row_odd .image-with-text .grid__item{
    width: 100%;
}
body.page-about-lora .image-with-text__content{
    width: 100%;
    padding:0px;
    margin-top: 40px;
}
/* ---------------------------------------------------------------------------------- */
body.page-about-lora .img_text_row_even .image-with-text__grid {
    display: flex;
    flex-direction: column;
}
body.page-about-lora .img_text_row_even .image-with-text__grid {
    display: flex;
    flex-direction: column;
}
/* body.page-about-lora .img_text_row_even img {
    max-height: unset;
} */
body.page-about-lora .img_text_row_even .image-with-text__media-item {
    width: 100%;
    height: unset !important;
    max-height: unset !important;
    min-height: unset !important;
}
body.page-about-lora .img_text_row_even .image-with-text .grid__item{
    width: 100%;
}
body.page-about-lora .image-with-text__content{
    width: 100%;
    padding:0px;
    margin-top: 40px;
}
/* css on 17-12-2025 */
body.page-commissions .cstm_multi_cols .medium-hide {
    display: block !important;
}
body.page-commissions .cstm_multi_cols .large-up-hide {
    display: none !important;
}
body.page-commissions .com_page_richText h2:first-of-type {
font-size:28px !important
}
body.page-commissions .com_page_richText h2{
font-size:24px !important
}
body.page-commissions .cstm_multi_cols h2 {
    color: var(--purple-tone);
}
body.page-contact .contact_page_imgText .grid__item {
    max-height: 580px !important;
}
footer .list-social {
    justify-content: start !important;
}
/* css on 22-12-2025 */
.footer_custom_content {
    margin: 25px 0px  0;
}
/* css on 29-12-2025 */
body.page-commissions .contact .contact__fields >*{
    flex-basis: 100%;
}
/* css on 15-01-2026 */
.footer__blocks-wrapper{
    display: flex !important;
    flex-wrap: wrap;
}
.footer__blocks-wrapper>* {
    margin-top: 0 !important;
    flex-basis: 28% !important;
}
.footer-block__details-content>:first-child .list-menu__item--link {
    padding-top: 20px !important;
}
}
@media (max-width: 749px) {
body.page-about-lora .cstm_full_width_section .banner__media {
    height: 0 !important;
}
body.template-page-about-lora .cstm_full_width_section .banner__box {
    background: unset !important;
    background-color: #1DB9C3 !important;
    max-width: unset !important;
}
/* css on 23-01-2026 */
body.home-page .cstm_imgText .banner__box {
    background: #1DB9C3;
}
body.home-page .cstm_imgText .banner__media {
    height: 0 !important;
}
body.product-page .product-media-container .media>img {
    object-fit: unset;
}
}
@media (max-width: 580px) {
    body.page-join-the-collectors-club .banner__content h2 {
    font-size: 28px;
}
body.article-page .article-template__title {
    font-size: 28px;
}
body.article-page .article-template__hero-adapt.media {
    width: 97%;
    margin: auto;
}
body.article-page .article-template__hero-adapt.media {
    width: 97%;
    margin: auto;
}
body.home h2{
    font-size:28px !important; 
}
.custom_signup_section h2 {
    font-size: 28px !important;
}
body.page-commissions .banner__content h2 {
    font-size: 28px;
}
body.page-commissions .cstm_multi_cols h2 {
    font-size: 28px;
}
body.template-page-contact .image-with-text__heading {
    font-size: 28px;
}
body.template-page-contact h2.title {
    font-size: 28px !important;
}
body.page-about-lora .img_text_row_odd h2 {
    font-size: 28px;
}
body.page-about-lora .img_text_row_even h2 {
    font-size: 28px;
}
body.page-about-lora h2.banner__heading {
    font-size: 28px;
}
body.blog-page .article-card .card__heading {
    font-size: 28px;
}
body.blog-page .title--primary {
    font-size: 28px;
}
body.page-faqs .banner__heading {
    font-size: 28px !important;
}
body.page-faqs .collapsible-content h2 {
    font-size: 28px;
    text-align: center;
}
body.home-page .cstm_img_grids .grid-image_title {
    bottom: -111%;
}
body.home-page .cstm_img_grids .grid-image_title {
    text-align: center;
    padding: 0 5%;
}
div:has(.cstm_Img_banner) {
    padding: 25px 0 !important;
}
body.home-page .image-grid {
    gap: 10px;
}
header {
    padding: 0 10px !important;
}
footer .footer-block--newsletter{
    display: flex;
    justify-content: start;
    align-items: start;
}
footer .footer-block.grid__item {
    margin: 1rem 0;
}
.menu-drawer__menu-item {
    font-size: 16px !important;
}
header-drawer .header__icon .icon {
    height: 16px;
    width: 16px;
}
body.home-page .cstm_Img_banner h2 {
    text-align: center;
}
body.home-page .cstm_Img_banner p {
    text-align: center;
}
body.home-page .cstm_Img_banner .button {
    margin: auto;
}
body.home-page .image-grid-item {
    max-height: unset;
}
body.home-page .image-grid-item:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
}
body.home-page .image-grid {
    grid-template-columns: repeat(1,1fr);
}
/* css on 15-12-2025 */
body.collection-page .collection-hero__title{
    font-size:22px;
}
body.template-page-contact .image-with-text__heading {
    margin-top: 20px !important;
}
body.template-page-contact .image-with-text__content {
    padding-left: 10px;
    padding-right: 10px;
}
body.template-page-contact .contact {
    padding-top: 0;
}
body.template-page-contact .image-with-text__content {
    padding-bottom: 20px;
}
body.template-page-contact .image-with-text__grid {
    display: flex;
    flex-direction: column;
}
body.template-page-contact .image-with-text__grid .grid__item {
    width: 100%;
}
body.template-page-contact .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
}
body.page-commissions h2{
    font-size:22px;
}
body.page-commissions .banner__box {
    padding-bottom: 0 !important;
}
body.page-faqs .banner__heading {
    font-size: 22px;
}
.cstm_multi .multicolumn-card:hover {
    box-shadow: 0 0 23px 10px #11111105;
    transform: translateY(-5px);
}
body.collection-page .product-grid-container .card__heading {
    font-size: 18.6px;
}
body.collection-page .product-grid-container .price {
    font-size: 15px;
}
/* css on 16-12-2025 */
.overall_banners .banner__box h2, .banner__box p{
    color: unset;
}
body.page-join-the-collectors-club h2 {
    font-size: 28px;
    text-align: center;
    width: 100%;
}
body.page-join-the-collectors-club p{
    font-size:16px;
    text-align: center;
}
body.page-join-the-collectors-club h2{
    font-size:28px;
}
body.page-join-the-collectors-club .cstm_imgText .image-with-text__content{
    padding-left:10px;
    padding-top:30px;
    padding-right:10px;
}
body.page-join-the-collectors-club .cstm_imgText .button{
    margin-left: auto;
    margin-right: auto;
}
body.page-join-the-collectors-club div:has(.cstm_imgText){
    padding-bottom: 0px;
    padding-top: 0px;
}
body.page-join-the-collectors-club .multicolumn-card{
    display: flex;
    align-items: center;
}
body.page-join-the-collectors-club .accordion p{
    text-align:left;
    font-size:14px
}
body.template-page-contact h2.title {
    font-size: 34px;
}
/* css on 17-12-2025 */
body.general-page .shopify-policy__title h1 {
    font-size: 34px !important;
}
footer .footer__content-top {
    padding-left: 15px;
}
footer .footer-block__details-content:has(.footer-block__image-wrapper) {
    margin-bottom: 0px;
}
body.page-about-lora .img_text_row_odd p br {
    display: none;
}
body.page-about-lora .img_text_row_even p br {
    display: none;
}
body.page-about-lora .multicolumn-card__info {
    padding: 2rem 1.5rem;
}
body.page-about-lora .custom_signup_section {
    margin-top: 45px !important;
}
.cstm_multi .multicolumn-card {
    box-shadow: 0px 0px 13px 10px #1111110a;
    border: 1px solid #7027a024;
}
body.page-commissions .cstm_rich_text_block .rich-text {
    padding-top: 20px;
}
body.page-join-the-collectors-club .overall_banners h2 {
    color: var(--purple-tone);
}
body.page-join-the-collectors-club .overall_banners p {
    color: #5e5e5e;
}
body.page-join-the-collectors-club .cstm_imgText{
    margin-top: 50px;
}
footer .footer__content-top .grid {
    gap: unset;
}
body.page-join-the-collectors-club footer h2, body.page-join-the-collectors-club footer p{
    text-align: unset;
}
body.page-join-the-collectors-club .cstm_multi .page-width {
    padding-bottom: 15px !important;
}
/* css on 22-12-2025 */
body.home-page .cstm_video_section .h1 {
    font-size: 28px !important;
}
body.home-page .cstm_video_section .h1 {
    font-size: 23px !important;
}
body.home-page .cstm_video_section .title-wrapper {
    top: 50% !important;
}
body.home-page .cstm_Img_banner .image-with-text__media-item {
    margin-bottom: 20px;
}
.custom_signup_section .newsletter-form__field-wrapper {
    flex-direction: column;
}
.custom_signup_section button#Subscribe {
    padding: 12px 0px;
    margin-top: 20px;
}
/* css on 23-12-2025 */
.footer_custom_content {
    text-align: left;
    font-size: 14px;
    margin-top: 0 !important;
}
body.home-page .cstm_mid_coll ul.product-grid {
    display: flex;
    flex-wrap: wrap;
}
body.home-page .cstm_mid_coll ul.product-grid>* {
    flex-basis: 100% !important;
}
.cstm_feat_section .card {
    background: transparent;
    border: 1px solid #d190ff1f;
    box-shadow: 0px 0px 15px 0px #0000000a;
}
.custom_signup_section button#Subscribe {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}
.cstm_feat_section a.button {
    font-size: 14px !important;
}
footer .footer__list-social {
    margin-bottom: 4rem;
}
body.home-page .video-section__media {
    height: 70vh; /* 70% of screen height */
}
body.home-page .video-section__media video {
    height: 100%;
    object-fit: cover;
}
body.home-page .cstm_video_section .h1 {
    font-size: 28px !important;
}
body.home-page .cstm_video_section .title-wrapper {
    padding: 0 7%;
}
body.page-about-lora .cstm_richText h2 {
    font-size: 28px !important;
}
body.page-about-lora .cstm_richText .rich-text {
    padding: 50px 10px !important;
}
body.page-about-lora .rich-text__wrapper {
    margin: 0;
    padding: 0;
    margin: auto;
}
/* css on 29-12-2025 */
body.page-commissions .cstm_rich_text_block ul {
    max-width: 100% !important;
}
body.page-commissions .rich-text__wrapper h2 {
    margin-top: 0px;
}
body.page-commissions .contact h2 {
    text-align: center;
}
body.page-commissions .contact .contact__button {
    display: grid;
    place-items: center;
}
body.page-join-the-collectors-club .overall_banners .banner__box p {
    color: var(--purple-tone) !important;
}
.custom_signup_section {
    margin-top: 0 !important;
}
body.home-page .custom_signup_section {
    margin-top: 40px !important;
}
body.collection-page .custom_signup_section {
    margin-top: 40px !important;
}
body.page-contact .custom_signup_section {
    margin-top: 40px !important;
}
body.page-contact .contact {
    margin-top: 40px !important;
}
/* qa css */
body.product-page .custom_signup_section {
    margin-top: 40px !important;
}
/* css on 06-01*-2026 */
body.home-page .cstm_feat_section .product-grid {
    justify-content: center !important;
}
/* css on 06-01*-2026 */
body.collection-page .product-grid-container .list-view li.grid__item {
    height: unset;
}
body.collection-page .product-grid-container .list-view .card__inner.color-scheme-1.gradient.ratio {
    height: unset !important;
    width: 420px !important;
}
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .card {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 24px;
}
body.collection-page .filters-toolbar__item:has(.change-view--active[data-view="list"])
~ .collection #product-grid .price {
    margin: unset;
    text-align: center;
    margin-top: 6px;
    overflow: hidden;
}
body.collection-page .product-grid-container .card__heading {
    font-size: 18.6px;
    text-align: center;
}
body.collection-page .product-grid-container .product-grid.list-view .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
    overflow: hidden;
}
body.collection-page .product-grid-container .product-grid.list-view .card__media .media img {
    object-fit: contain;
}
body.collection-page .product-grid-container .product-grid.list-view .card .badge {
    margin-left: 46% !important;
    width: 100%;
}
/* css on 14-01-2026 */
body.product-page .product-media-modal__dialog img.global-media-settings {
    object-fit: contain;
    height: 100% !important;
    width: 100%;
}
body.product-page .product-media-modal__content {
    max-height: 50vh;
    width: 90%;
    overflow: hidden;
    height: 100%;
    margin: 5%;
}
/* css on 15-01-2026 */
.footer__blocks-wrapper>* {
    margin-top: 0 !important;
    flex-basis: 50% !important;
}
.rich-text__wrapper h3 {
    font-size:28px;
    margin-top:10px !important;
}
body.page-commissions .banner__heading {
    font-size: 28px;
}
body.page-commissions .rich-text__wrapper h3 {
    font-size: 22px;
    margin-top: 10px !important;
}
body.page-about-our-wearable-art h1{
    font-size:28px;
}
.banner__heading {
    margin-bottom: 0;
    font-size: 28px;
}
body.page-faqs .collapsible-content__heading {
    font-size: 28px;
    margin-bottom: 0;
}
body.page-join-the-collectors-club .banner__heading {
    color: var(--purple-tone);
}
body.general-page .shopify-policy__title h1 {
    font-size: 28px !important;
}
body.page-contact .contact h1.title {
    text-align: center;
    font-size: 28px;
}
body.collection-page .collection-hero__title {
    font-size: 28px;
}
body.page-join-the-collectors-club .newsletter-form__field-wrapper {
    align-items: start;
    flex-direction: column;
}
body.page-join-the-collectors-club .rich-text {
    margin-bottom: 40px;
}
.footer__blocks-wrapper>* {
    margin-top: 0 !important;
    flex-basis: 100% !important;
}
body.page-join-the-collectors-club footer {
    padding-top: 0;
    margin-top: 40px !important;
}
.footer .footer-block__details-content {
    margin-bottom: 1rem;
    flex-direction:column;
    display: flex;
    align-items: center;
}
footer .footer__list-social {
    margin-bottom: 1rem;
}
footer .footer-block.grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer .footer-block__details-content {
    flex-direction: column;
    align-items: center;
}
.footer .footer-block__brand-info .footer__list-social.list-social {
    justify-content: center !important;
}
footer .footer_custom_content {
    color: #5e5e5e;
    text-align: center;
}
footer .footer-block--newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
}
body.page-join-the-collectors-club .newsletter-form__field-wrapper {
    align-items: center;
    flex-direction: column;
}
.custom_signup_section .newsletter-form__field-wrapper {
    flex-direction: column;
    align-items: center;
}
}
@media (max-width: 480px) {
.image-grid {
    grid-template-columns: 1fr; /* 1 column for very small screens */
  }
.cstm_feat_section li {
    width: 95% !important;
    min-width: 88% !important;
}
.cstm_collection_section li {
    min-width: 88% !important;
}
header.header {
    max-width: unset;
    width: 92%;
    padding: 5px 0px;
}
.cstm_Img_banner .image-with-text__media-item {
    border-top-right-radius: 50px!important;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    height: 31vh;
}
body.home-page h2{
    font-size: 28px !important;
}
.cstm_Img_banner .image-with-text__content {
    padding-bottom: 0;
}
/* css on 12-12-2025 */
div:has(.cstm_Img_banner) {
    padding: 25px 0 !important;
}
body.home-page .image-grid {
    grid-template-columns: repeat(1,1fr) !important;
}
body.home-page .image-grid>* {
    min-width: 95%;
}
body.home-page .image-grid {
    display: flex;
    overflow-x: auto;
}
.rich-text__wrapper h3 {
    font-size:28px;
    margin-top:10px !important;
}
body.page-commissions .banner__heading {
    font-size: 28px;
}
body.page-commissions .rich-text__wrapper h3 {
    font-size: 22px;
    margin-top: 10px !important;
}
body.page-about-our-wearable-art h1{
    font-size:28px;
}
.banner__heading {
    margin-bottom: 0;
    font-size: 28px;
}
body.page-faqs .collapsible-content__heading {
    font-size: 28px;
    margin-bottom: 0;
}
body.page-join-the-collectors-club .banner__heading {
    color: var(--purple-tone);
}
body.general-page .shopify-policy__title h1 {
    font-size: 28px !important;
}
body.page-contact .contact h1.title {
    text-align: center;
    font-size: 28px;
}
body.collection-page .collection-hero__title {
    font-size: 28px;
}
body.collection-page .custom_signup_section {
    margin-top: 50px !important;
}
body.home-page .cstm_feat_section.slides_up .product-grid {
    justify-content: start !important;
}
}
@media (max-width: 435px) {
body.home h2{
    font-size:28px !important; 
}
.button{
    font-size: 14px !important;
    padding: 5px 20px !important;
}
body.home-page .cstm_Img_banner .button {
    margin: auto;
    margin-top: 20px;
}
body.home-page .price__container span {
    font-size: 14px !important;
}
body.home-page .testimonials-block .testimonials--text-wrapper {
    margin: 0 22px;
}
.rich-text__wrapper h3 {
    font-size:28px;
    margin-top:10px !important;
}
body.page-commissions .banner__heading {
    font-size: 28px;
}
body.page-commissions .rich-text__wrapper h3 {
    font-size: 22px;
    margin-top: 10px !important;
}
body.page-about-our-wearable-art h1{
    font-size:28px;
}
.banner__heading {
    margin-bottom: 0;
    font-size: 28px;
}
body.page-faqs .collapsible-content__heading {
    font-size: 28px;
    margin-bottom: 0;
}
body.page-join-the-collectors-club .banner__heading {
    color: var(--purple-tone);
}
body.general-page .shopify-policy__title h1 {
    font-size: 28px !important;
}
body.page-contact .contact h1.title {
    text-align: center;
    font-size: 28px;
}
body.collection-page .collection-hero__title {
    font-size: 28px;
}
body.home-page .cstm_feat_section.slides_up .product-grid {
    justify-content: start !important;
}
}
