/** Shopify CDN: Minification failed

Line 792:1 Unexpected "}"

**/

/** Shopify CDN: Minification failed

Line 823:1 Unexpected "}"

**/
/*
custom.css

Use this file to add custom CSS to your theme.
Make sure to uncomment out the line in theme.liquid so that this css file is loaded.

For more information check out this help guide:
https://docs.switchthemes.co/shapes/advanced/custom-css.html
*/




.push-btn-surface {
  font-weight: var(--heading-font-weight);
  text-transform: uppercase;
}

/* DT HEADER */
#Shape-93970eda-cf57-4947-9bf1-da5f610bdfff .shape {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 786px) {
  #Shape-93970eda-cf57-4947-9bf1-da5f610bdfff .shape {
    width: 100%;
    height: 480px;
  }
}

/* DT HALLOWEEN HEADER */
#Shape-9e96d755-83bc-4c0c-badb-aef9c96099dc .shape {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 786px) {
  #Shape-9e96d755-83bc-4c0c-badb-aef9c96099dc .shape {
    width: 100%;
    height: 175px;
  }
}


@media screen and (min-width: 830px){
  .dt-banner-image {
     margin: auto;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .dt-banner-text {
      margin-left: 1.5rem;
      padding-top: 0px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.5 * 1rem);
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .dt-banner-text {
      margin-left: 1.5rem;
      padding-top: 0px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.5 * 1rem);
    }

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

   .dt-banner-text {
      margin-left: 50px;
      margin-top: 0px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.0 * 1rem);
    }

    #Shape-93970eda-cf57-4947-9bf1-da5f610bdfff .shape {
      width: 100%;
      height: 425px;
    }


}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

     .dt-banner-text {
      margin-left: 50px;
      margin-top: 0px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.0 * 1rem);
    }

    #Shape-93970eda-cf57-4947-9bf1-da5f610bdfff .shape {
      width: 100%;
      height: 330px;
    }


}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .dt-banner-text {
      margin-left: 1.5rem;
      padding-top: 0px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.5 * 1rem);
    }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .dt-banner-text {
      margin-left: 1.5rem;
      padding-top: 0px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.5 * 1rem);
    }

}

/* ----------- iPad Pro 12.9" ----------- */


/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .dt-banner-text {
      margin-left: 50px;
      margin-top: 0px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.0 * 1rem);
    }

    #Shape-93970eda-cf57-4947-9bf1-da5f610bdfff .shape {
      width: 100%;
      height: 325px;
    }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
    .dt-banner-text {
      margin-left: 50px;
    }
    .dt-banner-text .font-heading {
      font-size: calc(3.0 * 1rem);
    }

    #Shape-93970eda-cf57-4947-9bf1-da5f610bdfff .shape {
      width: 100%;
      height: 425px;
    }

}



@media screen and (max-width: 786px){
  :root {
    --section-vertical-spacing: 3rem !important;
 }

  .dt-header-text {
    text-align: center !important;
  }
  .mobile-banner-image {
    padding: 0.5rem
  }
  .dt-banner-text {
    margin: auto;
  } 
}


/* REMOVE SCROLLING ICONS FOR DSK */
@media screen and (min-width: 787px){
  [id$='90b52f50-7e6b-4228-9a25-de1055c4edbc']{
    display: none;
  }
}

.product-tile {
  min-height: 35px;
}

.greeting-cards .greeting-card img {
  border-radius: 18px;
}

.greeting-cards .greeting-card {
  border-radius: 18px;
}

/* 
  BUILD A PACK 
*/

.xl\:col-span-11 {
  grid-column: span 11 / span 11;
}
[data-view="bap-doughnuts"] .grid-item {
  flex: 0 0 33.33333%
}

@media only screen and (max-width:768px){
  [data-view="bap-doughnuts"] .grid-item {
    flex: 0 0 50%
  }
}

.bap {
  max-width: 100%;
}
.bap .card-container::after {
  background-color: #fff;
}
.bap-doughnuts .grid-product__image-wrap img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  top: -5px;
}
@media screen and (min-width: 786px) {
  .bap-mobile-wrapper-container {
    height: 20vh;
  }
}

