:root {

	--carp-green-dark: #328E8A;
	--carp-green-mid: #4AB2A9;
	--carp-green-light: #A9D9DB;
	--carp-water: #CBE9F7;
	--carp-papaya-whip : #FFEFD5;
	--carp-gold: #C3801A;
	--carp-white: #FFFFFF;
	--carp-black: #000000;

	--font-avenir-next: 'Avenir Next';
    --font-sf-pro-display: 'SF Pro Display';

}

.bg-carp-green-dark { background: var(--carp-green-dark); }
.bg-carp-green-mid { background: var(--carp-green-mid); }
.bg-carp-green-light { background: var(--carp-green-light); }
.bg-carp-water { background: var(--carp-water); }
.bg-carp-papaya-whip { background: var(--carp-papaya-whip); }
.bg-carp-gold { background: var(--carp-gold); }
.bg-carp-white { background: var(--carp-white); }
.bg-carp-black { background: var(--carp-black); }

.color-carp-green-dark { color: var(--carp-green-dark); }
.color-carp-green-mid { color: var(--carp-green-mid); }
.color-carp-green-light { color: var(--carp-green-light); }
.color-carp-water { color: var(--carp-water); }
.color-carp-papaya-whip { color: var(--carp-papaya-whip); }
.color-carp-gold { color: var(--carp-gold); }
.color-carp-white { color: var(--carp-white); }
.color-carp-black { color: var(--carp-black); }


* {
    box-sizing: border-box;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: 16px; /* Base font size */
}

@media only screen and (min-width: 1921px) {
    html {
        font-size: 0.833vw;
    }
}

body {
    color: var(--carp-black);
    font-family: var(--font-avenir-next);
	font-size: 1.0625rem; /* 17px */
	line-height: 150%;
	font-weight: 400;
    height: 100%;
    margin: 0;
    min-height: 100%;
}
@media only screen and (max-width:767px) {

	body{
		font-size: 1rem; /* 16px */
		line-height: 180%;
	}

}
body.no-scroll{
	overflow: hidden;
}
/* Visually hidden (screen reader only) utility */
.sr-only,
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
img, svg {
    vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media picture{
    width: 100%;
    height: 100%;
	max-height: 100%;
	display: block;
}
svg path{
    transition: 0.3s all ease;
}
iframe, video {
    max-width: 100%;
	object-fit: cover;
}
#page {
	overflow-x: clip;
}
a, button, input, textarea, select {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
a[href^=tel] {
    text-decoration: inherit;
/*     color: inherit; */
}
p{
    margin-top: 0;
    margin-bottom: 0.9375rem; /* 15px */
}
p:last-of-type {
    margin-bottom: 0;
}
p strong,
b {
    font-weight: 600;
}
a:not(.site-btn) {
	color: var(--carp-black);
	font-weight: 400;
    text-decoration: underline;
    transition: 0.3s all ease;
}
ul {
	padding-left: 30px;
}

h1,.h1-style, 
h2,.h2-style,
h3,.h3-style,
h4,.h4-style,
h5,.h5-style,
h6,.h6-style {
    margin-top: 0;
    margin-bottom: 0.9375rem; /* 15px */
	font-weight: 700; 
	font-family: var(--font-avenir-next);
	line-height: 120%;
}
h1,
.h1-style {
	font-size: 3.75rem; /* 60px */
	text-transform: uppercase;
	letter-spacing: .075rem; /* 1.2px */
}
h2,
.h2-style {
	font-size: 3rem; /* 48px */
	text-transform: uppercase;
	letter-spacing: 0.96px; /* 0.96px */
}
h3,
.h3-style {
	font-size: 2.375rem; /* 38px */
	letter-spacing: 0.76px; /* 0.76px */
}
h4,
.h4-style {
	font-size: 1.9375rem; /* 31px */
	letter-spacing: 0.62px; /* 0.62px */
}
h5,
.h5-style {
	font-size: 1.5625rem; /* 25px */
	letter-spacing: 0.5px; /* 0.5px */
}
h6,.h6-style {
	font-size: 1.25rem; /* 20px */
	letter-spacing: 0.4px; /* 0.4px */
}
@media only screen and (max-width:991px) {

	h1,
	.h1-style {
		font-size: 3.125rem; /* 50px */
		letter-spacing: 0.06rem; /* 1px */
	}
	h2,
	.h2-style {
		font-size: 2.5rem; /* 40px */
		letter-spacing: 0.8px;
	}
	h3,
	.h3-style {
		font-size: 2rem; /* 32px */
		letter-spacing: 0.64px;
	}

}

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

	h1, 
	.h1-style{
		font-size: 2.625rem; /* 42px */
		letter-spacing: 0.84px; /* 0.84px */
	}
	h2,
	.h2-style,
    .inner-hero-content h1 {
		font-size: 2.125rem; /* 34px */
		letter-spacing: .68px; /* 0.68px */
	}
	h3,
	.h3-style {
		font-size: 1.6875rem; /* 27px */
		letter-spacing: 0.54px;
	}
	h4,
	.h4-style {
		font-size: 1.5625rem; /* 25px */
		letter-spacing: 0.5px; /* 0.5px */
	}
	h5,
	.h5-style {
		font-size: 1.375rem; /* 22px */
		letter-spacing: 0.44px;
	}
}

