/** Shopify CDN: Minification failed

Line 243:0 Unexpected "}"

**/
/* font */
/* @ font-face{
  font-family: "Baskerville Old Face";
   src:url("/cdn/shop/files/Baskerville-Old-Face_6117.ttf?v=1707896478");
}


h1,h2,h3,h4,h5,.h0,.h1,.h2,.h3,.h4,.h5,p,span,strong,a{
 font-family: 'Baskerville Old Face' !important;
} */


/* .badge, .price__badge-sale { 
  display: none !important;
} */
.cart-count-bubble {
  background : #F8D681;
  color : #ffffff;
}

/* currency */
.buckscc-currency-box {
    position: relative;
    top: 20px;
    left: 8px;
}
.rte, .scroll-trigger,.animate--slide-in {
  color:#000000;
}
.main-page-title {
  text-align : center;
}
.card__badge .badge{
    border-radius: 0;
    font-size: 13px;
    background-color: #ffc000;
    font-weight: bold;
    border: none;
  }
  
  .price .price__badge-sale {
    border-radius: 0;
    font-size: 13px;
    background-color: #ffc000;
    font-weight: bold;
    border: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
/* header */
#shopify-section-sections--17394792399093__announcement_bar_Bq7VeV {
    position: sticky;
    top: 0;
}
/* blink effect */
.announcement-bar__message span {
 animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

#shopify-section-sections--17394792399093__header > div > header > div:nth-child(2) > div:nth-child(1) > strong > a,
#shopify-section-sections--17394792399093__header > div > header > div:nth-child(2) > div:nth-child(2) > strong > a {
  text-decoration: none;
  color: #000000;
}
.header__inline-menu {
    padding-left: 15px;
    /* background: #fbd78b; */
}
summary.list-menu__item  {
     background: #ffdc72;
    border-radius: 12px 12px 0 0;
 /* background: linear-gradient(180deg,#f3c889,#ffdeb3 50%,#fece87 93%); */
}
/* .header__menu-item:hover {
    background: #edb669;
} */
#shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width  {
    padding: 0 !important;
}
/* .slideshow__slide { animation: fadeIn 5s; } */
slideshow-component .slideshow.banner{
scroll-snap-type: none !important;
scroll-behavior: auto !important;

}
/* @keyframes fade {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
} */
@keyframes fadeIn {
0% { opacity: 0.6; }
100% { opacity: 1; }
}

@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0.8 }
}

slideshow-component .slideshow.banner [aria-hidden="false"] {
/* animation: fadeIn 3000ms, fadeOut 3000ms 5000ms; */
     opacity: 1;
    animation: fadeIn 2s linear;
  
}
 
details[open]>.header__submenu {
    background: #ccf9ff;
}
.list-menu__item {
    color:  #000000 ;
}

details[open]>.header__submenu >li:hover {
    background: #edb669;
}
#shopify-section-template--17394792268021__multicolumn_ftQkbt > div > div > div.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
  border: 2px solid #edb669;
}
/* card */
.collection-card-wrapper {
  width: 90% !important;
}
.icon-wrap {
    display: none;
}
/* .product-card-wrapper{
  width: 85% !important;
} */
.collection{
  padding: 0px 15rem;
} 
 /* product page */
   .product__description,.justify {
     text-align: justify;
   }
/* icon */
#Avada-FAQ_WidgetTrigger > div {
  background:none !important;
}
.dakaas-social-bar {
    top: 45%!important;
  }