.bap-mobile-wrapper {
  padding: 0 13px;
  position: fixed;
  bottom: 75px;
  width: 100%;
  height: 80px;
  left: 0px;
  z-index: 119998;
}
@media screen and (min-width: 786px){
  .bap-mobile-wrapper {
    width: 100%;
    padding: 0 13px;
    position:-webkit-sticky;
    position:sticky; 
    align-self: flex-start;
    top:0px;
    z-index: 119998;
  }
}
.bap-mobile-preview {
  font-weight: bold;
}
.bap-mobile-preview .pack-total {
  text-align:center;
  margin: auto;
}
.bap-mobile-preview .pack-price {

  text-align:center;
  margin: auto;
}
.doughnut-preview-item-container {
  position: relative;
}
.bap-selected-doughnuts-preview .doughnut-preview-item {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
}
.bap-selected-doughnuts-preview .doughnut-preview-item img {
  height: 100%;
  border-radius: var(--media-border-radius);
  opacity: 0.2;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

@media screen and (min-width: 786px){
  .bap-selected-doughnuts-preview .doughnut-preview-item {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    border-radius: var(--media-border-radius);
    background-color: #fff;
  }
}
.bap-add {
  -webkit-transition: background-color 0.5s linear, color 0.5s linear;
  -moz-transition: background-color 0.5s linear, color 0.5s linear;
  -o-transition: background-color 0.5s linear, color 0.5s linear;
  transition: background-color 0.5s linear, color 0.5s linear;
}
.push-btn-surface {
  -webkit-transition: background-color 0.5s linear, color 0.5s linear;
  -moz-transition: background-color 0.5s linear, color 0.5s linear;
  -o-transition: background-color 0.5s linear, color 0.5s linear;
  transition: background-color 0.5s linear, color 0.5s linear;
}
.bap-add:disabled .push-btn-surface {
  color:#b5b5b5;
  background-color: #eee !important;
  cursor: not-allowed;
}
.bap-add-to-cart-wrapper:disabled .push-btn-surface {
  color:#b5b5b5;
  background-color: #eee !important;
  box-shadow: none;
  cursor: not-allowed;
}

#randomise-selection:disabled .push-btn-surface {
  color:#b5b5b5;
  background-color: #eee !important;
  cursor: not-allowed;
}

#randomise-selection:disabled .push-btn-surface {
  color:#b5b5b5;
  background-color: #eee !important;
  box-shadow: none;
  cursor: not-allowed;
}

#clear-selection:disabled .push-btn-surface {
  color:#b5b5b5;
  background-color: #eee !important;
  cursor: not-allowed;
}

#clear-selection:disabled .push-btn-surface {
  color:#b5b5b5;
  background-color: #eee !important;
  box-shadow: none;
  cursor: not-allowed;
}

.bap-add-doughnut:disabled .push-btn-surface {
  background-color: #eee;
  box-shadow: none;
  color: #b5b5b5;
  cursor: not-allowed;
}

