<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 117:37 Unexpected "{"

**/
@font-face {
  font-family: "Adrianna bold";
  src: url("/cdn/shop/files/Adrianna-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "Adrianna Regular";
  src: url("/cdn/shop/files/Adrianna-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family:"Adrianna Extended";
  src: url("/cdn/shop/files/AdriannaExtended-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "Adrianna Light";
  src: url("/cdn/shop/files/AdriannaExtended-Light.woff");
  font-display: swap;
}
@font-face {
  font-family: "AlternateGotNo-1d";
  src: url("/cdn/shop/files/AlternateGotNo1D.ttf");
  font-display: swap;
}
@font-face {
  font-family: "AlternateGotNo-2d";
  src: url("/cdn/shop/files/alternate-gothic-cond-atf.otf");
  font-display: swap;
}


body {
    background: var(--body_bg_color);
}
img {
    max-width: 100%;
}
.textile ul {
  list-style: disc;
  list-style-position: inside;
}
.textile h3 {
  font-family: AlternateGotNo-1d;
  font-size: 36px;
  font-style: normal;
  text-align:center;
  color:var(--ll-dark-purple);
  font-weight: 400;
  line-height: 32px; /* 88.889% */
  text-transform: uppercase;
}
@media (min-width:992px){
  .textile h3 {
    font-family: AlternateGotNo-1d;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 86.667% */
  }
}
.textile h4 {
  font-family: AlternateGotNo-1d;
   color: var(--body_text_color_s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  font-size: 32px;
  line-height: 36px;
}
.template-page h4, .template-page h3, .template-page h5 {
    text-transform: uppercase;
    font-family: AlternateGotNo-2d !important;
    line-height: 1 !important;
    word-wrap: break-word;
    margin: 31px 0 15px !important;
    font-size: 40px;
}
@media screen and (max-width: 749px) {
.template-page h4, .template-page h3, .template-page h5 {
    margin: 25px 0 15px !important;
    font-size: 32px;
}
}
.textile ul li, .textile p, .textile div {
  font-size: 16px;
  letter-spacing: 0.32px;
  word-wrap: break-word;
  font-family: var(--AdriannaReg);
  line-height: 1.5;
  color: var(--body_text_color_s);
}
.section-head {
  text-align: center;
  padding: 20px 0;
}
.button-block {
  margin: 30px 0 0;
}
.button-block a {
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--Alternate);
  letter-spacing: 2px;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
.button-block a {
  font-size: 20px;
}
}
.section-head h2, .section-head h1,  {
  font-size: 150px;
  color: var(--body_text_color);
  text-transform: uppercase;
  font-family: AlternateGotNo-2d;
  line-height: 1;
  word-wrap: break-word;
}
.collection-title  {
  font-size: 150px;
  color: var(--body_text_color);
  text-transform: uppercase;
  font-family: AlternateGotNo-2d;
  line-height: 1;
  word-wrap: break-word;
}
.feature-collection-heading {
  font-size: 150px;
  color: var(--body_text_color);
  text-transform: uppercase;
  font-family: AlternateGotNo-2d;
  line-height: 1;
  word-wrap: break-word;
}
.page-titles {
    font-size: 150px !important;
    color: var(--body_text_color) !important;
    text-transform: uppercase;
    font-family: AlternateGotNo-2d !important;
    line-height: 1 !important;
    word-wrap: break-word;
      text-align: center !important;
  margin: 15px 0 !important;
}
@media screen and (max-width: 749px) {
  .section-head h2, .section-head h1 {
      font-size: 60px;
  }
  .page-titles {
    font-size: 60px !important;
  }
  .collection-title  {
  font-size: 60px;
}
  .feature-collection-heading {
    font-size: 60px;
  }
}
@media (min-width:468px){
    .feature-collection-heading {
        flex-wrap: wrap !important; align-items: center !important; justify-content: center !important; flex-direction: row !important;
    }
}
.section-p {
  padding: 40px 0;
}
.page-width-c {
  max-width: 1850px;
  margin: 0 auto;
  padding: 0px 4vw;
}
/*--------------- button code ------------*/
.btn {
    background: var(--button_bg_c);
    color: var(--button_label_c);
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-family: var(--AdriannaExt);
    padding: 15px 24px;
    display: inline-block;
  transition: all ease 0.4s;
}
.btn span {
  color: var(--button_label_c);
}
.btn svg path {
    fill: var(--button_label_c);
}
.btn:hover {
    background: var(--button_bg_c_h);
    color: var(--button_label_c_h);
}
.btn:hover span{
    color: var(--button_label_c_h);
}
.btn:hover svg path{
    color: var(--button_label_c_h);
}
.item-p a, .header-nav a, a {
    text-decoration: none;
}
/* ============ search popup  =============== */
.search-close .btn {
    border-radius: 50%;
    padding: 15px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.search-close .btn svg {
    width: 23px;
    height: 23px;
    position: relative;
    top: -4px;
    right: 1px;
}

#search-pop {
    background: var(--body_bg_color) !important;
}
#search-pop input::placeholder {
    color: #541f95;
    font-family: var(--AdriannaExt);
    font-size: 17px;
    text-transform: uppercase;
    bottom: 3px;
    position: relative;
}
#search-pop button {
    background: var(--button_bg_c) !important;
}
#search-pop button:hover {
    background: var(--button_bg_c_h) !important;
}
/* =============  marquee ================= */
.component-marquee .marquee-text {
    padding: 5px 0;
}
.marquee:before {
    font-family: var(--Alternate);
    position: relative;
    top: 5px;
    font-size: 36px;
}
/* ======= product card grid =======  */
.item-grid-product {
    background: var(--crad_bg);
    height: 100%;
}
.item-grid-product .h2 {
    color: var(--crad_text);
    font-size: 32px;
    font-family: var(--Alternate);
    text-transform: uppercase;
    padding: 14px 1.5rem 1px;
    line-height: 36px;
  /* min-height: 90px; */
}
.stars-wrapper {
        margin-top: 14px;
}
.product-price span {
    padding: 18px 0 !important;
    display: block;
}