/* headings */
.card__heading {
    font-size: large;
}
#shopify-section-template--17394792268021__collection_list_gxBNaL > div > div > div {
  padding-bottom: 15px;
}
#shopify-section-template--17394792268021__multicolumn_ftQkbt > div > div > div.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
  justify-content : center;
  padding : 10px;
}
#Slide-template--17394792268021__multicolumn_ftQkbt-1 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img,
#Slide-template--17394792268021__multicolumn_ftQkbt-2 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img,
#Slide-template--17394792268021__multicolumn_ftQkbt-3 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img,
#Slide-template--17394792268021__multicolumn_ftQkbt-4 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img,
#Slide-template--17394792268021__multicolumn_ftQkbt-5 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img,
#Slide-template--17394792268021__multicolumn_ftQkbt-6 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img{
  --s: 5px;  /* size of the frame */
  --b: 2px;   /* border thickness */
  --w: 200px; /* width of the image */
  --c: #7B3B3B;
  
  width: var(--w);
  aspect-ratio: 1;
  object-fit: cover;
  padding: calc(2*var(--s));
  --_g: var(--c) var(--b),#0000 0 calc(100% - var(--b)),var(--c) 0;
  background:
    linear-gradient(      var(--_g)) 50%/100% var(--_i,100%) no-repeat,
    linear-gradient(90deg,var(--_g)) 50%/var(--_i,100%) 100% no-repeat;
  outline: calc(var(--w)/2) solid #00000030;
  outline-offset: calc(var(--w)/-2 - 2*var(--s));
  transition: .4s;
  cursor: pointer;
}
#Slide-template--17394792268021__multicolumn_ftQkbt-1 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img:hover,
#Slide-template--17394792268021__multicolumn_ftQkbt-2 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img:hover,
#Slide-template--17394792268021__multicolumn_ftQkbt-3 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img:hover,
#Slide-template--17394792268021__multicolumn_ftQkbt-4 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img:hover,
#Slide-template--17394792268021__multicolumn_ftQkbt-5 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img:hover,
#Slide-template--17394792268021__multicolumn_ftQkbt-6 > div > div.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing > a > div > img:hover {
  outline: var(--b) solid var(--c);
  outline-offset: calc(var(--s)/-2);
  --_i: calc(100% - 3*var(--s));
}
/* #shopify-section-template--17394792268021__multicolumn_ftQkbt > div > div {
  padding: 0 16rem;
} */
#shopify-section-template--17394792268021__multicolumn_ftQkbt > div > div > div.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin > div > h2{
  font-size :32px;
}
#Slide-template--17394792268021__multicolumn_ftQkbt-1 > div > div.multicolumn-card__info > h3,
#Slide-template--17394792268021__multicolumn_ftQkbt-2 > div > div.multicolumn-card__info > h3,
#Slide-template--17394792268021__multicolumn_ftQkbt-3 > div > div.multicolumn-card__info > h3,
#Slide-template--17394792268021__multicolumn_ftQkbt-4 > div > div.multicolumn-card__info > h3,
#Slide-template--17394792268021__multicolumn_ftQkbt-5 > div > div.multicolumn-card__info > h3,
#Slide-template--17394792268021__multicolumn_ftQkbt-6 > div > div.multicolumn-card__info > h3{
  font-size : 14px;
}
/* #Slider-template--17394792268021__multicolumn_ftQkbt {
  width :1000px;
} */
.multicolumn-list__item.center .media--adapt, .multicolumn-list__item .media--adapt .multicolumn-card__image {
    width: 150px !important;
    height: 150px!important;
}
.multicolumn:not(.background-none) .multicolumn-card {
    width: 85%!important;
}
.multicolumn-card-spacing {
    padding-top: 0.5rem!important;
    margin-left: 0.8rem!important;
    /* margin-right: 1.5rem; */
}
.multicolumn-card__info {
    padding: 1.5rem!important;
}
.product-form__submit {
    background: #f69204;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}
/* #ProductInfo-template--17394792235253__main {
      padding-top: 0px;
    padding-bottom: 1px;
    position: fixed;
    top: 0px;
    /* transform: translateY(-424.625px); */
} */

.product__info-container .icon-with-text {
    margin: 0!important;
}
.icon-with-text--vertical {
    --icon-size: calc(var(--font-heading-scale) * 1rem)!important;
}
 .icon-with-text {
    margin: 0!important;
}
.product-media-container.constrain-height .media {
    border: 2px solid #f69204;
}
.ymq-option-title {
    width: 70% !important;
} 
#option-box-1tem8 > div.ymq-option-title {
   width: 40% !important;
}
#option-box-1tem13,#option-box-1tem8 {
  display :flex;
}
.ymq-attrib-item-1tem13_2 {
  padding-left : 7px;
}
.product__info-wrapper {   
    background: #fff3d4;
    padding: 20px 30px;
}
/* homepage banners */
#Banner-template--17394792268021__image_banner_waDKfy,#Banner-template--17394792268021__image_banner_9xQTXw {
  margin-bottom: 10px;
}
/* footer */
.footer-block__heading,.icons, .footer__copyright, .newsletter-form__button.field__button {
  color : #F8D681;
}
 #shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width > div > div:nth-child(4) > div > div > div > h2,
   #shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width > div > div:nth-child(4) > div > div > div > div > h3 {
     text-align:left;
   }

#shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width > div {
  padding :0 15px;
}
#HeaderMenu-wrapper-chocolate-gifts {
     background: #eafcff;
}
#HeaderMenu-MenuList-6 {
 background: #F2F2F2;
}
#HeaderMenu-MenuList-6 > li:hover {
      background: #ffb5c2;
        /* #fcd4db; */
}

/* banners */
/* #Slider-template--17394792268021__slideshow_FifwkL,
#Slider-template--17394792268021__slideshow_rAzH78,
#Slider-template--17394792268021__slideshow_yLcN9T, */
#Slider-template--17394792268021__slideshow_GgFibc  
{
  pointer-events: none;
}
/* mobile view  */

/* product page */
@media screen and (min-width: 750px) {
.grid--2-col-tablet .grid__item {
    width: 100% !important;
}
}
@media screen and (min-width: 990px) {
.product--stacked .product__media-item {
    max-width: 100% !important;
}
.product__column-sticky {
    top: -33rem !important;
}
}

 @media screen and (max-width: 749px) {
.footer-block__newsletter {
    margin-left: -45px;
}
   /* logo */
   .header__heading-logo-wrapper {
    width: 170%;
    margin-left: -75px;
}
/* #shopify-section-sections--17394792399093__header > div > header > div.header__icons > details-modal > details > summary > span {
    width: 180%;
} */
 .header {
    padding: 4px 0rem 4px 1rem!important;
}  
.buckscc-select-styled {
  box-shadow: none!important;
}
   .hxoSelectTheme.hxo-mobile_relative {
    margin-left: 0px !important;
}
   /* contacts  */
#shopify-section-sections--17394792399093__header > div > header > div:nth-child(2){
  display : none;
}
 
