.elementor-2086 .elementor-element.elementor-element-caab1b8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2086 .elementor-element.elementor-element-87187e0{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:60px 70px;--row-gap:60px;--column-gap:70px;--grid-auto-flow:row;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2086 .elementor-element.elementor-element-f210ff4{--display:flex;}.elementor-2086 .elementor-element.elementor-element-19ca149{--display:flex;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2086 .elementor-element.elementor-element-bb11106 .cart button, .elementor-2086 .elementor-element.elementor-element-bb11106 .cart .button{transition:all 0.2s;}.elementor-2086 .elementor-element.elementor-element-bb11106 .quantity .qty{transition:all 0.2s;}.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-2086 .elementor-element.elementor-element-87187e0{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2086 .elementor-element.elementor-element-87187e0{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for woocommerce-product-content, class: .elementor-element-1d52a6b *//* =========================================
   SINGLE PRODUCT — PRODUCT DESCRIPTION
========================================= */

.dl-product-description {
    position: relative;
    overflow: hidden;
    background: #f2f2ed;
    padding: 90px 24px;
    border-top: 8px solid #0b0b0b;
    border-bottom: 8px solid #0b0b0b;
}

.dl-product-description::before {
    content: "THE ACTUAL DETAILS";
    position: absolute;
    top: 24px;
    right: -18px;
    z-index: 0;

    font-family: "Bangers", sans-serif;
    font-size: clamp(3.5rem, 9vw, 8rem);
    line-height: 0.8;
    letter-spacing: 3px;

    color: transparent;
    -webkit-text-stroke: 2px rgba(11, 11, 11, 0.08);
    transform: rotate(-3deg);
    pointer-events: none;
    white-space: nowrap;
}

.dl-product-description__content {
    position: relative;
    z-index: 1;
    width: min(100%, 1050px);
    margin: 0 auto;

    background: #ffffff;
    border: 4px solid #0b0b0b;
    box-shadow: 14px 14px 0 #c7ff00;
    padding: clamp(30px, 5vw, 65px);
    transform: rotate(-0.5deg);
}

/* Section heading */

.dl-product-description__content::before {
    content: "WHAT YOU'RE GETTING";
    display: inline-block;
    margin: 0 0 28px;

    background: #ff3ea5;
    color: #0b0b0b;
    border: 3px solid #0b0b0b;
    box-shadow: 5px 5px 0 #0b0b0b;
    padding: 8px 16px;

    font-family: "Bangers", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.3rem);
    line-height: 1;
    letter-spacing: 1.5px;
    transform: rotate(-2deg);
}

/* WooCommerce content */

.dl-product-description__content h2,
.dl-product-description__content h3,
.dl-product-description__content h4 {
    margin: 30px 0 14px;
    color: #0b0b0b;
    font-family: "Bangers", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
}

.dl-product-description__content h2 {
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.dl-product-description__content h3 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.dl-product-description__content p,
.dl-product-description__content li {
    color: #0b0b0b;
    font-family: "DM Sans", sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
}

.dl-product-description__content p {
    margin: 0 0 20px;
}

.dl-product-description__content ul {
    display: grid;
    gap: 12px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.dl-product-description__content li {
    position: relative;
    margin: 0;
    padding: 14px 18px 14px 52px;
    background: #f2f2ed;
    border: 2px solid #0b0b0b;
}

.dl-product-description__content li::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 25px;
    height: 25px;

    display: grid;
    place-items: center;

    background: #c7ff00;
    border: 2px solid #0b0b0b;
    color: #0b0b0b;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%) rotate(-5deg);
}

.dl-product-description__content strong {
    font-weight: 900;
}

.dl-product-description__content a {
    color: #0b0b0b;
    font-weight: 800;
    text-decoration-color: #ff3ea5;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.dl-product-description__content a:hover {
    background: #c7ff00;
}

/* Remove Elementor/WooCommerce unwanted spacing */

.dl-product-description__content > :first-child {
    margin-top: 0;
}

.dl-product-description__content > :last-child {
    margin-bottom: 0;
}

/* Mobile */

@media (max-width: 767px) {
    .dl-product-description {
        padding: 65px 18px 75px;
    }

    .dl-product-description::before {
        top: 18px;
        right: -10px;
        font-size: 3.7rem;
    }

    .dl-product-description__content {
        padding: 28px 20px;
        box-shadow: 8px 8px 0 #c7ff00;
        transform: none;
    }

    .dl-product-description__content::before {
        margin-bottom: 22px;
        font-size: 1.55rem;
    }

    .dl-product-description__content p,
    .dl-product-description__content li {
        font-size: 0.98rem;
        line-height: 1.65;
    }
}
.dl-product-description__content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.dl-product-description {
    padding-top: 90px;
    padding-bottom: 90px;
}/* End custom CSS */
/* Start custom CSS *//* =========================
   ADDED TO CART NOTICE
========================= */

.woocommerce-message {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(1200px, calc(100% - 48px));
  margin: 24px auto 32px !important;
  padding: 18px 20px 18px 58px !important;
  background: #0b0b0b !important;
  color: #ffffff !important;
  border: 3px solid #0b0b0b !important;
  border-top: 3px solid #c7ff00 !important;
  border-radius: 0 !important;
  box-shadow: 7px 7px 0 #c7ff00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Success icon */
.woocommerce-message::before {
  content: "✓" !important;
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  width: 26px;
  height: 26px;
  color: #0b0b0b !important;
  background: #c7ff00;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px;
  line-height: 26px !important;
  font-weight: 900;
  text-align: center;
  transform: translateY(-50%);
}

/* View Cart button */
.woocommerce-message .button,
.woocommerce-message a.button,
.woocommerce-message .wc-forward {
  float: none !important;
  flex: 0 0 auto;
  order: 2;
  margin: 0 0 0 auto !important;
  padding: 13px 18px !important;
  background: #c7ff00 !important;
  color: #0b0b0b !important;
  border: 2px solid #c7ff00 !important;
  border-radius: 0 !important;
  font-family: "Black Ops One", sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.2s ease;
}

.woocommerce-message .button:hover,
.woocommerce-message a.button:hover,
.woocommerce-message .wc-forward:hover {
  background: #ffffff !important;
  color: #0b0b0b !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
}

/* Mobile layout */
@media (max-width: 767px) {
  .woocommerce-message {
    display: block;
    width: calc(100% - 32px);
    margin: 18px auto 26px !important;
    padding: 52px 18px 18px !important;
    box-shadow: 5px 5px 0 #c7ff00;
    font-size: 15px;
  }

  .woocommerce-message::before {
    top: 15px !important;
    left: 18px !important;
    transform: none;
  }

  .woocommerce-message .button,
  .woocommerce-message a.button,
  .woocommerce-message .wc-forward {
    display: block;
    width: 100%;
    margin: 16px 0 0 !important;
    padding: 15px !important;
    text-align: center;
  }
}/* End custom CSS */