.bap-doughnuts-wrapper {
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.doughnut-image {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.doughnut-meta {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.doughnut-meta .more-info span {
  font-size: 10px;
  text-transform: uppercase;
}

.bap-preview-wrapper {
  position: sticky;
  height: 100vh;
  top: 15px;
  overflow: scroll;
}

.bap-greeting-cards .greeting-card img {
  border-radius: 18px;
}

.bap-greeting-cards .greeting-card {
  border-radius: 18px;
}

.greeting-card:hover {
  cursor: pointer;
}
.greeting-card.selected {
  border: 1px solid #041e42;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 5px 20px -2px;

}

.bap-remove-selected-doughnut {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #E80A35;
    color: #fff;
    z-index: 1000;
}

.bap-ingredients {
  font-size: 12px;
}

@media screen and (max-width: 786px){

  .bap-preview-wrapper.open .card-container:after {
    border-radius: 0px;
  }

  .bap-preview-wrapper.open {
    height: 100%;
    background-color: #fff;
  }

  /*
  .bap-preview-wrapper.open .bap-preview-continue-editing-wrapper {
    height: 10%;
  }

  .bap-preview-wrapper.open .bap-pack-sizes {
    height: 5%;
  }

  .bap-preview-wrapper.open .bap-pack-preview {
    height: 10%;
  }
  .bap-preview-wrapper.open .bap-greeting-cards-wrapper {
    height: 65%;
    overflow: scroll;
  }*/
  .bap-preview-wrapper.open .bap-preview {
    height: 90%;
    overflow: scroll;
  }
  
  .bap-preview-wrapper.open .bap-add-to-cart-wrapper {
    height: 10%;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  header {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }

  .mobile-bap-greeting-cards-open header {
    display: none;
  }

  .mobile-bap-greeting-cards-open {
    overflow: hidden !important;
  }

  .bap-message {
    max-height: 45vh;
    overflow: scroll;
  }
  .bap-message .card {
    border-radius: 0px;
  }

  .bap-preview-wrapper {
    position: relative;
    height: auto;
    top: auto;
    z-index: 1000;
  }

  .bap-add-to-cart-wrapper {
    border-top: 1px solid #eee;
  }
  .bap-add-to-cart-wrapper .card {
    border-radius: 0px;
  }
  .bap-preview-wrapper.pack-preview-closed {
    height: 15%;
  }
  .bap-preview-wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 25%;
    width: 100%;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    overflow: hidden;
  }

  .bap-preview-wrapper.twelve-pack {
    height: 35%;
  }
  .bap-preview-wrapper.open.twelve-pack {
    height: 100%;
  }
  
  .bap-preview-continue-editing {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.9);
    letter-spacing: 1px;
  }

  .push-btn {
    touch-action: manipulation;
  }

  .bap-actions .push-btn-surface {
    font-size: 12px !important;
    padding: 10px;
  }

  .bap-actions .card {
    border-radius: 0px;
  }

  .bap-actions p {
    font-size: 12px;
  }

  .bap-greeting-cards .card {
    border-radius: 0px;
  }

  .bap-message .card {
    border-radius: 0px;
  }


  /*.bap-add-to-cart-wrapper .push-btn-surface {
    font-size: 12px;
    padding: 10px;
  } */
  .bap-edit-selection {
    display: none !important;
  }
  .bap-confirm-selection {
    display: none !important;
  }
  .bap-pack-preview:after {
    border-radius: 0px;
  }
  .bap-pack-preview .card {
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .doughnut-meta .doughnut-title {
    font-size: 14px;
  }
}

.doughnut-quantity {
  font-family: var(--heading-font-stack);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: var(--heading-capitalize);
  letter-spacing: var(--heading-letterspacing);
  line-height: var(--line-height-heading);
}
.bap-quantity.js-qty__wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.bap-quantity.js-qty__wrapper .js-qty__adjust {
  width: 33.333%;
  margin: auto;
  background-color:#eee;
  color: #061b3d;
  font-weight: bold;
  border: 0px;
}
.bap-quantity.js-qty__wrapper .js-qty__adjust--minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.bap-quantity.js-qty__wrapper .js-qty__adjust--plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bap-quantity.js-qty__wrapper .js-qty__num {
  width: 33.333%;
  margin: auto;
  border: 0px;
  border-radius: 0px;
  font-weight: bold;
  height: 42px;
}
.bap-quantity.js-qty__wrapper .js-qty__num:focus {
  outline: none;
}
.bap-quantity.js-qty__wrapper .js-qty__adjust .icon {
  margin:auto;
}

/* BAP - HALLOWEEN */
.bap-halloween-wrapper {
  color: #fff;
}
.bap-halloween {
  background-image: url(/cdn/shop/files/halloween-card-bg.jpg?v=1695907053);
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  margin-top: 12px;
}

/* EDITS */
.edit .card-container .card {
  background-color: transparent;
}

.edit.selected .card-container .card {
  background-color: #fff;
}
.edit .card-container::after {
  display: none;
}

/* FILTERS */
@media screen and (max-width: 786px){

  .bap-pack-sizes .grid {
    background-color: #f2f2f2;
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

}
.filter {
  width: 75px;
}
.filter .card-container .card {
  background-color: transparent;
  border-radius: 10px;
}
.filter .card-container::after {
  display: none;
}

.filter.selected .card-container .card {
  background-color: #fff;
}

.filter-menu .card-container .card {
  background-color: transparent;
  border-radius: 10px;
}
.filter-menu .card-container::after {
  display: none;
}

.filter-menu.selected .card-container .card {
  background-color: #fff;
}

/* PACK SIZES */
.pack-size .card-container .card {
  background-color: transparent;
}
.pack-size .card-container::after {
  display: none;
}

.pack-size.selected .card-container .card {
  background: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* BUILD A PACK - CART PREVIEW */
.bap-cart-preview {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 150px;
  margin-right: 15px;
}
.bap-cart-preview img {
  width: 30px;
  border-radius: 50%;
  margin: 2px 0px;
}

.bap-doughnut-nav {
    width: 100%;
    bottom: 0px;
    background-color: #fff;
    color: #999;
}}

.push-btn:disabled .push-btn-surface {
    transform: translate(var(--button-hover-left-size),var(--button-hover-top-size));
}

.allergen-icon {
  width: 100px;
}

.gift-message-text-box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 18px;
  margin-top: 15px;
  padding: 20px;
  height: 100%;
}

/* TAGS */
.doughnut-tags {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 29px;
  width: 100%;
}
.doughnut-tag {
  font-size: 12px;
  text-transform: uppercase;
  padding: 7.5px;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(255,255,255,0.4);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.doughnut-tag.vegan {
  color: #3b6a56;
}
.doughnut-tag.gluten-free {
  border: 1px solid #003795;
  background-color: #9acbea;
  color: #003795;
}

@media screen and (max-width: 786px){
  .doughnut-tags {
    height: 20px;
  }
  .doughnut-tag {
    font-size: 10px;
    padding: 5px;
  }
}

.doughnut-title {
  overflow-wrap: break-word;
}


/* ALERTS */
.button-danger .push-btn-surface {
  background-color: red;
}


/* DATEPICKER */
.buunto-date-picker-label {
  display: none;
}
.buuntoCal {
  margin: auto;
  background-color: #f7f8f9 !important;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 10px 15px 10px !important;
}

.buunto-field {
  padding: 15px 0px 5px 0px !important;
}

.buuntoCal-charge {
  display: none !important;
}
.buuntoCal-charge.buuntoCal-has-value {
  display: block !important;
}

.buuntoCal .buuntoCal-body .buuntoCal-week .buuntoCal-day > span > span.buuntoCal-charge {
  position: absolute;
  top: 32px;
}

.buunto-date-picker.buunto-cart-page {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.buuntoCal-has-value:before {
  content: "+";
}
.buunto-info-message:after {
  content: "+";
}

.buunto-info-message {
  display: none !important;
  text-align: center;
  font-size: 12px;
  background-color: #f7f8f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
}


/* CART */
#slideshow-cart-recommendations .splide__slide {
  margin-right: 0.5rem !important;
}

#slideshow-cart-recommendations .splide__slide .product-tile .card {
  border-radius: 10px;
}

#slideshow-cart-recommendations .splide__slide .product-tile .card .media-style {
  border-radius: 10px;
}
.cart-item .media-style {
  border-radius: 10px;
}
.cart-item .input {
  border-radius: 6px;
}

.cart-item {
  background-color: #f7f8f9;
  border-radius: 10px;
  border: 1px solid #eee;
  margin: 0px 0px 10px 0px;
}

.cart-item-property-toggle {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f3f3f3;
  border: 1px solid #eee;
  border-radius: 6px;
  max-width: 130px;
  text-align: center;
  margin: 5px 0px 0px 0px;
}

.cart-item-property-toggle:hover {
  cursor: pointer;
}

.cart-item-property {
  padding: 0px 10px 10px 10px;
  background-color: rgb(243, 243, 243);
  font-size: 11px;
  border-radius: 6px;
  border: 1px dashed;
  font-style: italic;
  white-space: pre-line;
  margin-bottom: 10px;
}

.delivery-date-notice {
  background-color: #f7f8f9;
  text-align: center;
  padding: 10px;
  font-size: 11px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 2.5px;
}

.discount-code {
  color: #111;
  padding: 10px;
  margin: 0px 2px 10px 2px;
  border: 1px dashed #d5d5d7;
  background-color: #f7f8f9;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

/* HEADER */
.header-search-input {
  background-color: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  padding: 10px 40px 10px 55px;
}


/* OUR COMMUNITY */
.dt-profile {
  padding: 25px 15px;
}

.dt-profile p {
  font-size: 16px;
}

.dt-profile h3.username {
  font-size: 16px;
  margin-top: 30px;
}
.dt-profile h3.followers {
  font-size: 14px;
  margin-top: 5px;
}
.dt-profile h3 svg {
  display: inline;
}
@media screen and (min-width: 787px){

  .dt-profile {
    padding: 50px 35px;
  }
  .dt-social-post {
    padding: 25px;
  }
  .dt-profile p {
    font-size: 20px;
  }
  .dt-profile h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-left: -20px;
  }
  .dt-profile h3 svg {
    float: right;
    margin-right: 100px;
    margin-top: -2px;
  }
  
}


.dt-profile .card {
  box-shadow: 8px 34px 107px -3px rgba(0, 0, 0, 0.15);
}

.dt-profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #eee
}
.dt-profile-follow {
  text-align: center;
}
.dt-profile-follow-btn {
  background-color: #0095F6;
  width: 130px;
  display: block;
  position: relative;
  margin: auto;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}
.dt-profile-follow-btn svg {
  float: right;
}

.dt-tiktok-follow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 150px;
}