.product-label{
    padding: 1.6rem 0 6px !important;
    display: block;
    text-transform: uppercase;
    font-size: 14px !important;
    color: var(--crad_label) !important;
    line-height: 1.1;
     font-family: var(--AdriannaExt)!important;
    letter-spacing: 3px;
    font-weight: 400;
}
.product-price span {
    font-size: 30px !important;
     font-family: var(--Alternate)!important;
    color: var(--crad_text);
    padding: 18px 0 !important;
    letter-spacing: 0;
}
@media screen and (max-width:999px){
  .product-section .item-grid-product .h2 {
    font-size: 24px;
    line-height: 28px;
    min-height: 80px;
  }
}
@media screen and (max-width:749px){
.template-index .product-section .inter-collection-wrap {
    min-height: 500px;
}
}

@media only screen and (max-width: 1000px) and (min-width: 750px) {
  .top-header p {
    font-size: 18px !important;
  }
.logo-list-svg .logoblock {
    grid-template-columns: 1fr 1fr !important;
}
  .section-head h2, .section-head h1 {
    font-size: 76px;
  }
  .collection-loop {
    grid-template-columns: 1fr 1fr  !important;
    grid-gap: 20px !important;
  }
  .textiner-wrap h2 {
    font-size: 42px !important;
  }
  .textiner-wrap p {
    font-size: 14px !important;
  }
  .flex-ibt {
    align-items: self-start !important;
    padding: 2rem !important;
    grid-gap: 1rem !important;
  }
  .product-card-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 20px !important;
}
  .newsletter-wrap h2 {
    font-size: 48px !important;
  }
  .col-right-ibt h2 {
    font-size: 48px !important;
  }
  .button-block a {
    font-size: 20px !important
  }
}

/* ======== home page css code end ========== */

/* ======== okendo reviews css code start ========== */