.layout-padding{
    padding-left: 1.25rem; /* 20px */
    padding-right: 1.25rem; /* 20px */
}
.layout-margin{
    margin-left: 1.25rem; /* 20px */
    margin-right: 1.25rem; /* 20px */
}
@media only screen and (max-width:767px) {

	.layout-padding.layout-padding0{
		padding-left: 0;
		padding-right: 0;
	}
	.layout-padding-mobile{
		padding-left: 1.25rem; /* 20px */
		padding-right: 1.25rem; /* 20px */
	}
	.layout-margin-mobile{
		margin-left: 1.25rem; /* 20px */
		margin-right: 1.25rem; /* 20px */
	}
}
@media only screen and (min-width: 1200px) {

	.layout-padding{
        padding-left: 2rem; /* 32px */
        padding-right: 2rem; /* 32px */
    }
	.layout-margin{
        margin-left: 2rem; /* 32px */
        margin-right: 2rem; /* 32px */
    }
}

@media only screen and (min-width: 1600px) {
	.layout-padding{
        padding-left: 3.125rem; /* 50px */
        padding-right: 3.125rem; /* 50px */
    }
	.layout-margin{
        margin-left: 3.125rem; /* 50px */
        margin-right: 3.125rem; /* 50px */
    }
}

.carp-angling-container{
    padding-left: 9.5rem; /* 152px */
	padding-right: 9.5rem; /* 152px */
}
.carp-angling-container-secondary{
	padding-left: 5rem; /* 80px */
	padding-right: 5rem; /* 80px */
}

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

	.carp-angling-container{
		padding-left: 5rem; /* 80px */
		padding-right: 5rem; /* 80px */
	}

}
@media only screen and (max-width:1699px) {

	.carp-angling-container{
		padding-left: 3.125rem; /* 50px */
		padding-right: 3.125rem; /* 50px */
	}

}
@media only screen and (max-width:1599px) {

	.carp-angling-container {
		padding-left: 0;
		padding-right: 0;
	}

}
@media only screen and (max-width:1399px) {

    .carp-angling-container-secondary{
		padding-left: 0;
        padding-right: 0;
    }

}

/* BreadCrumb Style */

.carp-angling-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: .6875rem;
	margin-top: 2rem;
}
.carp-angling-breadcrumb {
	color: var(--carp-black);
}
.carp-angling-breadcrumb a{
	text-decoration: none;
	color: #B4B4B4;
}
.carp-angling-breadcrumb a:hover{
	color: var(--carp-green-mid);
}
.carp-angling-breadcrumb .breadcrumb-separator {
	color: var(--carp-green-mid);
}
/* BreadCrumb Style End */

/* Pagination Style Start */