.dt-tiktok-follow-btn {
  background-color: #FE2C55;
  width: 130px;
  display: block;
  position: relative;
  margin: auto;
  padding: 10px 18px;
  border-radius: 5px;
  color: #fff;
}

.dt-tiktok-follow-btn svg {
  position: relative !important;
  float: right;
  width: 18px !important;
}

.dashed-border {
  border: 2px dashed #addfb3;
}

/* REVIEWS */
.lg\:text-9xl {
  font-size: 300px;
}
.marquee {
  margin-top: -450px;
}

/* SHAPE CHANGES */
.media-style-container.archway .media-style {
  border-radius: 9999px 9999px 1000px 1000px !important;
}

/* SLIDER */
.gallery-item .media-style {
  border-radius: 0px;
}

/* CONTAINER 
.px-section {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
} */

@media screen and (min-width: 787px){
  .dsk-contain {
    max-width: 1250px;
    margin: auto;
  }
  .banner-contain {
    max-width: 1500px;
  }
}

/* TRUST PILOT */
.tv-ad-campaign-hero-2023__trustpilot {
  margin-top: 20px;
  max-width: 200px;
}
.trustpilot-container .stars {
  max-width: 96px;
  width: 100%;
}
.trustpilot-container .tp-logo {
  max-width: 72px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .trustpilot-container__inner.mobile-is-left {
      justify-content: flex-start;
  }
  .trustpilot-container__inner {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }
}