.oke-w-panel {
    background-color: white;
    padding: 40px;

    .oke-title {
        color: var(--542497, #542497);
        font-family: var(--Alternate);
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        text-transform: uppercase;
    }

    .oke-reviewContent-body &gt; p {
        color: #542497 !important;
        font-family: var(--AdriannaReg);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.32px;
    }

    .oke-reviewContent-date,
    .oke-w-review-side {
        color: var(--542497, #542497);
        font-family: var(--AdriannaReg);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
        background-color: white !important;
        border: none !important;
    }

    .oke-button {
        color: #FFF;
        text-align: center;
        font-family: var(--AdriannaExt);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3.5px;
        text-transform: uppercase;
        background-color: white;
    }

    .oke-w-writeReview {
        color: white !important;
        background-color: #542497 !important;
    }

    .oke-w-writeReview::before {
        display: none !important;
    }

    .oke-sortSelect-sort {
        border: 1px #542497 solid !important;
        text-align: center;
         font-family: var(--AdriannaReg)!important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        background-color: #fff !important;
        width: 100%;
        display: block;
        color: #542497 !important;
        padding: 13px 30px 13px 13px !important;
        letter-spacing: 0.32px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23542497' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E") !important;
    }

    .oke-w-reviews-count {
        color: var(--542497, #542497);
        text-align: right;
        font-family: var(--AdriannaReg);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.32px;
    }

    .oke-sortSelect-label {
        display: none !important;
    }

    .oke-w-reviews-controls {
        align-items: center !important;
    }

    .oke-w-review-footer {
        justify-content: end !important;
        color: var(--542497, #542497);
        font-family: var(--AdriannaExt);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 1.4px;
    }

    .oke-w-reviewer-verified {
        display: flex;
        flex-direction: row-reverse;
    }

    .oke-w-reviewer-verified-icon {
        margin-right: 5px;
    }
}

.oke-w-reviews-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.oke-w-reviews-writeReview {
    margin-top: 0;
    margin-left: auto;
}

@media screen and (max-width: 749px) {
    .oke-w-reviews-head {
        display: flex !important;
        align-items: center;
        justify-content: center !important;
    }

    .oke-w-reviews-writeReview {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
}

/* ======== okendo reviews css code end ========== */

.shopify-section:not(#shopify-section-header) {
    overflow-y: hidden;
}

#shopify-section-header {
    position: sticky;
    top: 0;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
}

.openmenu-b #shopify-section-header {
    overflow: initial;
}

@media only screen and (min-width: 999px){
    #shopify-section-header {
        overflow: visible;
    }

    #shopify-section-header .top-header {
        overflow: hidden;
    }
}

.position-relative {
    position: relative;
}

.inter-collection-wrap .badge.on-sale {
    position: absolute;
    top: 12px;
    right: 10px;
    background: #542497;
    color: white;
    padding: 5px 10px;
}

.inter-collection-wrap .product-price.on-sale {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inter-collection-wrap .product-price .strike-through {
    margin-right: 10px;
    text-decoration: line-through;
}

.christmas-candy-shipping {
    background-image: url("/cdn/shop/files/snow-flake-brown-bg.jpg?v=1726789539") !important;
    background-size: cover;
    background-position: center center;
}

.christmas-candy-corporate {
    background-image: url("/cdn/shop/files/snow-flake-brown-light-bg.jpg?v=1726789533") !important;
    background-size: cover;
    background-position: center center;
}

body.christmas-candy .product-section .inter-collection-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.christmas-candy .image-with-text .textiner-wrap h1 {
    font-size: 69px;
    line-height: 1;
}

body.christmas-candy .product-section.section-p .feature-collection-description {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.christmas-candy .component-hero {
    background-image: url("/cdn/shop/files/snow-flake-brown-light-bg.jpg?v=1726789533") !important;
    background-size: cover;
    background-position: center center;
}

body.christmas-candy .component-hero .h1.foreword-textarea  {
    font-size: 48px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

body.christmas-candy .component-hero .h1.foreword-richtext p {
    padding-left: 15px;
    padding-right: 15px;
}

body.christmas-candy .component-hero .h1.foreword-richtext {
    padding-bottom: 20px;
}

body.christmas-candy .component-hero .h1.foreword-richtext p,
body.christmas-candy .component-hero .h1.foreword-richtext a {
    color: #FFF;
}

@media only screen and (min-width: 750px){
    body.christmas-candy .product-section.section-p .btn-underline {
        font-size: 38px;
        margin-top: 14px;
    }

    body.christmas-candy .component-hero .text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
    }

    body.christmas-candy .component-hero .h1.foreword-textarea {
        text-align: left;
        padding-bottom: 28px;
        font-size: 60px;
    }

    body.christmas-candy .component-hero .h1.foreword-richtext {
        padding-bottom: 0;
    }

    body.christmas-candy .product-section.section-p .feature-collection-description {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.4;
        padding: 0 100px;
    }

    body.christmas-candy .image-with-text-main .block-text{
        background-image: url('/cdn/shop/files/pink-snowflake-bg.jpg?v=1727288479') !important;
        background-size: cover !important;
        background-position: center center !important;
    }
}</pre></body></html>