.pagination{
	margin-top: 6.25rem; /* 100px */
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem; /* 20px */
}
.pagination .nav-links .page-numbers {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  color: var(--carp-black);
  font-family: var(--font-sf-pro-display);
}
.pagination .nav-links .page-numbers.current {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.pagination .prev span, .pagination .next span {
	display: flex;
	align-items: center;
}
.pagination .prev svg,
.pagination .next svg{
	width: .5rem; /* 8px */
}
@media only screen and (max-width:991px) {

	.pagination{
		margin-top: 4.375rem; /* 70px */
	}

}
@media only screen and (max-width:767px) {

	.pagination{
		margin-top: 3.125rem; /* 50px */
	}

}

/* Pagination Style End */
.site-btn,
.woocommerce-form-login__submit {
	font-family: var(--font-sf-pro-display);
    font-size: 1.125rem; /* 18px */
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    position:relative;
    border-radius: 1.5625rem; /* 25px */
    padding: .875rem 1.5625rem; /* 14px 25px */
    display: inline-block;
    text-align: center;
    cursor: pointer;
	transition: 0.3s all ease;
}
.site-btn span{
	text-decoration: none;
}
.site-btn.border{
	border: 1px solid transparent;
}
.site-btn.green-mid-black{
	background: var(--carp-green-mid);
	color: var(--carp-black);
}
.site-btn.green-mid-black.border{
	border-color: var(--carp-green-mid);
}
.site-btn.green-mid-black:hover{
	background: var(--carp-black);
	color: var(--carp-green-mid);
}
.site-btn.black-green-mid,
.woocommerce-form-login__submit{
	background: var(--carp-black);
	color: var(--carp-green-mid);
}
.site-btn.black-green-mid.border{
	border-color: var(--carp-black);
}
.site-btn.black-green-mid:hover{
	background: var(--carp-green-mid);
	color: var(--carp-black);
}
.error-404 .site-btn{
	width: max-content;
	margin-left:auto;
	margin-right:auto;
}

/*
============================================================
404 Error Page Styles
============================================================
*/

/* 404 Page Main Container */
.error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 3.125rem
}

/* 404 Content Wrapper */
.error-404-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* CAA Character Image Container */
.error-404-character {
    margin-bottom: 2rem; /* 32px */
}
/* CAA Character Image Styling */
.caa-character-404 {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}
.caa-character-404:hover {
    transform: translateY(-2px);
}

/* 404 Page Header */
.error-404 .page-title {
    color: var(--carp-green-dark);
    margin-bottom: 0.5rem; /* 8px */
}

/* 404 Page Content */
.error-404 .page-content {
    width: 100%;
}

.error-404 .page-content > p {
    margin-bottom: 2rem; /* 32px */
}

/* 404 Action Button Container */
.error-404-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem; /* 24px */
}



/* Responsive Design */
@media (max-width: 767px) {
	.error-404 {
		padding-top: 0;
	}
    .caa-character-404 {
        max-width: 150px;
    }
    .error-404-character {
        margin-bottom: 1.5rem; /* 24px */
    }
    
    .error-404 .page-content > p {
        margin-bottom: 1.5rem; /* 24px */
    }
}

/*
============================================================
WooCommerce Notices Global Styles
============================================================
*/

/* WooCommerce Notice Wrapper */
.woocommerce-notices-wrapper {
    margin-bottom: 1.5rem; /* 24px */
}

/* Base Notice Styles */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
    padding: .75rem 1.25rem; /* 16px 20px */
    margin-bottom: 1rem; /* 16px */
    border-radius: 1.5625rem;
    border: 1px solid;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem; /* 12px */
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}
.woocommerce-message:focus-visible,
.woocommerce-info:focus-visible,
.woocommerce-error:focus-visible,
.wc-block-components-notice-banner:focus-visible {
    outline: none;
}
.woocommerce-error li::marker,
.woocommerce-message li::marker,
.woocommerce-info li::marker,
.wc-block-components-notice-banner li::marker {
    display: none;
}
.woocommerce-error ul,
.woocommerce-message ul,
.woocommerce-info ul,
.wc-block-components-notice-banner ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li,
.wc-block-components-notice-banner li {
    list-style: none;
    list-style-type: none;
}
/* Success Messages */
.woocommerce-message {
    background-color: var(--carp-green-light);
    border-color: var(--carp-green-mid);
    color: var(--carp-black);
}