/* FOOTER */
footer {
  color: #fff !important;
  z-index: 1;
}

footer a:hover {
  color: #fff !important;
}

/* PACK SIZE */
fieldset[data-handle="pack-size"] {
  width: 100%;
  left: 0px;
  padding: 0px;
  overflow: unset;
}
fieldset[data-handle="pack-size"] .variant-input-wrap input[type=radio]:checked+label {
  box-shadow: 0 0 2px 1px #041e42;
}
.pack-size-picker {
  width: 50%;
  border-radius: 15px;
  padding: 0px 4px;
}
.pack-size-picker label {
  width: 100%;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: bold;
  background-color: #f5f6f8;
  border-radius: 5px;
}
.pack-size-picker:nth-of-type(2) label {
  padding-top: 5px;
}
.pack-size-picker label img {
  position: absolute;
  left: 5px;
  top: 7.5px;
  width: 35px;
}
.pack-size-picker-saving {
  color: #E6007E;
}

 
.looking-for-halloween-title {
  font-size: 1.3rem;
}

.looking-for-halloween-link {
  text-decoration:underline;
  font-size: 0.75rem;
}
 

@media screen and (min-width: 786px){
  .bap-halloween .col-span-8 {
    padding: 50px;
  }
  .looking-for-halloween-title {
    font-size: 3.5rem;
  }
  .looking-for-halloween-link {
    font-size: 1.5rem;
  } 
}

.lucky-coupon-bar {
  z-index: 1000 !important;
}

@media screen and (max-width: 785px){
  [id$='c11e417f-9595-4ed2-982d-956eac2461e6'] .text-sm {
    font-size: 14px;
  }
}

@media screen and (min-width: 786px) {
  [id$='1c7f4e1e-e277-4f16-9432-0489f879e830'] .grid {
    text-align: left !important;
    place-content: center start !important;
  }
}


/* BAP - XMAS */
.bap-xmas-wrapper {
  color: #071633;
}
.bap-xmas {
  background-image: url(/cdn/shop/files/xmas-bg.png?v=1700219274);
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  margin-top: 12px;
}


 
.looking-for-xmas-title {
  font-size: 1.3rem;
}

.looking-for-xmas-link {
  text-decoration:underline;
  font-size: 0.75rem;
}
 

@media screen and (min-width: 786px){
  .bap-xmas .col-span-8 {
    padding: 50px;
  }
  .looking-for-xmas-title {
    font-size: 3.5rem;
  }
  .looking-for-xmas-link {
    font-size: 1.5rem;
  } 
}