/* menu */
#HeaderMenu-wrapper-chocolate-gifts {
  background: #f4d093;
}
   
   /* multicolumn */
 #shopify-section-template--17394792268021__multicolumn_ftQkbt > div > div > div.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin > div > h2 {
    font-size: 21px;
}
   #Slide-template--17394792268021__multicolumn_ftQkbt-1 > div, #Slide-template--17394792268021__multicolumn_ftQkbt-2 > div, #Slide-template--17394792268021__multicolumn_ftQkbt-3 > div,
   #Slide-template--17394792268021__multicolumn_ftQkbt-4 > div, #Slide-template--17394792268021__multicolumn_ftQkbt-5 > div, #Slide-template--17394792268021__multicolumn_ftQkbt-6 > div {
      min-width: 170px!important;
   }

   /* categories */
   /* .card:not(.ratio) {
    width: 100%;
} */
   /* .card.card--standard.card--media {
    width: 100%;
} */
   .collection-card-wrapper {
    width: 100% !important;
}
   /* headings */
#shopify-section-template--17394792268021__collection_list_gxBNaL > div > div > div {
  padding-bottom: 0;
}
   h1, .h1 {
    font-size: calc(var(--font-heading-scale)* 2.2rem);
}
 /* footer   */
   #shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width {
    padding: 20px !important;
}
  
   /* collection list */
   #product-grid,.product-grid, .collection {
    padding: 5px;
}
#Slide-template--17394792268021__slideshow_aE4Nxy-1 > a,
#Slide-template--17394792268021__slideshow_aE4Nxy-2 > a,
#Slide-template--17394792268021__slideshow_aE4Nxy-3 > a,
#Slide-template--17394792268021__slideshow_aE4Nxy-4 > a
{
    height : 400px !important;
  }
#Slide-template--17394792268021__slideshow_FifwkL-1 > a,
#Slide-template--17394792268021__slideshow_rAzH78-1 > a,
#Slide-template--17394792268021__slideshow_yLcN9T-1 > a
{
    height : 380px !important;
  }
#Slide-template--17394792268021__slideshow_GgFibc-1 > a {
    height: 420px!important;
} 
   /* product page */
.ymq-option-title {
    width: 110% !important;
}
   #shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width > div > div:nth-child(1) > div.icons > div:nth-child(1) > img,
   #shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width > div > div:nth-child(1) > div.icons > div:nth-child(2) > img,
   #shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width > div > div:nth-child(1) > div.icons > div:nth-child(3) > img,
   #shopify-section-sections--17394792431861__footer > footer > div.footer__content-top.page-width > div > div:nth-child(1) > div.icons > div:nth-child(4) > img {
     object-fit: scale-down;
     width:20px;
     height:20px;
   }
 #menu-drawer > div > div > div > a {
     display: none;
   }
   #cart-icon-bubble {
     padding-right: 15px;
   }
   
  }
 /* cart notification */
.cart-notification__links>* {
    color: #f8d681;
}
#cart-notification-button:after {
   border: 2px solid #f8d681;
}
#cart-notification-form > button {
  background : #f8d681;
}

/* product page */
 @media screen and (max-width: 375px) {
 .wwButton {
    padding: 0!important;
}
   .tablink {
    font-size: 16px!important;
}
  
 }
/* Code for Desktop Banner */

@media screen and (max-width: 749px){
  /* desktop banner id */
  #Banner-template--17394792202485__image_banner_nJTgJp {
    display: none;
}
}

/* Code for Mobile Banner */
@media screen and (max-width: 749px) {
   /* mobile banner id */
#Banner-template--17394792202485__image_banner_HjCTAt {
    display: block !important;
}
}
   /* mobile banner id */
#Banner-template--17394792202485__image_banner_HjCTAt {
    display: none;
}

.full-unstyled-link {
    /* background: #b07f27; */
    background:linear-gradient(90deg, rgba(178,129,43,1) 27%, rgba(224,161,67,1) 39%, rgba(178,129,43,1) 48%, rgba(178,129,43,1) 52%, rgba(224,161,67,1) 59%, rgba(178,129,43,1) 69%);
    padding: 15px;
    text-align: center;
    color: black !important;
    margin: 0;
}
.card-heading,#shopify-section-sections--17394792399093__header > div > header > div:nth-child(2) > div:nth-child(1) > strong > a,
#shopify-section-sections--17394792399093__header > div > header > div:nth-child(2) > div:nth-child(2) > strong > a{
    text-decoration: none;
    color: #f8d681;
}
.card-collection-heading {
    text-decoration: none;
    text-align: center;
    background: #34231a;
    padding: 15px;
    margin: 0;
    /* color:#f8d681!important; */
}