/* Info Messages */
.woocommerce-info {
    background-color: #eff6ff;
    border-color: var(--carp-water);
    color: #1e3a8a;
}

.woocommerce-info::before {
    content: "ℹ";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem; /* 20px */
    height: 1.25rem; /* 20px */
    background: var(--carp-water);
    color: #1e3a8a;
    border-radius: 50%;
    font-size: 0.75rem; /* 12px */
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 0.125rem; /* 2px */
}

/* Error Messages */
.woocommerce-error {
    background-color: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

.woocommerce-error::before {
    content: "⚠";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem; /* 20px */
    height: 1.25rem; /* 20px */
    background: #ef4444;
    color: var(--carp-white);
    border-radius: 50%;
    font-size: 0.75rem; /* 12px */
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 0.125rem; /* 2px */
}

/* Notice Content */
.woocommerce-message .message-content,
.woocommerce-info .message-content,
.woocommerce-error .message-content {
    flex: 1;
}

/* Notice Links */
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
    opacity: 0.8;
}

/* Dismiss Button */
.woocommerce-message .notice-dismiss,
.woocommerce-info .notice-dismiss,
.woocommerce-error .notice-dismiss {
    position: absolute;
    top: 0.5rem; /* 8px */
    right: 0.5rem; /* 8px */
    width: 1.5rem; /* 24px */
    height: 1.5rem; /* 24px */
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    opacity: 0.6;
    transition: opacity 0.2s ease;
    font-size: 1rem; /* 16px */
}

.woocommerce-message .notice-dismiss:hover,
.woocommerce-info .notice-dismiss:hover,
.woocommerce-error .notice-dismiss:hover {
    opacity: 1;
}

/* Multiple Notices */
.woocommerce-notices-wrapper .woocommerce-message:last-child,
.woocommerce-notices-wrapper .woocommerce-info:last-child,
.woocommerce-notices-wrapper .woocommerce-error:last-child {
    margin-bottom: 0;
}

/* Block-based Notices (Gutenberg blocks) */
.wc-block-components-notice-banner {
    padding: 1rem; /* 16px */
}

.wc-block-components-notice-banner.is-success {
    background-color: #f0f9ff;
    border-color: var(--carp-green-mid);
    color: #065f46;
}

.wc-block-components-notice-banner.is-info {
    background-color: #eff6ff;
    border-color: var(--carp-water);
    color: #1e3a8a;
}

.wc-block-components-notice-banner.is-error {
    background-color: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        gap: .3125rem;
        padding: .5rem 1rem; /* 5px 16px */
        flex-wrap: wrap;
    }
    .woocommerce-message::before,
    .woocommerce-info::before,
    .woocommerce-error::before {
        width: 1.125rem; /* 18px */
        height: 1.125rem; /* 18px */
        font-size: 0.6875rem; /* 11px */
        flex-shrink: 0;
    }

    .woocommerce-message a,
    .woocommerce-info a,
    .woocommerce-error a {
        white-space: nowrap;
    }

    .woocommerce-message .notice-dismiss,
    .woocommerce-info .notice-dismiss,
    .woocommerce-error .notice-dismiss {
        width: 1.75rem; /* 28px */
        height: 1.75rem; /* 28px */
        top: 0.375rem; /* 6px */
        right: 0.375rem; /* 6px */
    }
}

/* Specific Notice Types */
.woocommerce-cart-notice,
.woocommerce-checkout-notice {
    margin-top: 1rem; /* 16px */
}

/* Added to Cart Notice */
.woocommerce-message[role="alert"] {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
============================================================
WooCommerce Notices Global Styles End
============================================================
*/










/*
============================================================
Default Theme Style End
============================================================
*/

